:root {
  --theme-color: #042f8a;
  --theme-color2: #105ccc;
  --black: #292929;
  --fa6: 'Font Awesome 6 Pro';
}
html {
  overflow-x: hidden;
}

/* Add fonts */
/* plus-jakarta-sans-regular - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Jakarta';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/plus-jakarta-sans-v7-vietnamese-regular.woff2')
      format('woff2'),
    url('./fonts/plus-jakarta-sans-v7-vietnamese-regular.ttf')
      format('truetype');
}
/* plus-jakarta-sans-italic - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Jakarta';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/plus-jakarta-sans-v7-vietnamese-italic.woff2')
      format('woff2'),
    url('./fonts/plus-jakarta-sans-v7-vietnamese-italic.ttf') format('truetype');
}
/* plus-jakarta-sans-500 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Jakarta-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/plus-jakarta-sans-v7-vietnamese-500.woff2') format('woff2'),
    url('./fonts/plus-jakarta-sans-v7-vietnamese-500.ttf') format('truetype');
}
/* plus-jakarta-sans-600 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Jakarta-ExtraBold';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/plus-jakarta-sans-v7-vietnamese-600.woff2') format('woff2'),
    url('./fonts/plus-jakarta-sans-v7-vietnamese-600.ttf') format('truetype');
}
/* plus-jakarta-sans-700 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Jakarta-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/plus-jakarta-sans-v7-vietnamese-700.woff2') format('woff2'),
    url('./fonts/plus-jakarta-sans-v7-vietnamese-700.ttf') format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jakarta-Bold';
  font-weight: normal;
}
/* End Add fonts */

b,
strong {
  font-weight: normal;
  font-family: 'Jakarta-Bold';
}
body {
  font-size: 16px;
  color: #070707;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Jakarta', sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.section-title-container {
  margin-bottom: 0 !important;
}
.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}
.section-title-normal {
  border-bottom: 0;
}
#header .top-divider {
  border: 0;
}
#header .menu-item .icon-angle-down:before {
  font-family: var(--fa6);
  content: '\f0d7';
  font-weight: bold;
  transform: translateY(2px);
  display: block;
}
#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
}

.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after {
  display: none;
}

#header .header-nav-main > .menu-item > .sub-menu {
  left: 0;
  background: #fff;
  position: absolute;
  top: calc(100% - 2px);
  box-shadow: none;
  border: 0;
  border-top: 2px solid var(--theme-color);
  padding: 0;
  min-width: 220px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .header-nav-main > .menu-item:hover .nav-dropdown {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#header li > .nav-dropdown a {
  padding: 9px 18px;
  white-space: nowrap;
  text-align: left;
  display: block;
  font-size: 15px;
  margin: 0;
  transition: unset;
}
#header li > .nav-dropdown a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
/* slider-home */
.slider-home .flickity-page-dots .dot {
  background: #fff;
  border: 0;
  position: relative;
  opacity: 1;
}
.slider-home .flickity-page-dots .dot.is-selected {
  background-color: var(--theme-color2);
  padding: 0;
}
.slider-home .flickity-page-dots .dot.is-selected:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid var(--theme-color2);
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* End slider-home */

/* section-review */
.section-review .box {
  display: flex;
  align-items: flex-end;
}
.section-review .box .box-image {
  flex-shrink: 0;
  width: 49% !important;
  max-width: 471px;
  border-radius: 10px;
}
.section-review .slider-wrapper {
  width: calc(100% - 118px);
  margin: 0 auto;
}
.section-review .slider .col {
  padding-bottom: 0;
}
.section-review .image-cover {
  border-radius: 10px;
}
.section-review .slider .box-text {
  border-radius: 0px 50px 0px 0px;
  background: var(--theme-color2);
  color: #fff;
  padding: 45px;
  margin-bottom: 54px;
}

.section-review .slider .box-text p:first-of-type {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 26px;
  margin-top: 0;
  font-family: 'Jakarta-Bold';
  padding-left: 79px;
  position: relative;
}
.section-review .slider .box-text p:first-of-type:before,
.section-review .slider .box-text p:first-of-type:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 44px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color);
  border-radius: 4px;
}
.section-review .slider .box-text p:first-of-type:after {
  left: 45px;
}
.section-review .slider-nav-circle .flickity-button {
  top: unset !important;
  bottom: 54px;
  width: 74px;
}
.section-review .slider-nav-circle .flickity-button.next {
  border-radius: 0 40px 40px 0;
  right: -59px;
}
.section-review .slider-nav-circle .flickity-button.previous {
  border-radius: 40px 0 0 40px;
  left: -59px;
}
.section-review .box .box-text-inner > * {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s;
}
.section-review .col.is-selected .box-text-inner > * {
  opacity: 1;
  transform: none;
}
.section-review .title {
  padding: 15px;
  position: absolute;
  max-width: 454px;
  right: 110px;
  top: 5px;
  z-index: 999;
}
.section-review .title h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.section-review .title p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.flip-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.flip-slider .list-flip {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 6px;
  overflow: hidden;
}

.flip-slider .list-flip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flip-slider .list-flip .image {
  transform: rotateY(-180deg);
  transition: all 0.5s linear;
  overflow: hidden;
  opacity: 0;
}
.flip-slider .list-flip .flip-item {
  width: 471px;
  height: 570px;
  position: absolute;
}
.flip-slider .list-flip .image:first-of-type .flip-item {
  left: 0%;
}
.flip-slider .list-flip .image:nth-of-type(2) .flip-item {
  left: -100%;
}
.flip-slider .list-flip .image:nth-of-type(3) .flip-item {
  left: -200%;
}
.flip-slider .list-flip .image:nth-of-type(4) .flip-item {
  left: -300%;
}
.flip-slider .list-flip .image:nth-of-type(2) {
  transition-delay: 0.1s;
}
.flip-slider .list-flip .image:nth-of-type(3) {
  transition-delay: 0.2s;
}
.flip-slider .list-flip .image:nth-of-type(4) {
  transition-delay: 0.25s;
}
.section-review .col.is-selected .flip-slider .image {
  transform: rotateY(0);
  opacity: 1;
}
.section-review .box .image-cover {
  opacity: 0;
}
/* End section-review */
/* section-news */
.section-news .title h2 {
  font-size: 36px;
  color: #292929;
  margin-bottom: 30px;
}
.section-news .row-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section-news .row-blog .col.post-item:first-of-type {
  grid-column: span 2;
  grid-row: span 3;
}
.section-news .row-blog .col.post-item:first-of-type .box-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#292929)
  );
  background-image: -o-linear-gradient(transparent, #292929);
  background-image: linear-gradient(transparent, #292929);
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 10px;
}

.section-news .row-blog .col.post-item:first-of-type .image-cover {
  padding-top: 75% !important;
  border-radius: 10px;
}
.section-news .row-blog .col.post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
  padding: 0;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  padding: 0 25px 30px;
}
.section-news .row-blog:after {
  display: none;
}
.section-news .row-blog .col.post-item:first-of-type .box-text p {
  font-size: 14px;
}
.section-news .row-blog .col.post-item:first-of-type .post-title {
  color: #fff;
  margin-bottom: 10px;
}
.section-news .row-blog .col.post-item:nth-of-type(n + 2) {
  grid-column: span 2;
}
.section-news .row-blog .col.post-item:nth-of-type(n + 2) .box {
  display: flex;
  align-items: center;
}
.section-news .row-blog .col.post-item:nth-of-type(n + 2) .box-image {
  width: 40%;
  flex-shrink: 0;
  margin-right: 10px;
}
.section-news .row-blog .col.post-item:nth-of-type(n + 2) .box-text {
  padding: 0;
}
.section-news .row-blog .col.post-item:nth-of-type(n + 2) .image-cover {
  border-radius: 8px;
}
.section-news
  .row-blog
  .col.post-item:nth-of-type(n + 2)
  .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.section-news .row-blog .col.post-item:nth-of-type(n + 2) .post-title {
  margin-bottom: 10px;
}
.section-news .row-blog .box-text {
  padding-top: 24px;
  position: relative;
}
.section-news .row-blog .cat-label {
  display: inline-block;
  padding: 0px 21px;
  border-radius: 11px;
  background: var(--theme-color2);
  color: #fff;
  opacity: 1;
  margin-bottom: 17px;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
}
.section-news .row-blog .post-title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-news .row-blog .badge {
  bottom: 0;
  top: -40px;
  right: 0;
  left: unset;
  border: 0;
  width: 71px;
  background: #fff !important;
}
.section-news .row-blog .badge br {
  display: none;
}
.section-news .post-date-day {
  display: block;
  color: #707070;
  font-size: 26px;
  padding: 9px 0;
  background: #fff !important;
}
.section-news .post-date-month {
  font-size: 100%;
  display: block;
  background: var(--theme-color);
  color: #fff;
  padding: 5px 0;
  font-weight: 400;
}
.section-news .badge-inner {
  padding: 0;
  border: 0;
}
/* End section-news */

/* Page AboutUs */
.page-title--center {
  margin-bottom: 0;
  padding: 60px 0px 135px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-title--center .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title--center h1 {
  font-size: 36px;
  line-height: 65px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  color: var(--theme-color2);
}
.woocommerce-breadcrumb {
  font-weight: normal;
  color: var(--theme-color2);
  font-size: 16px;
  margin-bottom: 15px;
}
.woocommerce-breadcrumb a {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: normal;
}
.single .blog-single .woocommerce-breadcrumb a:last-of-type {
  color: var(--theme-color2);
  font-weight: 600;
}
.woocommerce-breadcrumb .divider {
  color: #022279;
  opacity: 1;
}
.page-template-page-aboutus .section-title-normal span {
  margin: 0;
  font-size: 36px;
  text-transform: unset;
  color: #28292b;
  border: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.page-template-page-aboutus .page-aboutus-1,
.page-template-page-aboutus .page-aboutus-2 {
  padding-bottom: 50px !important;
}
.page-aboutus-1 .stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 15px 30px;
}
.page-aboutus-1 .count-up {
  font-size: 40px;
  margin-right: 5px;
  color: #28292b;
}
.page-aboutus-1 .content p {
  color: #656769;
}
.page-aboutus-1 .number-up p:first-of-type {
  line-height: 1;
  color: #3081ff;
  font-size: 25px;
  font-family: 'Jakarta-Bold';
  display: flex;
}
.page-aboutus-1 .number-up p:nth-of-type(2) {
  color: #656769;
  font-family: 'Jakarta-Medium';
}
.page-aboutus-1 .stack .number-up:nth-of-type(2) p:first-of-type {
  color: #ff614a;
}
.page-aboutus-1 .stack .number-up:nth-of-type(3) p:first-of-type {
  color: #ffe324;
}
.page-aboutus-1 .stack .number-up:nth-of-type(4) p:first-of-type {
  color: var(--theme-color);
}
.page-aboutus-1 .col-right .image1 {
  max-width: 400px;
  margin-left: auto;
}

.page-aboutus-1 .col-right .image-cover {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.page-aboutus-1 .col-right .image2 {
  max-width: 270px;
  position: absolute;
  bottom: 20%;
}
.page-aboutus-1 .image2:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -60px;
  right: 43%;
  background: #ff614a;
  border-radius: 7px;
  -webkit-animation: scaleBox 3s linear infinite;
  animation: scaleBox 3s linear infinite;
  animation-delay: 0.6s;
}
.page-aboutus-1 .image1:before,
.page-aboutus-1 .image1:after,
.page-aboutus-2 .col-left .image1:before,
.page-aboutus-2 .col-left .image1:after {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 20px;
  right: 104%;
  background: #ffe324;
  border-radius: 7px;
  -webkit-animation: scaleBox 3s linear infinite;
  animation: scaleBox 3s linear infinite;
}
.page-aboutus-1 .col-right .image1:after,
.page-aboutus-2 .col-left .image1:after {
  width: 65px;
  height: 65px;
  background: #3081ff;
  top: 80px;
  animation-delay: 0.3s;
}
.page-aboutus-2 .stack {
  flex-direction: column;
  padding-left: 40px;
  position: relative;
}
.page-aboutus-2 .stack:before {
  content: '';
  width: 4.5px;
  display: block;
  height: 100%;
  background: #e1ecfd;
  position: absolute;
  left: 15px;
  border-radius: 5px;
}
.page-aboutus-2 .stack .text {
  padding: 5px 25px 15px 25px;
  border-radius: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.page-aboutus-2 .stack .text:nth-of-type(2n + 1) {
  border-color: #eff0f6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 25px 25px 25px;
}
.page-aboutus-2 .stack .text:nth-of-type(2n + 1):before {
  content: '';
  width: 9px;
  display: block;
  height: 100px;
  position: absolute;
  background: var(--theme-color2);
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
.page-aboutus-2 .stack h3 {
  color: #28292b;
}
.page-aboutus-2 .stack .text p {
  color: #656769;
  font-size: 15px;
}

.page-aboutus-2 .col-left .image1 {
  max-width: 372px;
  margin-left: auto;
}
.page-aboutus-2 .col-left .image2 {
  max-width: 260px;
  position: absolute;
  bottom: -30%;
}
.page-aboutus-2 .col-left .image-cover {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.page-aboutus-2 .col-left .image2:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40px;
  right: -60px;
  background: #ff614a;
  border-radius: 7px;
  -webkit-animation: scaleBox 3s linear infinite;
  animation: scaleBox 3s linear infinite;
  animation-delay: 0.6s;
}
.page-aboutus-2 .box-video .image-cover {
  border-radius: 10px;
}
.page-aboutus-2 .box-video .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-aboutus-2 .box-video .button {
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  opacity: 1;
  color: #fff;
}
.page-aboutus-2 .box-video .button .icon-play {
  margin: 0;
  line-height: 1 !important;
}
.page-aboutus-2 .box-video .icon-play:before {
  content: '\f04b';
  font-family: var(--fa6);
  font-weight: 700;
  font-size: 28px;
  padding-left: 3px;
}
.page-aboutus-3 .section-title-normal span {
  width: 100%;
  text-align: center;
}
.page-aboutus-3 .col-content .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 80px;
}
.page-aboutus-3 .col-content .col-inner:before {
  content: '';
  height: 0;
  border-bottom: 2px dashed #e1ecfd;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-aboutus-3 .col-content .text {
  padding: 25px 25px 25px 40px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  border: 1px solid #eff0f6;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 2;
  position: relative;
}
.page-aboutus-3 .col-content .text:before {
  content: '\f00c';
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #ff614a;
  font-family: var(--fa6);
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
.page-aboutus-3 .col-content .text:nth-of-type(2):before {
  background: #3081ff;
}
.page-aboutus-3 .col-content .text:nth-of-type(3):before {
  background: #ffe324;
}
.page-aboutus-3 .col-content .text h3 {
  font-size: 20px;
  color: #28292b;
}
.page-aboutus-3 .col-content .text p {
  height: 125px;
  overflow-y: auto;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: 0;
}
.page-aboutus-3 .col-content .text p::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.page-aboutus-3 .col-content .text p::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.page-aboutus-3 .col-content .text p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
}
.page td,
.page th {
  padding: 0.5rem;
  border: 1px solid #ececec;
  font-weight: normal;
}
td:first-child,
th:first-child {
  padding-left: 0.5rem;
}
.page th {
  background-color: #f4f4f4;
  font-family: 'Jakarta-Bold';
}
.page td:last-of-type a {
  background-color: var(--theme-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.page td:last-of-type a:hover {
  background-color: var(--theme-color2);
}
.page table {
  border: 1px;
}
/* End Page AboutUs */
/* blog-archive  */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-wrapper .archive-page-header {
  position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 226px 15px 40px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  color: #fff;
  text-align: left;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: var(--theme-color);
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
}
.blog-archive .row-blog {
  margin: 40px auto 0;
}
.row-blog .col-left .box-blog-post {
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.row-blog .col-left .box-blog-post:hover {
  transform: scale(1.02);
}
.row-blog .col-left .box-text {
  padding: 30px;
}
.row-blog .col-left .box .post-title {
  color: #192335;
  font-size: 22px;
  margin-bottom: 10px;
  height: 57px;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.row-blog .col-left .box .post-title:hover {
  color: var(--theme-color);
}
.row-blog .col-left .box .from_the_blog_excerpt {
  font-size: 16px;
  color: #6b7385;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.row-blog .col-left .box .is-link {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Jakarta-Medium';
}
.box-blog-post .post-meta {
  opacity: 1;
  font-size: 14px;
  color: #060606;
  margin-bottom: 5px;
}
.row-blog .col-left .box .is-link:after {
  content: '\f178';
  display: inline-block;
  font-family: var(--fa6);
  transform: translateY(1px);
  margin-left: 2px;
  transition: all 0.3s ease-in-out;
}
.row-blog .col-left .box .is-link:hover:after {
  margin-left: 12px;
}
.box-blog-post .post-meta:before {
  content: '\f017';
  display: inline-block;
  font-family: var(--fa6);
  margin-right: 4px;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar #secondary {
  padding: 30px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #192335;
  background: linear-gradient(
    -145deg,
    var(--theme-color),
    var(--theme-color2)
  ) !important;
  z-index: 10;
}
.post-sidebar #secondary:before {
  content: '';
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 6px;
}
.post-sidebar .widget-title {
  display: block;
  font-size: 20px;
  color: #192335;
  font-family: 'Jakarta-Bold';
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e3f1;
  margin-bottom: 15px;
}
.post-sidebar .box-blog-post {
  display: flex;
}
.post-sidebar .post-item {
  margin-bottom: 10px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e6e3f14f;
}
.post-sidebar .post-item:last-of-type {
}
.post-sidebar .box-blog-post .box-image {
  width: 60px !important;
  flex-shrink: 0;
  margin-right: 12px;
}
.post-sidebar .box-blog-post .image-cover {
  border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
  padding: 0;
}
.post-sidebar .box-blog-post .post-title {
  font-size: 14px;
  color: #192335;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}
.post-sidebar .box-blog-post .post-meta {
  font-size: 12px;
  margin: 0;
  margin-top: 7px;
}
.post-sidebar .tagcloud {
  padding-bottom: 0;
}
.post-sidebar .tagcloud a {
  border-radius: 50px;
  font-size: 14px !important;
  line-height: 20px;
  display: inline-block;
  transition: 0.4s;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 10px;
  border: 0;
  color: #6b7385;
  opacity: 1;
  padding: 8px 14px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}
.post-sidebar .tagcloud a:hover {
  border: 0;
  background: var(--theme-color2);
  color: #fff;
}
.post-sidebar .widget_tag_cloud {
  margin-bottom: 0;
}
.nav-pagination li a,
.nav-pagination li span {
  font-size: 18px;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fafafa;
}
.nav-pagination li i {
  transform: translateY(1px);
}
.category-19 .blog-archive .archive-page-header {
  padding-bottom: 135px;
}
.category-19 .blog-archive .archive-page-header .banner-bg {
  background: linear-gradient(
    90deg,
    var(--theme-color) 0%,
    var(--theme-color2) 100%
  ) !important;
}
.category-19 .blog-archive .row-blog {
  margin-top: 30px;
}
.row-blog .col-job {
  padding: 0 15px;
  max-width: 1140px;
}
.col-job .job-header {
}
.col-job .job-header ul {
  display: grid;
  grid-template-columns: 12% 34% 17% 10% 10% auto;
  list-style: none;
  background-color: #ddd;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  grid-gap: 10px;
  margin-bottom: 0;
}
.col-job .job-header ul li {
  margin-bottom: 0;
}
.category-viewmore .post-item {
  padding-bottom: 0;
}
/* .category-viewmore .post-item:nth-of-type(even) .box{
  background:#EFEFEF;
} */
.category-viewmore .box-text {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.category-viewmore .box-text .box-text-inner {
  display: grid;
  grid-template-columns: 12% 34% 17% 10% 10% auto;
  grid-gap: 10px;
  color: #2d2d2d;
  font-size: 14px;
}
.category-viewmore .box .readmore {
  margin: 0;
  padding: 0;
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 4px;
}
.category-viewmore .box .readmore:hover {
  background: var(--theme-color2);
}
.category-viewmore .box .post-title {
  font-size: 15px;
  color: var(--theme-color2);
  margin: 0;
}
.col-job .load-more {
  width: fit-content;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 32px;
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px !important;
  background-color: var(--theme-color2);
  box-shadow: none !important;
}
.col-job .load-more:after {
  content: '\f30b';
  font-family: var(--fa6);
  margin-left: 5px;
}
.col-job .load-more:hover {
  background-color: var(--theme-color) !important;
}
/* End blog-archive  */
/* Single post */
.single .blog-featured-title {
  background: linear-gradient(
    270deg,
    var(--theme-color) 0%,
    var(--theme-color2) 100%
  ) !important;
  padding-top: 120px;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
}
.single .blog-featured-title .page-title-bg {
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0.1) 100%);
}
.single .blog-featured-title .page-title-inner {
  max-width: 1085px;
  padding: 44px 140px 50px;
  background: #fff;
  border-radius: 4px 4px 0 0;
}
.single .blog-featured-title h1.entry-title {
  color: #192335;
  font-size: 42px;
  margin-bottom: 10px;
}
.single .blog-featured-title .breadcrumbs .divider:last-of-type {
  display: none;
}
.single .blog-featured-title .breadcrumbs,
.single .blog-featured-title .woocommerce-breadcrumb a {
  color: #6b7385;
  font-size: 14px;
}
.single .info-job {
}
.single .blog-featured-title .post-date:before {
  content: '\f017';
  display: inline-block;
  font-family: var(--fa6);
  margin-right: 4px;
}
.single .info-job ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  list-style: none;
  grid-gap: 15px;
}
.single .info-job ul li {
  margin: 0;
}


.blog-share .share-icons-title {
  font-size: 18px;
  color: #070707;
}
.blog-share {
  margin-top: 25px;
}
.blog-share .button {
  border-radius: 5px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog-share .button.twitter,
.blog-share .button.pinterest {
  display: none;
}

/* Single post */
/* page-contact */
.page-contact .col {
  padding-bottom: 0;
}

.page-contact .col-left p {
  font-size: 14px;
}
.page-contact .col-left h2 {
  font-size: 36px;
  color: var(--theme-color2);
}
.page-contact .col-left ul {
  list-style: none;
}
.page-contact .col-left li {
  margin-left: 0;
  padding-left: 23px;
  position: relative;
}
.page-contact .col-left li:before {
  content: '\f3c5';
  font-family: var(--fa6);
  font-weight: bold;
  color: var(--theme-color2);
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 2px;
}
.page-contact .col-left li:nth-of-type(2):before {
  content: '\f095';
}
.page-contact .col-left li:nth-of-type(3):before {
  content: '\f0e0';
}
.page-contact .col-left li:nth-of-type(4):before {
  content: '\f57e';
}
.form-contact .form-title h4 {
  font-size: 14px;
  color: #333;
}
.form-contact .form-title h3 {
  font-size: 36px;
  color: var(--theme-color2);
  margin-bottom: 10px;
}

.page-contact .form-content input {
  width: 1005;
  height: 55px;
  border-radius: 5px;
  padding: 0 20px;
  border: #e6e7e8 solid 1px;
  display: block;
  margin-bottom: 15px;
  box-shadow: none;
  font-size: 15px;
}
.page-contact .form-content input:focus,
.page-contact .form-content textarea:focus {
  border-color: var(--theme-color);
}
.page-contact .form-content textarea {
  box-shadow: none;
  border-radius: 5px;
  border: #e6e7e8 solid 1px;
}
.page-contact input[type='submit'] {
  margin: 0;
  background-color: var(--theme-color2) !important;
  width: 100%;
  height: 55px;
  margin-top: 10px;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'Jakarta-Bold';
  font-size: 17px;
  box-shadow: none;
}
.page-contact input[type='submit']:hover {
  background-color: var(--theme-color) !important;
}
.page-contact form {
  margin-bottom: 0;
}
/* End page-contact */

/* ===Header=== */
.btn-contact-header {
  margin-left: 30px;
}
.btn-contact-header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--theme-color2);
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  font-family: 'Jakarta-ExtraBold';
  line-height: unset;
  position: relative;
  z-index: 2;
  background: linear-gradient(
    270deg,
    var(--theme-color) 0%,
    var(--theme-color2) 100%
  ) !important;
}
.btn-contact-header a:hover {
  color: var(--theme-color2);
}
.btn-contact-header a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-contact-header a:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}
#header .header-nav-main {
  justify-content: center;
}

.header-nav-main .menu-item a {
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s all;
  color: #292929;
  position: relative;
  padding: 4.5px 8px;
  display: inline-block;
}

.header-nav-main .menu-item.active a {
  color: #292929;
}

.header-nav-main > .menu-item:hover > a {
  color: var(--theme-color);
}
.header-nav-main > .menu-item > a {
  font-family: 'Jakarta-ExtraBold';
  padding: 23px 10px;
}
.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color);
}
.header-bottom .flex-col {
  width: 100%;
}

/* End ===Header=== */

/* ===Footer=== */
#footer .col.widget {
  padding: 0;
  margin-bottom: 0;
}
#footer {
  border-top: 1px solid #ddd;
}
#footer .is-divider {
  display: none;
}
#footer .col-1 .img {
  max-width: 150px;
}
#footer .col-1 .content {
  font-size: 14px;
}
#footer .title p {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin: 0px 0 10px;
  position: relative;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Jakarta-ExtraBold';
}
#footer .ux-menu a {
  min-height: 28px;
  line-height: 28px;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 14px;
  color: #292929;
}
#footer .ux-menu a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: var(--theme-color);
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 11px;
  margin: auto;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}
#footer .social-icons > span {
  display: block;
  color: #2d2d2d;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin: 0px 0 10px;
  position: relative;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Jakarta-ExtraBold';
}
#footer .section {
  padding-bottom: 0;
  background-color: #fafafa;
}
#footer .absolute-footer {
  padding: 0;
  background-color: #fafafa;
}
#footer .absolute-footer .container {
  font-size: 14px;
  padding: 11.5px 15px;
  color: #292929;
  border-top: 1px solid #ddd;
}
#footer .absolute-footer a {
  color: #82bc41;
}
#footer .absolute-footer .copyright-footer p {
  color: #898989;
  font-size: 15px;
  margin-bottom: 0;
}
#footer .absolute-footer .copyright-footer p:last-of-type {
  font-size: 14px;
}
#footer .absolute-footer .footer-secondary {
  padding: 0;
}
#footer .absolute-footer .footer-secondary img {
  height: 53px;
}
#footer .social-icons .icon-facebook:before,
#footer .social-icons .icon-instagram:before,
#footer .social-icons .icon-youtube:before {
  display: none;
}
#footer .social-icons .icon {
  margin: 0 15px 5px 0;
  width: 26px;
  height: 26px;
  background-color: #fff !important;
  background-size: cover;
  background-position: center;
  border: 0;
}
#footer .social-icons .facebook {
  background-image: url(/wp-content/themes/flatsome-child/images/icon-facebook.svg);
}
#footer .social-icons .instagram {
  background-image: url(/wp-content/themes/flatsome-child/images/icon-instagram.svg);
}
#footer .social-icons .youtube {
  background-image: url(/wp-content/themes/flatsome-child/images/icon-youtube.svg);
}
#footer .social-icons .icon:hover {
  box-shadow: none;
}
/* ===End Footer=== */

/* ===Home=== */
.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  transform: unset !important;
  color: var(--theme-color);
}
.slider-nav-circle:hover .flickity-button {
  opacity: 1 !important;
}
.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color2);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}
/* section-whychoise */
.section-whychoise {
  padding-bottom: 50px !important;
}
.section-whychoise .col-left h6 {
  font-size: 16px;
  opacity: 1;
  color: var(--theme-color2);
  font-family: 'Jakarta-Medium';
  letter-spacing: 1px;
}
.section-whychoise .col-left h2 {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.section-whychoise .col-left .text p {
  color: #606060;
  font-size: 18px;
  margin-bottom: 20px;
}
.section-whychoise .icon-box img {
  padding: 0;
}

.section-whychoise .icon-box + .icon-box {
  margin-top: 20px;
}

.section-whychoise .icon-box h4 {
  margin-bottom: 5px;
}

.section-whychoise .icon-box p {
  color: #606060;
}

.section-whychoise .col-right {
  padding-left: 100px;
}

.section-whychoise .col-right .image1 {
  margin-bottom: 0;
}

.section-whychoise .image1 .image-cover {
  border-radius: 10px;
}
.section-whychoise .image2 {
  position: absolute;
  bottom: 50px;
  width: 158px !important;
  left: -10%;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
  overflow: hidden;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}
.section-whychoise .col-bottom {
  margin-top: 50px;
  padding-bottom: 0;
}
.section-whychoise .col-bottom .col-inner {
  border: 1px solid #e7e8eb;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
}

.section-whychoise .col-bottom .section-title {
  margin-bottom: 0;
}

.section-whychoise .col-bottom .section-title span {
  font-size: 36px;
  border-bottom: 0;
  margin: 0 50px 0 0;
  padding: 0;
}
.section-whychoise .col-bottom .section-title-container {
  width: fit-content;
  flex-shrink: 0;
}
.section-whychoise .col-bottom .stack {
  flex: 1;
}
.section-whychoise .col-bottom .stack .text {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-whychoise .col-bottom .stack p {
  display: block;
  width: 100%;
  text-align: center;
}
.section-whychoise .col-bottom p:first-of-type {
  margin-bottom: 0;
  font-size: 48px;
  color: var(--theme-color);
  font-family: 'Jakarta-Bold';
}
.section-whychoise .col-bottom p:nth-of-type(2) {
  font-size: 18px;
  color: #606060;
  font-family: 'Jakarta-Medium';
}
.section-whychoise:before {
  content: '';
  width: 100%;
  height: 14px;
  position: absolute;
  background: white url(./images/about_s4_wave.png) no-repeat;
  bottom: 0;
}
/* End section-whychoise */
/* sec-home1 */
.sec-home1 {
  padding-bottom: 30px !important;
}
.sec-home1 .image-cover {
  border-radius: 10px;
}
.sec-home1 .box .box-text {
  position: absolute;
  bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: rgb(4 47 138 / 70%);
  border-radius: 0 0 10px 10px;
}

.sec-home1 .box .box-text p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  margin: 0;
  height: 0;
  transition: all 0.3s ease;
}
.sec-home1 .box .box-text h4 {
  margin-top: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  position: relative;
}
.sec-home1 .box .box-text h4:after {
  content: '';
  display: block;
  width: 80%;
  background-color: #fff;
  margin: 10px 0;
  height: 0;
  transition: all 0.3s ease;
}

.sec-home1 .title h2 {
  font-size: 36px;
  color: #292929;
  margin-bottom: 30px;
}
/* End sec-home1 */
/* sec-home2 */
.sec-home2 {
  padding-bottom: 40px !important;
  text-align: center;
}
.sec-home2 .title {
  max-width: 640px;
  margin: 0 auto;
}
.sec-home2 .title h6 {
  font-size: 16px;
  opacity: 1;
  color: var(--theme-color2);
  font-family: 'Jakarta-Medium';
  letter-spacing: 1px;
}
.sec-home2 .title h2 {
  font-size: 36px;
  color: #292929;
  margin-bottom: 58px;
}
.sec-home2 .box-blog-post {
  background-color: rgb(250, 251, 255);
  border-radius: 10px;
}
.sec-home2 .box-blog-post .post-title {
  position: absolute;
  width: calc(100% - 40px);
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  left: 20px;
  top: -50px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sec-home2 .box-blog-post .post-title:hover {
  color: var(--theme-color);
}
.sec-home2 .box-blog-post .image-cover {
  border-radius: 10px;
}
.sec-home2 .box-blog-post .box-text {
  padding: 50px 20px 25px;
}
.sec-home2 .box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #060606 !important;
}
.sec-home2 .btn-view-all {
  margin: 15px 0 0;
  padding: 5px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Jakarta-ExtraBold';
  background-color: #fff !important;
  z-index: 2;
  position: relative;
}
.sec-home2 .btn-view-all:after {
  content: '\f178';
  font-family: var(--fa6);
  margin-left: 4px;
}
.sec-home2 .btn-view-all:before {
  content: '';
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-color);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sec-home2 .btn-view-all:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}
/* End sec-home2 */
/* ===End home=== */
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background: none no-repeat scroll 0 0 #292929;
  cursor: pointer;
  left: 0;
  opacity: 0.5;
  top: 0;
  z-index: 9;
  display: none;
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
.breadcrumbs-blog {
    background: #f3f5f2;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.breadcrumbs-blog .rank-math-breadcrumb a, .breadcrumbs-blog .rank-math-breadcrumb span {
    color: #515151;
}
.featured-posts .title-post {
    font-size: 34px;
    margin-bottom: 30px;
    color: var(--theme-color);
}
.box-postdate span {
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 50px;
    z-index: 2;
    position: relative;
    background-color: var(--theme-color)
}

.box-postdate span:before {
    content: '\f073';
    font-family: var(--fa6);
    font-weight: 700;
    margin-right: 5px;
    font-size: 13px;
}

.box-postdate {
    position: relative
}

.box-postdate:before {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #51515121;
    position: absolute;
    top: 50%;
    z-index: 1
}
.form-footer{
	margin-top: 20px;
}
.form-footer input{
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	margin: 0;
}
.form-footer .form-content{
	display: flex;
	background-color: white;
	border-radius: 100px;
	overflow: hidden;
}
.form-footer .wpcf7-submit{
	margin: 0;
	text-transform: none;
	font-size: 14px;
	font-weight: 100;
	border-radius: 100px;
	overflow: hidden
}
.form-footer .wpcf7-submit:hover{
	background-color: #EF9B0F
}
.wpcf7 form .wpcf7-response-output{
	margin: 8px 0 0;
	font-size: 13px;
}
.error404 .error-404 {
	margin-top: 70px;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: #042F8A;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 30px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: black;
	border: 1px solid #042F8A;
}
.entry-content.single-page a{
	color: #042F8A;
}
.entry-content.single-page a:hover{
	text-decoration: underline;
}
@media screen and (min-width: 850px) {
    .row-blog .post-lquan .col.box:nth-of-type(n+4) {
        display: none
    }

}
@media screen and (min-width: 850px) and (max-width: 1199.98px) {
  .section-whychoise .col-right {
    padding-left: 80px;
  }
  .sec-home1 .box .box-text {
    padding: 10px;
  }
  .page-aboutus-3 .col-content .col-inner {
    grid-gap: 15px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .header-bottom .header-nav-main > .menu-item {
    margin: 0 14px;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-bottom .menu-item a {
    padding: 4.5px 2px;
  }
  .section-review .title {
    right: 40px;
  }
 
}
@media screen and (max-width: 1023.98px) {
}
@media screen and (min-width: 850px) {

  #footer .col-3 {
    padding-left: 80px;
  }
  .page-aboutus-1 .col-left {
    padding-right: 45px;
  }
  .page-aboutus-2 .col-right {
    padding-left: 45px;
  }
  .page-contact .col-left {
    padding-right: 143px;
  }
  .form-contact {
    max-width: 470px;
  }
  .sec-home1 .box:hover .box-text p {
    height: 50px;
  }
  .sec-home1 .box:hover .box-text h4:after {
    height: 1px;
  }
}
#main-menu.mobile-sidebar {
  display: none;
}
@media screen and (max-width: 849.98px) {
  .section-review .title {
    width: calc(100% - 118px);
    position: unset;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-review .title h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .section-review .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-review .slider .box-text {
    padding: 20px;
    margin-bottom: 25px;
  }
  .section-review .slider-nav-circle .flickity-button {
    bottom: 25px;
  }
  .section-review .box .box-image .image-cover {
    padding-top: 100% !important;
  }
  .section-review .slider .box-text p:first-of-type:before,
  .section-review .slider .box-text p:first-of-type:after {
    width: 10px;
    height: 30px;
    left: 8px;
  }
  .section-review .slider .box-text p:first-of-type:after {
    left: 26px;
  }
  .section-review .slider .box-text p:first-of-type {
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .section-news .row-blog .image-cover {
    padding-top: 200px !important;
  }
  .section-news .row-blog .post-title {
    font-size: 16px;
  }
  .off-canvas-left .mfp-content {
    background: #fff;
  }
  .mobile-sidebar .menu-item a {
    font-size: 100%;
    color: #2d2d2d;
    font-weight: normal;
  }
  .mobile-sidebar .menu-item .sub-menu a {
    display: block;
    padding: 5px 0;
  }
  .page-aboutus-1 .col-right .image1,
  .page-aboutus-2 .col-left .image1 {
    max-width: 78%;
  }
  .page-aboutus-1 .row {
    flex-direction: column-reverse;
  }
  .page-aboutus-2 .col-left {
    margin-bottom: 85px;
  }
  .page-template-page-aboutus .page-aboutus-1,
  .page-template-page-aboutus .page-aboutus-2 {
    padding-bottom: 10px !important;
  }
  .page-aboutus-3 .col-content .col-inner {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 40px;
  }
  .page-title--center {
    height: 250px;
  }
  .blog-archive .row-blog .col.post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .blog-archive .row-blog .category-viewmore .col.post-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .single .blog-featured-title {
    padding: 80px 20px 0;
    min-height: 300px;
  }
  #header {
    border-bottom: 1px solid #cacaca;
  }
  .single .blog-featured-title .page-title-inner {
    padding: 44px 50px 30px;
  }
  .single .blog-featured-title h1.entry-title {
    font-size: 32px;
  }

  .col-job .job-header ul,
  .category-viewmore .box-text .box-text-inner {
    grid-template-columns: 12% 30% 17% 10% 10% auto;
  }
  .col-job .job-header ul {
    display: none;
  }
  .category-viewmore .box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .category-viewmore .box-text .phongban,
  .category-viewmore .box-text .mucluong,
  .category-viewmore .box-text .vitri,
  .category-viewmore .box-text .hethan {
    display: none;
  }
  .category-viewmore .box .readmore {
    padding: 0 20px;
    min-height: unset;
    margin-left: auto;
    line-height: 30px;
  }
  .page-contact .section-bg {
    display: none;
  }
  .page-contact .col-right {
    background: #0e0e0e0a;
    margin-top: 20px;
  }
  .form-contact .form-title h4 {
    margin-top: 30px;
  }
  .form-contact .form-title {
    text-align: center;
  }
  .section-news .row-blog,
  .header-main li.html.custom {
    display: block;
  }
  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }
  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #292929;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }
  .header-inner .nav a {
    padding: 0;
  }
  #main-menu {
    width: 100%;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 16px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #cbcbcb;
    /* opacity: 0; */
    /* visibility: hidden; */
    background: #fff;
    display: none;
  }
  #main-menu {
    width: 100%;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 16px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #cbcbcb;
    /* opacity: 0; */
    /* visibility: hidden; */
    background: #fff;
    display: none;
  }
  .btn-contact-header {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .btn-contact-header a {
    margin: 0 auto;
    height: 40px;
  }
  .sec-home1 .box .box-text h4 {
    height: 50px;
  }
  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: transparent;
  }
  .blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col{
    padding: 150px 15px 30px;
  }
  .blog-wrapper .archive-page-header h1.page-title, .blog-wrapper .header-single h2, .page-banner h1.entry-title, .category-page-title h1.shop-page-title{
    font-size:30px
  }
}

@media screen and (max-width: 767.98px) {
  .blog-wrapper .archive-page-header h1.page-title, .blog-wrapper .header-single h2, .page-banner h1.entry-title, .category-page-title h1.shop-page-title{
    font-size:24px;
    margin-bottom: 5px;
  }
   .blog-wrapper .archive-page-header .col, .blog-wrapper .header-single .col, .page-banner .col{
    padding: 130px 15px 30px;
  }
  .rank-math-breadcrumb a, .rank-math-breadcrumb span{
    font-size:14px
  }
  #main  .section-news {
    padding-top:20px;
  }
 #main  .section-whychoise{
    padding-top:50px
  }
  #main .sec-home2{
    padding-top:0px
  }
  .section-news .title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .slider-nav-circle .flickity-button {
    width: 30px !important;
    height: 30px;
    min-height: auto;
    background: #fff !important;
  }

  .section-review .box {
    flex-direction: column;
  }
  .section-review .box .box-image {
    width: 100% !important;
  }
  .section-review .slider-wrapper,
  .section-review .title {
    width: 100%;
  }
  .section-review .slider .box-text {
    border-radius: 0 0 6px 6px;
  }
  .section-review .slider-nav-circle .flickity-button.previous {
    left: -15px;
  }
  .section-review .slider-nav-circle .flickity-button.next {
    right: -15px;
  }
  .section-review .slider-nav-circle .flickity-button {
    bottom: 30%;
  }
  .section-news .row-blog {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-news .row-blog .col.post-item:first-of-type {
    grid-column: unset;
  }
  .section-news .row-blog .box-text {
    padding: 15px 0 0;
  }
  #footer .col-link .menu {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
  }
  .page-title--center h1 {
    font-size: 24px;
  }
  .page-title--center {
    height: 200px;
  }
  .page-aboutus-1 .col-right .image-cover {
    padding-top: 100% !important;
  }
  .page-aboutus-1 .col-right .image2 {
    position: relative;
    transform: translateY(-45px);
  }
  .page-aboutus-1 .image2:before {
    bottom: 40px;
    right: -45px;
  }
  .page-aboutus-1 .col-right {
    padding-bottom: 0;
  }
  .page-template-page-aboutus .section-title-normal span {
    font-size: 24px;
    margin-bottom: 0;
  }
  .page-aboutus-3 .col-content .text p {
    height: auto;
    padding: 0;
  }
  .blog-archive .row-blog .col.post-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-blog .col-left .box-text {
    padding: 15px 20px;
  }
  .blog-archive .archive-page-header h1.page-title {
    font-size: 24px;
  }
  .blog-archive .archive-page-header {
    padding: 40px 0px 200px;
  }
  .single .blog-featured-title {
    padding: 0;
    min-height: auto;
  }
  .single .blog-featured-title .page-title-inner {
    padding: 30px;
  }
  .single .blog-featured-title h1.entry-title {
    font-size: 24px;
  }
 
  .single .featured-posts .box-blog a {
    flex-direction: column;
  }
  .single .featured-posts .box-blog .box-image {
    width: 100%;
  }
  .single .featured-posts .box-blog .box-text {
    padding: 20px;
  }
  .single .featured-posts .box-blog h3 {
    font-size: 18px;
  }
  .category-19 .blog-archive .archive-page-header {
    padding-bottom: 50px;
  }
  .page-contact .col-left h2 {
    text-align: center;
  }
  .table-reponsive {
    overflow-x: auto;
  }
  .table-reponsive table {
    width: 800px !important;
  }
  .page-aboutus-3 .col-content .col-inner:before {
    display: none;
  }
  .section-whychoise .col-left h2,
  .sec-home1 .title h2,
  .sec-home2 .title h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-whychoise .col-left .text p {
    font-size: 16px;
  }
  .section-whychoise .icon-box h4 {
    font-size: 16px;
  }
  .section-whychoise .icon-box p {
    font-size: 14px;
  }
  .section-whychoise .col-right {
    padding-left: 50px;
  }
  .section-whychoise .image2 {
    max-width: 80px;
  }
  .section-whychoise .col-bottom .stack {
    flex-wrap: wrap;
    grid-gap: 20px 0;
  }

  .section-whychoise .col-bottom p:first-of-type {
    font-size: 30px;
  }
  .section-whychoise .col-bottom p:nth-of-type(2) {
    font-size: 12px;
  }
  .section-whychoise .col-bottom .col-inner {
    padding: 20px;
  }
  .section-whychoise .col-bottom {
    margin-top: 0;
  }

  .sec-home1 .box .box-text h4:after {
    height: 1px;
    width: 60px;
  }
  .sec-home1 .box .box-text h4 {
    font-size: 16px;
  }
  .section-news .row-blog .image-cover {
    padding-top: 75% !important;
  }
  .section-news .row-blog .col.post-item .from_the_blog_excerpt {
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  .slider-nav-circle .flickity-button:hover:before {
    color: var(--theme-color);
  }
  .sec-home2 .box-blog-post .post-title {
    font-size: 16px;
    line-height: 22px;
    height: 55px;
    top: -30px;
  }
}
@media screen and (max-width: 575.98px) {
  .sec-home1 .box .box-text p {
    display: block;
    height: auto;
    font-size: 14px;
  }
  .sec-home1 .box .box-text h4 {
    height: auto;
  }
  .section-whychoise .col-bottom .stack .text {
    width: 50%;
  }
}

@keyframes scaleBox {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
