/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* SF Pro Display font-face */
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Semibold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-Ultralight.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-BlackItalic.otf")
    format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-BoldItalic.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-LightItalic.otf")
    format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-MediumItalic.otf")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-RegularItalic.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-SemiboldItalic.otf")
    format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-ThinItalic.otf")
    format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/font/SFProDisplay/SFProDisplay-UltralightItalic.otf")
    format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

html,
body {
  font-family: "SFProDisplay", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif !important;
  font-size: 17px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
/* Start Padding */
.pt-80 {
  padding-top: 5rem !important;
}
.pb-80 {
  padding-bottom: 5rem !important;
}
.pt-100 {
  padding-top: 6.25rem !important;
}
.pb-100 {
  padding-bottom: 6.25rem !important;
}
.pt-10 {
  padding-top: 0.625rem !important;
}
.pb-10 {
  padding-bottom: 0.625rem !important;
}
.pt-30 {
  padding-top: 1.875rem !important;
}
.pb-30 {
  padding-bottom: 1.875rem !important;
}
/* End Padding */

/* Start Text */
.section-title {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
h2,
.h2,
.section-title {
  text-transform: initial;
  font-size: 2.5rem;
  border-bottom: unset;
  margin-bottom: 0.8rem;
}
/* End Text */

/* Start Header */
div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase > li > a {
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: initial;
}
div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase > li {
  margin: 0 18px;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li:hover
  > a,
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li.active
  > a,
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li.current-menu-item
  > a {
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: 1px 1px 10px rgb(41 46 87 / 43%);
}
/* style lesss */
div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
  margin-left: 20px;
}
div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase > li {
  margin: 0 18px;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li:before,
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li:after {
  display: none;
}

div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li:hover
  > a,
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li.active
  > a,
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li.current-menu-item
  > a {
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li
  > ul.sub-menu.nav-dropdown.nav-dropdown-default {
  top: 45px;
  border: 0;
  padding: 10px 0;
  min-width: 415px;
  left: unset !important;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li
  > ul.sub-menu.nav-dropdown.nav-dropdown-default
  li {
  padding: 0px 15px;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li
  > ul.sub-menu.nav-dropdown.nav-dropdown-default
  li
  a {
  border-bottom: unset;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: initial;
  margin: 0;
  padding: 7px 5px;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li
  > ul.sub-menu.nav-dropdown.nav-dropdown-default
  li:hover {
  background: #f8f8f8;
}
div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li
  > ul.sub-menu.nav-dropdown.nav-dropdown-default
  li:hover
  a {
  color: var(--primary-color);
  font-weight: 700;
}

/* End Header */

/* Start Footer */
#footer {
  border-top: 1px solid var(--primary-color);
}
#footer * {
  font-size: 0.9rem;
  color: #444;
}
#footer h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#footer a:hover *,
#footer a:hover {
  color: var(--fs-color-secondary);
}
#footer .copyright-footer p.footer-copyright {
  color: #fff !important;
}

div#aml_dk_wrap {
  position: fixed;
  bottom: 80px;
  right: 25px;
}
div#aml_dk_wrap .aml_dk-flex-container.icons_call {
  position: relative;
}
div#aml_dk_wrap
  .aml_dk-flex-container.icons_call
  .aml_dk-flex-item.aml-tooltip {
  margin-bottom: 20px;
  position: relative;
}
div#aml_dk_wrap
  .aml_dk-flex-container.icons_call
  .aml_dk-flex-item.aml-tooltip
  img {
  width: 40px;
  height: 40px;
  line-height: 16px !important;
  z-index: 1;
  transition: opacity 0.5s;
  color: #fff;
  right: 120%;
  border-radius: 99px;
  padding: 1px;
  background: #fefefe;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}
div#aml_dk_wrap
  .aml_dk-flex-container.icons_call
  .aml_dk-flex-item.aml-tooltip
  .aml-tooltiptext {
  visibility: visible;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: #1d243e;
  color: #fff;
  right: 120%;
}
div#aml_dk_wrap
  .aml_dk-flex-container.icons_call
  .aml_dk-flex-item.aml-tooltip
  .aml-tooltiptext:after {
  border-color: transparent transparent transparent #1d243e;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  right: -10px;
}
div#aml_dk_wrap
  .aml_dk-flex-container.icons_call
  .aml_dk-flex-item.aml-tooltip:hover
  a
  img {
  text-decoration: none !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 99px;
  border-radius: 2px solid #eee;
}
div#aml_dk_wrap
  .aml_dk-flex-container.icons_call
  .aml_dk-flex-item.aml-tooltip:hover
  span.aml-text-content.aml-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.aml_dk-bottom-center {
  position: fixed;
  bottom: 100px;
  z-index: 99;
  right: 5px;
  width: 40px;
}
.aml_dk-bottom-center
  .aml_dk-style-horizontal-default
  .aml_dk-flex-container.aml-flc-style-horizontal-default.aml_dk-style-default {
  box-shadow: 0 -4px 8px rgba(29, 36, 62, 0.2);
  margin-top: 15px;
  display: flex;
  padding: 10px 0;
}
.aml_dk-bottom-center
  .aml_dk-style-horizontal-default
  .aml_dk-flex-container.aml-flc-style-horizontal-default.aml_dk-style-default
  .aml_dk-flex-item {
  width: 25%;
}
.aml_dk-bottom-center
  .aml_dk-style-horizontal-default
  .aml_dk-flex-container.aml-flc-style-horizontal-default.aml_dk-style-default
  a {
  display: block;
  min-height: 40px;
}
.aml_dk-bottom-center
  .aml_dk-style-horizontal-default
  .aml_dk-flex-container.aml-flc-style-horizontal-default.aml_dk-style-default
  a
  img {
  display: block;
  margin: auto;
  height: 40px;
}
.aml_dk-bottom-center
  .aml_dk-style-horizontal-default
  .aml_dk-flex-container.aml-flc-style-horizontal-default.aml_dk-style-default
  a
  span.aml-text-content {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 13px;
}
/* End Footer */

/* Statr UX Block */
.block-so-lieu .text-box-content .text-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
.block-so-lieu .text-box-content .text-inner .text-item {
  padding: 0 0.8em;
  width: 100%;
}
.block-so-lieu .text-box-content .text-inner .text-item:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.block-so-lieu .text-box-content .text-inner p {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.block-so-lieu .text-box-content .text-inner .text-num {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
/* End UX Block */

/* Start Slider */
.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--primary-color);
}
/* End Slider */

/* Start Carousel Logo Doanh Nghiep */
.carousel-logo-doanh-nghiep .slick-track {
  display: flex;
  align-items: stretch;
}
.carousel-logo-doanh-nghiep .slick-slide {
  height: inherit !important;
}
.carousel-logo-doanh-nghiep .gallery-col {
  position: static !important;
  padding: 0 15px;
}
.carousel-logo-doanh-nghiep .gallery-col .col-inner {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  align-items: center;
}
.carousel-logo-doanh-nghiep .gallery-col .col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* End Carousel Logo Doanh Nghiep */

/* Button */
.button {
  margin-top: 1.25rem;
}
/* End Button */

/* Start Breadcrumb */
nav.rank-math-breadcrumb {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

nav.rank-math-breadcrumb a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

nav.rank-math-breadcrumb span.last {
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}
/* End Breadcrumb */

/* Meta share */

.r_date-icons .date {
  color: #000;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
  margin-top: 0.9375rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.r_date-icons .date img {
  width: 1.25rem;
  height: 1.25rem;
}
.single .r_date-icons .date img {
  width: 0.875rem;
  height: 0.875rem;
}
.r_date-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
.r_date-icons .date-icons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.625rem;
}
.r_date-icons .date-icons > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #2096f3;
  font-weight: 600;
  font-size: 70%;
  transition: all 0.3s ease;
}
.r_date-icons .date-icons > a:hover {
  border-color: #2096f3;
}
/* End Meta share */

/* Table BCH */

table.table-bch {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
table.table-bch thead {
  background: rgba(0, 0, 0, 0.05);
}
table.table-bch thead tr th {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  padding: 0.9375rem 0.625rem;
  text-transform: unset;
}

table.table-bch thead tr th:first-child {
  text-align: center;
}

table.table-bch tbody tr td {
  padding: 0.9375rem 0.625rem;
  color: #000;
}
table.table-bch tbody tr td.stt {
  margin: auto;
  text-align: center;
}
table.table-bch tbody tr td.stt div {
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  background: var(--fs-color-secondary);
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
  margin: auto;
  line-height: 1.5rem;
}
table.table-bch tbody tr td.name {
  padding: 0.9375rem 0.625rem;
  min-width: 12.5rem;
  color: var(--fs-color-secondary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
table.table-bch tbody tr td.cvdn {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  min-width: 12.5rem;
  max-width: 21.25rem;
  padding: 0.9375rem 1.875rem 0.9375rem 0.625rem;
}
table.table-bch tbody tr td.cvhh {
  padding: 0.9375rem 1.25rem;
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  min-width: 12.5rem;
}
table.table-bch tbody tr td.cvh {
  padding: 0.9375rem 1.25rem;
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  min-width: 12.5rem;
}
table.table-bch.lichtuan-table tr td {
  color: #444;
}
table.table-bch.lichtuan-table tr td:first-child {
  color: var(--fs-color-secondary);
}
table.table-bch.lichtuan-table tr td:not(:first-child),
table.table-bch.lichtuan-table tr td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
table.table-bch.lichtuan-table tr th {
  text-align: center;
}
table.table-bch {
  min-width: 1200px;
}
/* End Table BCH */

/* Start Doitac */
.doitac-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  width: 100%;
}

.doitac-list .doitac-item {
  background: #fff;
  padding: 20px 10px;
  transition: box-shadow 0.2s;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 340px; /* hoặc tuỳ chỉnh theo thiết kế */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
}
.doitac-list .doitac-item .button {
  margin-top: 0;
  margin-bottom: 0;
}
.doitac-logo {
  flex-grow: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.doitac-list .doitac-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.doitac-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Số dòng tối đa */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
  max-height: 3.2em;
  line-height: 1.6;
  text-align: center;
}

.doitac-logo img {
  transition: transform 0.5s cubic-bezier(0.4, 2, 0.6, 1);
}

.doitac-list .doitac-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.226);
}
.tab-doitac {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.tab-doitac .ux-menu-link__link {
  background: #fff;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
}
.tab-doitac .ux-menu-link__link:hover {
  background: var(--fs-color-secondary);
  color: #fff;
}
.tab-doitac .ux-menu-link--active .ux-menu-link__link {
  background: var(--primary-color);
  color: #fff;
}
/* End Doitac */

/* Start Partner Detail */

.partner-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.partner-meta {
  margin-bottom: 30px;
  color: #888;
  font-size: 1rem;
}

.partner-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.partner-logo {
  flex: 0 0 400px;
  max-width: 400px;
  min-width: 160px;
  text-align: center;
  background: #fff;

  padding: 18px 10px;
  margin: 0 auto;
}

.partner-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.partner-info {
  flex: 1 1 350px;
  font-size: 1rem;
  color: #000;
  line-height: 1.7;
  min-width: 260px;
}

.partner-info p {
  margin-bottom: 7px;
}

.partner-info strong {
  min-width: 120px;
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
}

.partner-info a {
  color: var(--fs-color-secondary);
  text-decoration: unset;
  word-break: break-all;
}

.partner-info a:hover {
  color: var(--primary-color);
}

.partner-share {
  margin-top: 30px;
  text-align: right;
}
/* End Partner Detail */

/* Start Hội viên */
.section-thu-ngo .list-nav-hoivien {
  display: flex !important;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
}
.ux-menu-link.flex.menu-item {
  flex-grow: 1;
}
.section-thu-ngo .list-nav-hoivien .ux-menu-link__link {
  padding: 10px 1.5rem !important;
  border-bottom: unset !important;
}
.section-thu-ngo .list-nav-hoivien .ux-menu-link:hover .ux-menu-link__link {
  background: var(--fs-color-secondary);
  color: #fff;
}
.section-thu-ngo .list-nav-hoivien .ux-menu-link--active .ux-menu-link__link {
  background: var(--primary-color) !important;
  color: #fff;
}

.section-thu-ngo ol {
  margin-bottom: 5px;
}
.section-thu-ngo ol > li {
  counter-increment: css-counter 1;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.section-thu-ngo ol > li:before {
  content: "" counter(css-counter);
  position: absolute;
  z-index: 15;
  font-size: 12px;
  text-align: center;
  width: 24px;
  left: -20px;
  height: 24px;
  line-height: 24px;
  background-color: var(--fs-color-secondary);
  color: #fff;
  border-radius: 50%;
}

.form_dkf {
  margin-top: 25px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.form_dkf > .col > p {
  color: rgba(0, 0, 0, 0.6);
}
.form_dkf .title {
  margin: 0 15px;
}
.form_dkf .title p {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 10px !important;
}
.form_dkf .quyetdinh .row .title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form_dkf > .col {
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 20px;
}
.form_dkf > .col p {
  font-size: 0.875rem;
  font-weight: 400;
}
.form_dkf .row {
  margin: 0 10px !important;
}
.form_dkf .row .col {
  padding-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
.form_dkf .row .col span.red {
  color: #c73b2a;
  font-size: 0.875rem;
  font-weight: 500;
}
.form_dkf .row .col span:not(.red) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.form_dkf .row .col input,
.form_dkf .row .col select {
  padding: 0.3125rem 0.625rem;
  box-shadow: unset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}
.form_dkf .row .col input[type="radio"] {
  min-height: unset;
}
.form_dkf .row .col .wpcf7-file {
  width: 100%;
}
.form_dkf .bttun input.wpcf7-submit {
  background: #fcce04;
  color: #000;
  text-transform: initial;
  font-weight: 500;
  margin: 10px auto 20px;
  display: block;
}

.hoivien-filter-form .col {
  padding-bottom: 0px;
}
.hoivien-filter-form button[type="submit"] {
  margin-top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* End Hội viên */

/* start ngôn ngữ */

div#masthead
  ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase
  > li.pll-parent-menu-item
  > ul.sub-menu.nav-dropdown.nav-dropdown-default {
  min-width: unset;
  width: max-content;
}
/* End ngôn ngữ */

/* Start liên hệ */

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  box-shadow: unset;
}

/* End liên hệ */

@media (max-width: 900px) {
  .partner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .partner-logo {
    margin-bottom: 10px;
  }
  .partner-share {
    text-align: left;
  }
}

@media screen and (max-width: 576px) {
  /* Start Padding */
  .pt-80 {
    padding-top: 3rem !important;
  }
  .pb-80 {
    padding-bottom: 3rem !important;
  }
  .pt-100 {
    padding-top: 4rem !important;
  }
  .pb-100 {
    padding-bottom: 4rem !important;
  }
  .pt-10 {
    padding-top: 0.625rem !important;
  }
  .pb-10 {
    padding-bottom: 0.625rem !important;
  }
  .pt-30 {
    padding-top: 1.875rem !important;
  }
  .pb-30 {
    padding-bottom: 1.875rem !important;
  }
  /* End Padding */
  html,
  body {
    font-size: 15px;
  }
  h2,
  .h2,
  .section-title {
    text-transform: initial;
    font-size: 30px;
    border-bottom: unset;
    margin-bottom: 0.8rem;
  }

  .block-so-lieu {
    min-height: 500px;
  }
  .block-so-lieu .text-box-content .text-inner .text-item {
    padding: 0 8px;
  }
  .block-so-lieu .text-box-content .text-inner .text-num {
    font-size: 1.2rem;
  }
  .block-so-lieu .text-box-content .text-inner p {
    font-size: 1rem;
  }
  .block-so-lieu .text-box-content .text-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-sidebar.no-scrollbar .sidebar-menu.no-scrollbar > ul.nav > li > a {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
  }
  .mobile-sidebar.no-scrollbar
    .sidebar-menu.no-scrollbar
    > ul.nav
    > li
    ul
    li
    a {
    color: #000;
    font-size: 16px;
  }
  .mobile-sidebar.no-scrollbar
    .sidebar-menu.no-scrollbar
    > ul.nav
    > li
    ul
    li:hover
    a {
    font-weight: bold;
    color: var(--primary-color);
  }
  h1.h2 {
    font-size: 40px;
  }
  .section-list-table .col-inner {
    overflow-x: auto;
  }
  #footer .section-footer-block .col {
    margin-bottom: 1rem;
  }

  .section-thu-ngo .list-nav-hoivien {
    flex-direction: column;
  }
  .doitac-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
