:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #0B5755;
    --primary-2: #C8102E;
    --secondary: #A2F7B4;
    --text: #464545;
    --text-2: #A4A4A4;
    --line: #E9E9E9;
    --line-2: #E9E9E91A;
    --white-10: rgba(255, 255, 255, 0.10);
    --white-50: #FFFFFF80;
    --shadow-1: #A3A3A340;
    --verified: #00BF43;
    --success: #3DAB25;
    --surface: #F8F6F2;
}



.tf-topbar {
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line-2);
 
}

.topbar-right i,
.topbar-right p,
.topbar-right a,
.tf-topbar .topbar-center a,
.tf-topbar .tf-list,
.nav-icon-item ,
.tf-topbar .tf-list a {
 color: #fff;
}

.tf-topbar .tf-dropdown-select.style-default > .dropdown-menu a {
    color: #000;
}

.tf-header .btn-nav-drop .name-category , 
.tf-header .btn-nav-drop i {
  color: var(--primary);
}

.nav-icon-item ,
.tf-topbar.header-01 .tf-list a {
 color: #464545;
}
.tf-topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-topbar .topbar-center {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-topbar .topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.tf-topbar .topbar-right .tf-currencies {
  flex-shrink: 0;
}
.tf-topbar .topbar-left,
.tf-topbar .topbar-right {
  flex: 1;
}
.tf-topbar.style-2 .topbar-right .tf-list {
  gap: 20px;
}
.tf-topbar.style-2 .topbar-right .tf-list .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-topbar.style-2 .topbar-left,
.tf-topbar.style-2 .topbar-right {
  flex: unset;
}
@media (max-width: 767px) {
  .tf-topbar:not(.style-2) .topbar-inner {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .tf-topbar .topbar-inner {
    width: 100%;
    justify-content: center;
  }
}

.nav-icon-item {
  font-size: 24px;
  display: flex;
  position: relative;
}
.nav-icon-item .count-box {
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background-color: var(--white);
  border-radius: 50%;
}
.nav-icon-item.has-num {
  margin-right: 8px;
}
.nav-icon-item.has-num.text-white .count-box {
  background-color: var(--white);
  color: var(--primary);
}
.nav-icon-item .count-box {
  position: absolute;
  top: -5.75px;
  right: -8px;
}
@media (max-width: 1199px) {
  .nav-icon-item {
    font-size: 20px;
  }
}

.tf-topbar .tf-dropdown-select.style-default > .dropdown-toggle::after ,
.tf-topbar .tf-dropdown-select.style-default > .dropdown-toggle {
    color: var(--white);
}

.canvas-mb .tf-dropdown-select.style-default > .dropdown-toggle::after ,
.canvas-mb .tf-dropdown-select.style-default > .dropdown-toggle,
.tf-topbar.header-01 .tf-dropdown-select.style-default > .dropdown-toggle::after ,
.tf-topbar.header-01 .tf-dropdown-select.style-default > .dropdown-toggle {
    color: var(--dark);
}

.tf-topbar.header-01 {
  border-bottom: 1px solid #E9E9E9;
  color: #464545;
}



.header-top .nav-icon-item {
  color: #fff ;
}

.tf-header.style-2 {
  padding-left: 40px;
  background: #fff;
}
.header-style-01 {
  padding-left: 0;
}

.header-style-01 .nav-icon-item {
  color: var(--primary);
}


.logo-header a {
  color: var(--white);
}

#mainnav .sub-menu {
    left: -40px;
}

.tf-header.style-2 .logo-header a,
.tf-header.header-abs .logo-header a {
  color: var(--black);
}

:root { --admin-top: 0px; }
.header_sticky header {
  position: sticky;
  z-index: 100;
  top: var(--admin-top);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
header.header-sticky.style-2 {
  background-color: var(--white);
}
header.header-sticky .header-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header-abs {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: -140px;
}
.header-abs .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  background-color: var(--white);
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .header-abs .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .header-abs {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: -75px;
  }
  .header-abs .header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-abs .container-full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
 
  .tf-header.style-2 .header-left,
  .header-abs .header-left {
      gap: 0px;
      margin: 0 10px;
  }

  .header-3 .logo-header {
    margin: 0 10px;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header.header-abs.header-sticky .header-inner,
header.header-sticky {
  box-shadow: 0px 10px 25px 0px #2B344A1F;
}

header.header-abs.header-sticky {
  box-shadow: none;
}

.tf-header.header-abs .nav-icon-item .count-box,
.tf-header.style-2 .nav-icon-item .count-box {
    color: var(--white);
    background-color: var(--primary);
}

@media (max-width: 1199px) {
  .header-inner .box-btn-menu,
  .header-inner .header-right {
    flex: 1;
  }
  .header-inner .header-right {
    justify-content: flex-end;
  }
  .logo-header .site-logo, #header #logo a img, #header-fixed-wrap #logo a img, .modal-menu__panel-footer .logo-panel a img {
      max-width: 120px !important;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1600px) {
  .header-left {
    gap: 100px;
  }
}

.header-inner_wrap .col-right {
  padding: 16px 0;
}

.header-right {
  display: flex;
  align-items: center;
}

.menu-item {
  position: relative;
}
.menu-item:hover .item-link::before {
  display: block;
}
.menu-item:hover .item-link .text::before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu-item:hover .item-link .icon {
  transform: rotate(180deg);
}
.menu-item:hover .sub-menu {
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.item-link {
  color: var(--primary);
  font-weight: 500;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
.item-link .text {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.item-link .text::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 80px);
  height: 100%;
  display: none;
}
.item-link .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1600px) {
  .box-nav-menu {
    gap: 40px;
  }
}

.box-nav-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
.box-nav-icon .br-line {
  height: 30px;
  width: 1px;
  background-color: var(--line);
}
@media (min-width: 1440px) {
  .box-nav-icon {
    padding-right: 30px;
  }
}

.tf-header.style-2 .box-nav-icon {
    padding-right: 15px;
}
@media (min-width: 1600px) {
  .box-nav-icon {
    gap: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .box-nav-icon {
    gap: 16px;
  }
}

.nav-icon-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-icon-list li {
  display: flex;
}
@media (max-width: 1199px) {
  .nav-icon-list {
    gap: 12px;
  }
}

.nav-icon-item {
  font-size: 24px;
  display: flex;
  position: relative;
}
.nav-icon-item .number-count {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 50%;
}
.nav-icon-item.has-num {
  margin-right: 0px;
}
.nav-icon-item.has-num.text-white .number-count {
  background-color: var(--white);
  color: var(--primary);
}
.nav-icon-item.has-num .number-count {
  position: absolute;
  top: -5.75px;
  right: -8px;
}
@media (max-width: 1199px) {
  .nav-icon-item {
    font-size: 20px;
  }
}

.box-nav-support {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--secondary);
  padding: 20px 40px;
  margin-right: -40px;
  border-radius: 0px 100px 100px 0px;
}
.box-nav-support .ic-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}
.box-nav-support .ic-wrap .icon {
  color: var(--white);
  font-size: 32px;
}
.box-nav-support .title {
  margin-bottom: 4px;
}


.box-navigation .item-link .icon,
.box-navigation .menu-fallback .icon {
  display: none;
  color: var(--main);
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: -1px;
}
.box-navigation .item-link, 
.box-navigation .menu-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-navigation .menu-item-has-children .icon {
  display: block;
}

.box-navigation .tf-megamenu .item-link .icon {
  display: block;
}

#mainnav .menu-item:hover > .sub-menu {
    transform: scale(1);
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}

#mainnav .sub-menu .sub-menu {
    position: absolute;
    top: 0%;
    background-color: var(--white);
    box-shadow: rgba(43, 52, 74, 0.12) 0px 10px 25px 0px;
    min-width: 204px;
    left: 100%;
    transform: scale(0.9);
    transform-origin: center top;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
    border-radius: 0px 0px 12px 12px;
}

#mainnav .sub-menu li:hover > .sub-menu {
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

#mainnav .box-nav-menu > li.tf-megamenu {
    position: static;
}

#mainnav .box-nav-menu > li.tf-megamenu > .sub-menu {
  left: 50% !important;
  transform: translateX(-50%);
}

/* -- Button Menu Mobile -- */
.btn-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 24px;
  position: relative;
}
.btn-mobile-menu span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--primary);
  border-radius: 5px;
}
.btn-mobile-menu::after, .btn-mobile-menu::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--primary);
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-mobile-menu::before {
  top: 5px;
}
.btn-mobile-menu::after {
  bottom: 5px;
}
.btn-mobile-menu.type-small {
  width: 20px;
  height: 20px;
}
.btn-mobile-menu.type-small > span {
  width: 16px;
}
.btn-mobile-menu.type-small::after, .btn-mobile-menu.type-small::before {
  width: 16px;
}
.btn-mobile-menu.style-white span, .btn-mobile-menu.style-white::after, .btn-mobile-menu.style-white::before {
  background-color: var(--white);
}

.offcanvas.offcanvas-start.is-admin {
  top: 32px;
}


.sidebar-left .s-blog-single .row,
.sidebar-left .s-blog-list .row {
    flex-direction: row-reverse;
}

.sidebar-left .blog-sidebar {
    margin-left: 0;
}


@media screen and (max-width: 782px) {
  .offcanvas.offcanvas-start.is-admin {
    top: 46px;
  }

  .tf-header.style-2 {
    padding-left: 15px;
  }
}

@media screen and (max-width: 600px) {
  .offcanvas.offcanvas-start.is-admin {
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .logo-site {
    max-width: 120px;
  }
}

.tf-page-title {
  position: relative;
}

.tf-page-title .entry-meta {
  margin-top: 24px;
}

.tf-page-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tf-page-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.tf-page-title .page-title {
  position: relative;
  z-index: 10;
  max-width: 880px;
}

.tf-page-title .page-title.center {
  margin: 0 auto;
  text-align: center;
}

.tf-page-title .page-title.center .bread-wrap {
    justify-content: center;
}

.tf-page-title .page-title.right {
  margin-left: auto;
  text-align: right;
}

.tf-page-title .page-title.right .bread-wrap {
    justify-content: end;
}

.single-post-style {
  min-height: 395px;
}

.single-post-style .page-title {
  display: none;
}

.bread-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.bread-wrap a span {
  color: #fff;
}

.bread-wrap .dot,
.bread-wrap span {
  color: rgba(255, 255, 255, 0.5);
}

/* footter */
footer * {
  color: #e9e9e9;
}

footer a:hover {
  color: var(--secondary);
}

footer .text-copy {
  color: #fff;
}

.inner-left h5 {
  margin-bottom: 8px;
}

.inner-left p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -8px;
}

footer .footer-info .infor-phone {
  color: #fff;
}
.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields .btn-submit {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  color: var(--primary);
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mc4wp-form-fields .btn-submit .icon {
  font-size: 20px;
  color: var(--primary);
}
.mc4wp-form-fields .btn-submit:hover .icon {
  /* animation: effect-send 0.4s ease-in; */  
}

.blog-sidebar .mc4wp-form-fields .btn-submit:hover {
    color: #1f1f1f;
}


.mc4wp-form-fields .btn-submit:hover {
  background: #fff;
}

.footer-col-block h2,
.widget_nav_menu .widget-title {
    color: var(--secondary);
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
}

/* .widget_nav_menu ul {
    display: grid;
    gap: 12px;
} */

.widget_nav_menu ul li:not(:last-child) {
   margin-bottom: 12px;
}

.wp-block-social-links a {
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 575px) {
  .menu-main-nav-container {
    display: none;
    margin-bottom: 20px;
  }

  .widget_nav_menu .widget-title {
    position: relative;
  }
  
  .widget_nav_menu .widget-title::after {
        position: absolute;
        content: "";
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 2px;
        background-color: var(--secondary);
        transition: 0.25s ease-in-out;
  }
  .widget_nav_menu .widget-title::before {
      position: absolute;
      content: "";
      right: 5px;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 2px;
      height: 14px;
      background-color: var(--secondary);
      transition: 0.25s ease-in-out;
  }

  .widget_nav_menu.open .widget-title::after {
    transform: translate(0%, -50%) rotate(180deg);
  }

  .widget_nav_menu.open .widget-title::before {
      opacity: 0;
  }

}

footer .text-copy {
    padding: 16px 0;
}

/* Blog */

.article-blog .entry_meta {
  margin-bottom: -8px;
}

.article-blog .entry_title {
    word-break: break-word;
}

.blog-single_content .box-title {
  margin-bottom: 40px;
}

.entry-content-single-post p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.55;
}

.entry-content-single-post h1,
.entry-content-single-post h2,
.entry-content-single-post h3,
.entry-content-single-post h4,
.entry-content-single-post h5, 
.entry-content-single-post h6 {
  margin-bottom: 16px;
  color: var(--primary);
}

.entry-content-single-post ul {
  margin-left: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
}

.entry-content-single-post .wp-block-latest-posts li,
.entry-content-single-post .wp-block-latest-posts,
.entry-content-single-post .wp-block-list li,
.entry-content-single-post .wp-block-list,
.entry-content-single-post ul li,
.entry-content-single-post ul {
  list-style: disc;
}

.entry-content-single-post ol li, 
.entry-content-single-post ul li  {
  margin-bottom: 12px;
}


.entry-content-single-post ol li:last-child, 
.entry-content-single-post ul li:last-child {
  margin-bottom: 0;
}


.wp-block-quote,
blockquote,
.block-quote {
  border-left: none;
  margin: 40px 0;
  padding: 20px 15px;
  border-radius: 12px;
  border: 2px solid var(--line);
  position: relative;
}

.wp-block-quote:before,
blockquote:before,
.block-quote:before {
  font-family: 'icomoon';
  content: "\e929";
  position: absolute;
  right: 28px;
  top: 26px;
  font-size: 40px;
  color: var(--primary);
  
}
.wp-block-quote p,
blockquote p,
.block-quote p {
  font-size: 24px;
  line-height: 28px;
  margin-right: 60px;
  text-transform: capitalize;
  font-family: "Sora" !important;
  font-weight: 500 !important;
  color: var(--primary);
}

.wp-block-quote .name-quote,
blockquote .name-quote,
.block-quote .name-quote,
.wp-block-quote cite,
blockquote cite,
.block-quote cite  {
    position: relative;
    font-size: 18px;
    padding-left: 28px;
    color: var(--primary);
    margin-bottom: 0;
}

.wp-block-quote .name-quote::before,
blockquote .name-quote::before,
.block-quote .name-quote::before,
.wp-block-quote cite::before,
blockquote cite::before,
.block-quote cite::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
}

.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px !important;
  margin: 40px 0;
}

.wp-block-gallery > * {
  width: 100% !important;
}

.wp-block-gallery img {
  border-radius: 8px;
}

.entry-content-single-post .wp-block-gallery,
.entry-content-single-post .wp-block-quote,
.entry-content-single-post blockquote,
.entry-content-single-post .block-quote,
.entry-content-single-post > .wp-block-image {
  margin: 40px 0;
}

.entry-content-single-post > * {
  margin: 12px 0;
}

.entry-content-single-post > *:first-child {
  margin-top: 0;
}
.entry-content-single-post > *:last-child {
  margin-bottom: 0;
}

.wp-calendar-table {
    caption-side: top;
}

.wp-block-search__button svg {
    display: none;
}

.wp-block-image img {
  border-radius: 12px;
}

.group-action-direc,
.entry_media {
  margin: 40px 0;
}

.group-action-direc.navi-next {
  justify-content: end;
}

.group-action-direc .action-direc {
    display: grid;
    gap: 4px;
    width: 50%;
}

.article-blog .entry_meta {
    flex-wrap: wrap;
}

.entry_meta .style-list .badge-tag {
  margin: 0 5px 5px 0;
}

.entry_meta .style-list li {
  margin-bottom: -5px;
}

.tf-social-icon-2 i {
    font-size: 24px;
}

.wp-block-quote,
blockquote,
.block-quote {
      padding: 26px 28px;
}

.wp-block-quote h2,
blockquote h2,
.block-quote h2{
    font-size: 24px;
    line-height: 30px;
}

.wp-block-quote p,
blockquote p,
.block-quote p{
    font-size: 16px;
    line-height: 28px;
    padding-left: 28px;
    position: relative;
}

.wp-block-quote p::before,
blockquote p::before,
.block-quote p::before {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: var(--primary);
}

@media (min-width: 992px) {
  .wp-block-quote,
  blockquote,
  .block-quote {
       padding: 26px 88px 26px 28px;
  }
}

.comment-reply-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}
.comment-reply-link:hover {
  color: #C8102E;
}
.comment-respond {
  padding: 20px 15px;
  border: 2px solid var(--line);
  border-radius: 8px;
}
.comment-respond .title {
  margin-bottom: 24px;
}

.comment-respond .comment-reply-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 24px;
}

#commentform .form-submit,
.wrap-input-submit {
  margin-top: 4px;
  padding: 0;
}

#commentform .form-submit input,
.wrap-input-submit input {
  all: unset;
  width: 100%;
  height: 100%;
  font-weight: 600;
  padding: 0 50px !important;
}

#commentform .form-submit {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 44px;
    position: relative;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 999px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#commentform .form-submit::after{
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%);
}
#commentform .form-submit:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
    opacity: 0.6;
}

@media (min-width: 1200px) {
  .comment-respond {
    padding: 26px;
  }
}

.wg-comment {
  margin-bottom: 40px;
}

#commentform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#commentform .comment_wrap_input {
  order: -1;
}

.wg-comment ol ol,
.wg-comment ol ul,
.wg-comment ul ul {
  margin-left: 30px;
  padding-left: 16px;
  border-left: 2px solid var(--line);
}
@media (min-width: 1200px) {
  .wg-comment ol ol,
  .wg-comment ol ul,
  .wg-comment ul ul {
    margin-left: 60px;
    border-left: 4px solid var(--line);
  }
}

.related-blog .flat-title {
  margin-bottom: 40px;
}

.related-blog .flat-title .title {
  margin-bottom: 12px;
}

/* Pagination */
nav.wg-pagination {
  margin-top: 40px;
}
.wp-block-query-pagination-numbers,
.wg-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-query-pagination-numbers .page-numbers,
.wg-pagination .page-numbers  {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--line);
  font-weight: 600;
  color: var(--primary);
}
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers.current,
.wg-pagination .page-numbers:hover, .wg-pagination .page-numbers.current {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.wg-pagination .pagination-item .icon {
  font-size: 20px;
}

.entry-content-single-post ul.wp-block-post-template li, .entry-content-single-post ul.wp-block-post-template {
    list-style: none;
}

.entry-content-single-post .wp-block-post-featured-image {
  margin: 30px 0;
}

.wp-block-comment-template .wp-block-columns {
  gap: 10px;
}

/* Sidebar */
.blog-sidebar {
  display: block;
  gap: 0;
}
.blog-sidebar > *:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.tagcloud,
.wp-block-tag-cloud {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tagcloud a,
.wp-block-tag-cloud a {
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 4px 15px;
    font-size: 14px !important;
    line-height: 22px;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: var(--line);
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget.widget_block ul ul {
  padding-left: 15px;
}

.widget_pages ul li:not(:last-child),
.widget_nav_menu ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child),
.widget_meta ul li:not(:last-child),
.widget_recent_entries ul li:not(:last-child),
.widget_recent_comments ul li:not(:last-child),
.widget_rss ul li:not(:last-child),
.widget_block ul li:not(:last-child),
.widget_block ol li:not(:last-child) {
  position: relative;
  margin-bottom: 12px;
}

.wp-block-categories li a {
  display: flex !important;
}
.wp-block-categories li a span {
  margin-left: auto;
}

.widget_rss ul li {
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment {
  line-height: inherit;
}

.widget ul ul li:last-child {
  padding-bottom: 0;
}

.widget ul ul li:first-child {
  margin-top: 16px;
}

/* .wp-block-categories-list li a:hover, .wp-block-categories li a:hover {
  font-weight: 600;
} */

.widget_pages ul ul li:last-child,
.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_rss ul ul li:last-child,
.wp-block-archives ul ul li:last-child,
.wp-block-categories ul ul li:last-child {
  padding-bottom: 0;
}

.widget_categories ul li,
.widget_pages ul li,
.widget_categories ul li {
  padding: 0;
}

.widget_nav_menu ul li a,
.widget_rss ul li a,
.wp-block-archives li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.wp-block-categories-list li a {
  display: block;
  position: relative;
}

.widget_rss ul li a {
  font-weight: 500;
}

.widget_nav_menu ul li a:hover,
.widget_rss ul li a:hover,
.wp-block-archives li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-categories li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
  color: var(--primary);
}

footer .widget_nav_menu ul li a:hover,
footer .widget_rss ul li a:hover,
footer .wp-block-archives li a:hover,
footer .wp-block-categories-list li a:hover,
footer .wp-block-categories li a:hover,
footer .widget_archive ul li a:hover,
footer .widget_categories ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
  color: var(--secondary);
}

.widget_recent_comments ul li:not(:last-child),
.widget_meta ul li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  margin-bottom: 10px;
}

.widget_recent_comments ul li *,
.widget_meta ul li *,
.wp-block-latest-comments li *{
  color: #000;
}

.widget_recent_comments .wp-block-latest-comments__comment-author,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.wp-block-latest-comments li a {
  color: var(--secondary);
}
.widget_recent_comments ul li a:hover,
.widget_meta ul li a:hover,
.wp-block-latest-comments li a:hover {
  color: #000;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.widget_search form {
    width: 100%;
    position: relative;
    margin: 0
}

.widget_search form label {
    display: block;
    margin-bottom: 10px
}

.widget_search form .search-submit,
.wp-block-search .wp-block-search__button {
    width: 60px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    box-shadow: none;
    border: 0;
    outline: 0 !important;
    border-radius: 0;
    text-align: center;
    color: var(--main);
    font-size: 30px;
    z-index: 5;
}

.widget_search .search-submit {
  border: none;
}

.widget_search form .search-submit,
.wp-block-search .wp-block-search__button {
  font-size: 0;
}

.widget_search .search-form::after,
.wp-block-search .wp-block-search__button::after {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

footer .widget_search .search-form::after {
  color: #000;
}

.widget_search .search-form::after {
  left: auto;
  transform: translate(0,-50%);
  right: 15px;
}

.widget_search .search-form:hover,
.wp-block-search .wp-block-search__button:hover {
  color: var(--primary);
}



.widget_search form input[type=search],
.wp-block-search .wp-block-search__input {
    margin-bottom: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 11px 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.widget_search form input[type=search]::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
    color: #A2A3AB;
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

.widget_search form input:-moz-placeholder,
.widget_search form input:-ms-input-placeholder,
.widget_search form input::-moz-placeholder,
.widget_search form input::-webkit-input-placeholder,
.widget_search form input::placeholder {
    color: #010c2a
}

.monster-widget-just-testing {
  width: 100%;
}

.widget-recent-news .sb-category {
  display: block;
}

.sb-category .sb-category_item:not(:last-child),
.wp-block-latest-posts li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.wp-block-search__label {
  display: none;
}


.wp-block-search .wp-block-search__label,
.sidebar-content-wrap .wp-block-heading,
.sidebar-content-wrap .widget-title {
    margin-bottom: 16px;
    color: var(--primary);
}

.blog-sidebar input[type=email].style-2 {
    border-radius: 12px;
    border-color: #E9E9E9;
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    color: #A4A4A4;
}
.blog-sidebar input[type="email"].style-2::placeholder {
    color: #A4A4A4 ;
    opacity: 1;
}

.blog-sidebar input[type="email"].style-2::-webkit-input-placeholder ,
.blog-sidebar input[type="email"].style-2:-moz-placeholder,
.blog-sidebar input[type="email"].style-2::-moz-placeholder ,
.blog-sidebar input[type="email"].style-2:-ms-input-placeholder {
    color: #A4A4A4 ;
}

.blog-sidebar .mc4wp-form-fields .btn-submit {
    background-color: transparent;
}

.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
  color: var(--primary);
  font-size: 20px;
  line-height: 28px;
  margin-top: 8px;
  font-weight: 500;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-2);
}

.wp-block-latest-posts li img {
    border-radius: 4px;
    overflow: hidden;
}

.sb-category .meta-list {
    flex-wrap: wrap;
}

.sb-category_item .desc {
  margin-top: 8px;
}

.sb-category .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget.widget-recent-news ul ul li:first-child {
  margin-top: 0;
}

footer .widget:not(:last-child) {
  margin-bottom: 16px;
}

.themesflat-shortcode-socials a:hover,
.widget_calendar .wp-calendar-nav a,
.widget_calendar #today {
  color: var(--primary);
}

.widget_calendar table {
  caption-side: top;
}

footer .themesflat-shortcode-socials a:hover,
footer .widget_calendar .wp-calendar-nav a,
footer .widget_calendar #today {
  color: var(--secondary);
}

.widget_categories form select {
  color: var(--text);
  appearance: auto;
  -webkit-appearance: auto;
}

.widget_archive select {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 11px 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--primary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer select,
footer .widget_categories form select {
  color: var(--white);
  border-color: var(--white);
  appearance: auto;
  -moz-appearance: auto;
}

footer select option {
  color: var(--text);
}

footer .widget_block .wp-block-heading,
footer .widget-title {
  margin-bottom: 16px;
  color: var(--secondary);
}

footer .tagcloud a:hover {
  background: var(--secondary);
  color: var(--text);
  border-color: var(--secondary);
}

footer a i {
  color: inherit;
}

.widget_nav_menu .menu-testing-menu-container  ul {
  display: block;
}


/* Annoucement */
.tf-announcement {
    background: #464545;
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 12px 0;
}

.tf-announcement .new-marquee {
    display: flex;
    align-items: center;
    gap: 32px;
}

.tf-announcement .new-marquee .box-item .text-caption-3 {
    width: max-content;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.new-marquee .box-item  {
    -webkit-animation: slide-har 20s linear infinite;
    animation: slide-har 20s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 32px;
}

.new-marquee .box-item .icon {
  color: #fff;
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* Annoucement slider */
.tf-announcement .has-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
}

.tf-announcement .has-btn .text-caption-3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.tf-announcement .has-btn p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tf-announcement .has-btn {
    gap: 5px 20px;
  }
}


@media (max-width: 650px) {
  .tf-announcement .topbar-inner .tf-swiper {
    height: 66px;
  }
}

@media (max-width: 575px) {
  .tf-announcement  {
    display: none;
  }
}


.tf-announcement .has-btn .text-anu-slider {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tf-announcement .button-anu-slider {
  font-weight: 500;
  text-decoration: underline;
}

.tf-announcement .topbar-inner .tf-swiper {
    height: 26px;
}

.tf-announcement .tf-btn-swiper-item {
  position: relative;
  max-width: 800px;
}

.tf-announcement .tf-anou-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  z-index: 10;
}

.tf-announcement .tf-anou-btn.nav-next-swiper {
  left: auto;
  right: 0;
}

.footer-bottom .text-copy {
  border-top: 1px solid #FFFFFF1A;
}

#goTop {
  position: fixed;
  padding: 0;
  bottom: 90px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: var(--white);
  color: black;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 3px;
  border: 1px solid var(--primary);
  mask-image: conic-gradient(var(--primary) var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(var(--primary) var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop .icon {
  transform: rotate(180deg);
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
}
#goTop .icon-arrow-right-2 {
  transform: rotate(-90deg);
}
#goTop.pos1 {
  bottom: 140px;
  right: 15px;
}
@media (min-width: 992px) {
  #goTop {
    right: 40px;
  }
}

.footer-inner .inner-center > * {
    flex-grow: 1;
}

.footer-info .infor-email {
    margin-bottom: 20px;
}

.box-nav-category {
  border-radius: 0 0 12px 12px;
}

.box-nav-support .info .h6 {
  color: var(--primary);
}

/* .themesflat-boxed {
  overflow: hidden;
} */
/* Menu mobile */
/* .canvas-mb {
    display: flex !important;
    flex-direction: column;
} */
.canvas-mb .canvas-header::after {
  display: none;
}
#mobileMenu .nav-ul-mb li > .sub-menu > li {
  border-bottom: unset !important;
}
.nav-ul-mb .btn-open-sub {
  position: relative;
  width: 20px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #181818;
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}
.nav-ul-mb .demo-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.24px;
  display: flex;
  padding: 1px 6px;
  background-color: var(--bg-7);
  color: var(--white);
  text-transform: none;
}
.nav-ul-mb .demo-label.type-new {
  background-color: #9327A6;
}
.nav-ul-mb .demo-label.type-trend {
  background-color: #27A656;
}
.nav-ul-mb .sub-nav-menu {
  padding-left: 10px;
  padding-bottom: 15px;
}

.nav-ul-mb li {
  position: relative;
  padding: 2px 0px;
}
.nav-ul-mb li:not(:last-child) {
  border-bottom: 1px solid var(--line);
}
.nav-ul-mb li a {
  min-height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul-mb li a:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb li.current-menu-item .a {
  color: var(--primary);
}
.nav-ul-mb li.current-menu-item .a .btn-open-sub::after, .nav-ul-mb li.current-menu-item .a .btn-open-sub::before {
  background-color: var(--primary);
}
.nav-ul-mb .btn-open-sub {
  position: relative;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: #181818;
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
  right: 5px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}
.nav-ul-mb .btn-open-sub.active::before {
  transform: rotate(90deg);
}
.nav-ul-mb .sub-menu {
  padding-left: 20px;
  margin-bottom: 15px;
  display: none;
  position: relative;
}

.nav-ul-mb .sub-menu li .sub-menu {
  margin-bottom: 5px;
}
.nav-ul-mb .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #4D4E4F;
}
.nav-ul-mb .sub-menu a:not(.collapsed) .btn-open-sub::before {
  transform: rotate(90deg);
}
.nav-ul-mb .sub-menu a .btn-open-sub::after, .nav-ul-mb .sub-menu a .btn-open-sub::before {
  background-color: #181818;
}
.nav-ul-mb .sub-menu a.line-clamp {
  position: relative;
  display: inline-flex;
}
.nav-ul-mb .sub-menu a.line-clamp .demo-label {
  top: -5px;
  right: -38px;
}
.nav-ul-mb .btn-submenu {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.need-help-wrap .social-list a {
  color: var(--primary);
}

.canvas-mb {
  display: flex !important;
}

.canvas-mb .need-help-wrap {
    display: grid;
}

.canvas-mb .icon-close-popup {
    position: relative;
}

.canvas-mb .canvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding-top: 0;
}

.canvas-mb .canvas-footer {
    display: flex;
    border-top: 1px solid var(--line);
    box-shadow: unset;
    padding: 0;
    gap: 0;
}

.canvas-mb .canvas-footer > * {
    width: 100%;
    padding: 6px 20px 7px;
}

.canvas-mb .canvas-footer .br-line {
  padding: 0;
}

/* page title */
.tf-page-title {
    padding-top: 80px;
    padding-bottom: 87px;
}

.tf-page-title.page-title-pd2 {
    padding-top: 227px;
    padding-bottom: 87px;
}


@media (max-width: 575px) {
  .widget_nav_menu > [class^="menu-"] {
    display: none;
    margin-bottom: 20px;
  }
}


body::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 5px;
}

/* Cookie */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 20px;
  right: 20px;
  max-width: 368px;
  background-color: var(--dark);
  z-index: 99999;
}
.cookie-banner .overplay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.cookie-banner .content {
  position: relative;
  padding: 20px;
  background-color: #1f1f1f;
}
.cookie-banner p {
  margin-bottom: 20px;
  color: var(--white);
}
.cookie-banner .button-group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cookie-banner .button-group .tf-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  padding: 7px 7px;
}
