:root {
  --theme-color: #0e8243;
  --theme-color2: #dcb04f;
  --black: #222222;
  --fa6: 'Font Awesome 6 Pro';
  --fa6_brand: 'Font Awesome 6 Brands';
  --regular: 'Montserrat-Regular';
  --medi: 'Montserrat-Medium';
  --semi: 'Montserrat-SemiBold';
  --bold: 'Montserrat-Bold';
  --extra: 'Montserrat-ExtraBold';
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('./fonts/Montserrat-Regular.woff2') format('woff2'),
    url('./fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
    url('./fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
    url('./fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('./fonts/Montserrat-Italic.woff2') format('woff2'),
    url('./fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('./fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}
/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  margin-bottom: 0.8em;
}
p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}
body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  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;
}

.row-slider .flickity-page-dots {
  bottom: -10px;
}
.slider-nav-reveal {
  overflow: unset;
}
.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}
/* Header */
#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}
.header-nav-main > .menu-item {
  margin: 0px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
  color: #222;
  padding: 24px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--bold);
}
.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color);
}
.header-nav-main > .menu-item > a .box-menu {
  display: none;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color);
}

.header-nav-main .header-cart-icon {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-main .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-nav-main .cart-item {
  margin: 0 !important;
}
.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}
#header .header-nav-main {
	justify-content: center;
}
#header #logo img {
  max-height: 50px !important;
}
#header.header-full-width .container {
  padding-left: 80px;
  padding-right: 0;
}
#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}
#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}

.header-nav-main .header-search,
.header-nav-main .header-call {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.header-nav-main .header-search {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-nav-main .header-search i {
  color: #fff;
}
.header-nav-main .header-call a {
  position: relative;
}
.header-nav-main .header-call a:before {
  content: '\f095';
  font-family: var(--fa6);
  font-size: 18px;
  color: #fff;
}
.header-nav-main .menu-item-home span {
  display: none;
}
.header-nav-main .html_topbar_left {
  margin-left: 0;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 70px;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}
.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}
.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

/* End header */
#wrapper .button.btn-viewall,
#popup-form .btn-viewall {
  margin: 0;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--semi);
  text-transform: uppercase;
  padding: 0 4px 0 20px;
  border: 1px solid var(--theme-color);
  border-radius: 99px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-color);
  color: #fff;
}
#wrapper .button.btn-viewall:after,
#popup-form .btn-viewall:after {
  content: '\f061';
  font-family: var(--fa6);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-left: 14px;
  border-radius: 50%;
  color: var(--theme-color);
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
#wrapper .button.btn-viewall:hover:after,
#popup-form .btn-viewall:hover:after {
  background-color: var(--theme-color);
  color: #fff;
}
#wrapper .button.btn-viewall::before,
#popup-form .btn-viewall:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
  height: 100%;
}

#wrapper .button.btn-viewall:hover,
#popup-form .btn-viewall:hover {
  color: var(--theme-color);
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before,
#popup-form .btn-viewall:hover:before {
  transform-origin: center left;
  transform: scaleY(1);
}
#main .sec-home-1 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.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;
  opacity: 1 !important;
  transform: unset !important;
  color: var(--theme-color);
}

.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-color);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #363636;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

.slider .flickity-page-dots li.dot.is-selected {
  height: 3px;
}
.slider .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  bottom: 57px;
}

.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}
.box-blog-post .box-text .post-title a {
  color: #44494d;
  font-size: 25px;
  line-height: 32px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}
/* banner-home */
.banner-home .loading-spin {
  display: none;
}
.banner-home .banner .text-box-content {
  max-width: 470px;
}
.banner-home .banner .text-box-content h2 strong {
  display: block;
  color: var(--theme-color);
}
.banner-home .banner .text-box-content h2 {
  font-size: 45px;
  line-height: 54px;
  font-family: var(--extra);
}
.banner-home .banner .text-box-content p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
}
.banner-home .banner .text-box-content p:last-of-type {
  margin-top: 10px;
}
.banner-home .slider .flickity-page-dots .dot {
  width: 45px;
  height: 1px;
  background-color: var(--theme-color);
  opacity: 1;
}
/* End banner-home */
/* sec-home-1 */
.sec-home-1 {
  text-align: center;
}
.sec-home-1 h2 {
  font-size: 43px;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: var(--extra);
  margin-bottom: 0;
  position: relative;
}
.gap-element.title-line {
  height: 70px !important;
  position: relative;
  padding: 0 !important;
  margin-bottom: 30px;
}
.gap-element.title-line:before {
  content: '';
  width: 0.5px;
  height: 100%;
  display: block;
  position: absolute;
  background-color: var(--theme-color);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-home-1 h4 {
  font-size: 43px;
  text-transform: uppercase;
  font-family: var(--regular);
  line-height: 1.2em;
  margin-bottom: 25px;
}
.sec-home-1 p {
  max-width: 820px;
  margin: 0 auto 20px;
  font-size: 15px;
}

/* End sec-home-1 */
/* sec-home-2 */
.sec-home-2 .text-top {
  margin-bottom: 50px;
}
.sec-home-2 .text-top h5,
.sec-home-3 .text-top h5,
.sec-home-4 .text-top h5,
.page-about-2 .text-top h5,
.page-about-3 .text-top h5 {
  font-size: 16px;
  color: var(--theme-color);
  margin-bottom: 12px;
}
.sec-home-2 .text-top h2,
.page-about-3 .text-top h2 {
  font-size: 43px;
  font-family: var(--extra);
  margin-bottom: 15px;
}
.sec-home-2 .text-top p {
  font-size: 15px;
}
.sec-home-2 .large-7 {
  flex-basis: 55%;
  max-width: 620px;
}
.sec-home-2 .stack {
  flex-wrap: wrap;
}
.sec-home-2 .stack .icon .icon-inner {
  background-color: var(--theme-color);
  border-radius: 50%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-home-2 .stack .icon {
  position: relative;
}
.sec-home-2 .stack .icon:before {
  top: 100%;
  transform: translate(-50%, 18%);
  border-right: 1px dashed var(--theme-color);
  width: 1px;
  height: 30px;
  content: '';
  position: absolute;
  left: 41px;
}

.sec-home-2 .stack .icon img {
  padding-top: 0;
  max-width: 50px;
  width: 38px;
  object-fit: contain;
  height: 38px;
}
.sec-home-2 .stack .icon-box-text {
  padding-left: 60px;
}
.sec-home-2 .stack .icon-box-text h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.sec-home-2 .stack .icon-box-text p {
  font-size: 14px;
  line-height: 1.6;
}
.sec-home-2 .icon-box {
  align-items: center;
  margin-bottom: 40px !important;
}
.sec-home-2 .stack .icon-box:last-of-type .icon:before {
  display: none;
}
#main .sec-home-2 {
	padding-top: 60px;
  padding-bottom: 60px;
}
.page-about-2 .section-content:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/2023/10/Frame.jpeg);
  width: 1057px;
  aspect-ratio: auto 1057 / 1214;
  height: 1214px;
  z-index: 0;
}
/* End sec-home-2 */
/* sec-home-3 */
#main .sec-home-3 {
	padding-bottom: 0;
}
.sec-home-3 {
  background: linear-gradient(180deg, #f5f5f5 0%, rgba(255, 255, 255, 0) 100%);
}
.sec-home-3 .text-top h2 {
  font-size: 43px;
  font-family: var(--regular);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-home-3 .text-top h2 strong {
  display: block;
}
.sec-home-3 .box {
  display: flex;
  max-width: 1040px;
  align-items: center;
  position: relative;
}
.sec-home-3 .box:first-of-type .box-text,
.sec-home-3 .box:nth-of-type(3) .box-text {
  order: -1;
}
.sec-home-3 .box .box-image {
  overflow: unset;
}
.sec-home-3 .box:first-of-type .box-image,
.sec-home-3 .box:nth-of-type(3) .box-image,
.sec-home-3 .box:nth-of-type(4) .box-image {
  width: 50% !important;
  flex-shrink: 0;
}
.sec-home-3 .box:first-of-type .box-image .image-cover {
  padding-top: 62% !important;
}
.sec-home-3 .box:first-of-type .box-image:before,
.sec-home-3 .box:nth-of-type(2) .box-image:before,
.sec-home-3 .box:nth-of-type(3) .box-image:before,
.sec-home-3 .box:nth-of-type(4) .box-image:before {
  width: 90px;
  height: 90px;
  background: rgba(14, 130, 67, 0.3);
  content: '';
  position: absolute;
}
.sec-home-3 .box:first-of-type .box-image:before {
  bottom: -40px;
  right: -40px;
}
.sec-home-3 .box:nth-of-type(2) .box-image:before {
  top: -15px;
  left: -15px;
}
.sec-home-3 .box:nth-of-type(3) .box-image:before {
  top: -15px;
  right: 16px;
}
.sec-home-3 .box:nth-of-type(4) .box-image:before {
  bottom: -25px;
  left: -25px;
}

.sec-home-3 .box:first-of-type .box-text,
.sec-home-3 .box:nth-of-type(3) .box-text {
  padding-right: 80px;
}
.sec-home-3 .col-step.col-inner {
  counter-reset: my-counter;
}
.sec-home-3 .col-step .box {
  counter-increment: my-counter;
  margin-bottom: 165px;
}
.sec-home-3 .col-step .box:last-of-type {
  margin-bottom: 0;
}
.sec-home-3 .col-step .box-text-inner:before {
  content: '0' counter(my-counter);
  display: block;
  font-size: 80px;
  font-family: var(--bold);
  color: var(--theme-color);
  line-height: 1;
  margin-bottom: 10px;
}
.sec-home-3 .col-step h3 {
  font-size: 20px;
  color: #333;
  font-family: var(--semi);
  margin-bottom: 20px;
}
.sec-home-3 .col-step p {
  font-size: 14px;
}
.sec-home-3 .col-step ul {
  list-style: none;
}
.sec-home-3 .col-step ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  margin-left: 0;
  font-size: 14px;
  position: relative;
}
.sec-home-3 .col-step ul li:before {
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-right: 10px;
  flex: 0 0 auto;
  position: absolute;
  left: 0;
  top: 9px;
}
.sec-home-3 .box:nth-of-type(2) .box-image {
  width: 45% !important;
  flex-shrink: 0;
  padding-right: 80px;
}
.sec-home-3 .box:nth-of-type(2) .image-cover {
  padding-top: 120% !important;
}
.sec-home-3 .box:nth-of-type(4) .box-image {
  padding-right: 120px;
}
.sec-home-3 .box:first-of-type {
  margin-top: 160px;
}
.sec-home-3 .box:first-of-type:before {
  content: url(./images/line_1.png);
  position: absolute;
  left: 37%;
  transform: translate(-50%, -160%);
}
.sec-home-3 .box:first-of-type .box-image:after {
  position: absolute;
  content: url(./images/line_2_1.png);
  right: 107px;
  bottom: -46px;
  transform: translateY(100%);
}
.sec-home-3 .box:nth-of-type(2) .box-image:after {
  content: url(./images/line_2_2.png);
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  right: 0;
}
.sec-home-3 .box:nth-of-type(3) .box-image:after {
  content: url(./images/line_2_3.png);
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  right: 70px;
}
/* End sec-home-3 */
/* sec-home-4 */
.sec-home-4 .gap-element.title-line:before {
  background-color: #fff;
}
.sec-home-4 .text-top h5 {
  color: #fff;
}
.sec-home-4 .text-top h2 {
  font-size: 43px;
  font-family: var(--extra);
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
.sec-home-4 .text-top p {
  font-size: 15px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 40px;
}
.sec-home-4 .box .image-cover {
  border-radius: 20px;
}
.sec-home-4 .box .box-text {
  padding-top: 35px;
}
.sec-home-4 .box h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
#main .sec-home-4 {
  padding-bottom: 100px;
}
.sec-home-4 .slider .flickity-page-dots li.dot {
  height: 15px;
  width: 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 7px;
  position: relative;
  opacity: 1 !important;
}

.sec-home-4 .slider .flickity-page-dots li.dot.is-selected {
  background-color: #fff;
}
.sec-home-4 .slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* End sec-home-4 */
/* home-news */

#main .home-news {
	padding-bottom: 0;
}
.home-news .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.home-news .title h2 {
  font-size: 43px;
  color: var(--theme-color);
  margin-bottom: 0;
  flex-shrink: 0;
  margin-right: 30px;
  display: inline-block;
  width: fit-content;
  font-family: var(--extra);
}
.home-news .title:after {
  content: '';
  flex: 1;
  height: 20px;
  background: url(./images/stripe-title2.png) repeat-x left center/auto 100%;
}

.home-news .blog-righ .box-blog-post {
  display: flex;
}

.home-news .blog-righ .box-image {
  width: 25% !important;
  flex-shrink: 0;
}

.home-news .col-right > .col-inner {
  background-color: #f8f8f8;
  padding: 32px;
  border-radius: 5px;
}
.home-news .col-right .box-text-inner {
  display: flex;
  flex-direction: column;
}
.home-news .col-right .post-item {
  padding-bottom: 20px;
}

.home-news .col-right .post-item:last-of-type {
  padding-bottom: 0;
}

.home-news .col-right .box-text {
  padding: 0 0 0 20px;
}

.home-news .col-right .image-cover {
  border-radius: 6px;
}

.home-news .post-meta:before {
  content: '\f073';
  font-family: var(--fa6);
  margin-right: 6px;
  font-weight: 300;
}

.home-news .post-meta {
  font-size: 14px;
  margin-bottom: 2px;
  order: -1;
}

.home-news .col-right .box-blog-post .box-text .post-title a {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.home-news .blog-left .box-text {
  background-color: #f8f8f8;
  padding: 20px 40px 20px;
  border-radius: 0 0 5px 5px;
}

.home-news .blog-left .post-title a {
  height: 66px;
  font-size: 18px;
}

/* End home-news */
.section-news .col-button {
  position: absolute;
  top: 38px;
  right: 0;
  padding-bottom: 0;
  text-align: right;
}
.section-news .row {
  position: relative;
}
.section-news .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-news .blog-grid .post-item:first-of-type {
  grid-row: span 3;
  padding-bottom: 0;
  padding-right: 10px;
}
.section-news .blog-grid .post-item:first-of-type .image-cover {
  padding-top: 64% !important;
}
.section-news .blog-grid .post-item:first-of-type .post-meta {
  display: none;
}
.section-news .blog-grid .post-item:first-of-type .post-title a {
  font-size: 20px;
  margin-top: 10px;
}
.section-news .post-item:nth-of-type(n + 2) {
  padding-bottom: 20px;
}
.section-news .post-item:nth-of-type(n + 2) .box {
  display: flex;
}
.section-news .post-item .box-image .image-cover {
  border-radius: 5px;
}
.section-news .post-item:nth-of-type(n + 2) .box-image {
  width: 47.6%;
  max-width: 212px;
  flex-shrink: 0;
  margin-right: 25px;
}
.section-news .post-item:nth-of-type(n + 2) .box-text {
  padding: 0;
}
.section-news .post-item:nth-of-type(n + 2) .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-news .post-item:nth-of-type(n + 2) .post-meta {
  order: -1;
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  background: var(--theme-color2);
  padding: 4px 23px 4px 15px;
  color: #fff;
  border-radius: 40px;
  margin: 5px 0 5px;
  opacity: 1;
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
}
/* End sec-newhome */

/* Footer */
.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}

.absolute-footer {
  background-color: var(--theme-color);
  border-top: 1px solid #e1e1e187;
	padding-bottom: 10px;
}

.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}

#footer .form-footer {
  background-color: #f4f4f4;
  padding-top: 30px;
  margin-bottom: -35px;
}

#footer .form-footer .col-form > .col-inner {
  background-color: #fff;
  padding: 20px 12px 20px 12px;
  border-radius: 5px;
}

#footer .form-footer .title p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--bold);
}

#footer .form-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}

#footer .form-contact input {
  box-shadow: none;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
}

#footer .form-contact label {
  font-size: 15px;
  font-weight: normal;
}

#footer .form-contact textarea {
  box-shadow: none;
  border-radius: 5px;
  min-height: 80px;
  margin-bottom: 8px;
}

#footer .form-contact .form-submit button {
  margin: 0;
  width: 100%;
  border-radius: 5px;
  font-weight: normal;
  font-family: var(--semi);
}

#footer .form-contact .col-left input {
  margin-bottom: 20px;
}

#footer .sec-menu {
  padding-bottom: 10px;
  background-color: var(--theme-color);
  padding-top: 80px;
}

#footer .sec-form .title {
  text-align: center;
}

#footer .sec-form .title h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#footer .sec-form .title h3 {
  line-height: 1;
  color: #fff;
  font-size: 66px;
  font-family: var(--garamond);
  text-transform: uppercase;
}

#footer .sec-form form {
  margin-bottom: 0;
}
#footer .sec-menu p {
	color: white;
}
#footer .sec-menu .col-2 .text2 p {
	display: flex;
	align-items: baseline;
}
#footer .sec-menu .col-2 .text2 p i {
	margin-right: 10px;
}
#footer .sec-menu .col-3 a, #footer .sec-menu .col-4 a {
	color: white;
}
#footer .sec-menu .col-1 .social-footer p {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid white;
}
#footer .sec-menu .col-1 .social-footer {
	margin-top: 30px;
}
#footer .sec-menu .col-1 .list-social img {
	width: 15%;
}
#footer .sec-menu .col-1 .list-social a {
	margin-right: 10px;
}
#footer .sec-menu .title-menu p {
	font-size: 16px;
	font-family: var(--bold);
}

#footer .col-1 .img {
  max-width: 170px;
}

#footer .menu strong,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  font-family: var(--semi);
  margin-bottom: 22px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  position: relative;
  display: block;
}

#footer .menu strong:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--theme-color2);
  bottom: -5px;
  width: 40px;
}

#footer .menu ul {
  list-style: none;
  margin-bottom: 0;
}

#footer .menu ul li {
  margin-left: 0;
}

#footer .menu a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}

#footer .col-1 .logo-footer {
  filter: brightness(0) invert(1);
}

#footer .col-1 .text p {
  color: #fff;
  font-size: 15px;
}

#footer .menu a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

#footer .menu a:hover {
  text-decoration: UNDERLINE;
}
#footer .col-3 .menu a:before {
  content: '\f39e';
  font-family: var(--fa6_brand);
  width: auto;
  height: unset;
  background: transparent;
  top: 8px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#footer .col-3 .menu a {
  padding-left: 30px;
}
#footer .col-3 .menu li:nth-of-type(2) a:before {
  content: '\f167';
}
#footer .col-3 .menu li:nth-of-type(3) a:before {
  content: '\e07b';
}
#footer .col-3 .menu li:nth-of-type(4) a:before {
  content: '\f16d';
}
/* End Footer */
.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,
.shop-page-title.category-page-title .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: 280px 15px 180px;
  z-index: 3;
}

.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.4;
  background: #000000;
}

/* blog-archive */
.blog-main {
  padding-top: 60px;
}
.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
}
.blog-archive.blog-tuyendung {
  background-color: #fff;
}
.blog-wrapper .archive-page-header {
  position: relative;
  margin-bottom: 40px;
}
.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: 300px 15px 40px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-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,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent
    linear-gradient(90deg, #000000 0%, rgb(0 0 0 / 40%) 57%, #00000000 100%);
  opacity: 0.5;
}
.blog-single .rank-math-breadcrumb span:last-of-type,
.blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
  display: none;
}
.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 .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 12px;
  width: 10px;
  display: inline-block;
}
.search-no-results .searchform .ux-search-submit {
	background-color: var(--theme-color)!important;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}
.search-no-results .searchform .search-field {
	box-shadow: unset;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}
.search-results #btn-ungtuyen {
	position: absolute!important;
    right: 4%;
    bottom: 20%;
}

.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: var(--theme-color);
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

/* blog-archive */
.blog-archive .blog-main {
  padding-top: 80px;
  position: relative;
}
.category-main .box-text {
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 32px 32px 60px;
  display: flex;
}
.category-main .box-text .post-date {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.category-main .box-text .post-date:before {
  content: '';
  background: url(./images/calendar.svg) no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
  margin-bottom: 12px;
}

.category-main .box-text .badge-inner span {
  color: #44494d;
  display: block;
}
.category-main .box-text .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-left: 32px;
  margin-left: 33px;
  border-left: 1px solid #868686;
}
.category-main .box-text .post-date-day {
  font-size: 36px;
  font-family: var(--bold);
  line-height: 1.5rem;
  color: #44494d;
}
.category-main .box-text .post-date-month {
  font-size: 16px;
  font-family: var(--medi);
  color: #44494d;
}
.category-main .box img {
  transition: all 0.4s ease-in-out;
}
.category-main .box:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.category-main .box-text .post-meta {
}

.category-main .box-text .post-title a {
}
.category-main .box-text .post-title a:hover {
  color: var(--theme-color);
}
.category-main .box-text .button {
  position: absolute;
  margin: 0;
  font-size: 15px;
  bottom: 10px;
  right: 30px;
  font-weight: normal;
  color: var(--theme-color);
  font-family: var(--medi);
}
.category-main .box-text .button:after {
  content: '\f105';
  font-family: var(--fa6);
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
.post-sidebar .featured-posts {
  padding: 20px 20px 0px;
  background: #fff;
  box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
  border-radius: 10px;
}
.post-sidebar .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
}
.post-sidebar .featured-posts .box-blog a {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.post-sidebar .featured-posts .box-blog .box-image {
  width: 35%;
  flex-shrink: 0;
}
.post-sidebar .featured-posts .title {
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--semi);
}
.post-sidebar .featured-posts .box:hover h4 {
  color: var(--theme-color);
}
.post-sidebar .featured-posts .box img {
  transition: all 0.3s ease;
}
.post-sidebar .featured-posts .box:hover img {
  transform: scale(1.1);
}
.post-sidebar .featured-posts .box-blog .image-cover {
  border-radius: 10px;
}
.post-sidebar .featured-posts .box-blog .box-text {
  padding: 10px 10px 10px 15px;
}
.post-sidebar .featured-posts .box-blog:last-of-type a {
  border: 0;
}
.post-sidebar .featured-posts .box-blog {
  display: flex;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-color);
  font-size: 18px;
  margin: 5px 10px;
}
.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}
.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}
.single .header-single {
  margin-bottom: 60px;
}
.single .blog-single .entry-content {
  padding: 0;
}
.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
  background: var(--theme-color);
}

.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
  margin-bottom: 15px;
}
.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .title p {
  text-transform: uppercase;
  font-family: var(--bold);
  color: #000;
}
.post-sidebar .col-2 .box {
  margin-bottom: 15px;
  overflow: hidden;
}
.post-sidebar .col-2 .box .box-image {
  position: absolute;
}
.post-sidebar .col-2 .box-text {
  padding: 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.post-sidebar .col-2 .box-text p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--medi);
  font-size: 14px;
}
.post-sidebar .col-2 .box img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.post-sidebar .col-2 .box:hover img {
  transform: scale(1.06);
}
.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-sidebar .box-blog-post .box-image {
  width: 80px !important;
  flex-shrink: 0;
  border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 15px;
}
.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-sidebar .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}

.post-sidebar .box-blog-post .post-meta span {
  font-size: 13px;
}
.post-sidebar .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}
.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}
.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}
.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .list-post {
  position: relative;
}
.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}
.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}
.blog-archive .blog-main.blog-tuyendung {
  padding-top: 0;
}
.blog-single .blog-main.blog-tuyendung {
  padding-top: 0;
  background-color: #fff;
  position: relative;
}
.blog-main.blog-tuyendung .title {
  text-transform: unset;
  color: #111;
  font-size: 40px;
  font-family: var(--semi);
}
.list-tuyendung .box-blog-post {
  background-color: #f3f3f3;
  border-radius: 24px;
  padding: 25px;
}
.list-tuyendung .box-blog-post .box-text {
  padding: 0;
}
.list-tuyendung .box-blog-post .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-tuyendung .box-blog-post .post-title a {
  font-size: 22px;
  line-height: 30px;
  font-family: var(--semi);
  height: 60px;
  margin-bottom: 22px;
}
.list-tuyendung .box-blog-post .box-recruitment {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 10px;
  margin-bottom: 10px;
}
.list-tuyendung .box-blog-post .item {
  display: block;
  width: 100%;
  padding-left: 26px;
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
}
.list-tuyendung .box-blog-post .item i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
}
.list-tuyendung .box-blog-post .item-addr {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list-tuyendung .box-blog-post .item-addr i {
  margin-right: 5px;
}

.list-tuyendung .box-blog-post .is-link {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 10px;
  font-size: 14px;
}

.blog-single .blog-tuyendung .header-single {
  margin-bottom: 80px;
}
.blog-single .blog-tuyendung h1.entry-title {
  text-align: center;
  font-size: 48px;
}
.blog-single .blog-tuyendung .box-postdate {
  display: none;
}
.blog-single .blog-tuyendung:before {
  content: '';
  display: block;
  width: 100%;
  height: 378px;
  position: absolute;
  top: 352px;
  background-image: linear-gradient(to bottom, #e2f3fa, #e5f7ff4a 51%, #fff);
}
.blog-single .info-tuyendung i {
	margin-right: 5px;
}
.blog-single .info-tuyendung {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px 30px;
  list-style: none;
}
.blog-single .info-tuyendung li:nth-of-type(1),
.blog-single .info-tuyendung li:nth-of-type(3) {
  grid-column: span 4;
}
.blog-single .info-tuyendung li:nth-of-type(2),
.blog-single .info-tuyendung li:nth-of-type(4) {
  grid-column: span 2;
}
.blog-single .info-tuyendung li:nth-of-type(5) {
  grid-column: span 6;
}
.blog-single .info-tuyendung li {
/*   box-shadow: 0px 15px 20px 0px rgba(178.00000000000009, 160, 214, 0.2); */
  padding: 16px 30px 16px 30px;
  border-radius: 99px;
  background-color: #fff;
  line-height: 22px;
  margin: 0;
}
.blog-single .recruitment-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.blog-single .recruitment-bottom a {
  margin-top: 0 !important;
}
.blog-single .recruitment-bottom p {
  margin: 0 0 0 15px;
}
#popup-form {
  max-width: 1190px !important;
  padding: 50px !important;
  border-radius: 14px;
}
#popup-form form {
  margin-bottom: 0;
}
#popup-form .title h3 {
  font-size: 38px;
  font-family: var(--semi);
  color: #111;
}
#popup-form .form-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
#popup-form .form-item .wpcf7-form-control-wrap:first-of-type,
#popup-form .form-item .wpcf7-form-control-wrap:nth-of-type(4) {
  grid-column: span 2;
}
#popup-form .form-item input,
#popup-form .upload-cv input {
  margin: 0;
  border: 0;
  box-shadow: none;
  background-color: rgb(14 130 67 / 5%);
  color: #070707;
  height: 50px;
  border-radius: 99px;
  padding: 0 15px;
  width: 100%;
}
#popup-form .upload-cv {
  margin-top: 20px;
}
#popup-form .form-item input::placeholder {
  color: #070707;
  opacity: 1;
}
#popup-form .upload-cv input {
  line-height: 50px;
}
#popup-form .note-text {
  margin: 20px 0 30px;
}
#popup-form .note-text a {
  font-size: 17px;
  font-family: var(--semi);
}
#popup-form .btn-viewall {
  border-radius: 99px;
}
/* dao-tao */
.dao-tao1 .text-bottom p {
  margin-bottom: 0;
}
.dao-tao2 .col-text h3 {
  font-size: 30px;
  color: var(--theme-color);
  padding-left: 40px;
  border-left: 2px solid var(--theme-color);
}
/* End dao-tao */
/* End blog-single */
/* page-about */
.page-about-1 h5 {
  font-size: 16px;
  color: var(--theme-color);
  margin-bottom: 12px;
}
.page-about-1 h2,
.page-about-2 .text-top h2 {
  font-size: 43px;
  font-family: var(--regular);
  text-transform: uppercase;
}
.page-about-1 h2 strong,
.page-about-2 .text-top h2 strong {
  font-family: var(--extra);
}
.page-about-1 .col-left {
  padding-right: 30px;
}
.page-about-1 .col-right {
  padding-left: 30px;
}
.page-about-1 .col-left p {
  text-align: justify;
}
.page-about-1 .col-right .image-cover {
  border-radius: 10px;
}
#main .page-about-1 {
  padding-bottom: 30px;
}
.page-about-2 .text-top {
  margin-bottom: 60px;
}
.page-about-2 .stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 54px;
  counter-reset: my-counter2;
}
.page-about-2 .stack .box {
  counter-increment: my-counter2;
}
.page-about-2 .stack .box:nth-of-type(2n) {
  margin-top: 60px !important;
}
.page-about-2 .stack .box-image {
  margin-bottom: -40px;
}
.page-about-2 .stack .box-image:before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.666599) 37.5%,
    rgba(255, 255, 255, 0.840413) 64.06%,
    #ffffff 100%
  );
  width: 100%;
  content: '';
  position: absolute;
  height: 120px;
  bottom: 0;
  z-index: 1;
}
.page-about-2 .stack .box-text {
  position: relative;
  margin-left: 40px;
  border-left: 1px solid #0e8243;
  padding-left: 35px;
  padding-top: 60px;
  width: calc(100% - 40px);
  padding-bottom: 0;
  z-index: 2;
}
.page-about-2 .stack .box-text:before {
  content: '0' counter(my-counter2);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  color: #0e8243;
  font-size: 40px;
  font-family: var(--bold);
}

.page-about-2 .stack .box-text p {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}
.page-about-3 .col-img {
  padding-left: 0;
}
.page-about-3 .col-text > .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px 130px;
}
.page-about-3 .col-text:before {
  position: absolute;
  background: #f5f5f5;
  content: '';
  width: calc(100% + 335px);
  height: calc(100% + 120px);
  left: -335px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px 0 0 6px;
}
.page-about-3 .col-img {
  z-index: 2;
}

.page-about-3 .text-top {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.page-about-3 .col-text {
  padding: 0 calc(calc(100vw - 1200px) / 2) 0 50px;
  position: relative;
}

.page-about-3 .col-text .text {
  position: relative;
}
.page-about-3 .col-text p:first-of-type {
  display: flex;
  position: absolute;
  top: -3px;
  left: 0;
  text-shadow: 1px 0 0 #999999, -1px 0 0 #999999, 0 1px 0 #999999,
    0 -2px 0 #999999, 1px 1px #999999, -1px -1px 0 #999999, 1px -1px 0 #999999,
    -1px 1px 0 #999999;
  color: white;
  font-size: 89px;
  z-index: 0;
  opacity: 0.2;
  font-weight: normal;
  font-family: var(--bold);
}
.page-about-3 .col-text p:nth-of-type(2) {
  display: flex;
  position: relative;
  font-family: 'Montserrat ExtraBold';
  color: #0e8243;
  font-size: 40px;
  z-index: 2;
  margin-bottom: 25px;
}
.page-about-3 .col-text p:nth-of-type(3) {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 15px;
}
/* End page-about */
/* page-contact */
.page-contact .img {
  max-width: 500px;
  margin-left: auto;
}

#main .page-contact {
  padding-bottom: 0;
}

.page-contact .info-contact h2 {
  font-size: 40px;
}

.page-contact .info-contact ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}

.page-contact .info-contact ul li {
  margin-left: 0;
}

.page-contact .info-contact li i {
  background-color: #ebeef1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}

.page-contact .form-contact .col-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
  grid-column: span 2;
}

.page-contact .form-contact .col-content input {
  margin-bottom: 0;
  height: 50px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
}

.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 1px solid #e6eaf3;
}

.page-id-45 #footer .form-footer {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-top: 5px;
}

/* End page-contact */
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  #header.header-full-width .container {
    padding-left: 15px;
    padding-right: 0;
  }
  .header-nav-main > .menu-item > a {
    padding: 20px 7px;
  }
  #header #logo {
    width: 180px;
  }
  .banner-home .banner .text-box {
    left: 15px;
  }

  #main .home-news {
    padding-bottom: 0;
  }
  .home-news .col-right .box-blog-post .box-text .post-title a {
    -webkit-line-clamp: 2;
  }
  .home-news .blog-left .box-text {
    padding-bottom: 30px;
  }
  .page-about-3 .col-img,
  .page-about-3 .col-text {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .page-about-3 .col-text:before {
    width: 100%;
    left: 0;
  }
  .page-about-3 .col-text > .col-inner {
    padding: 50px 50px 0;
  }
  .list-tuyendung .col.post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .blog-single .info-tuyendung li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .blog-single .info-tuyendung {
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .page-about-1 h2,
  .page-about-2 .text-top h2 {
    font-size: 35px;
  }
  .page-about-2 .stack {
    grid-gap: 0 20px;
  }
  .page-about-3 .col-text > .col-inner {
    grid-gap: 40px;
  }
  .page-about-3 .col-text {
    padding: 0 15px;
  }
  .page-about-3 .text-top {
    text-align: center;
    margin-bottom: 0;
  }
  .page-about-2 .stack .box-text {
    padding-top: 20px;
    padding-left: 20px;
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .page-about-2 .stack .box-text:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-home .banner {
    padding-top: calc(100vh - 80px) !important;
  }

  .admin-bar .banner-home .banner {
    padding-top: calc(100vh - 112px) !important;
  }
}

@media screen and (max-width: 1023px) {
}

@media screen and (min-width: 850px) {
}

@media screen and (max-width: 849.98px) {
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .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,
  .single .featured-title .entry-title {
    font-size: 40px;
  }
  .row.blog-top {
    background-color: transparent;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }
  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }
  .row.blog-top {
    margin-bottom: 40px;
  }
  .row.blog-top .col-left {
    padding: 15px;
  }
  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    margin-top: 15px;
  }

  .blog-share .social-icons span {
    margin-bottom: 0;
  }
  .single .post-sidebar {
    order: 2;
  }
  .single .large-7.col {
    padding-bottom: 10px;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }

  #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: var(--theme-color2);
    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;
    width: 80%;
    left: 20%;
  }

  #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-main li.html.custom {
    display: block;
    margin-right: 12px;
  }
  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }
  #main-menu.mobile-sidebar .menu-item-home i {
    display: none;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #333;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: NORMAL;
    font-family: var(--medi);
  }
  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }
  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }
  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #masthead .image-icon img {
    max-width: 18px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid #ddd;
  }
  .mobile-sidebar .logo-mobile img {
    height: 56px;
    object-fit: contain;
  }
  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }
  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }
  .mobile-sidebar .info_menu ul {
    list-style: none;
  }
  .mobile-sidebar .info_menu ul li {
    color: #333;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering .filter-button {
    margin: 0;
  }
  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }
  #header.header-full-width .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-home .banner {
    padding-top: 500px !important;
  }
  #header .header-main,
  #header .stuck .header-main {
    height: 70px !important;
  }
  .banner-home .banner .text-box-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-home .banner .text-box-content p {
    font-size: 18px;
  }
  .sec-home-1 h2,
  .sec-home-1 h4,
  .sec-home-3 .text-top h2,
  .sec-home-2 .text-top h2,
  .page-about-3 .text-top h2,
  .sec-home-4 .text-top h2,
  .home-news .title h2 {
    font-size: 35px;
  }
  .sec-home-1 p {
    margin-bottom: 20px;
  }
  #main .sec-home-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-home-2 .large-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-2 .bg {
    background-position: 100% 50%;
  }
  .sec-home-3 .box:first-of-type .box-text,
  .sec-home-3 .box:nth-of-type(3) .box-text {
    padding-right: 40px;
  }
  .sec-home-3 .box:nth-of-type(2) .box-image,
  .sec-home-3 .box:nth-of-type(4) .box-image {
    padding-right: 40px;
  }
  .home-news .blog-left .post-item {
    padding-bottom: 0;
  }
 
  .sec-home-3 .box:first-of-type .box-text,
  .sec-home-3 .box:nth-of-type(3) .box-text {
    padding-right: 30px;
  }
  .sec-home-3 .box .box-text {
    padding: 15px 0;
  }
  .page-about-1 .col-right {
    padding-left: 15px;
  }
  .gap-element.title-line {
    height: 40px !important;
  }
  .page-about-2 .stack .box-text {
    margin-left: 10px;
    width: calc(100% - 10px);
    padding-left: 10px;
  }
  .page-about-2 .stack .box-text p {
    font-size: 12px;
  }
  #main .page-about-3 {
    padding: 0 0 40px 0 !important;
  }
  .page-about-3 .col-img {
    padding-left: 15px;
  }
  .page-about-3 .col-text > .col-inner {
    padding: 40px 20px 0;
  }
  .page-about-3 .col-text p:nth-of-type(3) {
    font-size: 16px;
  }
  .blog-main.blog-tuyendung .title {
    font-size: 30px;
  }
  .blog-single .info-tuyendung li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .blog-single .info-tuyendung {
    grid-gap: 20px;
    margin-bottom: 10px;
  }
  .dao-tao2 .row:nth-of-type(2n) .col-text {
    order: -1;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
	#main .sec-home-4 {
		padding-bottom: 40px;
	}
	.archive .large-8 {
		padding-bottom: 0;
	}
   .sec-home-3 .box:first-of-type .box-text,
  .sec-home-3 .box:nth-of-type(3) .box-text {
    order:unset;
    padding-right: 0;
  }
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
    line-height: 20px;
  }
  .list-tuyendung .box-blog-post .post-title a {
    font-size: 22px !important;
    line-height: 30px;
  }
  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }
  #footer .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }
  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 130px 15px 40px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }
  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }
  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .off-canvas-right .mfp-content {
    width: 100%;
  }
  .slider .flickity-page-dots {
    bottom: 20px;
  }
  .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: 26px;
  }

  .blog-archive .box-text {
    padding: 20px;
  }
  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }
  .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,
  .single .featured-title .entry-title,
  .page-about-1 h2,
  .page-about-2 .text-top h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  .single .blog-single {
    padding-top: 40px;
  }
  #header .header-wrapper:after {
    display: none;
  }
  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 5px;
  }
  #header #logo img {
    margin: 0;
  }

  .section-news .post-item:nth-of-type(n + 2) .from_the_blog_excerpt {
    display: none;
  }
  .section-news .post-item:nth-of-type(n + 2) .box-image {
    width: 32%;
    margin-right: 16px;
  }

  .form-contact .form-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-contact .form-content .form-item:nth-of-type(n + 3) {
    grid-column: unset;
  }
  .banner-home .banner {
    padding-top: 300px !important;
  }
  .banner-home .banner .text-box-content h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-home .banner .text-box-content p {
    font-size: 12px;
    line-height: 1.4;
  }
  #main .sec-home-1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .gap-element.title-line {
    height: 40px !important;
    margin-bottom: 10px !important;
  }
  .sec-home-1 h2,
  .sec-home-1 h4,
  .sec-home-3 .text-top h2,
  .sec-home-2 .text-top h2,
  .page-about-3 .text-top h2,
  .sec-home-4 .text-top h2,
  .home-news .title h2 {
    font-size: 22px;
  }
  .sec-home-1 h2 {
    margin-bottom: 10px;
  }
  #main .sec-home-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sec-home-2 .text-top {
    margin-bottom: 40px;
  }
  .sec-home-2 .stack .icon-box-text {
    padding-left: 15px;
  }
  .sec-home-2 .stack .icon:before {
    height: 100px;
    top: 80%;
  }
  .sec-home-2 .stack .icon-box-text p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .sec-home-3 .box:first-of-type:before,
  .sec-home-3 .box .box-image:after {
    display: none;
  }
  .sec-home-3 .box:first-of-type {
    margin-top: 0;
  }
	.sec-home-3 .col-step {
		padding-bottom: 0;
	}
  #main .sec-home-3 .box .box-image {
    width: 100% !important;
  }
  .sec-home-3 .box {
    flex-wrap: wrap;
  }
  .sec-home-3 .box:nth-of-type(2) .box-image,
  .sec-home-3 .box:nth-of-type(4) .box-image {
    padding-right: 0;
  }
  .sec-home-3 .col-step .box {
    margin-bottom: 20px;
  }
  .sec-home-3 .col-step .box-text-inner:before {
    font-size: 30px;
  }
  #main .sec-home-3 {
    padding-bottom: 0;
	  padding-top: 0;
  }
  .sec-home-4 .box h3 {
    font-size: 22px;
  }
  .sec-home-4 .box .image-cover {
    padding-top: 75% !important;
  }
  .home-news .blog-left .box-text {
    padding: 20px;
  }

  .home-news .col-right > .col-inner {
    padding: 20px;
  }

  .home-news .blog-righ .box-image {
    width: 35% !important;
    flex-shrink: 0;
  }
  #main .home-news {
    padding-bottom: 30px;
  }
  #main .page-about-1 {
    padding-top: 40px;
	  padding-bottom: 0;
  }
  .page-about-1 .col-left {
    padding-bottom: 10px;
  }
  .page-about-2 .stack {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-about-2 .stack .box:nth-of-type(2n) {
    margin-top: 30px !important;
  }
  #main .page-about-2 {
    padding-top: 20px !important;
    padding-bottom: 30px;
  }
  .page-about-2 .text-top {
    margin-bottom: 20px;
  }
  .page-about-3 .col-text p:first-of-type {
    font-size: 55px;
  }
  .page-about-3 .col-text > .col-inner {
    grid-gap: 30px;
  }
  .page-about-3 .col-text p:nth-of-type(3) {
    font-size: 14px;
    padding-top: 0;
  }
  .page-about-3 .col-img {
    padding: 0;
  }
  #footer .sec-menu {
    padding-top: 40px;
  }
  .blog-wrapper .archive-page-header {
    margin-bottom: 40px;
  }
  .single .header-single {
    margin-bottom: 40px;
  }
  .blog-single .info-tuyendung {
    display: block;
  }
  .blog-single .info-tuyendung li {
    margin-bottom: 15px;
  }
  .blog-single .recruitment-bottom {
    gap: 20px;
  }
  .category-main .box-text .post-date {
    display: none;
  }
  .category-main .box-text .box-text-inner {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
  .category-main .box-text .button {
    position: relative;
    right: unset;
    bottom: unset;
  }
  .category-main .box .image-cover {
    padding-top: 56.25% !important;
  }
  .page-contact .info-contact h2 {
    font-size: 26px;
  }
  .page-contact .form-contact .col-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
    grid-column: unset;
  }
  #main .page-contact {
    padding-bottom: 60px;
  }
  .dao-tao2 .col-text h3 {
    font-size: 24px;
  }
  #popup-form {
    padding: 20px !important;
  }
  #popup-form .title h3 {
    font-size: 22px;
  }
  #popup-form .form-item {
    grid-template-columns: repeat(1, 1fr);
  }
  #popup-form .form-item .wpcf7-form-control-wrap:first-of-type,
  #popup-form .form-item .wpcf7-form-control-wrap:nth-of-type(4) {
    grid-column: unset;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
