/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--fs-experimental-link-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
.off-canvas .sidebar-menu {
  padding: 10px;
}
.off-canvas .sidebar-menu .html_topbar_right {
  justify-content: center;
}
.sidebar-menu ul li.html {
  padding: 0 !important;
}
.sidebar-menu ul li.menu-item {
  background-color: var(--fs-experimental-link-color) !important;
}
.sidebar-menu ul li.menu-item a {
  padding: 7px 0;
  padding-left: 15px;
  font-size: 17px;
  color: #fff;
  text-transform: unset;
}
.sidebar-menu ul li.menu-item a:hover {
  color: var(--primary-color);
}
.sidebar-menu ul li.menu-item a i {
  opacity: 1;
}
.sidebar-menu ul li.menu-item .toggle {
  color: var(--primary-color);
  opacity: 1;
}
.sidebar-menu ul li.menu-item .sub-menu {
  padding-bottom: 0 !important;
  padding-left: 30px;
}
.sidebar-menu ul li.menu-item .sub-menu li {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
body {
  font-size: 17px;
  z-index: 1;
}
b,
strong {
  font-weight: 800;
}
.page-wrapper,
.entry-header-text {
  padding: 0;
}
.post-sidebar {
  padding-bottom: 0;
}
.nav-pagination li .page-number {
  border-radius: 0 !important;
  border-color: var(--primary-color);
  font-size: 17px;
  line-height: 21px;
  padding: 7px 14px;
  min-width: unset;
  height: unset;
}
.nav-pagination > li i {
  top: -2px;
  line-height: 0;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
#top-bar {
  display: block !important;
  min-height: 8px;
  background: linear-gradient(
    102deg,
    var(--fs-experimental-link-color) 50%,
    var(--primary-color) 50%
  );
}
#header-contact {
  display: flex;
  align-items: center;
}
.contact-item {
  position: relative;
  padding-left: 43px;
  margin-right: 20px;
  padding-right: 20px;
}
.contact-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.contact-item::before {
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--fs-experimental-link-color);
  position: absolute;
  transform: rotate(12deg);
}
.contact-item:last-child::before {
  content: unset;
}

.contact-item i {
  position: absolute;
  font-size: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
}
.contact-item .sub-contact {
  font-size: 13px;
  color: #c1b8b3;
  display: block;
}
.contact-item .main-contact {
  font-size: 15px;
  transition: 0.3s;
}
.header-bottom {
  background-color: transparent;
  color: #fff;
  background: linear-gradient(to bottom, white 50%, rgb(0 0 0 / 0%) 50%);
  margin-bottom: -36px;
}
.header-bottom-nav {
  background: var(--fs-experimental-link-color);
  justify-content: space-between;
}
.header-bottom-nav li.menu-item {
  margin: 0;
}
.header-bottom-nav > li.menu-item > a {
  padding: 25px 15px;
  margin: 0;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
}
.header-bottom-nav li.menu-item .icon-angle-down {
  display: none;
}
.header-bottom-nav li a {
  padding: 0;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: normal;
}
.header-bottom .header-bottom-nav .header-button-1 a {
  color: #fff !important;
  font-size: 15px;
  padding: 18px 40px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 5px !important;
  margin-left: 0;
  display: inline-block;
  transition: 0.5s;
  min-height: unset;
  line-height: 1;
}
.header-bottom .header-bottom-nav .header-button-1 a span {
  line-height: 22px;
}
.header-button-1 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  left: -99%;
  transition: 0.5s;
  z-index: -1;
}
.header-button-1 a:hover::before {
  left: 0;
}
.header-bottom-nav > .menu-item::before,
.header-bottom-nav > .menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.header-bottom-nav > .menu-item::before {
  width: 2px;
  height: 0;
  background: var(--primary-color);
}
.header-bottom-nav > .menu-item::after {
  width: 12px;
  height: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.header-bottom-nav > .menu-item.active::before,
.header-bottom-nav > .menu-item:hover::before {
  height: 18px;
  transition: all 0.2s ease;
}
.header-bottom-nav > .menu-item.active::after,
.header-bottom-nav > .menu-item:hover::after {
  height: 11px;
  transition: all 1.5s ease;
}
.header-bg-color {
  background-color: transparent !important;
}
.header-breadcrumb {
  padding: 140px 0 120px;
  text-align: center;
  color: #fff;
  position: relative;
}
.header-breadcrumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(60 53 49 / 50%);
}
.container {
  position: relative;
  z-index: 2;
}
#breadcrumbs {
  margin: 0;
  padding: 15px 0;
}
#breadcrumbs .rank-math-breadcrumb,
#breadcrumbs .rank-math-breadcrumb a {
  color: #fff;
  font-size: 17px;
}
#breadcrumbs .rank-math-breadcrumb a:hover {
  color: var(--primary-color);
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
}
.header-breadcrumb h1 {
  font-size: 30px;
  color: #fff;
}
.nav .nav-dropdown {
  padding: 0;
  min-width: max-content;
}
.nav .nav-dropdown a {
  padding: 15px 20px;
  color: #fff !important;
  opacity: 1;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  transition: 0.5s;
}
.nav .nav-dropdown a:hover {
  background-color: var(--primary-color) !important;
  color: var(--fs-experimental-link-color) !important;
}
body:not(.home) main {
  padding: 50px 0;
}
#slide-home {
  padding: 0;
  position: relative;
}
.wrap-slide-home {
  height: 835px;
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 180px;
  z-index: 3;
  background: rgb(255 255 255 / 40%);
  transition: 0.5s;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fff;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: var(--primary-color);
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  opacity: 1;
  transition: 0.5s;
}
.slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  opacity: 1;
  transition: 0.5s;
}
.wrap-slide {
  opacity: 0;
  transition-duration: 1.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrap-slide.active {
  opacity: 1;
}
.wrap-slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(60 53 49 / 40%);
  top: 0;
  left: 0;
  z-index: 1;
}
.wrap-slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(60 53 49 / 40%);
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap-slide.active:before {
  background: none;
}

.wrap-slide-home img {
  width: 100%;
  min-height: 150px;
  max-height: 835px;
  object-fit: cover;
  animation: zoom 5s ease-in-out infinite alternate;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.text-slide-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 700px;
  z-index: 200;
}
.text-slide-cover .slide-animate {
  opacity: 0;
  transition-duration: 1.5s, 1s;
}
.text-slide-cover .slide-up {
  transform: translatey(-50px);
  transition-delay: 0s;
  transition-duration: 3s;
}
.text-slide-cover .slide-down {
  transform: translatey(50px);
  transition-delay: 0s;
  transition-duration: 3s;
}
.text-slide-cover .slide-left {
  transform: translatex(-50px);
  transition-delay: 0s;
  transition-duration: 3s;
}
.wrap-slide.active .text-slide-cover .slide-animate {
  transform: unset;
  opacity: 1;
  transition-delay: 1s;
}
.slide-box {
  display: inline-block;
  width: 70px;
  height: 55px;
  border-top: 6px solid var(--primary-color);
}
.box-left {
  border-left: 6px solid var(--primary-color);
}
.box-right {
  border-right: 6px solid var(--primary-color);
}
.text-slide-cover .slide-down {
  transform: translatey(50px);
  transition-delay: 0s;
  transition-duration: 3s;
}
.slide-title {
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.btn-contact-home {
  padding: 20px 40px;
  background: #fff;
  color: var(--fs-experimental-link-color) !important;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  display: inline-block;
  transition: 0.5s;
}
.btn-contact-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  left: -99%;
  transition: 0.5s;
  z-index: -1;
}
.btn-contact-home:hover::before {
  left: 0;
}
.header-title h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.header-title h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
  color: var(--fs-experimental-link-color);
}
.blog-home .header-title h3 {
  max-width: 820px;
}
.timeline-procedure {
  position: relative;
}

.timeline-item {
  display: block;
  margin: 0 !important;
}
.wrap-timeline-item {
  position: relative;
  max-width: 50%;
  margin-left: auto;
  padding-left: 50px;
  padding-bottom: 50px;
}
.wrap-timeline-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: red;
  left: -1px;
  top: 0;
}
.stt {
  font-size: 40px;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: -32px;
  top: -10px;
}
.timeline-title {
  font-size: 24px;
  padding: 5px 10px;
  background: #fff;
  color: #333;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.timeline-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: #fff;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.timeline-content {
  display: block;
  padding: 20px;
  text-align: justify;
  font-size: 17px;
}

.timeline-item:last-child .wrap-timeline-item::before {
  background: linear-gradient(to bottom, #fff, rgb(0 0 0 / 0%));
  height: calc(100% - 50px);
}
.wrap-post-about {
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 20px;
}

.wrap-post-about .col {
  padding-left: 5px;
  padding-right: 5px;
}
.wrap-post-thumb,
.box-blog-post .image-cover {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.wrap-post-about .wrap-post-thumb {
  display: block;
  height: 100%;
}
.wrap-post-thumb img,
.box-blog-post .image-cover {
  padding: 0 !important;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: 0.5s;
}
.wrap-post-about .wrap-post-thumb img {
  height: 100%;
  aspect-ratio: 1 / 1; /* Tỷ lệ 1:1 */
}
.post-about .icon-inner:hover img,
.wrap-post-thumb:hover img,
.box-blog-post:hover .image-cover {
  transform: scale(1.2);
}

.post-about .icon-inner:after,
.wrap-post-thumb:after,
.box-blog-post .image-cover a::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transition: 0.5s;
  color: #fff;
  transform: translatey(-20px);
  opacity: 0;
  font-size: 40px;
  width: 50px;
  height: 50px;
}
.post-about .icon-inner:hover:after,
.wrap-post-thumb:hover:after,
.box-blog-post:hover .image-cover a::after {
  transform: translatey(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.post-about .icon-inner::before,
.wrap-post-thumb:before,
.box-blog-post .image-cover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(60 53 49 / 50%);
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
}
.post-about .icon-inner:hover:before,
.wrap-post-thumb:hover:before,
.box-blog-post:hover .image-cover a::before {
  transform: scale(1);
}

.wrap-post-about .post-content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: var(--fs-experimental-link-color);
}
.wrap-post-content,
.box-blog-post .box-text {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.wrap-post-about .wrap-post-content {
  padding: 15px;
}
.wrap-post-content .post-title a,
.box-blog-post .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  transition: 0.4s;
  letter-spacing: -0.1px;
}
.wrap-post-about .wrap-post-content .post-title a {
  font-size: 16px;
}
.wrap-post-content .post-title:hover,
.post-title a:hover {
  color: var(--primary-color);
}
.post-title a,
.wrap-post-content .post-desc {
  color: var(--fs-experimental-link-color);
}
.wrap-single-page-thumb img {
  width: 100%;
}
.wrap-single-page .wrap-single-page-title {
  font-size: 30px;
  margin: 20px 0;
  text-align: center;
}
.wrap-single-page-content {
  padding: 0;
}
.meta-item-content {
  font-size: 18px;
  margin-bottom: 0;
}
.meta-item-content a {
  display: inline-block;
  margin: 0 5px;
  transition: 0.4s;
}
#post-list .is-divider,
#post-list .from_the_blog_excerpt {
  display: none;
}
.post-date {
  display: inline-block;
  background: var(--primary-color);
  color: var(--fs-experimental-link-color);
  padding: 8px 15px;
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-50%);
}
.post-date i,
.date i {
  margin-right: 10px;
}
.date i {
  color: var(--primary-color);
}
.post-meta {
  margin-bottom: 0;
  font-size: 17px;
}
.post-meta i {
  margin-right: 5px;
}
.post-meta .divider {
  display: inline-block;
  margin: 0 10px;
}
.widget-area .widget {
  padding: 30px;
  margin-bottom: 30px;
}
.widget-area .is-divider {
  display: none;
}
.widget-area .widget-title {
  margin-bottom: 20px;
  font-size: 25px;
  display: block;
  text-transform: unset;
  letter-spacing: normal;
  line-height: 1;
}
.post-row .col {
  padding-bottom: 20px;
}
.widget-area ul {
  padding-left: 20px;
}
.widget-area ul li {
  list-style-type: disc;
  padding-bottom: 20px;
  border: none !important;
}
.widget-area li a {
  padding: 0 !important;
}
.wrap-project {
  position: relative;
  overflow: hidden;
}
.wrap-project .wrap-thumb img {
  width: 100%;
  object-fit: cover;
  height: 370px;
}
.wrap-content {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 4;
  padding-left: 30%;
  padding-right: 30px;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.7s;
}
.wrap-project:hover .wrap-content {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.8s;
}
.project-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  transition: 0.4s;
}
.project-local {
  color: white;
}
.wrap-favicon {
  position: absolute;
  border-radius: 0;
  width: 60px;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 10px;
  transform: scale(0);
  transition: 0.5s;
}
.wrap-project:hover .wrap-favicon {
  transform: scale(1);
  transition-delay: 0.5s;
}

.wrap-favicon img {
  width: 100%;
}
.bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(60 53 49 / 80%);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transition-duration: 0.7s;
}
.wrap-project:hover .bg-cover {
  transform: perspective(400px) rotateX(0deg) scaleY(1);
}
.line-1,
.line-2 {
  position: absolute;
  background: var(--primary-color);
  transition-duration: 0.5s;
  transition-delay: 0s;
}
span.line-1 {
  width: 2px;
  height: 100%;
  left: 60px;
  z-index: 2;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.wrap-project:hover .line-1 {
  transform: scaleY(1);
  transition-delay: 0.5s;
}
span.line-2 {
  height: 2px;
  width: 50%;
  left: 0;
  z-index: 2;
  bottom: 60px;
  transform: scaleX(0);
  transform-origin: left;
}
.wrap-project:hover .line-2 {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
.single-project-title {
  color: var(--primary-color);
  font-size: 30px;
  max-width: 850px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.single-project-meta,
.single-project-head {
  max-width: 1000px;
  margin: auto;
}
.single-project-meta {
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
  color: var(--fs-experimental-link-color);
  position: relative;
  background: var(--secondary);
  flex-wrap: wrap;
  border-radius: 0 0 30px 30px;
}
.wrap-single-project .single-project-meta {
  border: solid #fff;
  background: var(--primary-color);
  border-radius: 0 0 0px 0px;
}
.project-meta-item {
  width: 25%;
  position: relative;
  padding-left: 80px;
  border-right: 1px solid var(--primary-color);
}
img.meta-cover {
  position: absolute;
  width: 55px;
  height: auto;
  left: 12px;
  /* filter: brightness(0) invert(1); */
}
.meta-item-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.meta-item-content .donvi {
  position: relative;
}
.meta-item-content .donvi b {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
}
.single-project-slide {
  margin: 25px auto;
  max-width: 1000px;
}
.slider-nav {
  margin-bottom: 20px;
}
.slider-nav-item img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: center;
}
.slider-for {
  margin: auto;
}
.slider-for-item {
  margin: 0 10px;
  border: 2px solid #fff;
}
.slider-for-item.slick-current {
  border-color: var(--primary-color);
}
.slider-for-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.blog-post-inner .is-divider {
  display: none;
}
.form-title h3 {
  color: var(--primary-color);
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 40px;
}
.form_contact input {
  border: solid;
  color: Silver !important;
  padding: 20px;
  margin-bottom: 20px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 70px;
}
.form_contact textarea {
  border: solid;
  color: Silver !important;
  padding: 20px;
  margin-bottom: 20px;
  outline: 0 !important;
  box-shadow: none !important;
}
.cf-submit {
  border: solid;
  color: Silver;
  margin: 5px;
  margin-left: 0;
  display: inline-block;

  padding: 15px 35px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.cf-submit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  left: -99%;
  transition: 0.5s;
  z-index: -1;
}
.cf-submit:hover::before {
  left: 0;
}
.cf-submit:hover {
  color: var(--fs-experimental-link-color);
}
.contact-info ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-info ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  border-bottom: 1px solid #464444;
  list-style-type: none;
}
.contact-info ul li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.contact-info ul li a {
  display: block;
  margin-top: 10px;
}
#custom_html-3 {
  padding: 0;
}
.quy-trinh h2,
.quy-trinh h3 {
  color: #fff;
}
.quy-trinh .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.quy-trinh .content .item {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% / 5 - 40px);
  margin: 0 20px;
  position: relative;
  padding-top: 64px;
}
.quy-trinh .content .item.cusmrg02 {
  padding-top: 100px;
}
.quy-trinh .content .img {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 13px;
}
.quy-trinh .content .img img {
  display: inline-block;
  width: 59px;
  height: 40px;
  object-fit: scale-down;
}
.quy-trinh .content .item .inumitop_cus {
  color: #fff;
}
.quy-trinh .content .item .inumitop_cus .num {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.quy-trinh .content .item .ttl {
  font-weight: 55;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}
.quy-trinh .content .item .txt {
  color: #fff;
  margin-top: 8px;
  line-height: 1.4;
}
.quy-trinh .content .item.cusmrg01 .txt {
  margin-top: 13px;
}

footer .widgettitle {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 50px;
  position: relative;
}
footer .textwidget i {
  color: var(--primary-color);
  margin-right: 10px;
}

.footer-contact img {
  width: 25%;
}

.footer-contact ul li {
  margin-left: 0 !important;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  margin-right: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.footer-contact i {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 20px;
  top: 23px;
  transition: 0.3s;
  cursor: pointer;
}
.footer-contact span {
  font-size: 13px;
  color: #c1b8b3;
  display: block;
}
.absolute-footer {
  padding: 25px 0;
  border-top: 1px solid rgb(255 255 255 / 0.1);
}
.copyright-footer {
  font-size: 17px;
}
a.back-to-top {
  background-color: var(--primary-color) !important;
  color: var(--fs-experimental-link-color) !important;
  border: none !important;
}
@media (min-width: 550px) {
  .slider-nav-item img {
    height: 500px;
  }
  .timeline-item:nth-child(2n) .wrap-timeline-item {
    margin-left: unset;
    padding-right: 50px;
    padding-left: 0;
    text-align: right;
  }
  .timeline-item:nth-child(2n) .wrap-timeline-item::before {
    left: unset;
    right: -1px;
  }
  .timeline-item:nth-child(2n) .wrap-timeline-item .stt {
    left: unset;
    right: -32px;
  }
  .timeline-item:nth-child(2n) .timeline-title::before {
    left: unset;
    right: -10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media (max-width: 1200px) {
  .slide-title {
    font-size: 40px;
  }
  .contact-item {
    padding-right: 10px;
    margin-right: 10px;
  }
  .header-main .hide-for-medium.flex-right {
    display: none;
  }
  .header-bottom-nav > li.menu-item > a {
    padding: 25px 9px;
  }
  .header-bottom .header-bottom-nav .header-button-1 a {
    min-width: 230px;
    padding: 18px 20px;
  }
  .wrap-slide-home {
    height: 500px;
  }
  .wrap-slide-home img {
    max-height: 500px;
  }
  .wrap-post-thumb img,
  .box-blog-post .image-cover {
    height: 230px;
  }
  .wrap-project .wrap-thumb img {
    height: 330px;
  }
}
@media (max-width: 850px) {
  #header-contact {
    display: block;
  }
  .contact-item {
    margin: 20px 0;
  }
  .contact-item::before {
    display: none;
  }
  .contact-item i {
    font-size: 25px;
  }
  .contact-item.address a br {
    display: none;
  }
  .menu-icon {
    display: inline-flex;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    padding-left: 8px;
  }
  .menu-icon .line {
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    margin: 2px 0;
    transition: 0.5s;
  }
  .menu-icon .line_1 {
    width: 16px;
  }
  .menu-icon .line_2 {
    background: var(--primary-color);
  }
  .menu-icon .line_3 {
    width: 12px;
  }
  .wrap-slide-home {
    height: 384px;
  }
  .wrap-slide-home img {
    max-height: 384px;
  }

  .text-slide-cover #logo {
    display: none;
  }
  .slide-title {
    font-size: 25px;
  }
  .header-title h3 {
    font-size: 35px;
  }
  .lh-info .col-inner {
    text-align: center;
  }
  .single-project-meta {
    padding: 0;
  }
  .project-meta-item {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary-color);
  }
  .slider-for-item img {
    height: 75px;
  }
  .quy-trinh .content .item {
    width: calc(100% / 3 - 20px);
    margin: 10px;
  }

  footer .col-inner {
    text-align: center;
  }
  footer #text-14 .textwidget,
  footer .textwidget ul {
    text-align: left;
  }
  footer .widgettitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .wrap-post-about .wrap-post-content {
    padding: 0;
  }
  .wrap-post-about .post-content {
    -webkit-line-clamp: 2;
  }
  .wrap-project .wrap-content {
    padding-left: 45px;
    padding-right: 15px;
    bottom: 40px;
  }
  .wrap-content .project-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .wrap-favicon {
    width: 40px;
    height: 40px;
  }
  span.line-1 {
    left: 40px;
  }
  span.line-2 {
    bottom: 40px;
  }
  .mobile-nav .social-icons {
    display: flex;
  }
  .wrap-timeline-item {
    max-width: 100%;
  }
  .hp4-sumenh .box-number__item:nth-child(1),
  .hp4-sumenh .box-number__item:nth-child(3) {
    border-right: 2px solid var(--fs-experimental-link-color);
  }
  .hp4-sumenh .box-number__item .text p:first-child {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .hp4-sumenh .box-number__item .text p:last-of-type {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .header-title h2 {
    font-size: 18px;
  }
  .header-title h3 {
    font-size: 22px;
  }
  .project-item {
    padding-bottom: 10px;
  }
  .wrap-project .wrap-thumb img {
    height: 100%;
    aspect-ratio: 1 / 1; /* Tỷ lệ 1:1 */
  }
  .wrap-timeline-item {
    padding-left: 70px;
  }
  .wrap-timeline-item::before {
    left: 23px;
  }
  .stt {
    width: 50px;
    height: 50px;
    font-size: 25px;
    left: 0;
    top: -1px;
  }
  .timeline-title {
    font-size: 20px;
  }
  .wrap-post-thumb img,
  .box-blog-post .image-cover {
    height: 200px;
  }
  .project-meta-item {
    width: 100%;
    border-right: none;
  }
  .slider-for-item {
    margin: 0 3px;
  }
  .slider-for-item img {
    height: 40px;
  }
  .quy-trinh .content .item {
    width: calc(100% / 3 - 10px);
    padding-top: 20px;
    margin: 5px;
  }
  .quy-trinh .content .item.cusmrg02 {
    padding-top: 20px;
  }
  .quy-trinh .content .img {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
  }
  .quy-trinh .content .item .ttl {
    font-size: 12px;
  }
  .quy-trinh .content .item .txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.entry-content {
  padding: 0;
  color: #212529;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
