/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/helvetica-neue-regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/helvetica-neue-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/helvetica-neue-medium.ttf');
  font-weight: 500;
  font-style: normal;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root {
    --primary: #263075;
    --secondary: #FFEE00;
    --dark: #242A2E;
}

html, body {
  font-family: 'Helvetica', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 18px;
  line-height: 27px;
  color: var(--dark);
}

img {
  max-width: 100%;
  height: auto;
}

.gap-21 {
  gap: 21px;
}

@media (min-width: 1200px) {
  .col-20 {
     flex: 0 0 20%;
    max-width: 20%;
  }
}

.back-to-top {
  background: var(--primary);
  border-color: var(--primary);
  position: fixed;
  display: none;
  right: 20px;
  bottom: 45px;
  z-index: 99;
}

.back-to-top:hover {
  border-color: var(--secondary);
  background: var(--secondary);
  color: var(--dark);
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square, 
.btn-sm-square, 
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: .32px;
}

.section-heading h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.section-heading h5 {
  background: linear-gradient(90deg, rgba(255, 238, 0, 0) 0%, #FFEE00 16.83%, #FFEE00 70.19%, rgba(255, 238, 0, 0) 100%);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  display: inline-block;
  padding: 0 36px;
}

.section-heading h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #737373;
}

.section-heading p {
  margin: 0;
}

.btn-custom,
.btn-custom:hover {
  background: var(--primary);
  color: white;
}

@media (max-width: 767px) {

  .section-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.topbar {
  background: var(--primary);
  color: white;
  height: 55px;
  display: flex;
  align-items: center;
}

.top-language {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.global-language {
  display: flex;
  gap: 20px;
}

.global-language a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47px;
}

.global-language a span:first-child {
  transform: translate(0, 40%);
  transition: 0.5s all ease-in-out;
  z-index: 1;
  border: 1px solid #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.global-language a span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  font-size: 11px;
  color: #fff;
  margin-top: 6px;
  transform: translate(0, -100%);
  transition: 0.5s all ease-in-out;
  z-index: 0;
  white-space: nowrap;
}

.global-language a:hover span:nth-child(2) {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.option-language {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  /* border-right: 1px solid white; */
}

.option-language a {
  color: white;
}


.option-language a{
  margin-right: 24px;
}
/* 
.option-language a:nth-child(2) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;
} */

.middle-menu-header {
  border-bottom: 1px solid #d9d9d9;
}

.header-sticky {
  transition: all .2s ease;
}

.logo img {
  width: 100px;
}

.navbar-light .navbar-nav {
  gap: 35px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.tool {
  flex-direction: row;
  align-items: center;
  height: 100%;
  position: relative;
}

.search-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.search-text.active {
  display: none;
}

.search-text span {
  font-size: 18px;
  line-height: 24px;
}

.searchform {
  display: none;
  position: absolute;
  top: -15px;
  width: 180px;
  right: 0;
  z-index: 7;
}

.searchform.active {
  display: block;
}

.searchform .search-input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  outline: none;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 4px;
}

.searchform .close-expand-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tool-mobile .navbar-toggler:focus {
  box-shadow: none;
}

.language-switch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  background: white;
}

.language-switch.active {
  height: 85vh;
  max-height: 100%;
  z-index: 1021;
  visibility: visible;
  overflow: auto;
}

.switcher-language {
  padding-top: 40px;
  padding-bottom: 96px;
}

.language-close-icon {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.language-switch .local {
  margin-top: 40px;
}

.switcher-language h2 {
  font-size: 32px;
  color: black;
  margin-bottom: 5px;
  text-align: center;
}

.local-language-list {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.language-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -16px;
  justify-content: center;
}

.language-item {
  height: 120px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f2f2;
  margin-top: 16px;
  margin-left: 16px;
}

.language-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 8px;
}

.language-item-box {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.lang-item {
  margin: 5px 0px;
  padding: 0px 10px;
}

.sperator-line {
  width: 215px;
  max-width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #d9d9d9;
  margin-top: 16px;
  margin-bottom: 20px;
}

.language-switch .sperator-line {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.global {
  text-align: center;
}

.global h2 {
  font-size: 32px;
  font-weight: 400;    
  margin-bottom: 16px;
}

.global p {
  text-align: center;
  color: black;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 24px;
}

.global a {
  height: 40px;
  background-color: var(--primary);
  color: white;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  transition: all 0.15s ease-in-out;
  width: fit-content;
  margin: 0 auto;
}

.global a:hover {
  background: black;
  color: white;
}

.global a span {
  margin-right: 4px;
  margin-bottom: 5px;
}

.global-link-icon {
  transition: all 0.15s ease-in-out;
}

.global a:hover .global-link-icon {
  transform: rotate(45deg);
}

.language-header {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
}

.language-header img {
  width: 100px;
}

.language-list-mobile {
  margin-top: 50px;
  list-style: none;
  padding: 0;
}

.language-mobile-item.title p {
  font-size: 24px;
  margin-bottom: 0;
}

.language-mobile-item-box {
  height: 61px;
  display: flex;
  align-items: center;
}

.language-mobile-item-box p {
  font-size: 24px;
  line-height: 29px;
  margin: 0 8px;
}

.language-mobile-item-append {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-height: 0;
  height: auto;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.language-mobile-item-append ul {
  list-style: none;
  padding: 0;
}

.language-mobile-item.active .language-mobile-item-append.active {
  padding: 20px 40px 22px 40px;
  max-height: 500px;
  opacity: 1;
}

.language-mobile-item-append li:not(:last-child) {
  margin-bottom: 15px;
}

.language-mobile-item-append li a {
  font-size: 18px;
  line-height: 24px;
  color: black;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

  .navbar-light .navbar-nav {
    gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .navbar-light .navbar-nav {
    gap: 16px;
  }

  .searchform {
    width: 155px;
  }
}

@media (min-width: 992px) {

  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    background: black;
    border-radius: 0;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item .dropdown-menu a {
    color: white;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
  }

  .navbar .nav-item .dropdown-menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .navbar .nav-item .dropdown-menu a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover,
  .navbar .nav-item .dropdown-menu .dropdown-item:active {
    background-color: transparent;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

@media (min-width: 577px) and (max-width: 1080px) {

  .switcher-language {
    display: none;
  }
}

@media (max-width: 991px) {

  .topbar {
    display: none;
  }

  .tool-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .tool-mobile .navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .tool-item a {
    color: black;
  }

  .navbar-light .navbar-nav {
    gap: 0;
  }

  .navbar .nav-item {
    width: 100%;
  }

  .navbar .nav-item .dropdown-menu {
    border: none;
    border-radius: 0;
    background: #f2f2f2;
  }

  .navbar .nav-item .dropdown-menu a {
    color: black;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    color: black;
  }

  .navbar-light .navbar-nav .btn-custom {
    padding: 0;
    background: transparent;
    color: black;
    display: inline-block;
  }

  .switcher-language {
    display: none;
  }
}

/* 
---------------------------------------------
Intro title Style
--------------------------------------------- 
*/

.intro-homepage {
  padding: 24px 0 30px;
}

.intro-homepage h1 {
  font-size: 32px;
  line-height: 38px;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  max-width: 1600px;
  margin: 0 auto;
}

.banner-item .hs-item {
  height: 100%;
  min-height: 800px;
}

.banner-img {
  width: 100%;  
  height: 100%; 
  object-fit: fill;
}
.banner-item img {
  max-height: 700px; 
  width: auto;
}
.owl-banner .owl-prev,
.owl-banner .owl-next {
  background: white;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  line-height: 48px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-banner .owl-prev {
  left: 80px;
}

.owl-banner .owl-next {
  right: 80px;
}

.main-banner .header-text img {
  width: auto;
  display: inline-block;
}

@media (max-width: 991px) {

  .banner-item .hs-item {
    min-height: 470px;
  }

  .main-banner .header-text img {
    width: 50px;
  }

  /*.header-text h3:nth-child(2) {
    gap: 16px;
  }*/

}

@media (max-width: 767px) {

  .header-text h3 {
    font-size: 50px;
  }

  /*.header-text h3:not(:last-child) {
    margin-bottom: 16px;
  }*/
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured {
  background: #f2f2f2;
  padding: 30px 0 40px;
}

.left-content p {
  font-size: 24px;
  line-height: 34px;
  color: #a6a6a6;
  margin-bottom: 40px;
}

.content-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  display: flex;
  align-items: center;
  transition: all 0.15s ease-in-out;
}

.content-link:hover {
  text-decoration: underline;
}

.content-link svg {
  transition: all 0.15s ease-in-out;
}

.content-link:hover svg {
  transform: rotate(45deg);
}

.counter h2 {
  line-height: 55px;
  font-size: 50px;
  color: var(--primary);
  position: relative;
}

.counter h6 {
  margin-top: 16px;
  text-transform: capitalize;
}

@media (max-width: 767px) {

  .counter h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .counter h6 {
    line-height: 24px;
  }
}

/* 
---------------------------------------------
Value Style
--------------------------------------------- 
*/

.value-content p {
  color: #666666;
}

.value-item h3,
.value-item h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: black;
  margin-top: 24px;
}

.value-item h4 {
  font-weight: 600;
}

.value-item p {
  color: #737373;
  margin-top: 24px;
  margin-bottom: 0;
}

/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.products {
  background: #f2f2f2;
}

.right-content p {
  margin-bottom: 0;
}

.product-content {
  padding-top: 24px;
}

.product-content h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: black;
  margin-bottom: 8px;
}

.product-content p {
  color: #a6a6a6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}

.images-box {
  position: relative;
  overflow: hidden;
}

.images-box::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.images-box a,
.images-box .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-related .content {
  padding: 21px 20px;
  text-align: center;
}


.product-related a:hover .content  {
  background: var(--secondary);
  color: var(--dark);
}

/* 
---------------------------------------------
Project Style
--------------------------------------------- 
*/

.project-type {
  margin-bottom: 40px;
}

.project-type ul li .nav-link {
  border: none;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  height: 42px;
  color: black;
}

.project-type ul li .nav-link::before,
.posts-nav a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0px;
  left: 50%;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.35s;
  opacity: 0;
  background-color: var(--primary);
}

.project-type ul li .nav-link::after,
.posts-nav a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 50%;
  width: 0px;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.35s;
  opacity: 0;
  background-color: var(--primary);
}

.project-type ul li:hover .nav-link::after,
.project-type ul li:hover .nav-link::before,
.posts-nav a:hover::after,
.posts-nav a:hover::before,
.posts-nav li.active a::after,
.posts-nav li.active a::before {
  width: 50%;
  opacity: 1;
}

.project-type ul li:focus-visible {
  outline: none;
}

.project-type ul li .nav-link:focus-visible {
  box-shadow: none;
  outline: none;
}

.project-type ul li .nav-link:focus,
.project-type ul li .nav-link:hover,
.project-type ul li .nav-link.active {
  border: none;
}

.project-type ul li .nav-link.active {
  border-bottom: 3px solid var(--primary);
}

.project-thumb img {
  transition: all 0.15s ease-in-out;
}

.project-item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.project-thumb::before {
  padding-top: 60%;
}

.project-content {
  height: 80px;
  background: #f2f2f2;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.project-content h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  font-weight: 400;
  font-size: 24px;
}

.project-content svg {
  transition: all 0.15s ease-in-out;
}

.project-item a:hover h3 {
  color: var(--primary);
}

.project-item a:hover svg {
  transform: rotate(45deg);
}

/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/

.news {
  padding: 48px 0;
  background: #f2f2f2;
}

.box-img {
  position: relative;
}

.box-img .thumb::before {
  padding-top: 65%;
}

.new-large .content {
  background: white;
  padding: 26px 30px;
}

.new-large a {
  display: block;
  color: black;
}

.new-large a:hover {
  text-decoration: underline;
}

.new-large h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}

.news .content p {
  margin-bottom: 0;
  color: #a6a6a6;
}

.news-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}

.news-item:not(:first-child) {
  margin-top: 20px;
}

.news-item p {
  font-size: 18px;
  line-height: 27px;
  color: #a6a6a6;
  margin-bottom: 8px;
}

.news-item p a {
  color: #a6a6a6;
}

.news-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.news-item h3 a {
  color: black;
}

.news-item h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {

  .news {
    padding-top: 48px;
  }

  .news-item h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.banner-global a {
  position: relative;
  display: block;
}

.banner-global img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: bottom center; /* lấy từ dưới lên */
}


.banner-detail-box {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #f2f2f2;
  font-size: 48px;
  line-height: 58px;
}

.banner-global a:hover h2 {
  text-decoration: underline;
}

.banner-detail-box svg {
  transition: all 0.15s ease-in-out;
}

.banner-global a:hover .banner-detail-box svg {
  transform: rotate(45deg);
}

@media (max-width: 991px) {

  .banner-global img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .banner-detail-box {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {

  .banner-detail-box {
    font-size: 24px;
    line-height: 38px;
  }

  .banner-global img {
    height: 160px;
  }
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer {
  background: var(--primary);
  padding: 55px 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  width: 148px;
}

.footer-item h3 {
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-item .social-icon img {
  width: 26px;
  opacity: .5;
}

.footer-item-nav ul {
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}

.footer-item-nav a {
  display: block;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
}

.footer-item-nav a:hover {
  color: var(--secondary);
}

.footer-item-nav li:not(:last-child) {
  margin: 0;
}

.form-subscribe label {
  color: white;
  font-size: 13px;
  line-height: 1.4;
}

.form-subscribe select {
  background: transparent;
  color: white;
  border-radius: 0;
  border: 1px solid white;
}

.form-subscribe select option {
  color: black;
}

.form-subscribe input {
  background: transparent;
  color: white;
  border-radius: 0;
  border: 1px solid white;
}

.form-subscribe select:focus,
.form-subscribe input:focus {
  background-color: transparent;
  box-shadow: none;
  color: white;
  border-color: white;
}

.group-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group-form button {
  text-align: center;
  min-width: 83px;
  background: white;
  color: var(--primary);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
}

.group-form button:hover {
  background: white;
  color: var(--primary);
}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url('../img/bg-heading.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.page-heading h3 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--secondary);
  letter-spacing: .32px;
  margin-bottom: 16px;
}

.page-heading p {
  margin-bottom: 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .32px;
}

@media (max-width: 767px) {

  .page-heading {
    min-height: 350px;
  }
}

/* 
---------------------------------------------
Page About Style
--------------------------------------------- 
*/

.about-listtime {
  padding-bottom: 40px;
}

.about-listtime .counter p {
  margin-bottom: 0;
}

.about-giant-left {
  padding: 24px 40px 49px;
  background-color: #f2f2f2;
}

.about-giant-left h3 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.about-giant-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.about-giant-item {
  text-align: center;
}

.about-giant-img {
  margin-bottom: 24px;
  width: auto;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.about-giant-item p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}

.about-giant-desc {
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}

.about-giant-desc p {
  margin-bottom: 0;
}

.about-giant-desc p:not(:last-child) {
  margin-bottom: 30px;
}

.alway-item.product-item .images-box::before {
  padding-top: 55%;
}

.slide-header h2 {
  font-size: 48px;
  line-height: 58px;
}

.slidelogo-box-img img {
  width: 180px;
  height: 166px;
  object-fit: contain;
  object-position: center;
}

.slidelogo {
  padding-bottom: 50px;
}

.slidelogo .swiper-button-prev::after, 
.slidelogo .swiper-button-next::after,
.swiper-dark-slide .swiper-button-prev::after, 
.swiper-dark-slide .swiper-button-next::after,
.news-slider .swiper-button-prev::after,
.news-slider .swiper-button-next::after {
  display: none;
}

.slidelogo .swiper-pagination.swiper-pagination-bullets,
.news-slider .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  transform: translate(-50%, -2px);
}

.slidelogo .swiper-pagination .swiper-pagination-bullet,
.swiper-dark-slide .swiper-pagination .swiper-pagination-bullet,
.news-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #d9d9d9;
  width: 100px;
  height: 2px;
  border-radius: unset;
  margin: 0;
}

.slidelogo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}

.slidelogo .swiper-button-prev, 
.slidelogo .swiper-button-next,
.swiper-dark-slide .swiper-button-prev, 
.swiper-dark-slide .swiper-button-next,
.news-slider .swiper-button-prev,
.news-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  bottom: 0;
  top: unset;
}

.slidelogo .swiper-button-next,
.swiper-dark-slide .swiper-button-next,
.news-slider .swiper-button-next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.slide-dark {
  background: black;
}

.swiper-dark-slide .swiper-pagination .swiper-pagination-bullet {
  width: 0;
}

.dark-slide-box .swiper-dark-slide {
  padding-bottom: 62px;
}

.dark-slide-item-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
}

.dark-slide-item-box h5 {
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-right: 16px;
}

.dark-slide-item-box h3 p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: white;
}

.vision-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}

.vision-content h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

.vision-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.vision-content li {
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  padding-left: 32px;
  position: relative;
}

.vision-content li::after {
  content: '';
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  transform: translateY(100%);
  background-color: var(--primary);
  left: 0;
}

.vision-content li:not(:last-child) {
  margin-bottom: 24px;
}

.content-list-main:not(:last-child) {
  margin-bottom: 40px;
}

.biography .modal-dialog {
  width: 1440px;
  max-width: 96%;
  overflow: hidden;
  height: 800px;
}

.biography .modal-content {
  border-radius: 0;
}

.biography .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 1;
}

.biography .btn-close:focus {
  box-shadow: none;
}

.desc-item h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
}

.desc-item li {
  font-size: 18px;
  line-height: 27px;
  color: #737373;
}

.speople-item h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.speople-founder-item-img {
  margin-bottom: 24px;
}

.speople-founder-item h2 {
  color: var(--primary);
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 4px;
}

.speople-founder-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}

.speople-founder-item p {
  color: #737373;
}

.slidemanagers-box-img {
  margin-bottom: 15px;
}

.slidemanagers-box-img .images-box::before {
  padding-top: 115%;
}

.slidemanagers-box h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4px;
}

.slidemanagers-box h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #737373;
}

.slidemanagers .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
}

.slidestaff .slidemanagers-box-img .images-box::before {
  padding-top: 80%;
}

.stading-box .accordion-item {
  background: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.stading-box .accordion-button {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
}

.stading-box .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.stading-box .accordion-button:focus {
  box-shadow: none;
}

.banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .biography .modal-body {
    padding: 64px 40px 17px;
  }
}

@media (max-width: 991px) {

  .banner-link {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .slide-header h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .about-giant-left {
    padding: 20px;
  }

  .slidelogo .swiper-button-prev,
  .slidelogo .swiper-button-next,
  .slidelogo .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}

/* 
---------------------------------------------
Page Why Style
--------------------------------------------- 
*/

.intro-why-title h1 {
  font-size: 48px;
}

.intro-why-desc h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 16px;
}

.intro-why-desc p {
  font-size: 24px;
  line-height: 34px;
  color: #737373;
  margin-bottom: 0;
}

.reason-title {
  margin-bottom: 40px;
}

.reason-title h2,
.reason-content h3 {
  font-size: 32px;
  line-height: 38px;
}

.reason-title p,
.reason-content p,
.box-title p {
  color: #737373;
  margin-bottom: 0;
}

.reason-content h3 {
  margin-bottom: 24px;
}

.reason-content a {
  margin-top: 24px;
}

.box-title a.content-link {
  color: white;
}

.slideProcess .slidestaff .slidemanagers-box-img .images-box::before {
  padding-top: 70%;
}

.box-content {
  color: white;
}

.box-content h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px;
}

.box-content p {
  font-size: 18px;
  line-height: 27px;
  color: #737373;
  margin-bottom: 0;
}

.slideProcess .slidelogo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.certificate-item .content {
  margin-top: 40px;
}

.certificate-item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}

.certificate-item p {
  color: #b3b3b3;
  margin-bottom: 0;
}

.title-customer {
  margin-bottom: 40px;
}

.title-customer h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #737373;
}

.value-content {
  padding: 60px 40px;
}

.value-content h6 {
  color: var(--primary);
  font-weight: 500;
  font-size: 64px;
  line-height: 77px;
  margin-bottom: 40px;
}

.value-content h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
}

.value-content p {
  color: #737373;
  margin-bottom: 0;
}

.value-img {
  height: 100%;
  position: relative;
}

.value-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.value-img-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 87px 40px 40px;
  display: flex;
  justify-content: center;
  align-self: stretch;
  flex-wrap: wrap;
}

.values-item {
  width: 50%;
  text-align: center;
}

.values-item p {
  color: white;
  margin-bottom: 0
}

.value-items h4 {
  font-size: 48px;
  line-height: 58px;
}

.commitment-item {
  background: var(--primary);
  padding: 40px;
}

.commitment-item h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.commitment-item h3 {
  width: 350px;
  max-width: 100%;
  font-size: 32px;
  line-height: 38px;
}

.commitment-item.dark {
  background: black;
  color: white;
}

.commitment-item.dark h5 {
  color: #d9d9d9;
}

.international {
  background: #f2f2f2;
  padding: 30px 40px 40px;
}

.feedback .swiper-slide {
  height: auto;
}

.feedback-item {
  background: #f2f2f2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.feedback-customer {
  margin-top: 20px;
}

.feedback-customer img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.feedback-customer p {
  font-weight: 700;
  margin: 16px 0;
}

.contact-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 360px;
}

.contact-main {
  width: 60%;
  padding: 40px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}

.contact-box {
  width: 700px;
  max-width: 100%;
}

.contact-box h2 {
  color: var(--primary);
  font-weight: 500;
  font-size: 39px;
  line-height: 49px;
  margin-bottom: 30px;
}

.contact-box p {
  color: #737373;
  margin-bottom: 30px;
  width: 369px;
  max-width: 100%;
}

.group-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 21px;
}

.group-link .content-link,
.group-link button {
  padding: 8px 16px;
  border-radius: 0;
  background: var(--primary);
  color: white;
}

.group-link a:hover,
.group-link button:hover {
  text-decoration: none;
  background: black;
  color: white;
}

.contact-img {
  width: 40%;
}

.contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) and (max-width: 991px) {

  .contact-main {
    width: calc(100% - 320px);
  }
}

@media (max-width: 767px) {

  .rw-value {
    flex-direction: column-reverse;
  }

  .col-item-value:nth-child(1) {
    order: 8;
  }

  .col-item-value:nth-child(2) {
    order: 7;
  }

  .col-item-value:nth-child(3) {
    order: 5;
  }

  .col-item-value:nth-child(4) {
    order: 6;
  }

  .col-item-value:nth-child(5) {
    order: 4;
  }

  .col-item-value:nth-child(6) {
    order: 3;
  }

  .col-item-value:nth-child(7) {
    order: 1;
  }

  .col-item-value:nth-child(8) {
    order: 2;
  }

  .col-item-value {
    margin-bottom: 16px;
  }

  .value-img-content {
    padding: 40px 24px;
  }

  .value-content {
    padding: 0;
    margin-bottom: 32px;
  }

  .value-item p {
    font-size: 16px;
  }

  .commitment-item h3 {
    font-size: 24px;
  }

  .international {
    padding: 30px 20px;
  }

  .contact-content,
  .group-link {
    flex-direction: column;
  }

  .group-link {
    align-items: flex-start;
  }

  .contact-main {
    width: 100%;
  }

  .contact-img {
    display: none;
  }
}

/* 
---------------------------------------------
Page Solution Style
--------------------------------------------- 
*/

.solution-nav {
  background: #d9d9d9;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  z-index: 2;
  top: 170px;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.nav-items a {
  font-size: 18px;
  font-weight: 500;
  color: black;
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
}

.nav-items a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: black;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-items a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.always-item p {
  color: #737373;
  -webkit-line-clamp: 3;
}

.ajax_category_result h2 {
  position: relative;
  margin-left: 32px;
  margin-bottom: 40px;
}

.ajax_category_result h2::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  position: absolute;
  top: 18px;
  left: -32px;
}

.products-nav .nav-tabs {
  margin-bottom: 40px;
}

.products-nav .nav-tabs li .nav-link {
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: black;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.products-nav .nav-tabs li .nav-link::before,
.products-nav .nav-tabs li .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.35s;
  opacity: 0;
  background-color: var(--primary);
}

.products-nav .nav-tabs li .nav-link::before {
  left: 50%;
}

.products-nav .nav-tabs li .nav-link::after {
  right: 50%;
}

.products-nav .nav-tabs li:hover .nav-link::before,
.products-nav .nav-tabs li:hover .nav-link::after,
.products-nav .nav-tabs .nav-link.active::before,
.products-nav .nav-tabs .nav-link.active::after {
  width: 50%;
  opacity: 1;
}


.products-nav .nav-tabs li .nav-link.active {
  color: var(--primary);
}

.products-nav .project-content {
  height: 60px;
}

.products-nav .project-content h3 {
  font-size: 18px;
}

.products-nav .project-content h3 span {
  max-width: 80%;
}

@media (max-width: 767px) {

  .solution-nav {
    top: 115px;
  }
}

/* 
---------------------------------------------
Page Project Style
--------------------------------------------- 
*/

.project {
  padding: 24px 0 48px;
}

.project-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 12px;
  cursor: pointer;
}

.project-main-title p {
  color: black;
  margin-bottom: 0;
}

.project-main-content {
  max-height: 250px;
  overflow-y: scroll;
  background: #F2F2F2;
  padding: 25px 40px;
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.project-main-content ul {
  list-style: none;
  padding: 0;
}

.project-main-content li:not(:last-child) {
  margin-bottom: 20px;
}

.project-main-content li label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.project-main-content li p {
  margin-bottom: 0;
}

.project-filter-mobile {
  padding: 55px;
  background: var(--primary);
  color: white;
}

.project-filter-mobile h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
}

.project-filter-box {
  cursor: pointer;
  border-bottom: 1px solid #3947a7;
  padding-bottom: 6px;
}

.project-filter-box p {
  margin-bottom: 0;
  color: white;
}

.project_ajax_result {
  margin-top: 40px;
}

.project_ajax_result .project-content {
  padding: 20px;
  background: white;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 188px;
}

.project_ajax_result .project-item a:hover .project-content {
  background: #f2f2f2;
}

.project_ajax_result p {
  margin-bottom: 0;
}

.project-content-middle h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 8px;
}

.project-content-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-content-footer p {
  color: #a6a6a6;
}

.general-pagination ul {
  gap: 20px;
}

.general-pagination li:first-child .page-link {
  /*background: transparent;*/

}

.general-pagination li .page-link {
  border-radius: 0;
  border: none;
  color: black;
  background: transparent;
  padding: 0 5px;
  font-size: 18px;
  line-height: 27px;
  color: #b3b3b3;
}

.general-pagination .page-item.disabled .page-link {
  color: black;
}

.filter-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: white;
  z-index: 1021;
  display: none;
}

.filter-head {
  background: var(--primary);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  width: 100%;
  z-index: 1;
}

.filter-head p {
  margin-bottom: 0;
  line-height: 50px;
  font-weight: 700;
  color: white;
}

.filter-main {
  padding: 24px;
}

.filter-main button {
  background: var(--primary);
  color: white;
}

@media (max-width: 1024px) {

  .filter-main {
    overflow: scroll;
    height: calc(100% - 100px);
  }
}

@media (max-width: 991px) {

  .project_ajax_result .project-content {
    background: #f2f2f2;
    gap: 24px;
    height: auto;
  }
}

/* 
---------------------------------------------
Products Style
--------------------------------------------- 
*/

.category {
  position: relative;
  overflow: hidden;
}

.category::after {
  content: '';
  background: linear-gradient(23.87deg, rgba(46, 49, 146, 0.1296) 14.47%, rgba(255, 238, 0, 0.81) 59.77%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateZ(180deg);
}

.category-large .images-box::before {
  padding-top: 100%;
}

.category .content {
  position: absolute;
  bottom: 30px;
  left: 16px;
  z-index: 1;
}

.category h2 {
  font-size: 32px;
  line-height: 50px;
  color: var(--primary);
}

.category h2:last-child {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}

.product-item .images-box::before {
  padding-top: 90%;
}

.product-item h5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark);
  text-transform: uppercase;
}

.product-item a:hover .card-body {
  background: var(--secondary);
}

@media (max-width: 991px) {

  .rw-product-middle {
    flex-direction: column-reverse;
  }
}

.category-item::after {
  background: linear-gradient(53.2deg, rgba(36, 42, 46, 0) 34.5%, rgba(36, 42, 46, 0.81) 69.28%);
}

.category-item h2 {
  color: white;
}

.category-item h2:last-child {
  -webkit-text-stroke: 1px white;
}

.category-item a:hover h2 {
  color: var(--secondary);
}

.category-item a:hover h2:last-child {
  color: transparent;
  -webkit-text-stroke: 1px var(--secondary);
}

/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/

.slide-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: 450px;
}

.img-slide {
  width: 729px;
  max-width: 100%;
}

.img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-slide {
  background-color: black;
  color: white;
  width: calc(100% - 729px);
  max-width: 100%;
  padding: 50px;
}

.content-slide h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
}

.content-slide h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 20px;
}

.content-slide h3 a {
  display: block;
  color: white;
}

.content-slide h3 a:hover {
  text-decoration: underline;
}

.content-slide p {
  color: #737373;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 0;
}

.news-slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
}

.news-slider .swiper-pagination.swiper-pagination-bullets {
  transform: translate(0%, 0px);
  width: 294px;
  margin-left: 48px;
  margin-right: 48px;
  bottom: 48px;
  left: 810px;
}

.news-slider .swiper-button-prev, 
.news-slider .swiper-button-next {
  bottom: 32px;
}

.news-slider .swiper-button-prev {
  left: 810px !important;
}

.news-slider .swiper-button-next {
  left: 1168px !important;
}

.posts-nav {
  margin-bottom: 40px;
  overflow: auto;
}

.posts-nav ul {
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.posts-nav a {
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.posts-nav li.active a,
.posts-nav a:hover {
  color: var(--primary);
}

.new-item .images-box::before {
  padding-top: 65%;
}

.new-item a {
  color: black;
  display: block;
}

.new-item h3 a:hover {
  text-decoration: underline;
}

.new-item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 16px;
}

.new-item p {
  color: #737373;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.content-gallery {
  background: #f2f2f2;
}

.content-gallery h6,
.content-gallery h3 a {
  color: black;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

  .img-slide {
    width: 650px;
  }

  .content-slide {
    width: calc(100% - 650px);
  }

  .news-slider .swiper-pagination.swiper-pagination-bullets {
    left: 680px;
  }

  .news-slider .swiper-button-prev {
    left: 690px !important;
  }

  .news-slider .swiper-button-next {
    left: 1030px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1128px) and (orientation: landscape) {

  
  .news-slider .swiper-pagination.swiper-pagination-bullets {
    width: 200px;
    left: 640px;
  }

  .news-slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }

  .content-slide {
    width: calc(100% - 600px);
  }

  .news-slider .swiper-button-next {
    left: 860px !important;
  }
}

@media (max-width: 1280px) {

  .content-slide {
    padding: 50px;
  }
}

@media (max-width: 991px) {

  .slide-row {
    flex-direction: column;
    height: auto;
  }

  .content-slide {
    width: 100%;
  }
}

/* 
---------------------------------------------
Brochures Style
--------------------------------------------- 
*/

.brochure-item {
  height: 100%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
}

.brochure-img {
  width: calc(100% / 3);
  margin-right: 40px;
}

.brochure-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: black;
  margin-bottom: 16px;
}

.brochure-modal {
  padding: 40px 60px;
}

.brochure-modal h3 {
  text-align: center;
  color: var(--primary);
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 22px;
}

.brochure-modal label {
  font-size: 13px;
  color: black;
}

.brochure-modal select,
.brochure-modal input {
  border-radius: 0;
}

.brochure-modal select:focus,
.brochure-modal input:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

@media (max-width: 767px) {

  .brochure-img {
    width: 115px;
  }

  .brochure-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background: black;
  color: white;
}

.contact-infomation .nav-tabs {
  border-bottom: none;
  margin-bottom: 36px;
}

.contact-infomation .nav-tabs button,
.contact-infomation .nav-tabs button.active,
.contact-infomation .nav-tabs button:hover {
  background: transparent;
  border-radius: 0;
  border: none;
  color: white;
}

.contact-infomation .nav-tabs button {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.contact-infomation .nav-tabs button.active {
  border-bottom: 1px solid white;
}

.contact-infomation .accordion-item {
  background: transparent;
  border: none;
}

.contact-infomation .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.contact-infomation .accordion-header {
  display: inline-block;
  margin-bottom: 24px;
}

.contact-infomation .accordion-button {
  padding: 0;
  box-shadow: none;
  background: transparent;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.contact-infomation .accordion-button::after {
  display: none;
}

.office-infomation ul {
  padding: 0;
  list-style: none;
}

.office-infomation li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.office-infomation li:not(:last-child) {
  margin-bottom: 20px;
}

.map-icon {
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
}

.office-infomation p {
  color: white;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.office-infomation a {
  color: white;
}

.office-infomation a.map-link {
  display: block;
  color: #b3b3b3;
  text-decoration: underline;
}

.contact-form {
  background: #191919;
  border: 2px solid white;
  padding: 50px;
  border-radius: 40px;
}

.contact-form h2 {
  font-size: 28px;
  line-height: 38px;
}

.des-form {
  padding: 15px 0 30px;
}

.des-form p {
  color: white;
  margin-bottom: 0;
}

.des-form a {
  color: white;
  text-decoration: underline;
}

.form-become-content label,
.form-become label {
  font-size: 14px;
}

.form-become-content input[type="text"],
.form-become-content input[type="email"],
.form-become-content input[type="tel"], 
.form-become-content select,
.form-become-content textarea {
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  background: transparent;
  color: white;
}

.form-become-content select option {
  color: black;
}

.form-become-content input[type="text"]:focus,
.form-become-content input[type="email"]:focus,
.form-become-content input[type="tel"]:focus, 
.form-become-content select:focus,
.form-become-content textarea:focus {
  box-shadow: none;
  background: transparent;
  border-color: white;
}

.form-become-content input:focus,
.form-become-content textarea:focus {
  color: white;
}

.upload-file {
  margin-top: 16px;
  border: 1px dashed white;
  padding: 24px;
}

.contact-submit button {
  padding: 16px 32px;
  min-width: 130px;
  font-weight: 700;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.header-breadcrum {
  margin-bottom: 30px;
}

.header-breadcrum a {
  color: #b2b2b2;
}

.header-breadcrum li.breadcrumb-item.active {
  color: black;
  font-weight: 700;
}

.scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.service-nav {
  height: auto;
  padding: 48px 0;
}

.scroll-list .nav-list {
  flex-wrap: nowrap;
}

.service-item {
  padding: 80px 0;
}

.service-item:nth-child(odd) {
  background: #f2f2f2;
}

.service-left {
  color: var(--primary);
}

.service-left h5 {
  font-size: 160px;
  margin-bottom: 16px;
}

.service-left h3 {
  font-size: 48px;
  line-height: 58px;
}

.service-right h2 {
  margin-bottom: 16px;
}

.service-right p {
  color: #737373;
  margin-bottom: 0;
}

.service-img {
  margin-top: 24px;
}

.service-right ul {
  list-style: none;
  padding: 0;
}

.service-right li {
  position: relative;
}

.service-right li:not(:last-child) {
  margin-bottom: 40px;
}

.service-right li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  position: absolute;
  top: 15px;
  left: 0;
}

.service-right .right-content {
  padding-left: 24px;
}

.service-right h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.service-right .right-content h3:last-child {
  color: #a6a6a6;
}

.service-image::before {
  padding-top: 55%;
}

.service-slide h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.service-right-design {
  margin-top: 40px;
}

.service-right-design h2 {
  font-weight: 400;
  margin-bottom: 40px;
}

.service-right-content ul {
  margin-top: 24px;
}

.service-right-content li::before {
  top: 8px;
}

.service-right-content li {
  padding-left: 24px;
  color: #737373;
}

.service-right-content li:not(:last-child) {
  margin-bottom: 24px;
}

/* 
---------------------------------------------
Recruitment Style
--------------------------------------------- 
*/

.filter-box {
  margin-bottom: 80px;
}

.filter-result-number {
  font-weight: 700;
  color: #737373;
  margin-bottom: 24px;
}

.filter-item p {
  font-weight: 700;
}

.filter-item select {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0 36px 8px 8px;
}

.filter-item select:focus {
  box-shadow: none;
}

.filter-item-search-box {
  position: relative;
}

.filter-item-search-box input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
}

.filter-item-search-box svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

  .filter-item-search-box input {
    border-radius: unset;
  }
}

/* 
---------------------------------------------
Become Style
--------------------------------------------- 
*/

.lockingfor-title {
  margin-bottom: 40px;
}

.lockingfor-title h2 {
  font-size: 40px;
  line-height: 50px;
}

.lockingfor-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.lockingfor-item {
  width: 290px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.lockingfor-item .images-box.thumb::before {
  padding-top: 100%;
}

.lockingfor-item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-top: 24px;
}

.what-yourself {
  background: var(--primary);
  color: white;
  padding: 64px;
}

.what-yourself p {
  color: white;
}

.what-yourself .content {
  margin-bottom: 54px;
}

.what-yourself .content p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}

.what-yourself h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4px;
}

.aim-images::before {
  padding-top: 100%;
}

.aim-content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.become-form .intro-why-desc p {
  font-size: 18px;
  line-height: 27px;
}

.form-become input[type="text"],
.form-become input[type="email"],
.form-become input[type="tel"], 
.form-become select,
.form-become textarea {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

.form-become input[type="text"]:focus,
.form-become input[type="email"]:focus,
.form-become input[type="tel"]:focus, 
.form-become select:focus,
.form-become textarea:focus {
  box-shadow: none;
}

.form-become .upload-file {
  border-color: #dee2e6;
}

@media (max-width: 767px) {

  .lockingfor-content {
    display: none;
  }

  .lockingfor-item {
    width: 100%;
  }
}

/* 
---------------------------------------------
Single News Page Style
--------------------------------------------- 
*/

.title-news-detail h1 {
  line-height: 50px;
  margin-bottom: 16px;
}

.title-news-detail p {
  font-weight: 700;
  color: black;
  margin-bottom: 0;
}

.title-news-detail a {
  color: black;
}

.news-detail-share span {
  font-size: 18px;
  display: inline-block;
}

.news-detail-share,
.share-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.news-related-list {
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
}

.news-related .new-item p {
  margin-bottom: 0;
}

/* 
---------------------------------------------
Single Project Page Style
--------------------------------------------- 
*/

.project-banner-info {
  margin-bottom: 30px;
}

.box-project-single {
  display: flex;
}

.box-project-left {
  width: calc(100% - 400px);
}

.banner-project-detail .swiper-button-next::after,
.banner-project-detail .swiper-button-prev::after {
  display: none;
}

.detail-project-img::before {
  padding-top: 55%;
}

.box-project-right {
  width: 400px;
}

.project-detail-infomation {
  background: #f2f2f2e3;
  padding: 30px;
  height: 100%;
}

.project-detail-infomation h2 {
  font-size: 22px;
  line-height: 32px;
  color: var(--primary);
  margin-bottom: 20px;
}

.infomation-item ul {
  list-style: none;
  padding: 0;
}

.infomation-item li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.infomation-item li:not(:last-child) {
  margin-bottom: 24px;
}

.infomation-item li span {
  color: #737373;
  font-weight: 500;
}

@media (max-width: 991px) {

  .box-project-single {
    flex-direction: column;
  }

  .box-project-left,
  .box-project-right {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .project-detail-infomation {
    padding: 16px;
  }
}

/* 
---------------------------------------------
Single Gallery Page Style
--------------------------------------------- 
*/

.gallery-main {
  background: #f2f2f2;
}

.gallery-content p {
  color: #737373;
  margin-bottom: 0;
}

.gallerySlideBig {
  margin-bottom: 36px;
}

.gallerySlideBig .swiper-button-next::after,
.gallerySlideBig .swiper-button-prev::after {
  display: none;
}

@media (max-width: 991px) {

  .gallerySlideBig {
    margin-bottom: 16px;
  }
}

/* 
---------------------------------------------
Single Product Page Style
--------------------------------------------- 
*/

.system-banner {
  height: 660px;
  background: url('../img/banner/system-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.system-banner-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 40px 40px 0px 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.system-banner-box-title,
.system-banner-box-description {
  padding: 40px;
}

.system-banner-box-title h1 {
  font-size: 48px;
  line-height: 64px;
}

.system-banner-box-description p {
  font-size: 24px;
  line-height: 38px;
  color: black;
  margin-bottom: 0;
}

.system-main-content {
  padding: 30px 0 48px;
}

.content-overview-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.content-overview-title::after {
  content: '';
  background-color: var(--primary);
  width: 20%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.content-overview-title h3 {
  font-size: 32px;
}

.content-overview-description p {
  font-size: 20px;
  line-height: 32px;
}

.content-overview-repeater {
  position: relative;
  padding: 20px;
  border: 2px solid transparent;
}

.content-overview-repeater::before,
.content-overview-repeater::after,
.benefits-item::before,
.benefits-item::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-color: var(--primary);
  border-style: solid;
}

.content-overview-repeater::before,
.benefits-item::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.content-overview-repeater::after,
.benefits-item::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.diamond {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #002E6E;
  transform: rotate(45deg);
}

.top-left {
  top: 80px;
  left: -4px;
}

.bottom-right {
  bottom: 80px;
  right: -4px;
}

.system-text {
  background: var(--primary);
  color: white;
  font-size: 20px;
  background-color: var(--primary);
  padding: 10px 20px 15px 20px;
  border-radius: 35px;
  text-align: center;
  width: 100%;
}

.application-items {
  position: relative;
}

.content-application-repeater {
    margin-top: 30px;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.text-overlay h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.text-overlay p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.content-classify-repeater {
  margin-bottom: 30px;
}

.classify-items {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.classify-items a {
  color: black;
}

.image-frame {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  margin: 0 auto 24px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classify-items h5 {
  font-size: 16px;
  line-height: 24px;
}

#classifyModal .modal-header {
  border: none;
  position: relative;
  z-index: 1;
}

#classifyModal .btn-close:focus {
  box-shadow: none;
}

#classifyModal .classify-items {
  margin-top: -50px;
}

.system-content-modal h5 {
  margin-bottom: 15px;
}

.system-content-modal p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.system-content-modal p:last-child {
  margin-bottom: 0;
}

.system-content-modal ul,
.system-content-modal li:not(:last-child) {
  margin-bottom: 10px;
}

.content-pros-and-cons-repeater {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  overflow: hidden;
}

#system_pros_and_cons_table {
  width: 100%;
}

#system_pros_and_cons_table th {
  background-color: var(--primary);
  color: white;
  padding: 12px;
  text-align: center;
}

#system_pros_and_cons_table th:nth-child(1) {
  widows: 25%;
}

#system_pros_and_cons_table th:nth-child(2),
#system_pros_and_cons_table th:nth-child(3) {
  width: 37.5%;
}

#system_pros_and_cons_table td:first-child {
  font-weight: 700;
}

#system_pros_and_cons_table td {
  padding: 12px;
  vertical-align: top;
  background-color: white;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.benefits-item {
  position: relative;
  background: #F8f8f8;
  padding: 20px;
  border: 2px solid transparent;
  height: 100%;
}

.benefits-item h3 {
  font-size: 20px;
  line-height: 32px;
}

.benefits-item p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.benefits-item .system-text {
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.benefits-item p:not(:last-child) {
  margin-bottom: 20px;
}

.custom-sticky {
  position: sticky;
  top: 180px;
  z-index: 1;
}

.relationship-product-title h3 {
  font-size: 24px;
  line-height: 32px;
  color: var(--primary);
}

.relationship-product ul {
  list-style: none;
  padding: 0;
}

.relationship-product h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.relationship-product h5 a {
  color: black;
}

.relationship-product p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}

.relationship-product a {
  color: #818181;
}

@media (max-width: 991px) {

  .system-banner-box-title, 
  .system-banner-box-description {
    padding: 32px;
  }
}

@media (max-width: 767px) {

  .system-banner-box-title,
  .system-banner-box-description {
    padding: 20px;
  }

  .system-banner-box-title h1 {
    font-size: 24px;
    line-height: 38px;
  }

  .system-banner-box-description p {
    font-size: 14px;
    line-height: 30px;
  }
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }

  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
}