@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);

/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher 
 * GITHUB: https://github.com/themefisher/
 */
/*!
THEME: Constra - Construction Html5 Template
VERSION: 1.0.1
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/constra-construction-template/
DEMO: https://demo.themefisher.com/constra/
GITHUB: https://github.com/themefisher/Constra-Bootstrap-Construction-Template

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/* Typography
================================================== */
body {
  background: #fff;
  font-family: 'Roboto Mono', sans-serif;
  color: #555;
}

body,
p {
  font-family: 'Roboto Mono', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: 'Roboto Mono', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a.read-more {
  color: #EC1C24;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #EC1C24;
  color: #fff;
}

.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Title */
.title {
  font-size: 32px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.section-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 60px;
  color: #212121;
}

@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}
/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

/* Page content title */
.page-content-title.first {
  margin-top: 0;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #EC1C24;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: 0.2;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #EC1C24;
  padding-left: 40px;
}

blockquote.text-center {
  border-top: 3px solid #EC1C24;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}

blockquote.text-center:before {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

blockquote.text-right {
  border-right: 3px solid #EC1C24;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}

blockquote.text-right:before {
  left: auto;
  right: 5px;
}

blockquote:before {
  content: "\F10D";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 28px;
  color: #E5E5E5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 5 Free";
  content: "\F138";
  margin-right: 10px;
  color: #EC1C24;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\F105";
  margin-right: 10px;
  color: #EC1C24;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\F00C";
  margin-right: 10px;
  color: #EC1C24;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Mono", sans-serif;
  transition: 350ms;
  font-size: 14px;
}

@media (max-width: 767px) {
  .btn-primary,
  .btn-dark {
    font-size: 13px;
  }
}
.btn-white.btn-primary {
  background: #fff;
  color: #943926;
}

.btn-primary {
  background: #943926;
}

.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}

.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  background: #ebebeb;
  position: relative;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}
.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}

.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #EC1C24;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #943926;
  transition: all 0.3s ease;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}
.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
  .broad-wrp .about-ss-info{
      position: unset !important;
  }
}
.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #EC1C24 !important;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .home-about {
    margin-top: 200px !important;
  }
}
ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}
ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Roboto Mono", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
}

.navbar-dark .navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #EC1C24;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}
.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}
ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #EC1C24;
  }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Roboto Mono", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 400 !important;
  text-transform: inherit;
  letter-spacing: -0.2px;
  font-size: 16px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #EC1C24;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}
.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #EC1C24 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Roboto Mono", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}
.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #EC1C24;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #EC1C24;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  cursor: pointer;
  color: #999;
}

@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}
.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}

@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}
.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}

@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}
.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}
@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}
.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #EC1C24 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}

/* Table of Content
==================================================
1.    Slider
2.    Call to action
3.    Features
4.    Facts
5.    Services
6.   Project area
7.   Content area
8.   Testimonial
9.   Subscribe area
10.   News section
11.   Footer
12.   Sub Pages
13.   Contact Us
14.   News Listing
15.   News Single
16.   Sidebar
17.   Error page
*/
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 770px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}
.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #EC1C24;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}
.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}
.slider.border {
  background: none;
  border: 2px solid #EC1C24 !important;
}

.slider.border:hover {
  background: #EC1C24;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}
.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  border: 1px solid black;
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.slick-dots li button::before {
  display: none;
  font-size: 10px;
  border: 1px solid #fff;
  color: transparent;
}

.slick-dots li button:hover, .slick-dots li.slick-active button {
  background: rgb(0, 0, 0);
  border: 1px solid white;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #EC1C24;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}
.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}
.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}
.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #EC1C24;
  padding: 30px;
}

.action-title {
  color: #fff;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
  padding-right: 20px;
}

.into-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.into-sub-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
}

/*-- Featured Tab --*/
.featured-tab {
  padding-left: 15px;
}

.featured-tab .nav-tabs {
  border: 0;
}

.featured-tab .nav-tabs > li > a {
  font-family: "Roboto Slab", serif;
  background: #272d33;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 1px 20px;
  padding: 0 20px;
  border: 0 !important;
  transition: all 300ms ease;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .nav.nav-tabs {
  margin-bottom: 10px;
}

.featured-tab .nav-tabs > li.active > a {
  color: #fff;
  background: #EC1C24;
  position: relative;
}

.featured-tab .nav-tabs > li.active > a:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #EC1C24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}

.featured-tab .lead {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
}

.featured-tab .tab-pane img.pull-left {
  margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 30px;
}

.featured-tab .tab-icon i {
  font-size: 230px;
}

.tab-image-content {
  padding-left: 0;
}

.featured-tab .border-title.border-left {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
}

/* Tab services */
.featured-tab.tab-services .nav-tabs > li > a {
  font-size: 14px;
  padding: 0 21px;
  text-transform: capitalize;
}

.featured-tab.tab-services .nav.nav-tabs {
  margin-bottom: 20px;
}

/* Facts
================================================== */
.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #EC1C24;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 44px;
  margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #EC1C24;
  margin: 0;
}

/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #EC1C24;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color: #EC1C24;
}

/* Service box bg */
.ts-service-box-bg {
  background: #252525;
  color: #fff;
  padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #fff;
}

/* Service box

.ts-service-box .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: $color-primary;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.ts-service-box .ts-service-box-content {
  margin-left: 80px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 90px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color: $color-primary;
}

.service-center-img {
  padding: 0 20px;
}
*/
/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #EC1C24;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #EC1C24;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
}

.ts-service-info h3 {
  font-size: 16px;
}

.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.ts-service-info .learn-more:hover {
  color: #EC1C24;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #EC1C24;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #EC1C24;
}

/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 40px;
}

.shuffle-btn-group label {
  display: inline-block;
  color: #212121;
  font-size: 16px;
  padding: 6px 25px;
  padding-top: 10px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
.shuffle-btn-group-2.shuffle-btn-group .active {
  border: 1px solid #943926;
  color: #943926;
  border-radius: 8px;
  padding: 8px 16px;
}
.shuffle-btn-group-2.shuffle-btn-group label:hover{
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
}
.shuffle-btn-group label:not(.active) {
  color: #999999;
}

.shuffle-btn-group label input {
  display: none;
}

/* !*Project shuffle Item *!*/
/*.shuffle-item {*/
/*  padding-bottom: 0px;*/
/*}*/

.shuffle-item .project-img-container .gallery-popup {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shuffle-item .project-img-container, .photo-item .project-img-container {
  position: relative;
  overflow: hidden;
  transition: all 400ms;
}

/* .shuffle-item .project-img-container:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
} */

.shuffle-item .project-img-container img, .photo-item .project-img-container img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover img, .photo-item .project-img-container:hover img {
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after, .photo-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after, .photo-item .project-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #EC1C24;
  color: #fff;
  opacity: 0;
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info, .photo-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}

.shuffle-item .project-img-container .project-item-info-content, .photo-item .project-img-container .project-item-info-content {
  opacity: 0;
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #EC1C24;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #EC1C24;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}

.shuffle-item .project-img-container:hover .project-item-info-content, .photo-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
  height: auto;
}

.project-item:hover img {
  transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #EC1C24;
}

.owl-theme.project-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  transform: translateY(-50%);
}

.project-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #EC1C24;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}

/* Content area
================================================== */
/* Accordion */
.accordion-group .card {
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf !important;
}

.accordion-group .card-body {
  padding: 15px 20px;
}

.accordion-group .card-body img {
  max-width: 100px;
  margin-bottom: 10px;
}

.accordion-group .card-header .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}

.accordion-group .card-header .btn:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 16px;
  padding: 3px 8px 1px;
  text-align: center;
  border-radius: 3px;
  top: 12px;
  content: "\F107";
  font-weight: 700;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
}

.accordion-group .card-header .btn[aria-expanded=true] {
  color: #EC1C24;
}

.accordion-group .card-header .btn[aria-expanded=true]::before {
  content: "\F106";
  background-color: #EC1C24;
}

.accordion-group.accordion-classic .card-header .btn:before {
  display: none;
}

/* Clients */
.clients-logo {
  margin: 0 0 30px;
  border: 1px solid #dadada;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.clients-logo img {
  filter: grayscale(100%);
  filter: gray;
}

/* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #EC1C24;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 30px 60px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}
.quote-item .quote-text:before {
  content: "\F10D";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffc009;
}

.testimonial-slide .slick-dots {
  bottom: -35px;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: #EC1C24;
}

.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}

@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}
/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
  border: 1px solid #EC1C24;
  padding: 20px;
  position: relative;
  line-height: 28px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #EC1C24;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-text-border:after {
  border: 12px solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-item-footer {
  margin-left: 0;
  text-align: center;
  margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
  float: none;
  margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
  display: block;
}

/* Subscribe area
================================================== */
.subscribe {
  background: #EC1C24;
  padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
  min-height: 115px;
  padding: 30px 0 0 30px;
}

@media (max-width: 575px) {
  .subscribe-call-to-acton {
    text-align: center;
    padding: 30px 0;
    min-height: auto;
  }
}
.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

/* Newsletter */
.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 115px;
  padding: 15px 0 0 50px;
}

@media (max-width: 767px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .ts-newsletter {
    padding: 30px 5px 15px 5px;
    min-height: auto;
    text-align: center;
  }
}
.ts-newsletter:after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

.newsletter-form input {
  background: none;
  font-size: 12px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* News section
================================================== */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #303030;
}

.latest-post .post-title a:hover {
  color: #EC1C24;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-body {
  padding: 20px 0 5px;
}

/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #051726;
  color: #999;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  position: relative;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #747474;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #EC1C24;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/*-- Copyright --*/
.copyright {
  color: white;
  padding: 25px 0;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
}

.copyright-info {
  text-align: center;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #111;
  padding: 0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}
#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #943926;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*-- About us page --*/
/* Slider pages */
.page-slider .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

.page-slider .carousel-control.left {
  left: 0;
}

.page-slider .carousel-control.right {
  right: 0;
}

.page-slider .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 70px;
  width: 40px;
  height: 70px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.page-slider .carousel-control i:hover {
  background: #EC1C24;
  color: #fff;
}

.page-slider.small-bg .item {
  min-height: 330px;
  background-size: cover;
}

.page-slider.small-bg .box-slider-content {
  left: 20%;
}

.page-slider.small-bg .box-slider-text {
  background: rgba(0, 0, 0, 0.55);
  padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.partner-logo img {
  transition: 350ms;
  opacity: 0.6;
  filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}

#partners-carousel .partner-logo.last {
  border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
  margin-left: 25px;
  padding-bottom: 60px;
}

.team-slide .slick-list {
  margin-left: -25px;
}

.team-slide .carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  background-color: #ddd;
  height: 37px;
  width: 37px;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 6;
}

.team-slide .carousel-control:hover {
  background-color: #EC1C24;
  color: #fff;
}

.team-slide .carousel-control.left {
  transform: translateX(calc(-50% - 25px));
}

.team-slide .carousel-control.right {
  transform: translateX(calc(-50% + 25px));
}

.team-slide .carousel-control.slick-disabled {
  opacity: 0.4;
}

.team-slide .carousel-control.slick-disabled:hover {
  background-color: #ddd;
  color: #000;
}

.ts-team-wrapper {
  position: relative;
  overflow: hidden;
}

.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}

@media (max-width: 1200px) {
  .ts-team-wrapper .ts-team-content {
    top: 72%;
  }
}
@media (max-width: 575px) {
  .ts-team-wrapper .ts-team-content {
    text-align: center;
  }
}
.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #EC1C24;
}

.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
  color: #fff;
  margin-right: 8px;
  text-align: center;
  transition: 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
  color: #EC1C24;
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

/* Team Classic */
.ts-team-content-classic {
  margin-top: 15px;
}

.ts-team-content-classic .ts-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #212121;
}

.ts-team-content-classic .ts-designation {
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}

.ts-team-content-classic .team-social-icons a i {
  color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover {
  color: #EC1C24;
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}

.ts-pricing-box .ts-pricing-header {
  background: #252525;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}

.ts-pricing-box .ts-pricing-name {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}

.ts-pricing-box .ts-pricing-price {
  font-size: 44px;
  color: #fff;
  margin: 15px 0 0;
  display: inline-block;
}

.ts-pricing-box .ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.ts-pricing-box .ts-pricing-features {
  padding: 15px 0;
}

.ts-pricing-box .ts-pricing-features ul {
  padding: 0 20px;
}

.ts-pricing-box .ts-pricing-features ul > li {
  padding: 20px 0;
  border-top: 1px dotted #e5e5e5;
}

.ts-pricing-box .ts-pricing-features ul > li:first-child {
  border-top: 0;
}

.ts-pricing-box .plan-action {
  padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
  background: #ff9800;
}

/* Contact Us
================================================== */
.map {
  height: 450px;
  z-index: 1;
}

.contact-info-box {
  margin-top: 20px;
}

.contact-info-box i {
  float: left;
  font-size: 24px;
  color: #EC1C24;
}

.contact-info-box-content {
  padding-left: 40px;
}

.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-service-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}

/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 0 0 32px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 24px 0 15px 0;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #EC1C24;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
  line-height: 135%;
  text-transform: uppercase;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #EC1C24;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #EC1C24;
  border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #EC1C24;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #303030;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #EC1C24;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}
.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}
.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #EC1C24;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #EC1C24;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #EC1C24;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a, .sidebar ul.service-menu li:hover a {
  background: #EC1C24;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #EC1C24;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #EC1C24;
  color: #fff;
  border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}


.nav-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu {
  order: -1;
}

@media (min-width: 992px) {
  .nav-menu {
    order: unset;
  }
}
@font-face {
  font-family: "TP-Enjoy-Doodle";
  src: url("../../fonts/TP-Enjoy-Doodle.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .project-img {
    width: 215px;
  }

}
body {
  font-family: 'Roboto Mono', sans-serif;
  color: #051726;
  font-size: 16px;
  line-height: 145%;
}

.heading_1 {
  font-weight: bold;
  font-size: clamp(40px, 5vw, 80px);
  font-family: 'Roboto Mono', sans-serif;
  color: black;
  text-transform: inherit;
  line-height: 125%;
}
.heading_2 {
  font-weight: bold;
  font-size: clamp(36px, 5vw, 52px);
  font-family: 'Roboto Mono', sans-serif;
  color: black;
  text-transform: inherit;
  line-height: 125%;
}

.heading_3 {
  font-weight: bold;
  font-size: clamp(30px, 5vw, 36px);
  font-family: 'Roboto Mono', sans-serif;
  color: #051726;
  text-transform: inherit;
  line-height: 125%;
}

.heading_4 {
  font-weight: bold;
  font-size: clamp(24px, 5vw, 28px);
  font-family: 'Roboto Mono', sans-serif;
  color: #051726;
  text-transform: inherit;
  line-height: 125%;
}

.heading_5 {
  font-weight: bold;
  font-size: clamp(18px, 2.5vw, 26px);
  font-family: 'Roboto Mono', sans-serif;
  color: #051726;
  line-height: 125%;
}

.heading_6 {
  padding-left: 15px;
  line-height: 125%;
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 22px);
  color: #333;
  font-family: 'Roboto Mono', sans-serif;
}

.footer {
  background: #943926;
  color: #fff;
}

.footer-social {
  max-width: 200px;
}

.footer-social ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-social ul {
    gap: 5px;
  }
}
.widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  text-transform: inherit;
  margin-bottom: 24px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.footer-widget ul li {
  padding-bottom: 10px 0;
}

.copyright-wrp {
  padding-top: 32px;
  border-top: 0.5px solid #fff;
}

.copyright-info {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}

.slide-img {
  display: flex;
  justify-content: center;
  padding-top: 160px;
}

.about-carousel {
  color: white;
}
.about-carousel .banner-carousel-item {
  height: 470px;
}

.home-carousel .slide-title,
.about-carousel .slide-title {
  font-family: "TP-Enjoy-Doodle";
  font-size: clamp(54px, 5vw, 100px);
  font-weight: normal;
  text-decoration: inherit;
  padding-bottom: clamp(20px, 2vw, 24px);
  text-transform: inherit;
}
.home-carousel .slide-title p,
.about-carousel .slide-title p {
  font-family: "TP-Enjoy-Doodle";
  margin: 0;
}

.service-caroucel .slide-title {
  padding-bottom: 100px;
}

.home-about {
  margin-top: 320px;
  padding: 0px;
  padding-bottom: 60px;
  background: #707A58;
}

.home-about .about-text {
  padding-top: 20px;
  color: #fff;
}
.home-about .heading_3{
  color: #fff;
  margin-bottom: 24px;
}
.home-about .about-des {
  max-width: 580px;
}
.home-about .btn-home-about{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
a.btn-home-about:hover{
  color: #fff !important;
}
.home-about .about-video {
  width: 80%;
  margin-top: -230px;
}
.home-about .about-video iframe {
  width: 100%;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.photo-grid .shuffle-item {
  width: 100%;
}

.shuffle-btn-group.shuffle-btn-group-1 .active {
  border: 1px solid #943926;
  color: #943926;
  border-radius: 8px;
  padding: 8px 16px;
}
.shuffle-btn-group.shuffle-btn-group-1 label:hover{
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.shuffle-btn-group label:not(.active) {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.shuffle-btn-group label {
  display: inline-block;
  color: #212121;
  font-size: 16px;
  padding: 8px 16px;
  padding-top: 10px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
  margin-right: 8px;
}

.shuffle-btn-group label:last-child {
  margin-right: 0;
}

.new-blog-carousel-item .new-blog-carousel-item-wrp {
  padding-right: 24px;
}

#blog-area .shuffle-item {
  padding-right: 20px;
}
#blog-area .shuffle-item:nth-child(3n) {
  padding-right: 0;
}

@media (max-width: 768px) {
  #blog-area .shuffle-item {
    padding-right: 5px;
  }
  #blog-area .shuffle-item:nth-child(3n) {
    padding-right: 5px;
  }
  .shuffle-btn-group label {
    padding: 8px 10px;
    white-space: nowrap;
  }
  .shuffle-btn-group {
    overflow-x: scroll;
    display: flex;
  }
  section,
  .section-padding {
    padding: 50px 0;
  }
  .home-service {
    padding: 50px 0 !important;
  }
  .home-product-list {
    overflow: hidden;
  }
  .home-product-list .home-product-carousel-item {
    padding-bottom: 10px;
  }
  .footer-about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-main {
    padding-top: 30px;
  }
  .footer-main .footer-logo {
    margin-bottom: 10px;
  }
  .footer-main .footer-widget {
    text-align: center;
  }
  .footer-about {
    margin-bottom: 10px;
  }
  .footer-widget {
    margin-top: 20px !important;
  }
  .copyright {
    padding: 24px 0;
  }
  .copyright-wrp {
    padding-top: 14px;
  }
}
@media (min-width: 1024px) {
  .photo-grid {
    grid-template-columns: repeat(9, minmax(20px, 1fr));
    grid-template-rows: repeat(7, minmax(20px, 100px));
  }
  .photo-item:nth-child(1) {
    grid-area: 1/1/5/4;
  }
  .photo-item:nth-child(2) {
    grid-area: 1/4/3/7;
  }
  .photo-item:nth-child(3) {
    grid-area: 1/7/6/10;
  }
  .photo-item:nth-child(4) {
    grid-area: 3/4/5/7;
  }
  .photo-item:nth-child(5) {
    grid-area: 5/1/8/7;
  }
  .photo-item:nth-child(6) {
    grid-area: 6/7/8/10;
  }
}
.project-item-text {
  font-weight: 600;
  padding: 16px;
}

.home-service {
  background: #E2E4DE;
  background-size: cover;
  color: #000;
  padding: 0 0 100px 0;
}
.home-service.servicepage{
  padding: 100px 0 100px 0;
}
.home-service .heading_3,
.home-service .heading_4 {
  color: 0;
}
.home-service .services-des {
  max-width: 580px;
  padding-bottom: 60px;
}

.service-carousel-item-wrp {
  padding: 0 20px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.service-carousel-item-wrp .service-img {
  max-width: 89px;
  max-height: 89px;
}
.service-carousel-item-wrp .service-link {
  display: flex;
  justify-content: center;
}
/* .service-carousel-item-wrp .service-link:hover {
  color: white;
} */
.service-carousel-item-wrp .service-inner {
  border: 1px solid #ccc;
}
.service-carousel-item-wrp .service-inner {
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .about-video #player {
    height: 240px !important;
  }
  .home-about .about-video {
    margin-top: -120px;
  }
  .home-carousel .slide-img {
    padding-top: 100px;
  }
  .home-carousel .slide-img img {
    width: 145px;
  }
  .home-carousel .slide-title {
    margin: 0;
    padding-bottom: 5px;
  }
}
.detail-relate .project-item {
  box-shadow: none !important;
}

.detail-relate-wrp .blog-item:hover {
  box-shadow: none !important;
}
.detail-relate-wrp .blog-item .blog-info {
  padding: 0;
  padding-top: 16px;
}

.photo-area .photo-item .project-item-info {
  margin-top: 0;
  top: unset;
  bottom: 0;
  position: absolute;
  bottom: 0;
}

.project-item-name {
  font-weight: 600;
}

.photo-area .photo-item .project-item-info {
  padding: 10px;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(30px);
  width: 100%;
}

.photo-item {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}

.photo-item:hover img {
  filter: brightness(0.5);
  transform: scale(1.1);
}
.photo-item:hover .project-item-info {
  opacity: 1;
  transform: translateY(0);
}

.photo-item .project-item-info-content {
  color: white;
}
.photo-item .project-item-info-content .photo-tag {
  font-size: 14px;
}
.photo-item .project-item-info-content .photo-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.photo-item .project-item-info-content .photo-name img {
  height: 32px;
  width: 32px;
  transform: scale(1) !important;
}

.home-product-list {
  background: #E2E4DE;
  padding: 60px 0;
}
.home-product-list .heading_3 {
  margin-bottom: 24px;
}
.home-product-list .home-product-carousel {
  padding-top: 56px;
  padding-bottom: 40px;
}
.home-product-list .home-product-carousel-item {
  margin: 0px;
  padding-bottom: 30px;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .home-product-list .home-product-carousel-item {
    transform-origin: left;
  }
}
.home-product-list .home-product-carousel-item:has(+ .slick-center) {
  transform-origin: left;
}
.home-product-list .slick-center + .home-product-carousel-item {
  transform-origin: right;
}
.home-product-list .slick-active.slick-center {
  transform: scale(1.1);
  transform-origin: center;
}
.home-product-list .home-product-info {
  padding-top: 12px;
  padding-bottom: 0px;
  opacity: 0;
  transition: all 0.5s ease;
  font-size: 14px;
}
.home-product-list .home-product-info .heading_6 {
  font-size: 16px;
}
@media (min-width: 1023px) {
  .home-product-list .slick-center + .home-product-carousel-item + .home-product-carousel-item {
    transform-origin: left;
  }
  .home-product-list .home-product-carousel-item {
    padding-bottom: clamp(5px, 5vw, 15px);
    transform-origin: right;
  }
  .home-product-list .home-product-carousel-item img {
    transform: scale(0.75);

  }
  .home-product-list .slick-active.slick-center {
    transform: scale(1.1);
    transform-origin: center;
  }
  .home-product-list .slick-active.slick-center img {
    transform: scale(1);
  }
  .home-product-list .home-product-info {
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: 0;
    transition: all 0.5s ease;
    font-size: 12px;
  }
  .home-product-list .home-product-info .heading_6 {
    font-size: 14px;
  }
}
.home-product-list .slick-active.slick-center .home-product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/*.breadcrumb-custom {*/
/*  color: #999999;*/
/*  text-transform: uppercase;*/
/*  display: flex;*/
/*  gap: 5px;*/
/*  align-items: center;*/
/*  flex-wrap: wrap;*/
/*  font-size: 14px;*/
/*}*/
/*.breadcrumb-custom .current {*/
/*  color: #051726;*/
/*}*/

/*.about-ss-wrp {*/
/*  padding-top: 40px;*/
/*  !* display: flex; *!*/
/*  gap: 60px;*/
/*}*/

/*.about-ss-wrp .about-ss-wrp-top {*/
/*  padding-bottom: 100px;*/
/*}*/


/*@media (max-width: 1023px) {*/
/*  .about-ss-wrp {*/
/*    flex-direction: column;*/
/*    gap: 40px;*/
/*  }*/
/*  .broad-wrp .about-ss-info {*/
/*    width: 100% !important;*/
/*  }*/
/*}*/
.about-section .about-ss-wrp img {
  width: 100%;
  height: auto;
}

/* .broad-wrp .about-ss-info {
  width: 40%;
} */
.about-ss-info {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-ss-info .about-ss-des {
  color: #696969;
}

.board-ss {
  padding-top: 100px;
  padding-bottom: 60px;
  background: #E2E4DE;
  margin-top: 80px;
}
.broad-wrp .about-ss-info {
  position: sticky;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
    .board-ss > .container .broad-wrp .about-ss-info > div {
        position: relative;
        top: -20px; /* nhích cả h3 và about-ss-des */
    }
}
.broad-wrp {
  /* display: flex;
  gap: 40px; */
}
.broad-wrp .broad-img {
  width: 100%;
}
.broad-wrp .broad-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .broad-wrp {
    flex-direction: column;
    gap: 20px;
  }
}
.broad-wrp .broad-info {
  padding-top: 10px;
  font-size: 18px;
  color: #696969;
  text-align: center;
}

.service-note {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 200px;
}

.service-note-wrp {
  max-width: 1011px;
  color: #fff;
  width: 1011px;
  background: #707A58;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.service-note-wrp .service-note-bold {
  font-size: 18px;
  font-weight: 600;
}

.accordion-index {
position: absolute;
z-index: 2;
  padding-top: 20px;
  left: -50px;
}

.accordion-item:has(.card .show) .accordion-index {
  color: #051726;
}

.accordion-item:has(.card .show) .card-header .acc-icon-minus {
  display: block;
}
.accordion-item:has(.card .show) .card-header .acc-icon-plus {
  display: none;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
#accordionProject{
  margin-top: 12px;
}
#accordionProject .accordion-item{
  background: #E2E4DE;
}
#accordionProject .accordion-item .accordion-header{
  border-bottom: 1px solid #ccc;
}
#accordionProject .accordion-item .accordion-button{
  background: #E2E4DE;
  color: #000;
} 

.accordion-item {
  /* border: none !important; */
  /* display: flex; */
  gap: 40px;
  position: relative;
}
.accordion-item .accordion-index {
  color: #999999;
  font-size: 20px;
  
}
.accordion-item .card {
  /*margin-left: 15px;*/
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-bottom: none !important;
}
.product-item img:hover{
  transform: scale(1.1);
}
.accordion-item .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.accordion-item .card .card-header .acc-icon-minus {
  display: none;
}
.accordion-item .card .card-header .acc-icon-plus {
  display: block;
}
.accordion-item .card .card-body {
  padding-top: 10px;
}

.serivce-acc-content {
  overflow: hidden;
}
.serivce-acc-content img {
  max-width: 100%;
  height: auto;
}

table td,
table th {
  border: 1px solid #ccc;
  padding: 0.4rem;
}

.serivce-acc-content-text {
  color: #696969;
  width: 50%;
}

.serivce-acc-content-img {
  width: 50%;
}
.serivce-acc-content-img img {
  width: 100%;
  height: auto;
}

.service-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.service-tabs .service-tab-item {
  color: #999999;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
}
.service-tabs .service-tab-item.active {
  color: white;
  background: #707A58;
}

@media screen and (max-width: 768px) {
  .service-tabs .service-tab-item {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
      .service-tabs {
        justify-content: start;
        overflow-x: auto;
    }
}
.new-blog-wrp {
  padding-top: 40px;
  display: flex;
  gap: 30px;
}
.new-blog-wrp .new-blog-left {
  width: 100%;
}
.new-blog-wrp .new-blog-left .blog-item {
  height: 100%;
}
.new-blog-wrp .new-blog-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.new-blog-wrp .new-blog-right .blog-img {
  width: 30%;
  overflow: hidden;
}

.blog-img{
  object-fit: cover;
}
.new-blog-wrp .new-blog-right .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-blog-wrp .new-blog-right .blog-info {
  width: 70%;
}
.new-blog-wrp .new-blog-right .blog-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.blog-info-all{
  height: 137px;
  overflow: hidden;
}
.blog-info-all .blog-info-inner{
  object-fit: cover;
}
.blog-item {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.blog-item .blog-img .blog-img-inner{
  overflow: hidden;
}
.blog-item .blog-img {
  object-fit: cover;
  /* aspect-ratio: 1.5/1; */
}
.blog-item .blog-img img.img-feature{
  height: 300px;
} 
.blog-item .blog-img img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item .blog-img img:hover {
  transform: scale(1.1);
}
.blog-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.blog-item .blog-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.blog-item .blog-info .blog-date {
  font-size: 14px;
  color: #696969;
}
.blog-item .blog-info .blog-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.blog-item .blog-info .blog-desc {
  color: #696969;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  gap: 20px;
}
.blog-list-header .heading_3 {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.blog-list-header .blog-list-tab {
  display: flex;
  row-gap: 10px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #999999;
  flex-wrap: wrap;
}
.blog-list-header .blog-list-tab .active {
  color: #051726;
}

.entry-content img {
  max-width: 100%;
}

.blog-list-wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1023px) {
  .blog-list-wrp {
    grid-template-columns: repeat(2, 1fr);
  }
}
.paging {
  padding-top: 60px;
}
.paging .pagination {
  justify-content: center;
}
.paging .pagination .page-item-disable {
  opacity: 0.5;
}
.paging .pagination .page-item:first-child {
  padding-right: 30px;
}
.paging .pagination .page-item:first-child .page-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.paging .pagination .page-item:last-child {
  padding-left: 30px;
}
.paging .pagination .page-item:last-child .page-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.paging .pagination .page-item .page-link {
  color: #333;
  border: none;
  min-width: 36px;
  text-align: center;
}
.paging .pagination .page-link.active {
  border-radius: 100% !important;
  background: #051726;
  color: white !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  background: transparent;
}

.blog-session {
  margin-top: 40px;
}
.blog-session .breadcrumb-custom {
  padding: 10px 0;
}

.post-meta {
  display: flex;
  justify-content: space-between;
}
.post-meta div {
  display: flex;
  gap: 20px;
}
.post-meta div span,
.post-meta div a {
  font-size: 14px;
  color: #696969;
}
.post-meta .post-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.entry-content {
  padding-top: 40px;
}

#accordionToc {
  background: #F0F0F0;
  margin-top: 20px;
  border-top: none !important;
}
#accordionToc .card {
  background: transparent;
  border-bottom: none;
}
#accordionToc .card .card-header {
  background-color: transparent;
  padding: 15px;
}
#accordionToc .card .card-header svg {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
#accordionToc .card .card-body {
  padding: 15px;
  padding-top: 5px;
}
.blog-session {
  #accordionToc{
    background: #E2E4DE;
  }
}
#accordionToc .accordion-item {
  background: #E2E4DE;
  display: unset;
  .accordion-button:not(.collapsed){
    background: transparent;
    color: #000;
    box-shadow: unset;
  }
  .accordion-button:focus{
    box-shadow: unset;
  }
  .accordion-button.collapsed{
    background: #E2E4DE;
  }
}
.accordion-button:not(.collapsed){
  box-shadow: unset;
}
.accordion-button:first-child{
  border-bottom: unset !important;
}
.accordion-button{
  border-radius: unset;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.accordion-item:has(.card .show) .card-header svg {
  transform: rotate(0) !important;
}

.detail-new {
  background: #E2E4DE;
  padding: 24px;
}
.detail-new .detail-new-content {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}

.detail-relate-wrp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 10px;
  transition: all 0.3s ease;
}

.post-content {
  position: sticky;
  top: 10px;
  transition: all 0.3s ease;
}

.feature-product-img {
  position: sticky;
  top: 10px;
  transition: all 0.3s ease;
}

.body-inner:has(.header-one .navbar-fixed-show) .sidebar-right {
  top: 80px;
}
.body-inner:has(.header-one .navbar-fixed-show) .post-content {
  top: 80px;
}
.body-inner:has(.header-one .navbar-fixed-show) .feature-product-img {
  top: 80px;
}

.detail-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px;
  background: #E2E4DE;
}
.detail-share .share-social {
  padding-top: 16px;
  color: #696969;
  display: flex;
  align-items: center;
  gap: 15px;
}

.detail-paginate {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.detail-paginate .detail-control {
  display: flex;
}
.detail-paginate .control-link {
  border: 1px solid #ccc;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-paginate .control-link:hover{
  background: #E2E4DE;
}
.detail-paginate .control-link:nth-child(2){
  border-left: none;
}
.detail-paginate .detail-hire {
  background: #943926;
  color: white;
  border-radius: 8px;
  padding: 12px 24px;
}

.contact-form-ss {
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .contact-form-wrp {
    flex-direction: column;
    gap: 40px;
  }
}
#contact-section {
  margin-bottom: 100px;
}
#contact-section .contact-content {
  margin-top: 60px;
}

.contact-infor {
  padding-top: 60px;
}

.contact-form-wrp {
  padding-top: 80px;
}
.contact-form-wrp .fontact-form-bg {
  width: 100%;
}
.contact-form-wrp .fontact-form-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-form-wrp .contact-form-des {
  font-size: 18px;
  color: #696969;
}
.contact-form-wrp .contact-form-cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-form-wrp .contact-form-cont .heading_1 {
  margin: 0;
}
.contact-form-wrp .contact-form-cont #contact-form label {
  font-size: 12px;
  color: #666666;
}
.contact-form-wrp .contact-form-cont #contact-form .form-control {
  height: 24px;
}
.contact-form-wrp .contact-form-cont #contact-form .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #943926;
  color: white;
  border-radius: 0;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  justify-content: center;
  padding: 12px 0;
  margin-top: 35px;
}
.contact-form-wrp .contact-form-cont #contact-form .form-control {
  border: none;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-home-about {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #943926;
  color: white;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  justify-content: center;
  padding: 10px 20px;
  margin-top: 35px;
}
.contact-address {
  padding-bottom: 40px;
}
.contact-address .contact-title {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-value {
  font-size: 16px;
  color: #696969;
}

.contact-social {
  display: flex;
  gap: 10px;
}

.product-ss {
  padding-top: 52px;
  padding-bottom: 67px;
}
.product-ss .products-list-header {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.product-ss .products-list-header .header-count {
  color: black;
}

.input-group:has(.custom-select) {
  border: 1px solid black;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}
.custom-select{
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}
.input-group {
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
}
.input-group .input-group-text {
  background: transparent;
  border: none;
}
.input-group .custom-select {
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}
.input-group .custom-select:focus,
.input-group .custom-select:active {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}

.product-filter {
  padding: 20px;
  border: 1px solid #CCCCCC;
}
.product-filter .filter-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.product-filter .accordion {
  border-top: 0;
}
.product-filter .accordion-item .card-header {
  align-items: center;
  padding: 10px 0;
}
.product-filter .accordion-item .card-body {
  padding: 0;
}
.product-filter .accordion-item:last-child .card {
  border: none;
}
.product-filter .card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.product-filter .input-group label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  /*margin-bottom: 10px;*/
}
.product-filter input[type=checkbox] {
  height: 23px;
  width: 23px;
}

.api-rs {
  position: relative;
}
.api-rs .loading-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #d4d4d4;
  border-bottom-color: #EC1C24;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.banner-carousel-item {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.15);
}

.footer-widget-o {
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  .footer-widget-o {
    padding-top: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1023px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.product-item {
  transition: all 0.5s ease;
}
.product-item img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.product-item .product-item-info {
  padding: 12px 0 0 0;
}
.product-item .product-item-info .product-item-name {
  font-family: "Roboto Mono", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

/* .product-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
} */

.input-group-price .price-input {
  width: 100%;
  display: flex;
  margin: 20px 0 20px;
  gap: 10px;
}
.input-group-price .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.input-group-price .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.input-group-price input[type=number]::-webkit-outer-spin-button,
.input-group-price input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-group-price .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.input-group-price .price-slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.input-group-price .price-slider .price-progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: black;
}
.input-group-price .range-input {
  position: relative;
}
.input-group-price .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-group-price input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: black;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.input-group-price input[type=range]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 50%;
  background: black;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.product-list-pagi {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.product-list-pagi .product-pagi-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #943926;
  color: white;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  justify-content: center;
  padding: 10px 20px;
  margin-top: 10px;
}

.product-detail .breadcrumb-custom {
  padding: 30px 0;
}

.feature-product-img {
  overflow: hidden;
}

.slider-for .product-slide-img img {
  width: 100%;
  height: auto;
}

.slider-nav {
  margin: 0 -5px;
  margin-top: 10px;
}
.slider-nav .product-slide-img {
  margin: 0 5px;
}
.slider-nav .product-slide-img img {
  width: 100%;
  height: auto;
}

.feature-product-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-product-info .feature-product-name {
  margin: 0;
  text-transform: uppercase;
}
.feature-product-info .feature-product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-product-info .feature-product-price .price-old {
  font-weight: 600;
  font-size: 18px;
  text-decoration: line-through;
  color: #999999;
}
.feature-product-info .feature-product-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.feature-product-info .feature-product-info-detail {
  border-bottom: 1px solid #E0E0E0;
}
.feature-product-info .feature-product-info-detail ul {
  color: #696969;
}
.feature-product-info .feature-product-des-content {
  color: #696969;
  overflow: hidden;
}
.feature-product-info .feature-product-des-content img {
  max-width: 100%;
  height: auto;
}
.feature-product-info .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 8px !important;
  background: #943926;
  color: white;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  justify-content: center;
  padding: 15px 20px;
}
.feature-product-info .share-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}
#about-service{
  background: transparent;
}
.detail-relate .heading_6 {
  margin-bottom: 10px;
}

.product-detail-relate-ss {
  padding-top: 0;
}

.product-detail-relate-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .product-detail-relate-list {
    display: block;
  }
  .product-detail-relate-list .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .product-detail-relate-list .product-item {
    margin-right: 15px;
  }
.contact-address {
  padding-bottom: 12px !important;
}
.contact-address:last-child{
    padding-bottom: 0 !important;
}
}
.project-list-header {
  padding: 40px 0;
  padding-bottom: 37px;
  display: flex;
  justify-content: space-between;
}
.project-list-header .input-group {
  height: -moz-fit-content;
  height: fit-content;
}
.project-list-header .project-list-header-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.project-list-header .project-list-header-tag .project-list-header-tag-item {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.project-list-header .project-list-header-tag .project-list-header-tag-item:hover {
  background: #F0F0F0;
  border-color: #F0F0F0;
}
.project-list-header .project-list-header-tag .project-list-header-tag-item.active {
  border: 1px solid #943926;
  color: #943926;
  border-radius: 8px;;
}

.project-list-wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1023px) {
  .project-list-wrp {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-product-carousel .slick-list {
  overflow: unset;
}

.home-product-carousel-item-wrp {
  cursor: pointer;
}
.home-product-carousel-item-wrp img {
  width: 100%;
}

.project-item-img-wrp {
  overflow: hidden;
  aspect-ratio: 1.2/1;
}
.project-item-img-wrp img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-popup {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gallery-popup{
  margin-left: -10px;
  }
}

.new-blog-ss {
  padding-top: 80px;
  padding-bottom: 0;
}

.blog-list {
  padding-top: 100px;
}
.blog-list .page-item.active .page-link {
  background-color: #051726;
  border-radius: 100% !important;
  color: white;
}

.project-area .shuffle-item .project-img-container:after,
.project-area .photo-item .project-img-container:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .service-note-wrp {
    transform: translateY(0);
  }
  .service-note {
    max-height: unset;
  }
  .about-carousel .banner-carousel-item {
    height: 350px;
  }
  .home-carousel .slide-title,
  .about-carousel .slide-title {
    padding-bottom: 0px;
  }
  .service-note .container {
    padding: 0;
  }
  .project-list-header .project-list-header-tag{
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .service-note .service-note-wrp {
    padding: 35px 15px;
  }
  .service-tabs .service-tab-item {
    padding: 10px;
    white-space: nowrap;
    width: fit-content;
  }
  .accordion .accordion-index {
    display: none;
  }
  .accordion .accordion-item .card .card-header {
    padding: 10px 0;
  }
  .accordion .card-body {
    padding: 10px 0;
  }
  .accordion .serivce-acc-content-text {
    width: 100%;
  }
  .accordion .serivce-acc-content-img {
    width: 100%;
  }
  .about-section {
    padding: 20px 0;
  }
  .about-section .about-ss-wrp {
    padding-top: 24px;
  }
  .new-blog-carousel .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .new-blog-carousel .blog-item {
    margin-right: 15px;
  }
  .new-blog-ss {
    padding: 10px 0;
  }
  .new-blog-ss .breadcrumb-custom {
    padding: 20px 0;
  }
  .new-blog-ss .heading_3 {
    margin-bottom: 24px;
  }
  .blog-list {
    padding-top: 50px;
  }
  .blog-list .blog-list-header {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
  .blog-list .blog-list-header .blog-list-tab {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .blog-list .blog-list-header .blog-list-tab-item {
    white-space: nowrap;
  }
  .detail-paginate {
    flex-direction: column;
    gap: 20px;
    border: none;
  }
  .detail-paginate .control-link:last-child {
    justify-content: end;
  }
  .detail-paginate .control-link {
    border: 1px solid #E0E0E0;
    padding: 8px 16px;
  }
  .detail-paginate .control-link {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 10px;
  }
  .detail-paginate .detail-hire {
    text-align: center;
  }
  .detail-relate-wrp .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .detail-relate-wrp .blog-item {
    margin-right: 15px;
  }
  .detail-relate-wrp .project-item {
    margin-right: 15px;
    width: 200px;
  }
  .detail-relate-wrp{
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
#contact-form .form-control.is-invalid {
  border-color: red;
}
#contact-form .form-error {
  font-size: 12px;
  display: none;
}
#contact-form .form-error.text-danger {
  color: red;
}
#contact-form .form-error.text-success {
  color: green;
}
#contact-form .form-error.active {
  display: block;
}
#contact-form .form-control {
  padding: 5px 0;
}

.project-img {
  overflow: hidden;
  aspect-ratio: 1.5/1;
}
.project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-btn-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo-mobile {
  display: none;
}

.nav-search-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-btn-wrp {
    width: 100%;
  }
  .nav-wrp {
    width: 100%;
  }
  .nav-wrp .nav-menu {
    width: 100%;
  }
  .nav-logo {
    display: none;
  }
  .nav-logo-mobile {
    display: block;
  }
  .nav-search {
    display: none;
  }
  .nav-search-mobile {
    display: block;
  }
  .nav-menu .dropdown-menu {
    background: transparent;
  }
  .nav-menu .dropdown-menu li a {
    font-weight: normal;
    color: white;
    text-transform: none;
  }
}
.footer-widget li {
  padding-bottom: 5px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.contact-fixed-wrp {
  z-index: 400;
  position: fixed;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}
.contact-fixed-wrp .contact-fixed-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-fixed-wrp .contact-fixed-content .contact-fixed-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.contact-fixed-wrp .contact-fixed-content .contact-fixed-item svg {
  position: relative;
  z-index: 2;
}
.contact-fixed-wrp .contact-fixed-content .contact-fixed-item .contact-fixed-overlay {
  z-index: 1;
  position: absolute;
  height: 30px;
  width: 30px;
  box-shadow: 0 0 0px 10px #5373F5;
  animation: grow 1s infinite;
  border-radius: 100%;
  opacity: 0.5;
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.faa-ring {
  color: red;
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.home-service .slick-dots li.slick-active button,
.home-service .slick-dots li button:hover {
  background: #333;
}
.home-service .slick-dots li button {
  border-color: #333;
}

.home-product-list {
  padding-top: 73px;
  padding-bottom: 100px;
}
.home-product-list .slick-dots li.slick-active button,
.home-product-list .slick-dots li button:hover {
  background: #333;
}

.detail-project {
  padding: 32px;
  background: #E2E4DE;
}

.service-ss .slide-title {
  margin-top: 0px;
}

.project-list-ss {
  padding-top: 52px;
  padding-bottom: 100px;
}

#project-area-1 {
  padding-top: 57px;
  padding-bottom: 120px;
}

#project-area-2 {
  padding-top: 120px;
  padding-bottom: 113px;
}

.ss-service-tab {
  padding-top: 10px;
  padding-bottom: 110px;
}
.ss-service-tab .tab-content .accordion-item {
  border: none;
}
.ss-service-tab .tab-content .accordion-button:focus {
  box-shadow: unset;
}
.ss-service-tab .tab-content .accordion-button:not(.collapsed) {
  background: transparent;
}
.ss-service-tab .tab-content .accordion-button {
  color: #212121;
  font-weight: 700;
  font-family: "Roboto Mono", sans-serif;
}

@media (min-width: 1200px) {
  .ss-service-tab .container {
    max-width: 1011px;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .ss-service-tab .container {
    padding: 0;
  }
}
.about-section {
  padding-top: 40px;
}

.address-ss {
  padding-top: 80px;
  padding-bottom: 20px;
}

.google-map {
  padding: 0px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .google-map {
    height: 450px;
    margin-bottom: 40px;
  }
}
.filter-title-mobile {
  display: none;
}

.home-service .heading_3 {
  margin-bottom: 24px;
}

.page-ss {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .product-ss {
    padding-top: 24px;
    padding-bottom: 60px;
  }
  .products-list-header {
    flex-direction: column;
    gap: 24px;
  }
  .product-head-right {
    justify-content: space-between;
  }
  .product-head-right .input-group{
      padding-bottom: 16px !important;
  }
  .product-head-right .filter-title-mobile {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .product-filter {
    /*display: none;*/
    border: none;
    padding: 0;
  }
  .filter-items {
    display: none;
  }
  .product-filter.active {
    display: block;
    margin-bottom: 32px;
  }
  .address-ss {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .contact-flex .form-group:first-of-type{
      margin-bottom: 16px; !important
  }
  .google-map {
    padding: 0;
  }
  .google-map .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: unset;
  }
  .google-map .container iframe{
    max-width: -webkit-fill-available;
  }
  .about-section {
    padding-top: 24px;
  }
  .ss-service-tab {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .project-list-ss {
    padding-top: 24px;
    padding-bottom: 60px;
  }
  .project-list-header {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .project-list-wrp {
    gap: 20px;
  }
  #project-area-1 {
    padding-bottom: 60px;
  }
  #project-area-2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shuffle-item {
    padding-bottom: 20px;
  }
  .blog-session {
    padding-top: 40px;
  }
  .post-meta {
    padding-bottom: 24px;
  }
  .blog-session {
    padding-bottom: 0;
  }
  .contact-address .contact-title {
    margin-bottom: 8px;
  }
}
.banner-carousel-item {
  background-size: cover;
}
.broad-img-wrp {
  gap: 20px;
}

.project-info {
  padding-top: 16px;
}
.project-info .project-title {
  font-size: 16px;
  font-weight: 600;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .project-info .project-title {
    padding-bottom: 12px;
  }
  .project-list-header {
  display: unset !important;
  }
}
.project-desc {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  tbody {
    display: table;
  }
  tbody td {
    min-width: 200px;
  }
}
.blog-session .accordion .card-header .heading_6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
.blog-session .accordion .card-header .acc-icon {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.blog-session .accordion .card-header .acc-icon svg {
  height: 24px;
  width: 24px;
}
.blog-session .accordion-item:has(.card .show) .card-header .acc-icon {
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .nav-link[data-toggle=dropdown] {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav-link[data-toggle=dropdown] .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background: rgba(238, 238, 238, 0.08);
  }
  .nav-link[data-toggle=dropdown] svg {
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  .nav-item.show .nav-link svg {
    transform: rotate(-90deg);
  }
  .nav-item.show .nav-link svg path {
    stroke: #fff !important;
  }
  .nav-item.show .nav-link .nav-icon {
    background: #EC1C24;
  }
  .nav-item.show .dropdown-menu {
    background: rgba(151, 151, 151, 0.1019607843) !important;
  }
  .dropdown-menu li a {
    border: none;
  }
  ul.navbar-nav > li > a {
    padding: 0 !important;
  }
}
.contact-flex {
  display: flex;
  gap: 16px;
}
.contact-flex .form-group {
  width: 100%;
}

.form-group {
  padding: 4px 8px;
  border: 1px solid #6E7856;
}

.contact-form-email {
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  .contact-flex {
    flex-direction: column;
    gap: 0;
  }
  .media-video-container iframe{
    width: 100%;
  }
}
#notfound-page{
  padding: 60px 0;
}

.carousel-indicators [data-bs-target]{
  background-color: #000 !important;
}
.carousel-indicators{
  bottom: -45px !important;
}
#accordionFilter .accordion-item{
  border: none !important;
}
#accordionPrice .accordion-item{
  border: none !important;
}
.product-item-info .product-prc{
  color: #943926;
}
.title-card-header{
  padding-left: 0px !important;
}
.serivce-acc-content p{
  display: inline-block;
  max-width: 50% !important;
}
/* Chỗ sửa bắt đâầu giao diện lại của thiết kế dự án
 */
/* MOSAIC LAYOUT cho project-area-1 */
/* ========== PROJECT AREA CUSTOM ========== */
/* =============== MOSAIC GRID FIXED LAYOUT =============== */
/* Default (Desktop) - Mosaic layout */
@media (min-width: 768px) {
#project-area-1 .shuffle-wrapper {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important; /* ✅ tránh tràn */
    grid-auto-rows: auto !important;
    gap: 10px 10px !important; /* Khoảng cách giữa các ô */
    margin: 0 auto;
    max-width: 100% !important;
    grid-auto-flow: dense;
    height: auto !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    /*--bs-gutter-x: 0 !important;*/
    /*--bs-gutter-y: 0 !important;*/
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    box-sizing: border-box;
    overflow-x: clip !important;

}
    #project-area-1 {
        overflow-x: hidden !important; /* ✅ ép container cha không bị lệch phải */
    }
    html, body {
        overflow-x: hidden !important;
    }

/* Reset shuffle-item để không bị absolute */
#project-area-1 .shuffle-wrapper > .shuffle-item {
    position: static !important;
    top: auto !important;
    left: auto !important;
    /*margin: 0 !important;*/
    transform: none !important;
    opacity: 1 !important;
    display: block !important;
    /*grid-area: auto !important; !* ✅ reset grid-area custom *!*/
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
}
    #project-area-1 .row {
        --bs-gutter-x: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
/* Ảnh fill khung */
    #project-area-1 .shuffle-item .project-img-container {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        line-height: 0 !important;   /* tránh inline khoảng trắng */
        font-size: 0 !important;     /* chặn text-node spacing */
    }

    #project-area-1 .shuffle-wrapper img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }

    /*!* Xóa gutter Bootstrap trong wrapper *!*/
    /*#project-area-1 .shuffle-wrapper .row,*/
    /*#project-area-1 .shuffle-wrapper [class*="col-"] {*/
    /*    --bs-gutter-x: 0 !important;*/
    /*    --bs-gutter-y: 0 !important;*/
    /*    margin: 0 !important;*/
    /*    padding: 0 !important;*/
    /*}*/

    /*!* Fix img-fluid gây dư khoảng trắng *!*/
    /*!* Bỏ luôn class .img-fluid của Bootstrap *!*/
    /*#project-area-1 .shuffle-wrapper img.img-fluid {*/
    /*    max-width: none !important;   !* xóa max-width *!*/
    /*    height: 100% !important;*/
    /*    width: 100% !important;*/
    /*    object-fit: cover !important;*/
    /*    display: block !important;*/
    /*    margin: 0 !important;*/
    /*    padding: 0 !important;*/
    /*    line-height: 0 !important;   !* chặn khoảng trắng inline *!*/
    /*}*/




    /* Layout mosaic (6 ảnh) */
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(2) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 1;
}
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(3) {
    grid-column: 5 / span 2;
    grid-row: 1 / span 3;
}
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(4) {
    grid-column: 3 / span 2;
    grid-row: 2 / span 1;
}
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(5) {
    grid-column: 1 / span 4;
    grid-row: 3 / span 2;
}
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(6) {
    grid-column: 5 / span 2;
    grid-row: 4 / span 1;
}

}

/* Khi filter thì ép grid ngang đều, ảnh to hơn */
#project-area-1 .shuffle-wrapper.filtered {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)); /* ✅ to hơn */
    gap: 5px 20px;
    justify-content: center;
    align-items: start;
    width: 100% !important;
    max-width: 1600px; /* container rộng hơn mosaic */
    margin: 0 auto;
    padding-top: 20px;
    column-gap: 15px;   /* ✅ chỉ khoảng cách ngang */
    row-gap: 25px;
}

/* Item giữ đúng tỷ lệ ngang */
/* Item chiếm 2 cột để to hơn */
#project-area-1 .shuffle-wrapper.filtered .shuffle-item {
    grid-column: span 2 !important;  /* ✅ chiếm 2 cột */
    grid-row: auto !important;

    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: block;
    height: 100%;
    margin-right: 10px;
}

/* Ảnh full khung */
#project-area-1 .shuffle-wrapper.filtered .shuffle-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    position: relative; /* bỏ absolute */
}

#project-area-1 .shuffle-wrapper.filtered .shuffle-item:nth-child(2n) {
    margin-right: 0; /* ✅ bỏ margin thừa cho item cuối hàng */
}
#project-area-1 .shuffle-item.filtered-out {
    display: none !important;
}
#project-area-1 .shuffle-item.filtered-in {
    display: block !important;
}





/*#project-area-1 .shuffle-wrapper.filtered {*/
/*    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
/*    grid-auto-rows: 250px; !* ép chiều cao đều nhau *!*/
/*    gap: 15px;*/
/*    justify-content: start;*/
/*}*/
/*#project-area-1 .shuffle-wrapper.filtered .shuffle-item {*/
/*    grid-column: auto !important;*/
/*    grid-row: auto !important;*/
/*}*/
/*#project-area-1 .shuffle-wrapper.filtered .shuffle-item img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover; !* ảnh fill khung *!*/
/*}*/


/* Khi filter → bỏ mosaic, ép về grid đều */
/*#project-area-1.filtered .shuffle-item {*/
/*    grid-column: auto !important;*/
/*    grid-row: auto !important;*/
/*    position: static !important;*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*    margin: 0 !important;*/
/*    display: block !important;*/
/*}*/
 /*Mobile: 2 cột đều nhau */
@media (max-width: 767px) {
    #project-area-1 .shuffle-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0px 10px;
        margin: 0 auto;

        /* Reset desktop */
        grid-auto-rows: 150px; /* chỉnh chiều cao item */
        grid-auto-flow: row !important;
        height: auto !important;
    }

    #project-area-1 .shuffle-wrapper > .shuffle-item {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        opacity: 1 !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;

        /* Reset mosaic PC */
        grid-column: auto !important;
        grid-row: auto !important;
    }

    #project-area-1 .shuffle-wrapper > .shuffle-item .project-img-container {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        border-radius: 6px !important;
        position: relative !important;
    }

    #project-area-1 .shuffle-wrapper > .shuffle-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 6px !important;
    }
}


/* Mobile: sole pattern */
/* Mobile: 2 cột đều nhau */
/* Mobile: sole pattern */
/*@media (max-width: 767px) {*/
/*    #project-area-1 .shuffle-wrapper-1 {*/
/*        display: grid !important;*/
/*        grid-template-columns: 1fr 1fr; !* 2 cột *!*/
/*        gap: 10px;*/
/*    }*/

/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item {*/
/*        all: unset;*/
/*        display: block !important;*/
/*        width: 100% !important;*/
/*    }*/

/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item img {*/
/*        width: 100% !important;*/
/*        height: 100% !important;*/
/*        object-fit: cover;*/
/*        border-radius: 6px;*/
/*        display: block;*/
/*    }*/

/*    !* Hàng 1: trái rectangle, phải square *!*/
/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item:nth-child(1) {*/
/*        grid-column: 1;      !* cột trái *!*/
/*        aspect-ratio: 4/3;*/
/*    }*/
/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item:nth-child(2) {*/
/*        grid-column: 2;      !* cột phải *!*/
/*        aspect-ratio: 1/1;*/
/*    }*/

/*    !* Hàng 2: trái square, phải rectangle *!*/
/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item:nth-child(3) {*/
/*        grid-column: 1;*/
/*        aspect-ratio: 1/1;*/
/*    }*/
/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item:nth-child(4) {*/
/*        grid-column: 2;*/
/*        aspect-ratio: 4/3;*/
/*    }*/

/*    !* Hàng 3: trái rectangle, phải square *!*/
/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item:nth-child(5) {*/
/*        grid-column: 1;*/
/*        aspect-ratio: 4/3;*/
/*    }*/
/*    #project-area-1 .shuffle-wrapper-1 .shuffle-item:nth-child(6) {*/
/*        grid-column: 2;*/
/*        aspect-ratio: 1/1;*/
/*    }*/
/*}*/




    /* Nút "Xem Thêm Dự Án" */
#project-area-1 .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#project-area-1 .btn-home-about {
    display: inline-block;
    padding: 12px 28px;
    background-color: #8B2E1D;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
}

#project-area-1 .btn-home-about:hover {
    background-color: #a73a27;
    transform: translateY(-2px);
}

/* Ẩn phần tử khi filter */
#project-area-1 .shuffle-item.hidden {
    display: none !important;
    opacity: 0 !important;
    transform: scale(0.9) !important;
    pointer-events: none !important;
    transition: all 0.3s ease;
}
/* Reset Shuffle inline styles css tiêu biểu */
/* Reset Shuffle inline style */
/* Reset cơ bản để tránh Shuffle.js inline style phá grid */
/*    GRID DESKTOP (3 cột) */

/* GRID layout cho phần Thiết kế tiêu biểu */
.shuffle-wrapper-2 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 3 cột desktop */
    gap: 10px 20px; /* ✅ ngang và dọc đều có khoảng cách */
    height: auto !important;
    align-content: start;  /* tránh grid kéo giãn */
    overflow: visible !important; /* ✅ tránh container bị giữ chiều cao */
    min-height: 0 !important;
    grid-auto-flow: dense;  /* ✅ ép grid lấp kín chỗ trống */
}
/*.shuffle-wrapper-2 .shuffle-item.filtered-out {*/
/*    display: none !important;*/
/*}*/
/*.shuffle-wrapper-2 .shuffle-item.filtered-in {*/
/*    display: block !important;*/
/*}*/
/*.shuffle-wrapper-2[style] {*/
/*    height: auto !important;*/
/*    min-height: 0 !important;  !* ép không giữ khoảng trắng *!*/
/*    overflow: visible !important; !* tránh container giữ chiều cao cũ *!*/
/*}*/

.shuffle-wrapper-2 .shuffle-item {
    position: static !important;   /* bỏ absolute */
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;        /* xoá inline width */
    height: auto !important;       /* xoá inline height */
    display: block !important;     /* ép grid item hiển thị đúng */
}


.shuffle-wrapper-2 .photo-item {
    aspect-ratio: 4 / 3;  /* ✅ thay vì height cố định */
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    font-size: 0;
}
.shuffle-wrapper-2 .photo-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;  /* ✅ cắt zoom ảnh để lấp đầy */
    display: block;
}



/* Overlay info */
.shuffle-wrapper-2 .project-item-info {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 12px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
    color: #fff;
}

/* Responsive Tablet */
@media (max-width: 992px) {
    .shuffle-wrapper-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* Responsive Mobile: 2 cột */
@media (max-width: 767.98px) {
    .shuffle-wrapper-2 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; /* 2 cột */
        gap: 10px;
        padding: 0 10px;
    }

    /* Khung ảnh */
    .shuffle-wrapper-2 .shuffle-item {
        position: static !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        aspect-ratio: 4 / 3; /* ✅ luôn ra hình chữ nhật ngang */
        border-radius: 6px;
        overflow: hidden;
    }

    /* Ảnh fill khung */
    .shuffle-wrapper-2 .shuffle-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;  /* ✅ cắt zoom ảnh để lấp đầy */
        display: block;     /* xoá khoảng trắng dưới ảnh */
    }
}





/* nội thất phong kiến  */
.home-product-carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* luôn đứng đầu */
    align-items: stretch;        /* chiếm full ngang */
    padding: 4px;                /* giảm padding */
    height: auto;                /* container co theo nội dung */
}

.home-product-carousel-item img {
    width: 100%;
    height: auto;          /* co theo tỉ lệ gốc */
    max-height: none;      /* loại bỏ max-height cố định */
    object-fit: cover;     /* fill hết ô */
    border-radius: 6px;
    display: block;
    image-rendering: auto; /* smooth */
    image-rendering: crisp-edges; /* pixel art */
}

.home-product-info {
    text-align: center;
    padding: 4px 0 0;     /* khoảng cách nhỏ */
    font-size: 14px;
    flex: none;            /* không giãn theo chiều dọc */
}

@media (max-width: 768px) {
    .home-product-carousel-item {
        width: 50%;       /* mỗi item chiếm 50% ngang */
        box-sizing: border-box;
        padding: 4px;     /* khoảng cách đều */
    }

    .home-product-carousel-item img {
        width: 100%;
        aspect-ratio: auto;   /* giữ tỉ lệ gốc */
        object-fit: cover;    /* crop vừa khung */
    }


    .home-product-info {
        padding: 4px 0 0;
        font-size: 13px;
    }
}


/* Sửa bộ lọc  */
/* =================== Mosaic Desktop - Project Area 1 =================== */
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(1) { grid-column: 1 / span 2; grid-row: 1 / span 2; }
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(2) { grid-column: 3 / span 2; grid-row: 1 / span 1; }
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(3) { grid-column: 5 / span 2; grid-row: 1 / span 3; }
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(4) { grid-column: 3 / span 2; grid-row: 2 / span 1; }
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(5) { grid-column: 1 / span 4; grid-row: 3 / span 2; }
#project-area-1 .shuffle-wrapper > .shuffle-item:nth-of-type(6) { grid-column: 5 / span 2; grid-row: 4 / span 1; }

/*!* =================== Mosaic Desktop - Shuffle Wrapper 2 (Thiết kế tiêu biểu) =================== *!*/
/*.shuffle-wrapper-2 > .shuffle-item:nth-of-type(1) { grid-column: 1 / span 1; grid-row: 1 / span 1; }*/
/*.shuffle-wrapper-2 > .shuffle-item:nth-of-type(2) { grid-column: 3 / span 1; grid-row: 1 / span 2; }*/
/*.shuffle-wrapper-2 > .shuffle-item:nth-of-type(3) { grid-column: 1 / span 1; grid-row: 2 / span 1; }*/

/*!* ... thêm nth-of-type khác nếu cần ... *!*/

/* =================== Reset khi filter =================== */
#project-area-1.filtered .shuffle-item,
.shuffle-wrapper-2.filtered .shuffle-item {
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
}
/*!* sửa text Trang chủ › Dự án tiêu biểu ›
Nhà gỗ 3 gian Lim xanh Thanh Hóa bên trang chi tiết   *!*/

.breadcrumb-custom {
    display: flex;
    flex-wrap: wrap;       /* ✅ cho phép xuống dòng */
    align-items: center;
    gap: 6px;
}

.breadcrumb-custom a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: inline-flex;  /* mỗi link + icon là 1 cụm */
    align-items: center;
    white-space: nowrap;   /* không bẻ chữ bên trong link */
    position: relative;
}

.breadcrumb-custom a:not(:last-child)::after {
    content: url('/images/chevron-right.svg');
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;        /* icon không bị ép */
}

.breadcrumb-custom img {
    display: none;
}

/* Mobile */
@media (max-width: 1023px) {
    /* Breadcrumb tổng */
    .breadcrumb-custom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
    }

    /* Khối cuối (current project) */
    .breadcrumb-custom:last-of-type {
        flex-basis: 100%;       /* ✅ chiếm trọn dòng */
        margin-top: 6px;
    }

    .breadcrumb-custom:last-of-type .current {
        display: block;
        font-size: 13px;
        white-space: normal;    /* ✅ tên dài tự xuống dòng */
        word-break: break-word; /* ✅ tránh tràn màn hình */
    }

    /* Các link */
    .breadcrumb-custom a {
        font-size: 13px;
        color: #333;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;    /* ✅ không cắt chữ trong link */
    }

    .breadcrumb-custom img {
        width: 12px;
        height: 12px;
    }
}
/* Đảm bảo wrapper dùng flex/grid để order hoạt động */

.grid-fix {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.shuffle-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
