@charset "UTF-8";
/*  Theme Name: CID
 *  Theme URI: https://gingerdesign.com.tw/
 *  Author: Ginger Design
 *  Author URI: https://gingerdesign.com.tw/
 *  Description: Ginger Desing Custom Theme.
 *  Requires at least: 5.3
 *  Tested up to: 6.2
 *  Requires PHP: 5.6
 *  Version: 1.0
 *  License: GNU General Public License v2 or later
 *  License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *  Text Domain: CID
 *  Tags: CID
 *
 *  Ginger Design Theme, (C) 2023 gingerdesign.com.tw
 *  CID Theme is distributed under the terms of the GNU GPL. */
.bg-green-gradient {
  background: linear-gradient(180deg, rgba(244, 255, 250, 0) 26.56%, #F4FFFA 100%);
}

.bg-gray-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

.bg-blue {
  background-color: #5BA0B1;
}

.bg-orange {
  background-color: #F78B75;
}

.bg-green {
  background-color: #008A7C;
}

html {
  font-size: 16px;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #3e3e3e;
  text-align: justify;
  padding-top: 70px;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.4s;
}
a:hover {
  color: #7e7a75;
}

p {
  color: #3e3e3e;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.hr {
  margin: 0 0 5px;
  border-color: #c4c4c4;
  opacity: 1;
}

.mb-xl {
  margin-bottom: 6rem;
}

.material-symbols-outlined {
  font-size: 24px;
}

.container {
  --bs-gutter-x: 3rem;
}

.box-recruit {
  background: url(img/bg-recruit.svg) left top repeat #4A818E;
  color: #fff;
  padding-top: 2rem;
}
.box-recruit .container {
  background: url(img/recruit.svg) center top 3rem no-repeat;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .box-recruit .container {
    background-position: left bottom;
  }
}
.box-recruit .text {
  padding: 342px 3rem 0;
}
@media (min-width: 992px) {
  .box-recruit .text {
    padding: 3rem 0 3rem 400px;
  }
}
.box-recruit h3 {
  font-size: 18px;
}
.box-recruit p {
  color: #fff;
}

.bg-people-3 {
  background: url(img/people-3.svg) right bottom 5px no-repeat, url(img/border-left.svg) right bottom no-repeat;
  background-size: auto 100px, auto auto;
  height: 100%;
  padding-bottom: 120px;
}

.bg-people-4 {
  background: url(img/people-4.svg) left bottom 5px no-repeat, url(img/border-right.svg) left bottom no-repeat;
  background-size: auto 100px, auto auto;
  height: 100%;
  padding-bottom: 120px;
}

.bg-people-5 {
  background: url(img/people-5.svg) left bottom 5px no-repeat, url(img/border-right.svg) left bottom no-repeat;
  background-size: auto 100px, auto auto;
  height: 100%;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .box-footprint > .row {
    position: relative;
  }
}
.box-footprint .text {
  background: url(img/bg-green.svg) right bottom no-repeat, linear-gradient(to right, #fff, #F4FFFA);
}
@media (min-width: 992px) {
  .box-footprint .text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .sticky-footprint {
    position: sticky;
    top: 100px;
  }
}

.mw-100, .w-100 {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700;
}

.max-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.max-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.title-lg {
  color: #000;
  font-size: 24px;
  margin-bottom: 2rem;
}

.title-md {
  font-size: 24px;
  color: #000;
}

.title-sm {
  font-size: 18px;
}

.title-xs {
  font-size: 16px;
  font-weight: normal;
}

.text-sm {
  font-size: 14px;
}

.text-shadow {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.btn {
  padding: 8px 24px;
  border-radius: 0;
  transition: 0.2s;
  font-size: 16px;
  color: #3e3e3e;
}

.btn-main {
  border: 2px solid #6BBDA9;
  border-radius: 100px;
  background-color: #fff;
}
.btn-main:hover {
  background-color: #fff;
  border: 2px solid #6BBDA9;
  box-shadow: 2px 2px 0 #6BBDA9;
  color: #000;
}

.btn-submit {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 14px;
}
.btn-submit:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
}

.btn-secondary {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #585858;
  border-color: #585858;
  color: #fff;
}

.btn-major {
  background-color: #004952;
  border-color: #004952;
  color: #fff;
  padding: 12px 36px;
}
.btn-major:hover {
  background-color: #007685;
  border-color: #007685;
  color: #fff;
}

.btn-light {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #3e3e3e;
}
.btn-light:hover {
  background-color: transparent;
  border-color: #6BBDA9;
  color: #6BBDA9;
}

.btn-bordered-white {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  background-color: #6BBDA9;
}
.btn-bordered-white:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #6BBDA9;
}

.list-posts {
  list-style: none;
  padding: 0;
}
.list-posts img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.list-posts h3 a {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .list-posts h3 a {
    font-size: 18px;
  }
}
.list-posts p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-posts-full-width {
  list-style: none;
  margin: 0 0 5rem;
  padding: 0;
}
.list-posts-full-width > li {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .list-posts-full-width > li {
    display: flex;
  }
}
.list-posts-full-width > li img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .list-posts-full-width > li img {
    margin: 0 2rem 0 0;
    width: 250px;
  }
}
.list-posts-full-width > li h3 {
  font-size: 24px;
}
.list-posts-full-width > li p {
  font-size: 16px;
  color: #7e7a75;
  word-break: break-all;
}
.list-posts-full-width > li h4 {
  font-size: 14px;
  color: #7e7a75;
}

.post-item {
  display: block;
  margin-bottom: 2rem;
}
.post-item .img {
  display: block;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.post-item .img:hover {
  opacity: 0.8;
}
.post-item .text {
  color: #6BBDA9;
}
.post-item .text h4 {
  font-size: 14px;
}
.post-item .text h3 {
  font-size: 18px;
  color: #3e3e3e;
  padding: 0 0.5rem;
}
.post-item .text h6 {
  font-size: 14px;
  color: #7e7a75;
  margin-bottom: 0.5rem;
  text-align: center;
}

.simple-post:not(:last-child) {
  margin-bottom: 1rem;
}
.simple-post h3 {
  font-size: 16px;
  color: #3e3e3e;
}
.simple-post h4 {
  font-size: 11px;
  color: #7e7a75;
}

.result-scroll {
  position: relative;
  overflow: hidden;
}
.result-scroll.hide-arrow::after {
  display: none !important;
}
.result-scroll::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 140px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
.result-scroll .row {
  flex-wrap: nowrap;
  overflow: auto;
}
.result-scroll:has(> .row > a + a + a + a + a)::after {
  display: block;
}

.post-author {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.post-author .img-author {
  margin-right: 1rem;
}

.list-posts-text {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-posts-text li {
  margin-bottom: 0.25rem;
}
.list-posts-text li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7e7a75;
}
.list-posts-text li a:hover {
  color: #5BA0B1;
}

.no-data {
  margin: 3rem;
  text-align: center;
  color: #ccc;
}

.post-full-img {
  position: relative;
  transition: 0.4s;
}
.post-full-img:hover {
  opacity: 0.8;
}
.post-full-img .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.post-full-img .img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.post-full-img .img img {
  width: 100%;
  height: auto;
}
.post-full-img .text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}
.post-full-img .text a {
  color: #fff;
}
.post-full-img .text .post-categories {
  justify-content: center;
}
.post-full-img .text h3 {
  font-size: 18px;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .post-full-img .text h3 {
    font-size: 28px;
  }
}
.post-full-img .text h6 {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .post-full-img .text h6 {
    font-size: 14px;
  }
}

.post-item-news .text {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem;
}
.post-item-news .text h3 {
  font-size: 16px;
  color: #000;
  margin: 0 0 0.5rem;
}
@media (min-width: 992px) {
  .post-item-news .text h3 {
    font-size: 18px;
  }
}
.post-item-news .text h6 {
  font-size: 14px;
  color: #3e3e3e;
  margin: 0;
}

.post-categories {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.post-categories li {
  line-height: 1;
}
.post-categories li:not(:last-child)::after {
  content: "·";
  display: inline;
  margin: 0 0.5rem;
}
.post-categories li a {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: normal;
}
@media (min-width: 992px) {
  .post-categories li a {
    font-size: 14px;
  }
}
.post-categories li a:hover {
  color: #6BBDA9;
}

.list-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-tags li {
  margin: 0 0.5rem 0.5rem 0;
}
.list-tags li a {
  display: block;
  line-height: 1.2;
  color: #7e7a75;
}
.list-tags li a:hover {
  color: #6BBDA9;
}

.list-hot-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-hot-tags li {
  margin: 0 0.5rem 0.5rem 0;
}
.list-hot-tags li a {
  display: block;
  padding: 8px 20px;
  line-height: 1;
  color: #3e3e3e;
  border: 1px solid #7e7a75;
  border-radius: 50px;
  background-color: #dfdad4;
  opacity: 0.5;
}
.list-hot-tags li a:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.list-custom-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-custom-tags.list-custom-tags-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-custom-tags.list-custom-tags-flex li {
  margin-right: 0.5rem;
}
.list-custom-tags li {
  margin-bottom: 0.5rem;
}
.list-custom-tags li a {
  display: block;
  padding: 8px 20px;
  border: 1px solid #6BBDA9;
  color: #6BBDA9;
}
.list-custom-tags li a:hover {
  border-color: #004952;
  color: #004952;
}

.box-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .box-filter {
    flex-wrap: nowrap;
  }
}
.box-filter label {
  font-size: 14px;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .box-filter label {
    max-width: 100px;
  }
}
.box-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.box-filter ul > li {
  padding: 8px 24px;
  font-size: 14px;
  border: 1px solid #6BBDA9;
  margin: 0 0.5rem 0.5rem 0;
  cursor: pointer;
  transition: 0.4s;
}
.box-filter ul > li:hover {
  border-color: #004952;
  color: #004952;
}
.box-filter ul > li.active {
  border-color: #004952;
  background-color: #004952;
  color: #fff;
}

.list-shares {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.list-shares > li:not(:last-child) {
  margin-right: 1rem;
}
.list-shares > li.facebook a:hover svg path {
  fill: #1a77f2;
}
.list-shares > li.twitter a:hover svg path {
  fill: #000;
}
.list-shares > li.line a:hover svg path {
  fill: #03c755;
}
.list-shares > li a:hover svg path {
  fill: #000;
}
.list-shares > li svg {
  display: block;
  height: 24px;
}
.list-shares > li svg path {
  fill: #9e9e9e;
  transition: 0.4s;
}
.list-shares > li span {
  font-size: 16px;
}

.product-item {
  margin-bottom: 2rem;
}
.product-item img {
  margin-bottom: 1rem;
}
.product-item h3 {
  font-size: 18px;
}

.list-project-features > div .img {
  margin-bottom: 1rem;
  text-align: center;
}
.list-project-features > div .img img {
  max-width: 100%;
}
.list-project-features > div h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}
.list-project-features > div p {
  color: #3e3e3e;
}

.list-project-steps {
  text-align: center;
}
.list-project-steps > div {
  margin-bottom: 3rem;
}
.list-project-steps > div a:hover .img {
  opacity: 0.8;
}
.list-project-steps > div .img {
  margin-bottom: 1rem;
  transition: 0.4s;
}
.list-project-steps > div .img img {
  max-width: 100%;
}
.list-project-steps > div h3 {
  font-size: 16px;
}

.list-feedback {
  padding-bottom: 6rem;
}
.list-feedback .img {
  display: block;
}
.list-feedback img {
  max-width: 100%;
  margin: 0 auto;
}

.list-actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body.down:not(.open-nav-main) .header-main {
  top: -100px;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .header-main {
    height: 100px;
  }
}
.header-main .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (min-width: 992px) {
  .header-main .container {
    height: 100px;
  }
}
.header-main h1 {
  margin: 0;
}
.header-main h1 a {
  display: block;
}
.header-main h1 a img {
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .header-main h1 a img {
    height: 80px;
  }
}

@media (max-width: 991px) {
  .nav-main {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
  }
}
.nav-main > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main > div > ul > li:has(ul) > a {
  padding-right: 28px;
  background: url(img/down.svg) right 10px center no-repeat;
}
.nav-main > div > ul > li:last-child > a {
  padding-left: 32px;
  background: url(img/talk-brown.svg) left 10px center no-repeat;
}
.nav-main > div > ul > li:nth-last-child(2) > a {
  padding-left: 32px;
  background: url(img/talk-green.svg) left 10px center no-repeat;
}
.nav-main > div > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .nav-main > div > ul {
    padding-left: 4rem;
  }
  .nav-main > div > ul > li:has(ul) > a {
    display: inline-block;
  }
  .nav-main > div > ul > li a {
    text-decoration: none;
    display: block;
    padding: 8px 32px;
    font-size: 16px;
    color: #000;
  }
  .nav-main > div > ul > li ul {
    padding-left: 1.5rem;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .nav-main > div > ul {
    display: flex;
    justify-content: center;
    margin: 0 60px 0 0;
    height: 100px;
  }
  .nav-main > div > ul > li {
    position: relative;
    margin-left: 20px;
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
  }
  .nav-main > div > ul > li:hover .sub-menu {
    display: flex;
  }
  .nav-main > div > ul > li.current-menu-item > a, .nav-main > div > ul > li.current-menu-parent > a {
    background-color: #dfdad4;
  }
  .nav-main > div > ul > li.menu-item-has-children > a {
    padding-right: 28px;
    background-image: url(img/down.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  .nav-main > div > ul > li:last-child > a {
    padding-left: 32px;
    background-image: url(img/talk-brown.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
  }
  .nav-main > div > ul > li:nth-last-child(2) > a {
    padding-left: 32px;
    background-image: url(img/talk-green.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
  }
  .nav-main > div > ul > li > a {
    display: block;
    padding: 0 16px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: 0.4s;
    white-space: nowrap;
    border-radius: 100px;
    height: 32px;
    line-height: 32px;
  }
  .nav-main > div > ul > li > a:hover {
    background-color: #dfdad4;
  }
  .nav-main > div > ul > li > a .material-symbols-outlined {
    position: relative;
    top: 4px;
  }
  .nav-main > div > ul > li .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 84px;
    z-index: 9999;
    width: 300px;
    height: 32px;
    border-radius: 100px;
    transform: translateX(-50%);
    background-color: #fff;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .nav-main > div > ul > li .sub-menu li.current-menu-item a {
    color: #6BBDA9;
  }
  .nav-main > div > ul > li .sub-menu li a {
    color: #000;
  }
  .nav-main > div > ul > li .sub-menu li a:hover {
    color: #6BBDA9;
  }
}

.header-main .btn-nav-main {
  position: absolute;
  right: 1rem;
  top: 11px;
}

.btn-nav-main {
  cursor: pointer;
  padding: 17px 12px;
}
.btn-nav-main i {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #3e3e3e;
  transition: 0.2s;
  opacity: 1;
}
.btn-nav-main i:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .btn-nav-main {
    display: none;
  }
}

@media (max-width: 991px) {
  .open-nav-main .nav-main {
    max-height: 550px;
    border-bottom: 1px solid #ccc;
  }
}
.open-nav-main .btn-nav-main i {
  position: relative;
}
.open-nav-main .btn-nav-main i:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
.open-nav-main .btn-nav-main i:nth-child(2) {
  opacity: 0;
}
.open-nav-main .btn-nav-main i:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}
.open-nav-main .btn-nav-main .box-search {
  display: block;
}

.box-search label, .box-search .search-submit {
  display: none;
}
.box-search input {
  top: 50%;
  background-color: #fff;
  border: 1.5px solid #7e7a75;
  padding: 6px 24px;
  color: #6BBDA9;
  border-radius: 100px;
}
.box-search input:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .box-search {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
  }
  .box-search .btn-search-close {
    display: none;
  }
  .box-search form input {
    left: 50%;
    width: 240px;
    height: 40px;
  }
  .box-search .btn-search {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #6BBDA9;
  }
}
@media (min-width: 992px) {
  .box-search {
    position: absolute;
    right: 2rem;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
  }
  .box-search.open form {
    width: 280px;
    height: 48px;
  }
  .box-search.open form input {
    width: 240px;
  }
  .box-search.open .btn-search {
    display: none;
  }
  .box-search.open .btn-search-close {
    display: block;
  }
  .box-search form {
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .box-search form input {
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 48px;
    transition: 0.4s;
  }
  .box-search span {
    cursor: pointer;
    color: #7e7a75;
  }
  .box-search .btn-search span {
    position: relative;
    top: 4px;
  }
  .box-search .btn-search-close {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.header-cid {
  background: url(img/header-bg.svg) center top no-repeat, url(img/header-title-bg.svg) center top 2rem no-repeat;
  padding: 160px 0 0;
  margin-bottom: 2rem;
  text-align: center;
}
.header-cid h2 {
  font-size: 24px;
}
.header-cid h3 {
  font-size: 18px;
}

.title-desc {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}
.title-desc.title-desc-sm {
  max-width: 550px;
}

.footer-main {
  background-color: #2A4A52;
  color: #fff;
  padding: 4rem 0;
}
.footer-main .container {
  position: relative;
}
.footer-main a {
  text-decoration: none;
  color: #fff;
}
.footer-main .footer-logo {
  display: block;
  margin-bottom: 2rem;
}
.footer-main .footer-logo img {
  width: 90%;
}
.footer-main .list-social {
  list-style: none;
  padding: 0;
  display: flex;
}
@media (min-width: 992px) {
  .footer-main .list-social {
    margin: 1rem 0 0;
  }
}
.footer-main .list-social > li:not(:last-child) {
  margin-right: 1rem;
}
.footer-main .list-social > li.facebook:hover svg path {
  fill: #1a77f2;
}
.footer-main .list-social > li.youtube:hover svg path {
  fill: #c4302b;
}
.footer-main .list-social > li svg {
  height: 32px;
}
.footer-main .list-social > li svg path {
  fill: #fff;
  transition: 0.4s;
}
.footer-main ul {
  list-style: none;
  padding: 0;
}

.nav-main-footer h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.nav-main-footer ul {
  margin: 0;
  padding: 0;
}
.nav-main-footer ul li {
  margin-bottom: 0.5rem;
}
.nav-main-footer ul li a {
  transition: 0.4s;
}
.nav-main-footer ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.list-footer-info {
  margin: 2rem 0;
}
.list-footer-info li.add {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 1rem;
}

#img-show {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#img-show.active {
  opacity: 1;
  visibility: visible;
}
#img-show.active img {
  width: auto;
  height: auto;
}
#img-show img {
  max-width: 100%;
  max-height: 100%;
}

#gdpr {
  background: url(img/gdpr-bg.svg) right bottom no-repeat #6BBDA9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  color: #fff;
}
#gdpr.close {
  display: none;
}
#gdpr .row {
  align-items: center;
}
#gdpr p {
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
#gdpr a {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #fff;
}

body.down .list-fixed-bottom {
  right: 1.5rem;
}

.list-fixed-bottom {
  position: fixed;
  bottom: 1.5rem;
  right: -100px;
  z-index: 9999;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
.list-fixed-bottom .btn-nav-main {
  display: block;
  padding: 15px 11px;
}
.list-fixed-bottom .btn-nav-main i {
  background-color: #fff;
  width: 18px;
}
.list-fixed-bottom li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list-fixed-bottom li a {
  width: 40px;
  height: 40px;
  background-color: #7e7a75;
  opacity: 0.5;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-fixed-bottom li a:hover {
  opacity: 1;
}

.nav-links {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers {
  margin: 0 0.5rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #9e9e9e;
  color: #7e7a75;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .nav-links .page-numbers {
    display: none;
  }
}
.nav-links .page-numbers:hover {
  color: #4ca993;
  border-color: #4ca993;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-links .page-numbers.dots {
  border: 0;
  margin: 0;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  border-color: #6BBDA9;
  color: #6BBDA9;
}
@media (max-width: 575px) {
  .nav-links .page-numbers.prev, .nav-links .page-numbers.next {
    display: flex;
  }
}
.nav-links .page-numbers.current {
  background-color: #6BBDA9;
  border-color: #6BBDA9;
  color: #fff;
}
@media (max-width: 575px) {
  .nav-links .page-numbers.current {
    display: flex;
  }
}

.list-paged {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.list-paged > li a {
  display: block;
  margin: 0 1rem;
  border: 1px solid #7e7a75;
  padding: 14px 15px;
  color: #7e7a75;
  line-height: 1;
}
.list-paged > li a:hover {
  color: #6BBDA9;
  border-color: #6BBDA9;
}

.pagination {
  display: block;
  margin-bottom: 4rem;
}
.pagination h2 {
  display: none;
}

.main-main #ez-toc-container {
  background-color: rgba(50, 25, 0, 0.05);
  border: 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 1rem;
}
.main-main #ez-toc-container a:hover {
  color: #5BA0B1;
}

@media (min-width: 992px) {
  .wp-block-gallery {
    display: flex;
  }
}
.wp-block-gallery > figure {
  margin-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .wp-block-gallery > figure {
    margin-right: 1rem !important;
  }
}

.wp-block-quote {
  border-left: 5px solid #6BBDA9;
  padding: 0 0 0 2rem;
  margin-top: 1.5rem;
}
.wp-block-quote p {
  display: inline;
  color: #B78C6C;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .wp-block-quote p {
    font-size: 20px;
  }
}

body .wp-block-pullquote {
  border-bottom: 2px solid #6BBDA9;
  padding: 2.5rem 0 1rem;
  background: url(img/pullquote.svg) center top no-repeat;
  position: relative;
}
body .wp-block-pullquote::before, body .wp-block-pullquote::after {
  content: "";
  display: block;
  width: 43%;
  height: 2px;
  background-color: #6BBDA9;
  position: absolute;
  top: 12px;
}
body .wp-block-pullquote::before {
  left: 0;
}
body .wp-block-pullquote::after {
  right: 0;
}
body .wp-block-pullquote blockquote {
  margin: 0;
}
body .wp-block-pullquote p {
  font-size: 22px;
  font-weight: 500;
  color: #B78C6C;
}
body .wp-block-pullquote cite {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
}
body .wp-block-pullquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 32px;
  background-color: #ccc;
  margin-right: 8px;
  position: relative;
  bottom: 4px;
}

.wp-block-code {
  background-color: #e6e6e6;
  border: 0;
}

.wp-block[data-align=right] > .wp-block-image {
  text-align: right;
}

.wp-element-caption {
  color: #7e7a75;
  font-size: 12px;
}

.alignright .wp-element-caption {
  text-align: right;
}

.aligncenter .wp-element-caption {
  text-align: center;
}

.wp-block-button .wp-block-button__link {
  background-color: #6BBDA9;
  color: #fff;
  border-radius: 0;
  padding: 12px 36px;
  font-size: 14px;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #4ca993;
}

.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}

body#tinymce {
  padding: 0;
}

.header-archive {
  padding: 2rem 0;
}

.img-square {
  background-color: #eee;
}
.img-square img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .img-square {
    padding-top: 100%;
    position: relative;
  }
  .img-square img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
}

.img-author {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.img-author.img-author-xs {
  width: 40px;
  height: 40px;
}
.img-author.img-author-xs img {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .img-author.img-author-lg {
    width: 170px;
    height: 170px;
  }
  .img-author.img-author-lg img {
    width: 170px;
    height: 170px;
  }
}
.img-author img {
  object-fit: cover;
  width: 125px;
  height: 125px;
}

.slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 2rem;
  z-index: 2;
}
.slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #dfdad4;
  margin: 0 0.5rem;
}
.slick-dots > li.slick-active {
  background-color: #dfdad4;
}
.slick-dots > li button {
  background: none;
  border: 0;
  text-indent: -9999px;
}

.slick-arrow {
  position: absolute;
  bottom: 1.5rem;
  z-index: 9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #6BBDA9;
  color: #6BBDA9;
  font-size: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slick-arrow.prev {
  margin-left: -40px;
}
.slick-arrow.next {
  margin-left: 40px;
}
.slick-arrow:hover {
  color: #4ca993;
  border-color: #4ca993;
  background-color: rgba(0, 0, 0, 0.05);
}

.banners-home {
  background: linear-gradient(to bottom, rgba(220, 214, 208, 0.3), rgba(255, 255, 255, 0));
  padding: 0;
}
@media (min-width: 992px) {
  .banners-home {
    padding: 4rem 0;
  }
}
.banners-home .youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  cursor: pointer;
}

.banners-home-slick {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .banners-home-slick {
    padding: 0 1.5rem !important;
  }
}

#home-statistics .row > div:first-child .statistic-circle {
  background-color: #5BA0B1;
}
#home-statistics .row > div:nth-child(2) .statistic-circle {
  background-color: #F78B75;
}
#home-statistics .row > div:last-child .statistic-circle {
  background-color: #008A7C;
}

.statistic-circle {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #999;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.statistic-circle b {
  font-size: 60px;
}
.statistic-circle span {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.home-keywords .row > div {
  margin-bottom: 1rem;
}
.home-keywords .row > div > a {
  height: 60px;
  background-color: #999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .home-keywords .row > div > a {
    height: 120px;
    font-size: 24px;
  }
}
.home-keywords .row > div > a:hover {
  box-shadow: 4px 4px 0 #004952;
}
.home-keywords .row > div:nth-child(7n+1) > a {
  background-color: #6BBDA9;
}
.home-keywords .row > div:nth-child(7n+2) > a {
  background-color: #F78B75;
}
.home-keywords .row > div:nth-child(7n+3) > a {
  background-color: #008A7C;
}
.home-keywords .row > div:nth-child(7n+4) > a {
  background-color: #FFB6A7;
}
.home-keywords .row > div:nth-child(7n+5) > a {
  background-color: #6BBDA9;
}
.home-keywords .row > div:nth-child(7n+6) > a {
  background-color: #5BA0B1;
}
.home-keywords .row > div:nth-child(7n) > a {
  background-color: #B78C6C;
}

.home-why-slick {
  position: relative;
}
.home-why-slick .slick-dots {
  left: 50%;
  right: auto;
  bottom: -1.5rem;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .home-why-slick .slick-dots {
    right: 1.5rem;
    bottom: 50%;
    transform: translate(0, 50%);
    left: auto;
    display: block;
  }
  .home-why-slick .slick-dots li {
    margin: 0 0 0.75rem;
  }
}

.home-why-item img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.home-why-item h2 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #2A4A52;
}
@media (min-width: 992px) {
  .home-why-item h2 {
    font-size: 16px;
    font-weight: bold;
  }
}

.author-info {
  text-align: center;
}
@media (min-width: 992px) {
  .author-info {
    text-align: left;
  }
}
.author-info h3 {
  fonbt-size: 18px;
  color: #6BBDA9;
}
.author-info h4 {
  font-size: 14px;
  color: #7e7a75;
  font-weight: 400;
}
.author-info p {
  font-size: 14px;
  color: #7e7a75;
}

@media (min-width: 992px) {
  .box-other-authors {
    margin-bottom: 6rem;
  }
}
.box-other-authors.show-all .list-other-authors > li {
  display: flex;
}
.box-other-authors.show-all #show-all-authors {
  display: none;
}
.box-other-authors .list-other-authors {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-other-authors .list-other-authors > li {
  display: none;
}
.box-other-authors .list-other-authors > li:nth-child(-n+5) {
  display: flex;
}

.box-single {
  padding: 3rem 0;
}

.single-title {
  font-size: 32px;
}

.single-date-author {
  font-size: 14px;
  margin-bottom: 1rem;
}
.single-date-author span {
  margin-right: 1rem;
  color: #7e7a75;
}
.single-date-author b {
  color: #3e3e3e;
}

.box-share {
  text-align: center;
}
.box-share label {
  margin: 0 0 1rem;
  color: #9e9e9e;
  font-size: 14px;
}
@media (min-width: 768px) {
  .box-share label {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .box-share {
    display: flex;
    align-items: center;
    margin: 2rem 0 0;
  }
  .box-share .share-line {
    height: 1px;
    background-color: #ccc;
    width: 60px;
    margin: 0 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .box-share .share-line {
    width: 100px;
  }
}

.single-author {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  background-color: rgba(50, 25, 0, 0.05);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .single-author {
    flex-wrap: nowrap;
  }
}
.single-author .img-author {
  margin: 0 auto 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .single-author .img-author {
    margin: 0 2rem 0 0;
  }
}
.single-author .text {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .single-author .text {
    text-align: left;
  }
}
.single-author .text h4 {
  font-size: 20px;
}
.single-author .text p {
  color: #7e7a75;
}

.single-content, .editor-styles-wrapper {
  word-break: break-all;
}
.single-content h2, .editor-styles-wrapper h2 {
  font-size: 24px;
}
.single-content h3, .editor-styles-wrapper h3 {
  font-size: 20px;
}
.single-content h4, .editor-styles-wrapper h4 {
  font-size: 20px;
  color: #3e3e3e;
}
.single-content a, .editor-styles-wrapper a {
  color: #6BBDA9;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.single-content a:has(img), .editor-styles-wrapper a:has(img) {
  display: block;
}
.single-content a:has(img) > img, .editor-styles-wrapper a:has(img) > img {
  pointer-events: none;
}
.single-content img, .editor-styles-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.box-money {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .box-money {
    margin-bottom: 4rem;
  }
}

.row-consultants h4 {
  font-size: 24px;
}
.row-consultants h5 {
  font-size: 16px;
  font-weight: normal;
  color: #3e3e3e;
}

.list-co img {
  margin: 0 auto 0.5rem;
  filter: grayscale(1);
  transition: 0.4s;
}
.list-co a:hover img {
  filter: grayscale(0);
}
.list-co h3 {
  font-size: 16px;
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-staff h4::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
  margin: 1rem auto;
}
.list-staff .intro {
  text-align: left;
  word-break: break-all;
}

.banner-footprint img {
  width: 100%;
}
.banner-footprint .slick-dots {
  bottom: 2rem;
  right: 50%;
  transform: translateX(50%);
}

.box-sub {
  background: url(img/bg-recruit.svg) center center repeat #345C66;
  padding: 1.5rem 0;
}
.box-sub .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-sub h4 {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 0 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .box-sub h4 {
    width: auto;
    margin: 0 2rem 0 0;
  }
}
.box-sub h4 span {
  margin-right: 0.5rem;
}

#sub-form-container .content {
  display: none;
}
#sub-form-container .content.active {
  display: block;
}
#sub-form-container .d-flex {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  #sub-form-container #sub-mail {
    width: 280px;
  }
}
#sub-form-container #sub-submit {
  margin: 1rem 0 0 auto;
}
@media (min-width: 992px) {
  #sub-form-container #sub-submit {
    margin: 0;
    display: inline;
  }
}
#sub-form-container .title {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
#sub-form-container .description {
  font-size: 16px;
  color: #fff;
}

.sub-inputs {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  color: #fff;
  font-size: 16px;
  flex-grow: 1;
  padding: 2px;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .sub-inputs {
    flex-grow: 0;
  }
}
.sub-inputs:hover, .sub-inputs:focus, .sub-inputs:active {
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}
.sub-inputs::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sub-inputs#sub-name {
  width: 120px;
}

.single-box-sub .d-flex {
  justify-content: flex-end !important;
}
.single-box-sub .sub-inputs {
  border-bottom: 2px solid #5BA0B1;
  color: #6BBDA9;
  width: 100% !important;
  margin-bottom: 0.5rem;
}
.single-box-sub .sub-inputs:hover, .single-box-sub .sub-inputs:focus, .single-box-sub .sub-inputs:active {
  border: 0;
  border-bottom: 2px solid #468493;
}
.single-box-sub .sub-inputs::placeholder {
  color: #999;
}
.single-box-sub .btn-submit {
  border: 1px solid #5BA0B1;
  color: #7e7a75;
  margin-top: 0.75rem !important;
}
.single-box-sub .btn-submit:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
