@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/icomoon");

body {
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  line-height: 1.25;
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.button {
  border-radius: 99px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.625;
  min-height: unset;
  padding: 12px 48px;
  margin: 0;
}

/* home */
.home1 {
  background: linear-gradient(64.87deg, #204ea5 -2.21%, #eb4969 101.05%);
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}

.home1 .container h1 {
  font-size: 48px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 10px;
}

.home1 .container p {
  max-width: 580px;
  font-size: 16px;
  margin-bottom: 0;
}

.home1 .img-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
}

.home1 .img-bg img {
  height: 30px;
}

.home1 .site-breadcrumbs {
  margin-bottom: 20px;
}

.site-breadcrumbs a {
  color: #fff;
}

.home .home1 .img-bg {
  height: auto;
}

.home .home1 {
  height: calc(100vh - calc(40px + 80px + 0px));
  padding-top: 45px;
  padding-bottom: 45px;
}

.home .home1 .container {
  padding-bottom: 150px;
}

.home .home1 .container p {
  font-size: 18px;
}

.home .home1 .container h1 {
  margin-bottom: 20px;
}

.home1 .subtitle {
  font-weight: 700;
  margin-bottom: 15px;
}

.home1 .row.row-small {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.home1 .icon-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 20px 20px 54px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: left;
}

.home1 .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 8px;
  background: var(--fs-color-primary);
}

.home1 .icon-box h3 {
  font-size: 18px;
  letter-spacing: -0.05em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.home1 .icon-box p {
  color: var(--fs-color-base);
  margin-bottom: 10px;
}

.home1 .icon-box a.button {
  min-height: unset;
  padding: 0;
  height: unset;
  line-height: 1.625;
  text-transform: none;
  color: var(--fs-color-secondary);
}

.home1 .icon-box a.button i {
  width: 16px;
  height: 16px;
  background-color: var(--fs-color-secondary);
  color: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 99px;
}

.home2 {
  padding-top: 45px;
}

.home2 .col-video p {
  margin: 0;
}

.home2 .col-video video {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  transform: scale(1.18);
}

.home2 h2 {
  font-size: 48px;
  letter-spacing: -0.04em;
}

.home2 ul {
  list-style: none;
}

.home2 ul li {
  padding-left: 15px;
  margin-bottom: 15px;
  margin-left: 0 !important;
  position: relative;
}

.home2 ul li::before {
  font-family: "icomoon", sans-serif;
  content: "\e950";
  position: absolute;
  top: 0.75em;
  left: 0;
  font-size: 9px;
}

/* archive */
.page-wrapper {
  padding: 0;
}

.archive-page-header {
  display: none;
}

.post-item .box-image {
  border-radius: 5px;
  overflow: hidden;
}

.post-item .box-text {
  padding-top: 15px;
}

.post-item .cat-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fs-color-primary);
  letter-spacing: 0.04em;
  line-height: 23px;
  border: 2px solid var(--fs-color-primary);
  border-radius: 7px;
  display: block;
  padding: 0 8px;
  opacity: 1;
  width: fit-content;
  margin-bottom: 20px;
}

.post-item .post-meta {
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 16px;
  opacity: 1;
  width: fit-content;
  position: absolute;
  top: 15px;
  right: 0;
}

.post-item .post-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}

.post-item .post-title a {
  color: #353455;
}

.post-item a.button {
  font-size: 16px;
  line-height: 1.625;
  min-height: unset;
  padding: 0;
  height: unset;
  text-transform: none;
  color: var(--fs-color-secondary);
  margin: 0;
}

.from_the_blog_excerpt {
  display: none;
}

.box-blog-post .is-divider {
  display: none;
}

.post-featured .box {
  display: flex;
  align-items: center;
  border: 1px solid #d2d3d7;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.post-featured .box-image {
  width: 50%;
}

.post-featured .box-text {
  width: 50%;
  padding: 20px 90px;
}

.post-featured .post-item .post-meta {
  right: 90px;
}

.post-featured .post-item .post-title {
  font-size: 32px;
}

.post-featured .from_the_blog_excerpt {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.layout-blog {
  padding-top: 80px;
}

.pageHeader {
  background: #f7f7f7;
  padding: 80px 0 50px;
}

.pageHeader .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.site-subtitle {
  color: #eb4969;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-meta__category-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.page-meta__category-date ul {
  margin: -7px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-meta__category-date ul li {
  padding: 7px;
}

.page-meta__category-date ul li span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fs-color-primary);
  letter-spacing: 0.04em;
  line-height: 23px;
  border: 2px solid var(--fs-color-primary);
  border-radius: 7px;
  display: block;
  padding: 0 8px;
}

time.item-date:before {
  content: "";
  background: var(--fs-color-primary);
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-0.22em);
  margin: 0 12px 0 15px;
  opacity: 0.4;
  margin-left: 0;
}

h1.page-title {
  font-size: 32px;
}

.pageHeader .site-breadcrumbs a {
  color: #465364;
}

.pageHeader .breadcrumb_last {
  text-decoration: underline;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageContent {
  padding-top: 80px;
}

.pageContent ul {
  padding-left: 20px;
}

.share-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-block a {
  background-color: #1877f2;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-block a.linkedin {
  background-color: #2e65bc;
}

.share-block a.twitter {
  background-color: #03a9f4;
}

.share-block svg {
  width: 20px;
}

.sideTitle {
  font-weight: 700;
  margin-bottom: 10px;
}

#flatsome_recent_posts-3 {
  background: #fff9d6;
  padding: 20px 24px 10px;
  border-radius: 10px;
}

.post-sidebar span.widget-title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #353455;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-sidebar .post_comments,
.post-sidebar .widget .is-divider {
  display: none;
}

.post-sidebar .recent-blog-posts {
  padding: 15px 0;
}

.post-sidebar .recent-blog-posts-li .badge,
.post-sidebar .recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
}

.post-sidebar .recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.post-sidebar .widget ul {
  padding: 0px;
}

.post-sidebar .widget ul .mr-half {
  margin-right: 10px;
}

.post-sidebar .recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}
