/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/
.pxl-scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  min-height: auto;
  right: 41px;
  bottom: 70px;
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: none !important;
}
.pxl-scroll-top::before {
  content: "";
  position: absolute;
  top: -50px;
  width: 1px;
  height: 33px;
  opacity: 0;
  visibility: hidden;
  transition: inherit;
  background: #000;
}
.pxl-scroll-top.active::before {
  top: -17px;
  opacity: 1;
  visibility: visible;
}
.pxl-scroll-top a {
  width: 100%;
  height: 100%;
  font-weight: 500;
  margin-top: 10px;
}
@font-face {
  font-family: "BTSuave-Bold";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./assets/fonts/BTSuave-Bold.ttf") format("truetype");
}
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #cccccc;
  --FontAwesome: "Font Awesome 7 Pro";
}
body {
  line-height: 1.625;
}
p {
  margin: 0 0 15px;
}
h2,
.h2 {
  font-size: 48px;
  line-height: 1.25;
}
h3,
.h3 {
  font-size: 32px;
  line-height: 1.5;
}
.logo,
.stuck #logo {
  width: auto !important;
}
#header .onHeader-fixed {
  visibility: visible;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -khtml-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .header-fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transform-origin: top;
  -khtml-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-90deg);
  -khtml-transform: perspective(300px) rotateX(-90deg);
  -moz-transform: perspective(300px) rotateX(-90deg);
  -ms-transform: perspective(300px) rotateX(-90deg);
  -o-transform: perspective(300px) rotateX(-90deg);
  transform: perspective(300px) rotateX(-90deg);
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-nav-main > li.menu-item {
  margin: 0 30px;
}
.header-nav-main > li.menu-item a {
  padding: 0;
  font-size: 14px;
  letter-spacing: 1.2px;
}
.header-nav-main .menu-item-has-children.current-dropdown .sub-menu {
  transform: translate3d(0, 0px, 0px);
  perspective: 1000px;
  transition: all 0.3s ease;
}
.header-nav-main .menu-item-has-children .sub-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 200px;
  padding: 15px 0;
  transform: translate3d(15px, 0px, 0px);
}
.header-nav-main .menu-item-has-children .sub-menu a {
  color: #60433b;
  font-size: 14px;
  line-height: 1.2727;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 10px 35px 10px 25px;
  transition: all 0.3s ease;
  text-wrap-mode: nowrap;
  margin: 0;
  border: none;
}

.home h2 {
  font-size: 45px;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.heading-title h1,
.heading-title h2 {
  font-family: "BTSuave-Bold", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 0;
}
.pxl-hidden-panel-button {
  position: relative;
  cursor: pointer;
  width: 14px;
  height: 12px;
}
.pxl-hidden-panel-button .line {
  display: block;
  float: right;
  width: 100%;
  height: 2px;
  background-color: #54595f;
  transition: all 0.3s ease-in-out;
}
.pxl-hidden-panel-button .line:not(:last-child) {
  margin-bottom: 4px;
}
.pxl-hidden-panel-button .line:nth-child(2) {
  width: 10px;
}
.pxl-hidden-panel-button .line:nth-child(3) {
  width: 12px;
}
/* Hover effect */
.pxl-hidden-panel-button:hover .line:nth-child(1),
.pxl-hidden-panel-button:focus-within .line:nth-child(1) {
  animation: line1-hover 0.6s ease-in-out forwards;
}

.pxl-hidden-panel-button:hover .line:nth-child(2),
.pxl-hidden-panel-button:focus-within .line:nth-child(2) {
  animation: line2-hover 0.6s ease-in-out forwards;
}

.pxl-hidden-panel-button:hover .line:nth-child(3),
.pxl-hidden-panel-button:focus-within .line:nth-child(3) {
  animation: line3-hover 0.6s ease-in-out forwards;
}

.pxl-hidden-panel-button .line:nth-child(1) {
  animation: line1-reset 0.6s ease-in-out;
}
.pxl-hidden-panel-button .line:nth-child(2) {
  animation: line2-reset 0.6s ease-in-out;
}
.pxl-hidden-panel-button .line:nth-child(3) {
  animation: line3-reset 0.6s ease-in-out;
}

/* Keyframes for line 1 */
@keyframes line1-hover {
  50% {
    width: 12px;
  }
  100% {
    width: 100%;
  }
}

/* Keyframes for line 2 */
@keyframes line2-hover {
  0% {
    width: 10px;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 10px;
  }
}

/* Keyframes for line 3 */
@keyframes line3-hover {
  0% {
    width: 12px;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 12px;
  }
}

/* Reset animation for hover-out */
/* Keyframes for line 1 */
@keyframes line1-reset {
  50% {
    width: 12px;
  }
  100% {
    width: 100%;
  }
}

/* Keyframes for line 2 */
@keyframes line2-reset {
  0% {
    width: 10px;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 10px;
  }
}

/* Keyframes for line 3 */
@keyframes line3-reset {
  0% {
    width: 12px;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 12px;
  }
}
.custom-search a {
  font-size: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}
.custom-search .searchform input {
  padding: 10px;
  border-color: #bdbdbd;
  border-width: 1px 1px 1px 1px;
  border-radius: 3px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  height: 30px;
  box-shadow: none;
}
.custom-search .searchform-wrapper {
  position: absolute;
  display: none;
  border-radius: 5px 5px 5px 5px;
  width: 150px;
  top: 33px;
  right: -50px;
}
.custom-search .searchform-wrapper.active {
  display: block;
}
.logo-menu {
  width: max-content !important;
}
.logo-menu img {
  max-height: 70px;
}
.menu-pc h5 {
  padding-bottom: 20px;
  font-size: 20px;
}
.menu-pc p {
  font-size: 17px;
}
.menu1 {
  padding-bottom: 40px;
}
.banner-home p {
  font-size: 18px;
  line-height: 1.42857;
}
.banner-home h2 {
  font-family: "BTSuave-Bold", Sans-serif;
  font-size: 65px;
}
.btn-border-running {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  padding: 11px 37px;
  text-align: center;
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  transition: all 0.3s ease-in-out;
  letter-spacing: -1px;
}
.pxl-hover-transition > span {
  transition: all 0.3s ease;
}
.pxl-wobble span {
  display: inline-block;
  pointer-events: none;
}
.pxl-wobble span.pxl-xspin {
  -webkit-animation: pxl-xspin 0.3s 1;
  -khtml-animation: pxl-xspin 0.3s 1;
  -moz-animation: pxl-xspin 0.3s 1;
  -ms-animation: pxl-xspin 0.3s 1;
  -o-animation: pxl-xspin 0.3s 1;
  animation: pxl-xspin 0.3s 1;
}

@keyframes pxl-xspin {
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.btn-border-running.start svg {
  -webkit-animation: pxl_btn_stroke 1s linear;
  -khtml-animation: pxl_btn_stroke 1s linear;
  -moz-animation: pxl_btn_stroke 1s linear;
  -ms-animation: pxl_btn_stroke 1s linear;
  -o-animation: pxl_btn_stroke 1s linear;
  animation: pxl_btn_stroke 1s linear;
}
@-webkit-keyframes pxl_btn_stroke {
  30%,
  55% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 4;
    opacity: 0;
  }
}

@keyframes pxl_btn_stroke {
  30%,
  55% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 4;
    opacity: 0;
  }
}
.btn-border-running .lines {
  position: absolute;
  inset: 0;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 1;
}

.btn-border-running .lines > div {
  position: absolute;
  inset: 0;
}

.btn-border-running .lines > div:last-child {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-border-running .lines > div svg {
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
  fill: none;
  stroke-width: 2;
  stroke: #c9e9ff;
  width: 100%;
  height: 100%;
  stroke-dasharray: 2 10;
  stroke-dashoffset: 14;
  opacity: 0;
}
.btn-border-running:hover .lines > div svg {
  opacity: 1;
}
.btn-border-running .lines > div svg:nth-child(1) {
  stroke: #f8fcff;
}

.btn-border-running .lines > div svg:nth-child(2) {
  stroke-width: 6px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.btn-border-running .lines > div svg:nth-child(3) {
  stroke-width: 5px;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.btn-border-running .lines > div svg:nth-child(4) {
  stroke-width: 10px;
  -webkit-filter: blur(56px);
  filter: blur(56px);
}

.pxl_image {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: -1px;
}
.pxl_image img {
  border-radius: inherit;
  object-fit: cover;
}

.section-gioi-thieu h2 {
  color: #604439;
  margin: 0px 0px 25px 0px;
  line-height: 1.25;
  padding: 20px 0px 50px 0px;
}
.section-gioi-thieu p {
  margin-bottom: 20px;
}
.section-gioi-thieu .link-icon a {
  text-align: left;
  display: block;
  color: #000 !important;
  border: 1px solid #000 !important;
  padding: 5px 5px 5px 20px;
  border-radius: 30px;
}
.section-gioi-thieu a {
  margin-right: 0;
  margin-bottom: 30px;
  transition: none;
}
.section-gioi-thieu a:hover {
  box-shadow: none;
}
.section-gioi-thieu a:hover {
  color: #fff !important;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color);
}
.section-gioi-thieu .icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}
.section-gioi-thieu .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 10px;
  font-size: 17px;
  font-weight: 600;
}
.section-du-an {
  padding-bottom: 20px !important;
}
.section-du-an h2 {
  letter-spacing: 3px;
  margin: 0px 0px 0px 0px;
  padding-bottom: 10px;
}
.section-du-an h2::before {
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: calc(100% + 25px);
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease-in-out;
}
.section-du-an h2.visible::before {
  opacity: 1;
  transform: translateY(0);
}
.list-item-du-an {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 50px 0px;
}
.list-item-du-an li {
  margin-right: calc(50px / 2) !important;
  margin-left: calc(50px / 2) !important;
  margin-bottom: 0;
  word-break: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-item-du-an li a {
  font-weight: 400;
}
.list-item-du-an li a::after {
  content: "";
  right: calc(-50px / 2);
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #ffffff;
  width: auto;
  left: auto;
  position: relative;
  height: 100%;
  margin: auto;
}
.list-item-du-an li:last-child a::after {
  display: none;
}
.des-du-an,
.gallery-custom {
  padding: 10px;
}
.gallery-custom {
  display: flex;
  flex-wrap: wrap;
}
.gallery-custom-item {
  float: left;
  text-align: center;
}
.gallery-custom-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.gallery-custom a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
}
.gallery-custom a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 0.25s linear 0ms;
  -khtml-transition: all 0.25s linear 0ms;
  -moz-transition: all 0.25s linear 0ms;
  -ms-transition: all 0.25s linear 0ms;
  -o-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  opacity: 0;
  z-index: 1;
}
.gallery-custom a:hover::before {
  opacity: 1;
}
.gallery-custom a:after {
  content: "\f002";
  font-size: 14px;
  font-family: var(--FontAwesome);

  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s linear 0ms;
  -khtml-transition: all 0.25s linear 0ms;
  -moz-transition: all 0.25s linear 0ms;
  -ms-transition: all 0.25s linear 0ms;
  -o-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  opacity: 0;
  font-weight: 400;
}
.gallery-custom a:hover::after {
  opacity: 1;
}
.gallery-custom img {
  width: 100%;
  border: none !important;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.gallery-du-an {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advanced-image-gallery-item {
  padding: 10px;
}
.bdt-ep-advanced-image-gallery-inner {
  position: relative;
  overflow: hidden;
}
.bdt-ep-advanced-image-gallery-thumbnail {
  border-radius: 4px;
}
.bdt-ep-advanced-image-gallery-thumbnail img {
  height: 270px;
}
.advanced-image-gallery-item .bdt-overlay-default {
  background: rgba(0, 0, 0, 0.4);
}
.advanced-image-gallery-item .bdt-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.bdt-ep-advanced-image-gallery-inner:hover .bdt-overlay {
  opacity: 1;
}
.bdt-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bdt-overlay {
  padding: 30px;
}
.bdt-flex-inline {
  display: inline-flex;
}

.bdt-ep-advanced-image-gallery-item-link {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}
.bdt-ep-advanced-image-gallery-item-link:hover span {
  transform: rotate(90deg);
}
.bdt-ep-advanced-image-gallery-item-link span {
  display: inline-flex;
  transition: transform 0.3s cubic-bezier(0, 0.36, 0.38, 1.01);
  color: rgba(255, 255, 255, 0.7) !important;
}
.pxl-post--navigation {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0;
  border-top: 1px solid #e6e6e6;
}
.pxl-post--navigation .pxl-show--all {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.pxl-post--navigation .pxl-show--all {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.du-an-item {
  border-radius: 10px 10px 10px 10px;
  padding: 0 10px 30px !important;
}
.bdt-post-gallery-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bdt-gallery-thumbnail {
  border-radius: 10px 10px 0 0;
  padding-top: 80%;
}
.bdt-gallery-thumbnail img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.du-an-item .bdt-overlay {
  margin: 13px;
  border-radius: 10px;
  transform: translateZ(0);
  overflow: hidden;
  background-color: #00000059;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-item article {
  height: 100%;
}
.post-item .bdt-overlay {
  margin: 7px;
  border-radius: 10px;
  transform: translateZ(0);
  overflow: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  justify-content: center;
}
.bdt-gallery-content-inner {
  transform: translateZ(20px);
}
.bdt-gallery-item-link {
  background-color: transparent;
  color: #ddd;
  border-radius: 500px;
  border: 1px solid;
}
.bdt-overlay-default {
  opacity: 0;
}
.du-an-item:hover .bdt-overlay-default,
.post-item:hover .bdt-overlay-default {
  opacity: 1;
}
.bdt-transition-fade {
  transition: all 0.3s ease-out;
}

.bdt-post-gallery-skin-abetis-desc {
  padding: 20px 0px 0px 0px;
  text-align: left;
}
.post-item .bdt-post-gallery-skin-abetis-desc {
  padding: 10px 0px 20px 0px;
}
.bdt-post-gallery-skin-abetis-desc * {
  color: #83766d;
}
.du-an-item .bdt-gallery-item-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.post-item .bdt-gallery-item-title {
  color: #282828;
  font-weight: 700;
  margin-bottom: 0;
}
.bdt-post-gallery .bdt-post-gallery-excerpt {
  margin: 10px 0px 0px 0px;
  font-size: 16px;
}
#post-list .post-inner {
  padding: 10px 0;
}
#post-list {
  padding-top: 20px;
}
#post-list .post-item {
  margin-top: 30px;
  padding: 0 10px;
}
#post-list .sa-post-item {
  padding: 12px;
  text-align: center;
}
#post-list .bg-img {
  background-image: url(./assets/images/faq-right-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.blog-archive,
.blog-single {
  padding: 0;
}
.sa-post-item .sa-post-img-wrapper {
  border-radius: 10px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: 360px;
  overflow: hidden;
}
.sa-post-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
.sa-post-item .sa-post-img-wrapper:hover img {
  transform: scale(1.1);
}
.sa-post-item .sa-post-content-wrapper {
  margin-top: -16px;
  z-index: 1;
  position: relative;
}
.sa-post-item .sa-post-category {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.sa-post-item .sa-post-category a {
  color: #ffffff;
  background-color: #bb905b;
  padding: 7px 12px;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;
}
.sa-post-title {
  font-size: 18px;
  font-weight: 600;
}
.sa-post-title a {
  color: #000;
}
.video-can-ho .section-content {
  display: flex;
  padding: 10px;
  height: 0;
}
.video-can-ho .row {
  top: 300px;
  position: absolute;
}
.video-can-ho .col-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.video-can-ho h2 {
  display: block;
  width: auto;
  margin-bottom: 0;
}
.video-can-ho .icon-box {
  margin: 0;
}
.video-can-ho .icon-box-img {
  margin-bottom: 0;
  padding-top: 0;
}
.swiper-video-posts {
  margin-top: 20px;
}
.swiper-video-posts .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.swiper-video-posts .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  background: #ddd;
}
.swiper-video-posts
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #8c8c8c;
}
.swiper-video-posts .wpcp-slide-image{
	padding-top:100%;
}
.swiper-video-posts .wpcp-slide-image img{
	    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.swiper-video-posts .wpcp-slide-image a {
  padding: 0px 0px 0px 0px;
  border-style: none;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.swiper-video-posts .wpcp-slide-image a:hover {
  background-image: url(/wp-content/uploads/2025/02/xem-ngay.svg);
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.swiper-video-posts .wpcp-slide-image a:hover img {
  opacity: 0.3;
}
.section-quy-trinh {
  padding-bottom: 20px !important;
}
.section-quy-trinh h3 {
  color: #ffffff;
  padding-bottom: 29px;
  font-size: 19px;
  font-weight: normal;
}

.section-doi-ngu .slider-style-focus .flickity-slider > :not(.is-selected) {
  opacity: 0.2;
  transform: scale3d(0.6, 0.6, 1);
  transition: all 0.3s ease-in-out;
}
.section-doi-ngu .box-image img {
  display: block;
  width: auto;
  max-width: 230px;
  margin: 0 auto 17px;
}
.section-doi-ngu .flickity-prev-next-button {
  width: 25px;
}
.section-doi-ngu .flickity-page-dots .dot {
  background: #60433b;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  width: 20px;
  opacity: 1;
  border: none;
}
.section-doi-ngu .flickity-page-dots .dot.is-selected,
.section-doi-ngu .flickity-page-dots .dot:hover {
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.section-doi-ngu .box-text {
  padding: 0;
}
.section-doi-ngu .box-text p {
  font-size: 16px;
  margin-bottom: 15px;
}
.section-doi-ngu .box-text h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 15px;
}
.section-bao-chi {
  padding-bottom: 50px !important;
}
.swiper-bao-chi {
  overflow: hidden;
  padding-bottom: 150px;
}
.pxl-team-carousel1 .pxl-item--inner {
  position: relative;
  margin-bottom: 10px;
}
.pxl-item--image {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding-top: 80%;
}
.pxl-item--image img {
  border-radius: 10px;
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.pxl-item--title {
  font-size: 17px;
  font-weight: 500;
}
.pxl-item--position {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.section-bao-chi .pxl-item--position:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 1px;
  background: var(--fs-color-secondary);
  top: 50%;
  left: calc(100% + 7px);
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-bao-chi .swiper-pagination {
  line-height: 12px;
  bottom: 0;
}
.section-bao-chi .swiper-pagination-bullet {
  background: transparent;
  position: relative;
  margin: 11.5px !important;
  padding: 7px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
}
.section-bao-chi .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #54595f;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.section-bao-chi .swiper-pagination-bullet-active:before {
  width: 8px;
  height: 8px;
  background-color: var(--fs-color-secondary);
}
.section-bao-chi .swiper-pagination-bullet.my-next:before,
.section-bao-chi .swiper-pagination-bullet.my-prev:before {
  width: 6px;
  height: 6px;
}
.section-lien-he {
  padding-top: 100px !important;
  background-image: url(./assets/images/awards-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.section-lien-he .section-bg {
  background-image: url(./assets/images/feauture-v3-shape1.png);
  background-position: bottom right;
  background-size: unset !important;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.form-lien-he .title-form-lien-he {
  color: #60433b;
  font-size: 44px;
  font-weight: 700;
}
.form-lien-he form {
  padding: 20px;
  margin-bottom: 0;
}
.form-lien-he .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2%;
}
.form-lien-he form .form-field,
.form-cv .field-file {
  position: relative;
  padding-top: 17.5px;
  grid-column: span 12 / span 12;
}
.form-lien-he form .form-field.frm6 {
  grid-column: span 6 / span 6;
}
.form-lien-he form .form-field.frm_third {
  padding-top: 0;
}
.form-lien-he form label {
  transition: all 0.3s ease-in;
  position: absolute;
  top: calc(1px + 0.5 * 35px);
  margin-bottom: 0;
  left: 20px;
  width: 100%;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 10px;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: normal;
  pointer-events: none;
  z-index: 1;
}

.form-lien-he form input:not([type="submit"]) {
  min-height: 35px;
  line-height: 1.3;
  color: rgba(58, 4, 3, 1);
  background-color: #fff;
  border-radius: 4px;
  border-color: #bfc3c8;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 15px 10px;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 64px;
  margin-bottom: 0;
}
.form-lien-he form textarea {
  line-height: 1.3;
  color: rgba(58, 4, 3, 1);
  background-color: #fff;
  border-radius: 4px;
  border-color: #bfc3c8;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 15px 10px;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin-bottom: 0;
}
.form-lien-he form input:not([type="submit"]):focus,
.form-lien-he form textarea:focus {
  background-color: #fff;
  border-color: #66afe9;
  color: var(--text-color);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-lien-he form input:not([type="submit"])::placeholder,
.form-lien-he form textarea::placeholder {
  font-size: 15px;
  color: #a1a1a1;
  opacity: 0 !important;
  transition: opacity 0.3s ease-in;
}
.form-lien-he form input:not([type="submit"]):focus::placeholder,
.form-lien-he form textarea:focus::placeholder {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
}
.form-lien-he form .label_float_top label {
  top: 0;
  left: 0;
  padding: 0;
  font-size: 12px;
}
.form-lien-he form input[type="submit"] {
  width: auto;
  font-size: 17px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: rgba(185, 142, 91, 1);
  border-width: 1px;
  border-color: rgba(185, 142, 91, 1);
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  border-radius: 30px;
  text-shadow: none;
  padding: 15px 30px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  text-transform: unset;
}
.wpcf7-spinner {
  display: none;
}
.section-ban-do {
  background-image: url(./assets/images/newsletter-bg.jpg);
  background-position: 40% 110%;
  background-repeat: no-repeat;
}

/* footer */
.setion-footer {
  padding-bottom: 60px !important;
}
.absolute-footer {
  display: none;
}
.ux-menu-link__link:hover span {
  color: #c39a64;
}
.pagination .nav-pagination {
  margin: 30px 0;
}
.cat-du-an .pagination .nav-pagination {
  margin-top: 0;
}
.pagination .nav-pagination li {
  margin: 0;
}
.pagination .nav-pagination li .page-number {
  background-color: transparent;
  color: #777777;
  font-weight: 700;
  border: none;
  padding: 5px 20px 5px 20px;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s ease;
}
.pagination .nav-pagination li .page-number.current,
.pagination .nav-pagination li .page-number:hover {
  color: #b88d5b;
}
.pagination .nav-pagination .next.page-number,
.pagination .nav-pagination .prev.page-number {
  display: none;
}
.blog-single article {
  padding: 0 20px;
  margin-bottom: 0;
}
.blog-single .entry-header {
  padding-top: 40px;
}
.blog-single .entry-header-text {
  padding: 10px 0;
}
.blog-single h1 {
  font-size: 43px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.0833;
}
.entry-content p {
  font-size: 14pt;
}
.entry-content,
.entry-content img {
  padding: 10px 0;
}
.entry-content h2 {
  font-size: 18pt;
  line-height: 60px;
  margin-bottom: 15px;
}
.entry-content h3 {
  line-height: 48px;
  margin-bottom: 15px;
  font-size: 14pt;
}
.entry-content .title-td,
.entry-content .title-des {
  padding: 10px 0;
}
.entry-content .pxl-item--title {
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  line-height: 1.25;
  position: relative;
  font-weight: 700;
}
.title-line {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: var(--fs-color-secondary);
  overflow: hidden;
}
.title-line:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 4px;
  height: 1px;
  background-color: #fff;
  -webkit-animation: pxl_line_anim 1.5s linear infinite;
  -khtml-animation: pxl_line_anim 1.5s linear infinite;
  -moz-animation: pxl_line_anim 1.5s linear infinite;
  -ms-animation: pxl_line_anim 1.5s linear infinite;
  -o-animation: pxl_line_anim 1.5s linear infinite;
  animation: pxl_line_anim 1.5s linear infinite;
}
@keyframes pxl_line_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}
.pxl--post-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.pxl--post-footer .pxl--social {
  margin: -4.5px -4.5px -4.5px 0;
  margin-bottom: 40px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl--post-footer .pxl--social .label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 15.5px;
  margin-bottom: 0;
}
.pxl--post-footer .pxl--social a {
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 12.5px;
  margin: 4.5px;
  color: #fff;
  background: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.form-cv {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 0px 0px;
  background-color: #f4f4f4;
}
.form-cv h2 {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 20px;
}
.form-cv form input[type="submit"] {
  width: 100%;
}
.form-cv form .field-file {
  padding-top: 0;
}
.form-cv form .field-file label {
  position: unset;
  padding: 10px 0;
}
.frm_dropzone.frm_single_upload {
  max-width: 200px;
}
.frm_dropzone.dz-clickable.active {
  max-width: 100%;
}
.form-cv.form-lien-he form input:not([type="submit"]) {
  min-height: auto;
}
.frm_dropzone.dz-clickable.active .frm_upload_text,
.frm_dropzone.dz-clickable.active .frm_small_text,
.frm_dropzone.dz-clickable.active svg {
  display: none;
}
.frm_dropzone.dz-clickable.active .frm_compact_text > span,
.frm_dropzone.dz-clickable.active .frm_compact_text .wpcf7-file {
  opacity: 1;
  position: relative;
}
.frm_dropzone.frm_single_upload,
.frm_dropzone.dz-clickable {
  min-height: 60px;
  margin-top: 5px;
  line-height: 1.42857143;
}
.with_frm_style .frm_dropzone {
  border-radius: 4px;
  color: rgba(58, 4, 3, 1);
  background-color: #fff;
}
.frm_dropzone .dz-message {
  border: 2px dashed #dfdfdf;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin: 0;
  position: relative;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.frm_dropzone .frmsvg {
  width: 40px;
  height: 40px;
}
.frm_compact_text > span,
.frm_compact_text .wpcf7-file {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index: 1;
  padding: 0 !important;
  min-height: auto;
}
.frm_upload_text {
  margin: 0 10px 10px 0;
  font-size: 20px;
  display: block;
  letter-spacing: 0.3px;
}
.frm_small_text {
  font-size: 14px;
  margin-bottom: 15px;
}
.header-td {
  text-align: center;
  position: relative;
}
.bdt-ep-advanced-heading-content {
  color: rgba(156, 156, 156, 0.12);
  z-index: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  position: absolute;
}
.bdt-transform-origin-top-left {
  font-size: 47px;
  transform: translateY(-24px);
}
.bdt-ep-advanced-heading-sub-title {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-text-stroke-color: #000;
  stroke: #000;
  display: inline-flex;
  line-height: 1;
}
.bdt-ep-advanced-heading-title {
  line-height: 1.602;

  margin: 0;
  padding: 0;
}
.bdt-ep-advanced-heading-main-title {
  display: inline-block;
  vertical-align: middle;
}
.bdt-ep-advanced-heading-main-title-inner {
  font-size: 40px;
  display: inline-flex;
  flex-wrap: wrap;
}
.category-43 #post-list {
  padding-top: 60px;
}
.category-43 #post-list .post-item {
  margin-top: 0;
}
.category-43 .bdt-post-gallery-excerpt {
  display: none;
}
.slider-video {
  padding: 15px 0;
}
.cat-du-an {
  padding: 50px 0 10px;
  background-image: url(./assets/images/services_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cat-child {
  margin-bottom: 50px;
}
.cat-child .icon-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.cat-child .icon-list-items .icon-list-item {
  margin-right: calc(50px / 2);
  margin-left: calc(50px / 2);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-child .icon-list-items .icon-list-item::after {
  content: "";
  border-left: 1px solid #999;
  width: auto;
  left: auto;
  position: relative;
  height: 100%;
  right: calc(-50px / 2);
}
.cat-child .icon-list-items .icon-list-item:last-child:after {
  display: none;
}
.cat-child .icon-list-items .icon-list-item span,
.cat-du-an .du-an-item .bdt-post-gallery-excerpt p {
  color: #000;
}
.cat-du-an .du-an-item .bdt-gallery-item-title {
  color: #282828;
  font-weight: 700;
}
.blog-search .archive-page-header {
  display: none;
}
.blog-search h1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.blog-search .search-results {
  padding: 20px 0 60px 0;
}
.search-list .post {
  margin-bottom: 0;
}
.search-list .post-item {
  padding: 0 10px 20px 10px;
}
.search-list .post__card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #ffffff00;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #02010100;
  transition: all 0.25s;
}
.search-list .post__card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.post__card .post__thumbnail__link {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.search-list .post__card .post__thumbnail {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  padding-top: 80%;
}
.search-list .post__card .post__thumbnail img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.search-list .post__card .post__thumbnail__link:after {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.post__card:hover .post__thumbnail__link:after {
  opacity: 0.5;
}
.post__card .post__text {
  padding: 0 30px;
}
.post__card .post__text .post__title {
  margin-bottom: 25px;
  font-size: 17px;
}
.post__card .post__text .post__title a {
  color: #1f0000;
}
.load-more-container {
  text-align: center;
}
.btn-loadmore {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  background-color: #b98e5b;
  text-transform: unset;
  padding: 12px 24px;
  border-radius: 3px;
  line-height: 1;
  margin: 0;
  margin-top: 10px;
}
.setion-footer .col {
  padding: 0 10px;
}
.setion-footer h3 {
  font-size: 20px;
}
.section-gt1 h3 {
  padding: 0.2em 0;
  line-height: 1.2;
  margin: 0 0 15px;
  font-size: 40px;
  font-weight: 700;
}
.section-gt1 .img {
  max-width: 50%;
  border-radius: 15px;
}
.section-thanh-tuu h2 {
  padding: 10px 0;
  font-size: 45px;
  margin: 0px 0px 0px 0px;
}
.section-thanh-tuu .counter-number p {
  margin-bottom: 0;
}
.section-thanh-tuu .counter-number i {
  color: #875d20;
  font-size: 80px;
  display: inline-block;
  margin: 0 11px;
  line-height: 1.4em;
}
.section-thanh-tuu .counter-number .count-up,
.section-thanh-tuu .counter-number .pxl--counter-suffix {
  color: #875d20;
  display: inline-block;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
.section-thanh-tuu .counter-number .pxl--item-title {
  padding-top: 19px;
  font-size: 20px;
  color: #875d20;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}
.section-lich-su .title h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  padding: 50px 0px 80px 0px;
}
.section-lich-su .des-ls .title-year h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.section-lich-su .des-ls .title-year p {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-lich-su .des-ls .img {
  max-width: 11.4px;
}
.section-lich-su .des-ls .des-year p {
  margin-bottom: 0;
  text-align: justify;
}
.bdt-ep-advanced-divider {
  overflow: hidden;
  padding-top: 10px;
}
.bdt-animation-stroke {
  opacity: 0;
  animation-duration: 2s;
  stroke-dasharray: var(--bdt-animation-stroke);
}
@keyframes bdt-stroke {
  0% {
    stroke-dashoffset: var(--bdt-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}
.section-gia-tri h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 80px 0px;
}
.section-tam-nhin h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 0px 0px;
}
.section-su-menh h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 100px 0px 0px 0px;
}
.section-sx h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 60px 0px;
}
.section-doi-ngu-nhan-su h2 {
  font-size: 45px;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 50px 0px;
}
.section-doi-ngu-nhan-su .img-doi-ngu img {
  height: 300px;
  width: auto;
}
.mfp-gallery {
  position: fixed !important;
}
.section-form .section h2 {
  font-size: 44px;
  color: #60433b;
}
.blog-single .banner-blog {
  min-height: 750px !important;
}
.tax-category-du-an .banner-blog h1 {
  font-size: 45px;
  line-height: 55px;
}
.content-du-an h1 {
  text-align: center;
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (min-width: 850px) {
  .section-gioi-thieu .large-4 {
    flex-basis: 42.106%;
    max-width: 42.106%;
  }
  .section-gioi-thieu .large-8 {
    flex-basis: 57.894%;
    max-width: 57.894%;
  }
  .section-gioi-thieu .large-6.cot1 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .section-gioi-thieu .large-6.cot2 {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-2 .gallery-custom-item {
    width: 50%;
  }

  .gallery-columns-3 .gallery-custom-item {
    width: 33.33%;
  }

  .gallery-columns-4 .gallery-custom-item {
    width: 25%;
  }

  .gallery-columns-5 .gallery-custom-item {
    width: 20%;
  }

  .gallery-columns-6 .gallery-custom-item {
    width: 16.666%;
  }

  .gallery-columns-7 .gallery-custom-item {
    width: 14.28%;
  }

  .gallery-columns-8 .gallery-custom-item {
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-custom-item {
    width: 11.11%;
  }

  .gallery-columns-10 .gallery-custom-item {
    width: 10%;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .gallery-columns-2 .gallery-custom-item,
  .gallery-columns-3 .gallery-custom-item,
  .gallery-columns-4 .gallery-custom-item,
  .gallery-columns-5 .gallery-custom-item,
  .gallery-columns-6 .gallery-custom-item,
  .gallery-columns-7 .gallery-custom-item,
  .gallery-columns-8 .gallery-custom-item,
  .gallery-columns-9 .gallery-custom-item,
  .gallery-columns-10 .gallery-custom-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .gallery-columns-2 .gallery-custom-item,
  .gallery-columns-3 .gallery-custom-item,
  .gallery-columns-4 .gallery-custom-item,
  .gallery-columns-5 .gallery-custom-item,
  .gallery-columns-6 .gallery-custom-item,
  .gallery-columns-7 .gallery-custom-item,
  .gallery-columns-8 .gallery-custom-item,
  .gallery-columns-9 .gallery-custom-item,
  .gallery-columns-10 .gallery-custom-item {
    width: 100%;
  }
}
@media (min-width: 850px) and (max-width: 1024px) {
  .section-gioi-thieu .large-6.cot1 .col-inner {
    padding: 0 50px 0 15px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .video-can-ho {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .video-can-ho .row {
    top: 250px;
  }
  .section-thanh-tuu .counter-number .pxl--item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-du-an h1 {
    font-size: 45px;
  }
  .tax-category-du-an .banner-blog h1 {
    font-size: 35px;
    line-height: 36px;
  }
  .heading-title h1,
  .heading-title h2 {
    font-size: 35px;
    line-height: 36px;
  }
  .stuck {
    display: none;
  }
  #logo img {
    padding: 0 !important;
    max-height: 41px !important;
  }
  .mfp-content {
    background-color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08) !important;
  }
  .pxl-logo-mobile img {
    height: 40px;
  }
  .header-search-form .search-field {
    height: 40px;
    padding: 0 40px 0 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    outline: none;
    border: none;
    background-color: #e6e6e6 !important;
    border-radius: 0 !important;
  }
  .header-search-form .ux-search-submit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: 0 0;
    border: none;
  }
  .header-search-form .searchform .button.icon i {
    font-size: 0.829em;
  }
  .mobile-sidebar .sidebar-menu {
    padding: 0;
  }
  .off-canvas:not(.off-canvas-center) li.html {
    padding: 30px 15px;
  }
  .off-canvas:not(.off-canvas-center) li.header-search-form {
    padding: 0 15px 40px;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .nav-vertical > li + li {
    border-top: none !important;
  }

  .nav-vertical .menu-item a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    padding: 0 12px !important;
    border-bottom: 1px solid #e6e6e6;
    border-left: 3px solid transparent;
  }
  .nav-vertical .menu-item a:hover,
  .nav-vertical .current-menu-item a {
    color: var(--fs-color-secondary);
    border-left-color: var(--fs-color-secondary);
  }
  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: #fff;
  }
  .nav-sidebar.nav-vertical > li.has-child .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #54595f;
    background: rgba(153, 153, 153, 0.1);
    padding: 0;
    margin: 0;
    transform: rotate(0);
    border: 0;
    opacity: 1;
  }

  .nav-sidebar.nav-vertical > li.has-child .toggle i {
    font-weight: 100 !important;
    transform: rotate(-90deg);
  }
  .nav-sidebar.nav-vertical > li.active .toggle i {
    transform: rotate(0deg);
  }
  .nav-sidebar.nav-vertical > li.has-child .sub-menu,
  .nav-sidebar.nav-vertical > li.has-child .sub-menu li {
    padding: 0;
  }
  .nav-sidebar.nav-vertical > li.has-child .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0 22px !important;
    text-transform: uppercase;
  }
  .mobile-sidebar .mfp-close {
    width: 38px;
    height: 38px;
    opacity: 1;
    mix-blend-mode: unset;
    color: #000;
    top: 20px !important;
    right: 10px;
  }
  .banner-home {
    min-height: 420px !important;
  }
  .header-main .show-for-medium {
    display: block !important;
  }
  .header-main .hide-for-medium {
    display: none !important;
  }
  .banner-home h2 {
    font-size: 40px;
  }
  .section-gioi-thieu h2 {
    padding: 0;
  }
  .video-can-ho {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .video-can-ho .row {
    top: 100px;
  }
  .video-can-ho .col-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .video-can-ho .icon-box-img img {
    width: 90%;
  }
  .video-can-ho h2 {
    width: 100%;
  }
  .section-doi-ngu .slider .row {
    max-width: 472px !important;
  }
  .blog-search {
    padding: 30px 0 40px 0;
  }
  .blog-search .archive-page-header {
    display: block;
  }
  .video-gt {
    padding: 180px 0 !important;
  }
  .section-gt1 .des .col-inner {
    padding: 0px 50px 0px 50px !important;
  }
  .section-thanh-tuu .counter-number i {
    font-size: 70px;
  }
  .section-tam-nhin .col-inner {
    padding: 0 !important;
  }
  .section-doi-ngu-nhan-su .img-doi-ngu img {
    height: 262px;
  }
  .section-doi-ngu-nhan-su .des .col-inner {
    padding: 40px 0 !important;
  }
  .cat-video {
    padding: 200px 0px 200px 0px !important;
  }
  .banner-lh,
  .banner-blog {
    min-height: 356px !important;
  }
  .blog-single .banner-blog {
    min-height: 392px !important;
  }
}

.banner-home h2 {
  font-family: "BTSuave-Bold", Sans-serif;
}
@media only screen and (max-width: 849px) {
  .tax-category-du-an .banner-blog h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .heading-title h1,
  .heading-title h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .pxl-image-single {
    width: auto;
    text-align: center;
  }
  .pxl-image-single img {
    width: auto;
  }
  .section-gioi-thieu h2 {
    text-align: center;
  }
  .section-gioi-thieu p {
    margin-bottom: 36px;
  }
  .video-can-ho {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .video-can-ho .row {
    top: 80px;
  }
  .video-can-ho .col-inner {
    gap: 0;
  }
  .section-doi-ngu .slider .row {
    max-width: 344px !important;
  }
  .video-gt {
    padding: 150px 0 !important;
  }
  .section-gt1 h3 {
    font-size: 30px;
  }
  .section-gt1 .des .col-inner {
    padding: 0px 25px 0px 25px !important;
  }
  .section-gt1 .img {
    max-width: 90%;
  }
  .section-thanh-tuu .counter-number i,
  .section-thanh-tuu .counter-number .count-up,
  .section-thanh-tuu .counter-number .pxl--counter-suffix {
    font-size: 60px;
  }
  .section-lich-su .title h2,
  .section-gia-tri h2 {
    font-size: 30px;
    padding: 50px 0px 40px 0px;
  }
  .section-tam-nhin h2 {
    font-size: 30px;
    padding: 30px 0px 30px 0px;
  }
  .section-su-menh h2 {
    font-size: 30px;
    padding: 0;
  }
  .section-thanh-tuu h2,
  .section-sx h2,
  .section-doi-ngu-nhan-su h2 {
    font-size: 30px;
  }
  .section-lich-su .des-ls .title-year h2 {
    font-size: 40px;
  }
  .section-lich-su .des-ls .title-year p {
    font-size: 20px;
  }
  .section-lich-su .des-ls .des-year p {
    font-size: 12px;
  }
  .section-tam-nhin p,
  .section-su-menh p,
  .section-sx p {
    font-size: 14px;
  }
  .section-doi-ngu-nhan-su .img-doi-ngu img {
    height: 186px;
  }
  .section-form .section {
    padding: 30px 0 !important;
  }
  .section-form .section h2 {
    font-size: 40px;
  }
  .banner-lh,
  .banner-blog {
    min-height: 254px !important;
  }
  .blog-single .banner-blog {
    min-height: 288px !important;
  }
}

@media only screen and (max-width: 550px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .banner-home {
    min-height: 220px !important;
  }
  .banner-home p {
    font-size: 12px;
  }
  .banner-home h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .btn-border-running {
    font-size: 10px;
    padding: 5px 10px;
  }
  .home h2 {
    font-size: 30px;
  }
  .video-can-ho {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
  }
  .video-can-ho .row {
    top: -25px;
  }
  .video-can-ho .col-inner {
    gap: 20px;
  }
  .video-can-ho .icon-box-img img {
    width: auto;
    height: 30px;
  }
  .section-doi-ngu .slider-wrapper .flickity-prev-next-button {
    display: block !important;
  }

  .blog-single article {
    padding: 0;
  }
  .form-lien-he form .form-field.frm6 {
    grid-column: 1 / span 12 !important;
  }
  .video-gt {
    padding: 100px 0 !important;
  }
  .section-gt1 p,
  .des-tt p {
    text-align: justify;
  }
  .section-gt1 .img {
    max-width: 100%;
  }
  .section-thanh-tuu .counter-number i,
  .section-thanh-tuu .counter-number .count-up,
  .section-thanh-tuu .counter-number .pxl--counter-suffix {
    font-size: 50px;
  }
  .section-lich-su .des-ls h2 {
    font-size: 37px;
    margin-bottom: 0;
    position: relative;
  }
  .section-lich-su .des-ls h2::before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    bottom: calc(100% + 25px);
    width: 1px;
    height: 60px;
    background: var(--primary-color);
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease-in-out;
  }
  .section-lich-su h2.visible::before {
    opacity: 1;
    transform: translateY(0);
  }
  .section-lich-su .no-visible h2::before {
    display: none;
  }
  .section-lich-su .des-ls p {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .section-lich-su .des-ls .des p {
    font-size: 14px;
    margin: 20px 0;
    text-transform: unset;
  }
  .section-tam-nhin p,
  .section-su-menh p,
  .section-sx p {
    text-align: center !important;
  }
  .section-su-menh h2 {
    padding: 20px 0;
  }
  .section-sx h2 {
    padding: 50px 0px 30px 0px;
  }
  .section-su-menh {
    padding-bottom: 10px !important;
  }
  .section-doi-ngu-nhan-su .img-doi-ngu img {
    height: 90px;
  }
  .section-doi-ngu-nhan-su .des .col-inner {
    padding: 0 0 30px 0 !important;
  }
  .section-doi-ngu-nhan-su {
    padding-bottom: 0 !important;
  }
  .form-lien-he .title-form-lien-he {
    font-size: 39px;
  }
  .section-form .section {
    padding: 30px 0 10px !important;
  }
  .section-form .section h2 {
    font-size: 39px;
  }
  .banner-lh,
  .banner-blog {
    min-height: 139px !important;
  }
  .blog-single .banner-blog {
    min-height: 178px !important;
  }
  .blog-single h1 {
    font-size: 30px;
  }
  .tax-category-du-an .banner-blog h1 {
    font-size: 18px;
    line-height: 39px;
  }
  .content-du-an h1 {
    font-size: 28px;
  }
}
