/* ========== FONT FAMILY LINK ========== */
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");
/* ========== ROOT ========== */
:root {
  --C-BLACK: #000000;
  --C-DARK: #1b0b0c;
  --C-ORANGE: #f16f24;
  --C-ASH: #c3c1c1;
  --C-WHITE: #ffffff;
}

/* ========== DEFAULT STYLE ========== */
body {
  font-family: "Mulish", sans-serif;
}
* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

/* ========== RESET TAG ========== */
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
button,
textarea,
label {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}
button {
  background: transparent;
  color: var(--C-BLACK);
  box-shadow: none;
  border-radius: 0;
  border: none;
}
img{
    object-fit: cover;
}
a {
  text-decoration: none;
  display: inline-block;
  color: var(--C-BLACK);
}
a:hover {
  text-decoration: none;
  color: var(--C-BLACK);
}
li {
  list-style: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  border-bottom: 1.3px solid rgba(0, 0, 0, 0.125) !important;
  background-color: var(--C-WHITE);
  font-weight: 600 !important;
  color: var(--C-DARK);
  box-shadow: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  background-color: rgba(27, 11, 12, 0.25);
  color: var(--C-DARK);
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  font-weight: 700;
  font-size: 15px;
  height: 30px;
  width: 30px;
}
.headOffice-slider .swiper-button-next:after,
.headOffice-slider .swiper-button-prev:after {
  background-color: rgba(241, 111, 36, 0.3);
  color: var(--C-ASH);
}
.swiper-pagination-bullet-active {
  background: var(--C-ORANGE);
}

/* ========== NAV SECTION ========== */
.header {
  box-shadow: 0px 10px 8px -8px rgb(223 221 221);
}
.header .container-lg {
  width: 80% !important;
}
.header .top-header {
  background-color: var(--C-DARK);
}
.top-header a {
  transition: color 0.35s linear;
  color: var(--C-WHITE);
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  opacity: 0.87;
}
.top-header a:hover {
  color: var(--C-ORANGE);
}
.top-header a {
  border-color: #6a6a6a !important;
}
@media only screen and (max-width: 768px) {
  .header .container-lg {
    width: 95% !important;
  }
}
@media only screen and (max-width: 576px) {
  .header .container-lg {
    width: 98% !important;
  }
}
@media only screen and (max-width: 360px) {
  .top-header a {
    font-size: 12px;
    padding: 5px;
  }
}

.header .logo-header {
  padding: 25px 0 0;
}
.header .logo-header .menu-btn {
  padding-right: 25px;
  padding-top: 5px;
  font-size: 28px;
}
.logo-header .logo-img {
  max-width: 200px;
}
.logo-header .search {
  border: 1px solid #7b7b7b;
  color: #4d5256;
  padding: 15px;
  width: 70%;
}
.logo-header label {
  padding-right: 15px;
  font-size: 16px;
}
.logo-header input {
  font-size: 16px;
  border: none;
  padding: 0;
}
.logo-header input[type="submit"] {
  transition: color 0.35s, background-color 0.35s;
  background-color: var(--C-DARK);
  border: 1px solid var(--C-DARK);
  color: var(--C-WHITE);
  padding: 15px 25px;
  font-weight: 500;
}
.logo-header input[type="submit"]:hover {
  background-color: var(--C-WHITE);
  transition: color 0.35s;
  color: var(--C-DARK);
}
#results-container {
  background-color: var(--C-DARK);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
}
#results-container li a {
  color: var(--C-WHITE);
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.87;
}
#results-container li:hover {
  background-color: var(--C-ORANGE);
  transition: background-color 0.35s;
}
@media only screen and (max-width: 768px) {
  .header .logo-header {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 576px) {
  .header .logo-header {
    padding: 10px 0;
  }
  .logo-header .logo-img {
    margin: 0 auto 15px;
    max-width: 200px;
  }
  .logo-header .search {
    padding-left: 15px !important;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0;
  }
  .logo-header input[type="submit"] {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 360px) {
  .logo-header .search {
    width: 70%;
  }
  .logo-header input[type="submit"] {
    padding: 7px 15px;
  }
}

.header .menu-header .menu-item {
  transition: font-weight 0.35s, border-bottom 0.35s;
  border-bottom: 2px solid var(--C-WHITE);
  padding: 15px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.header .menu-header .menu-item:hover {
  border-color: var(--C-BLACK);
  font-weight: 700;
}
.menu-header ul {
  position: relative;
}
.menu-header .mega-menu {
  box-shadow: 0 6px 12px rgb(77 82 86 / 18%);
  transition: visibility 0.35s, opacity 0.35s;
  grid-template-columns: repeat(4, 25%);
  border-bottom: 1px solid #3a3a3a;
  background-color: var(--C-WHITE);
  visibility: hidden;
  position: absolute;
  min-height: 150px;
  display: grid;
  padding: 25px;
  z-index: 99;
  width: 100%;
  opacity: 0;
  top: 46px;
  left: 0;
}
.menu-header .brand-menu {
  grid-template-columns: repeat(7, 16.66%);
  padding: 0;
}
.menu-header ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.mega-menu .mega-list {
  margin-bottom: 15px;
  margin-right: 15px;
}
.brand-menu .mega-list {
  margin-right: 0;
}
.mega-menu .list-title {
  transition: background-color 0.35s;
  background-color: var(--C-WHITE);
  padding: 7px 0 7px 5px;
  color: var(--C-BLACK);
  font-weight: 700;
  display: block;
}
.mega-menu .list-title:hover {
  background-color: rgba(241, 111, 36, 0.15);
  color: var(--C-ORANGE);
}
.brand-menu .list-title {
  background-color: var(--C-DARK);
  color: var(--C-WHITE);
}
.brand-menu .list-title:hover {
  background-color: var(--C-ORANGE);
  color: var(--C-WHITE);
}
.mega-menu .mega-item {
  padding: 5px 0 5px 10px;
  transition: color 0.35s;
  color: var(--C-BLACK);
  display: block;
}
.mega-menu .mega-item:hover {
  color: var(--C-ORANGE);
}

.header .sidebar {
  width: 220px;
}
.header .sidebar .menu-item {
  border-bottom: 1px solid #f1f1f1;
  font-weight: var(--FW-MED);
  padding: 7px 15px;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .header .sidebar {
    width: 60% !important;
  }
}
/* ========== NAV SECTION END ========== */

/* ========== BANNER SECTION ========== */
.banner {
  padding: 20px 0;
}
@media only screen and (max-width: 540px) {
  .banner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 360px) {
  .banner {
    padding: 15px 0;
  }
}
/* ========== BANNER SECTION END ========== */

/* ========== GREETING SECTION ========== */
.greeting .greeting-content {
  padding-right: 25px;
}
.suggest span,
.greeting-content span {
  letter-spacing: 4.8px;
  font-size: 18px;
  opacity: 0.67;
}
.greeting-content h2 {
  line-height: 1.33;
  font-weight: 700;
  font-size: 40px;
  padding: 15px 0;
}
.greeting-content p {
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  opacity: 0.67;
  padding: 2% 0;
}
.greeting-content a {
  transition: color 0.35s, background-color 0.35s;
  border: 1px solid var(--C-ASH);
  letter-spacing: 1.2px;
  padding: 14px 25px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 4%;
}
.greeting-content a:hover {
  background-color: var(--C-ORANGE);
  color: var(--C-WHITE);
}
@media only screen and (max-width: 768px) {
  .greeting-content span {
    letter-spacing: 2px;
  }
  .greeting-content h2 {
    font-size: 31px;
    padding: 10px 0;
  }
  .greeting-content p {
    line-height: 1.6;
  }
  .greeting-content a {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 540px) {
  .greeting .greeting-content {
    padding: 0;
  }
  .greeting-content img {
    padding: 15px 0;
  }
  .greeting-content h2 {
    font-size: 26px;
  }
  .greeting-content a {
    text-align: center;
    font-size: 14px;
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .suggest span,
  .greeting-content span {
    font-size: 14px;
  }
  .greeting-content img {
    padding: 7px 0;
  }
  .greeting-content h2 {
    font-size: 24px;
  }
}
/* ========== GREETING SECTION END ========== */

/* ========== PRODUCT SECTION ========== */
.product {
  padding: 30px 0 50px;
}
.section-title {
  margin-top: 20px;
}
.section-title h4 {
  letter-spacing: 4.8px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  opacity: 0.67;
  padding: 2% 0;
}
.product .item {
  position: relative;
  overflow: hidden;
  margin: 15px 2%;
  height: 350px;
}
.product .item img {
  min-height: 100%;
}
.product .overly {
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  flex-direction: column;
  position: absolute;
  text-align: center;
  color: var(--C-WHITE);
  display: flex;
  padding: 50px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.product .overly::before,
.product .overly::after {
  transition: opacity 0.35s, transform 0.35s, border 0.35s;
  border: 1px solid var(--C-WHITE);
  transform: scale(0, 1);
  position: absolute;
  bottom: 40px;
  right: 40px;
  content: "";
  left: 40px;
  opacity: 0;
  top: 40px;
}
.product .overly:hover::before,
.product .overly:hover::after {
  transform: scale(1);
  opacity: 1;
}
.product .overly h3 {
  transform: translate3d(0, -20px, 0);
  transition: transform 0.35s;
  word-spacing: 5px;
  font-size: 25px;
}
.product .overly:hover h3 {
  transform: translate3d(0, 0, 0);
}
.product .overly p {
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 20px, 0);
  font-size: 18px;
  padding: 20px 0;
  opacity: 0;
}
.product .overly:hover p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .product .item {
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .product .item {
    height: 280px;
  }
  .section-title h4 {
    font-size: 16px;
  }
  .product .item {
    margin: 15px 5%;
  }
}
/* ========== PRODUCT SECTION END ========== */

/* ========== BRAND SECTION ========== */
.brand {
  margin-bottom: 50px;
}
/* ========== BRAND SECTION END ========== */

/* ========== FOOTER SECTION ========== */
.footer {
  background-color: var(--C-DARK);
  padding: 70px 0 50px;
}

.footer-logo {
  width: 200px;
}

.footer-social .item {
  transition: color 0.35s;
  color: var(--C-WHITE);
  font-size: 32px;
  padding: 25px;
}

.footer-link .item {
  transition: color 0.35s;
  color: var(--C-WHITE);
  padding: 0 25px 25px;
  font-weight: 600;
  font-size: 18px;
}
.footer-social .item:hover,
.footer-link .item:hover {
  color: var(--C-ORANGE);
}

.footer-copyright p {
  color: var(--C-WHITE);
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .footer-social .item {
    font-size: 26px;
    padding: 20px;
  }
  .footer-link .item {
    padding: 0 15px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .footer {
    padding: 50px 0 30px;
  }
  .footer-social .item {
    padding: 20px 20px 20px 0;
  }
  .footer-link .item {
    padding: 0 15px 15px;
  }
}
/* ========== FOOTER SECTION END ========== */

/* ----------- category.html ---------- */

/* ========== SIDEBAR SECTION ========== */
.category-title {
  font-weight: 800;
  font-size: 32px;
  padding: 2% 0;
}
.main-sidebar h6 {
  letter-spacing: 3.8px;
  line-height: 1.67;
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
  opacity: 0.67;
}
.main-sidebar button {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}
.main-sidebar .item {
  transition: color 0.35s;
  color: var(--C-BLACK);
  padding: 5px 0;
  opacity: 0.67;
}
.main-sidebar .item:hover {
  color: var(--C-ORANGE);
}
.main-sidebar .btn {
  transition: color 0.35s, background-color 0.35s;
  background-color: var(--C-DARK);
  color: var(--C-WHITE);
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
}
.main-sidebar .btn:hover {
  background-color: var(--C-ORANGE);
  border-color: var(--C-ORANGE);
  color: var(--C-WHITE);
}
.main-sidebar form .form-check {
  color: var(--C-BLACK);
  opacity: 0.67;
}
.main-sidebar form .btn {
  background-color: var(--C-WHITE);
  border: 1px solid var(--C-BLACK);
  color: var(--C-BLACK);
  margin-top: 5px;
}
/* ========== SIDEBAR SECTION END ========== */

/* ========== CONTENT SECTION ========== */
.content .content-header {
  border-bottom: 1px solid var(--C-ASH);
  padding: 15px 0 30px;
}
.content .content-header h4 {
  font-weight: 700;
  font-size: 24px;
  opacity: 0.67;
}
.content .content-header select {
  width: auto !important;
  font-size: 16px;
  opacity: 0.67;
  padding: 10px;
}
.content-header .accordion-body {
  background-color: var(--C-ORANGE);
  margin-top: 25px;
}
.content-header .accordion-body .btn {
  background-color: var(--C-DARK);
  color: var(--C-WHITE);
  margin-left: 15px;
  width: 125px;
}
@media only screen and (max-width: 540px) {
  .content .content-header h4 {
    padding-bottom: 15px;
  }
  .content-header .accordion-body {
    margin-top: 5px;
  }
  .content .content-header select {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .content-header .accordion-body .btn {
    margin-left: 0;
    width: 100%;
  }
  .category .sidebar {
    width: 100%;
  }
}

.content .content-div {
  margin-top: 25px;
}
.content .overly {
  transform: translate(-50%, -50%);
  transition: opacity 0.35s;
  width: auto !important;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
}
.content .card:hover .overly {
  opacity: 1;
}
.suggest .card-body,
.content-div .card-body {
  border-top: 1px solid #ededed;
  background-color: #f9f9f9;
}
.suggest .card h5,
.content-div .card h5 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 15px;
}
.suggest .card button,
.content-div .card button {
  transition: background-color 0.35s;
  background-color: var(--C-ORANGE);
  color: var(--C-WHITE);
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
}
.suggest .card button:hover,
.content-div .card button:hover {
  background-color: var(--C-DARK);
}
/* ========== CONTENT SECTION END ========== */

/* ----------- product.html ---------- */

/* ========== SHOW SECTION ========== */
.show-section {
  margin: 50px 0;
}
.show-section .show-details h1 {
  padding-bottom: 4%;
  font-weight: 800;
  font-size: 24px;
  opacity: 0.87;
  width: 80%;
}
.show-section .show-details span {
  padding-bottom: 2%;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.67;
}
.show-section .show-details p {
  background-color: #e7faef;
  border: 1px solid #c5f3d9;
  display: inline-block;
  border-radius: 6px;
  color: #097839;
  font-size: 14px;
  padding: 10px;
  margin: 5px 0;
}
.show-section .show-details h6 {
  font-weight: 700;
  padding: 10px 0;
  font-size: 20px;
  opacity: 0.87;
}
.show-details .item-img {
  box-shadow: 1px 2px 0px 2px #efefef;
  transition: box-shadow 0.35s;
  border-radius: 50%;
  height: auto;
  width: 70px;
}
.show-details .item-img:hover {
  box-shadow: none;
}
.show-details .item-img img {
  border-radius: 50%;
}
.show-details .btn {
  transition: color 0.35s, background-color 0.35s;
  background-color: var(--C-DARK);
  border: 1px solid var(--C-DARK);
  color: var(--C-WHITE);
  margin: 4% 0;
}
.show-details .btn:hover {
  background-color: var(--C-WHITE);
  color: var(--C-BLACK);
}
.show-details .item {
  border: 1px solid #ededed;
  transition: color 0.35s;
  border-radius: 4px;
  margin-right: 15px;
  line-height: 20px;
  color: #16607b;
  font-weight: 700;
  padding: 6px 8px;
}
.show-details .item:hover {
  color: var(--C-ORANGE);
}
.show-details ul li:nth-child(1) i {
  color: #bd071d;
  font-size: 20px;
}
.show-details ul li:nth-child(2) i {
  color: #00b6f1;
  font-size: 20px;
}
.show-details ul li:nth-child(3) i {
  color: #3b5998;
  font-size: 20px;
}
.show-details ul li:nth-child(4) i {
  color: #dd4b38;
  font-size: 20px;
}
/* ========== SHOW SECTION END ========== */

/* ========== DETAILS SECTION ========== */
.details .details-header {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position: relative;
  height: 80px;
}
.details-header button {
  border-top: 5px solid var(--C-DARK);
  background-color: var(--C-WHITE);
  position: absolute;
  opacity: 0.87;
  height: 100px;
  width: 20%;
  top: -10px;
  left: 0;
}
.details .details-text {
  border-bottom: 5px solid var(--C-DARK);
  margin-bottom: 25px;
  position: relative;
  padding: 40px 60px;
}
.details-text h3 {
  transform: rotate(90deg);
  position: absolute;
  font-weight: 800;
  font-size: 40px;
  opacity: 0.1;
  left: -50px;
  top: 75px;
}
.details-text p {
  font-size: 16px;
  opacity: 0.67;
}
.details-text h6 {
  font-weight: 700;
  font-size: 24px;
  padding: 25px 0;
  opacity: 0.87;
}
.details-text ul li {
  list-style: disc;
  font-size: 16px;
  opacity: 0.67;
}
.suggest span {
  letter-spacing: 0;
  font-size: 14px;
}
/* ========== DETAILS SECTION END ========== */

/* ----------- about.html ---------- */

/* ========== ABOUT SECTION ========== */
.container-banner {
  margin: 50px 0;
}
.container-banner img{
    width: 100%;
    height: auto;
}
.about-section .about-img {
  justify-content: center;
  display: flex;
  width: 350px;
  float: left;
}
.about-section .about-img img {
  width: 75%;
}
.about-section p {
  color: var(--C-BLACK);
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.67;
}
@media only screen and (max-width: 768px) {
  .about-section .about-img {
    width: 270px;
  }
}
@media only screen and (max-width: 540px) {
  .about-section .about-img {
    display: none;
  }
}
/* ========== ABOUT SECTION END ========== */

/* ========== MESSAGE SECTION ========== */
.message-section {
  background-color: var(--C-DARK);
  margin-bottom: 30px;
  cursor: pointer;
  padding: 25px;
}
.message-section h6 {
  color: var(--C-WHITE);
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.message-section p {
  color: var(--C-WHITE);
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.87;
}
/* ========== MESSAGE SECTION END ========== */

/* ========== HISTORY SECTION ========== */
.history {
  margin: 50px 0;
}
.history .item {
  border-radius: 4px;
  min-height: 240px;
  cursor: pointer;
  display: flex;
  padding: 20px;
}
.history .item:hover {
  box-shadow: -3px 11px 13px 3px #cacaca;
}
.history .item span {
  letter-spacing: 1.6px;
  font-weight: 700;
  padding-right: 0;
  font-size: 26px;
}
.history .item:hover span {
  transition: font-size 0.45s, padding-left 0.35s;
  padding-right: 10px;
  font-size: 21px;
}
.history .item img {
  transition: transform 0.5s;
  transform: rotate(30deg);
  margin-top: 15px;
  height: 40px;
  width: 30px;
}
.history .item:hover img {
  transform: rotate(0deg);
}
.history .text {
  transform: padding-left 0.35s;
  margin-top: 35px;
  padding-left: 0;
}
.history .item:hover .text {
  padding-left: 10px;
}
.history .text h4 {
  letter-spacing: 1.6px;
  color: var(--C-DARK);
  padding-bottom: 10px;
  font-weight: 800;
  font-size: 24px;
  opacity: 0.87;
}
.history .item:hover h4 {
  transition: font-size 0.45s;
  font-size: 26px;
}
.history .text p {
  font-weight: 500;
  opacity: 0.67;
}
@media only screen and (max-width: 576px) {
  .history .item {
    padding: 10px;
  }
}
/* ========== HISTORY SECTION END ========== */

/* ========== MV SECTION ========== */
.mv-section .mv-inner {
  background-color: var(--C-DARK);
  padding: 50px;
}
.mv-section .item h4 {
  color: var(--C-WHITE);
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  opacity: 0.87;
}
.mv-section .item h4 span {
  font-weight: 300;
}
.mv-section .item h4::before,
.mv-section .item h4::after {
  position: absolute;
  width: 1.5px;
  height: 50%;
  content: "";
  left: 0;
}
.mv-section .item h4::before {
  background-color: var(--C-ASH);
  top: 0;
}
.mv-section .item h4::after {
  background-color: var(--C-ORANGE);
  bottom: 0;
}
.mv-section .item p {
  color: var(--C-WHITE);
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.87;
}
@media only screen and (max-width: 540px) {
  .mv-section .mv-inner {
    padding: 20px;
  }
  .mv-section .item h4 {
    margin-top: 25px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .mv-section .item h4 {
    font-size: 25px;
  }
}
/* ========== MV SECTION END ========== */

/* ========== INNOVATION SECTION ========== */
.innovation {
  margin: 50px 0;
}
.innovation .item {
  text-align: center;
  cursor: pointer;
}
.innovation .item {
  padding: 25px 15px;
  border-radius: 4px;
}
.innovation .item:hover {
  box-shadow: -3px 11px 13px 3px #cacaca;
  transition: box-shadow 0.35s;
}
.innovation .item .icon {
  background-color: var(--C-DARK);
  color: var(--C-ORANGE);
  place-items: center;
  border-radius: 50%;
  font-size: 36px;
  margin: 0 auto;
  height: 120px;
  display: grid;
  width: 120px;
}
.innovation .item:hover .icon i {
  transform: rotateY(-360deg);
  transition: transform 0.7s;
  color: var(--C-WHITE);
}
.innovation .item h4 {
  padding: 5px 30px 15px;
  letter-spacing: 1.6px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 28px;
}
.innovation .item h4::after {
  background-color: var(--C-ORANGE);
  position: absolute;
  content: "";
  height: 5px;
  bottom: 0;
  width: 0;
  left: 0;
}
.innovation .item:hover h4::after {
  width: 100%;
  transition: width 0.7s;
}
.innovation .item p {
  font-weight: 500;
  font-size: 15px;
  padding: 15px 0;
  opacity: 0.67;
}
/* ========== INNOVATION SECTION END ========== */

/* ========== TRAINING SECTION ========== */

.training {
  margin: 50px 0;
}
.training .item {
  align-items: center;
  position: relative;
  display: flex;
  height: 220px;
  width: 100%;
}
.training .item:first-child {
  background-color: var(--C-ORANGE);
  justify-content: flex-end;
}
.training .item:last-child {
  background-color: var(--C-DARK);
}
.training .item img {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}
.training .item:first-child img {
  left: 0;
}
.training .item:last-child img {
  right: 0;
}
.training .item .inner {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 99;
  width: 61%;
}
.training .item:first-child .inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  background-color: var(--C-ORANGE);
  justify-content: flex-end;
}
.training .item:last-child .inner {
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
  background-color: var(--C-DARK);
}
.training .item h4 {
  transition: letter-spacing 0.35s, opacity 0.35s;
  color: var(--C-WHITE);
  letter-spacing: 1.6px;
  font-weight: 800;
  font-size: 34px;
}
.training .item:first-child h4 {
  padding-right: 25px;
}
.training .item:last-child h4 {
  padding-left: 25px;
}
.training .item:hover h4 {
  text-shadow: 2px 2px var(--C-ASH);
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .training .item .inner {
    width: 61%;
  }
  .training .item:first-child .inner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  }
  .training .item:last-child .inner {
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
    background-color: var(--C-DARK);
  }

}
@media only screen and (max-width: 576px) {
  .training .item h4 {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .training .item:first-child h4 {
    padding-right: 5px;
  }
  .training .item:last-child h4 {
    padding-left: 5px;
  }
}
/* ========== TRAINING SECTION END ========== */

/* ----------- contact.html ---------- */

/* ========== OFFICES SECTION ========== */
.message {
  margin-bottom: 50px;
  padding: 15px 0;
}
.message img {
  padding: 0 25%;
}
.message .input-group {
  margin-bottom: 15px;
}
.message .input-group input,
.message .input-group textarea {
  border: 1px solid var(--C-ORANGE);
  border-radius: 7px;
  padding: 7px 15px;
  font-size: 16px;
  width: 70%;
}
.message .input-group textarea {
  height: 120px;
}
.message .input-group input[type="submit"] {
  background-color: var(--C-ORANGE);
  color: var(--C-WHITE);
  font-weight: 600;
}
.message .input-group input[type="submit"]:hover {
  background-color: var(--C-DARK);
  border-color: var(--C-DARK);
  transition: background-color 0.35s, border-color 0.35s;
}
@media only screen and (max-width: 768px) {
  .message img {
    padding: 0 5%;
  }
  .message .input-group input,
  .message .input-group textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .message {
    margin-bottom: 25px;
    padding: 15px 0 0;
  }
  .message .input-group {
    margin-bottom: 15px;
  }
  .message .input-group input,
  .message .input-group textarea {
    padding: 5px 12px;
    font-size: 14px;
    width: 100%;
  }
  .message .input-group textarea {
    height: 90px;
  }
}
/* ========== OFFICES SECTION END ========== */

/* ========== OFFICES SECTION ========== */
.offices-section {
  overflow: hidden !important;
  margin-bottom: 35px;
}
.offices-section .item {
  box-shadow: -4px 7px 40px -14px #cacaca;
  background-color: var(--C-WHITE);
  transition: box-shadow 0.35s;
  overflow: hidden !important;
  margin-bottom: 20px;
  border-radius: 3px;
  position: relative;
  height: 300px;
}
.offices-section .item:hover {
  box-shadow: -3px 11px 13px 3px #cacaca;
}
.offices-section .item img {
  object-fit: cover;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.offices-section .overly {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  cursor: pointer;
  padding: 25px;
  height: 100%;
  width: 50%;
}
.offices-section .item:hover .overly {
  place-items: center;
  text-align: center;
  display: grid;
  width: 100%;
  left: 0;
  top: 0;
  transition: width 0.5s;
}
.offices-section .item h4 {
  opacity: 0.87;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: var(--C-WHITE);
}
.offices-section .item p {
  opacity: 0.67;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: var(--C-WHITE);
}
.offices-section .item button {
  font-weight: 600;
  font-style: italic;
  color: var(--C-WHITE);
}
.offices-section .social-icon {
  font-size: 21px;
  padding: 5px 10px;
  color: var(--C-WHITE);
  transition: color 0.35s;
}
.offices-section .social-icon:hover {
  color: var(--C-ORANGE);
}
/* ========== OFFICES SECTION END ========== */

/* ========== CONTACT SECTION ========== */
.contact-section {
  margin-bottom: 30px;
  background-color: var(--C-DARK);
}
.contact-section .contact-map {
  width: 60%;
  height: 400px;
}
.contact-section iframe {
  width: 100%;
  height: 100%;
}

.contact-section .contact-detail {
  padding-left: 50px;
}
.contact-section .contact-detail h2 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--C-WHITE);
  letter-spacing: 1.6px;
}
.contact-section .item {
  cursor: pointer;
  margin-bottom: 15px;
}
.contact-section .item a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--C-WHITE);
  background-color: var(--C-ORANGE);
}
.contact-section .item:hover a {
  transform: translateY(-10px);
  transition: transform 0.35s;
}
.contact-section .item p {
  width: calc(100% - 40px);
  color: var(--C-WHITE);
  padding-left: 15px;
  font-weight: 500;
  opacity: 0.87;
  transition: color 0.35s;
}
.contact-section .item:hover p {
  color: var(--C-ORANGE);
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-map {
    height: 300px;
    width: 50%;
  }
  .contact-section .contact-detail {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-section > .d-flex {
    flex-direction: column;
  }
  .contact-section .contact-map {
    width: 100% !important;
    height: 175px;
  }
  .contact-section .contact-detail {
    width: 100% !important;
    padding-left: 15px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .contact-section .contact-map {
    width: 200px;
    height: 200px;
  }
  .contact-section .contact-map::before {
    width: 210px;
    height: 200px;
  }
}
/* ========== CONTACT SECTION END ========== */

/* ========== APPLY SECTION ========== */
.apply-section {
  border: 3px solid var(--C-DARK);
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
}
.apply-section .apply-inner {
  width: 60%;
  margin: 0 auto;
}
.apply-section h2 {
  font-size: 24px;
  font-weight: 800;
}
.apply-section p {
  opacity: 0.67;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
}
.apply-section a {
  width: 250px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 15px 15px;
  letter-spacing: 2.5px;
  color: var(--C-WHITE);
  background-color: var(--C-DARK);
  border: 1px solid var(--C-DARK);
  transition: color 0.35s, background-color 0.35s;
}
.apply-section a:hover {
  color: var(--C-BLACK);
  background-color: var(--C-WHITE);
}
@media only screen and (max-width: 768px) {
  .apply-section .apply-inner {
    width: 95%;
  }
}
@media only screen and (max-width: 540px) {
  .apply-section h2 {
    font-size: 21px;
  }
  .apply-section p {
    font-size: 14px;
  }
}
/* ========== APPLY SECTION END ========== */

/* ----------- brand.html ---------- */

/* ========== BRAND SECTION ========== */
.brand-section {
  margin: 50px 0;
}
.brand-section .item {
  box-shadow: -4px 7px 40px -14px #cacaca;
  transition: box-shadow 0.35s;
  margin-bottom: 25px;
}
.brand-section .item:hover {
  box-shadow: -3px 11px 13px 3px #cacaca;
}
/* ========== BRAND SECTION END ========== */

/* ----------- gallery.html ---------- */

/* ========== HEAD OFFICE SECTION ========== */
.headOffice-slider .item {
  height: 320px !important;
  cursor: pointer;
}
.headOffice-slider img {
  object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .headOffice-slider .item {
    height: 210px !important;
  }
}
/* ========== HEAD OFFICE SECTION END ========== */

/* ========== SLIDER SECTION ========== */
.scroll_section h4 {
  opacity: 0;
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  position: relative;
  visibility: hidden;
  margin-bottom: 15px;
  justify-self: center;
  letter-spacing: 1.5px;
  justify-content: center;
  background-color: #ffbf99;
  box-shadow: -4px 7px 40px -14px #cacaca;
  transition: opacity 0.5s, visibility 0.5s;
}
.scroll_section h4::after {
  z-index: -1;
  content: "";
  width: 100%;
  right: -5px;
  height: 100%;
  bottom: -5px;
  position: absolute;
  background-color: rgba(241, 111, 36, 0.2);
}
.section-item:hover h4 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.scroll_section span {
  font-size: 18px;
  font-weight: 500;
  color: #6a6a6a;
  margin-left: auto;
}
.slider .item {
  cursor: pointer;
}
.slide_item a{
  width: 100%;
}
.slider img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .section-item h4 {
    font-size: 18px;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* ========== SLIDER SECTION END ========== */

/* ========== MAGAZINE SECTION ========== */
.magazine-section {
  margin-bottom: 25px;
}
.magazine-section .item {
  height: 440px;
  cursor: pointer;
}
.magazine-section img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.magazine-section h2 {
  display: flex;
  font-size: 21px;
  margin-top: 5px;
  font-weight: 700;
  color: var(--C-ORANGE);
}
.magazine-section span {
  margin-left: auto;
  font-size: 18px;
  opacity: 0.67;
}
@media only screen and (max-width: 540px) {
  .magazine-section .item {
    height: 230px;
  }
  .magazine-section img {
    height: 200px;
  }
  .magazine-section h2 {
    font-size: 16px;
  }
  .magazine-section span {
    font-size: 14px;
  }
}
/* ========== MAGAZINE SECTION END ========== */
