********* Template CSS *********
:root {
--primary: #091c92;
--light: #F8F9FA;
--dark: #182333;
--hover: #22bce6;
}

html {
  scroll-behavior: smooth;
}


[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
font-size: inherit;
margin-left: 0;
}

@font-face {
  font-family: 'Pw-Au';
  src: url('../public/static/PlaywriteAUTAS-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pw-Regular';
  src: url('../public/static/PlaywriteDEGrundGuides-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Caveat-Medium';
  src: url('../public/static/Caveat-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sarabun-Bold';
  src: url('../public/static/Sarabun-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sarabun-Regular';
  src: url('../public/static/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roberto-medium';
  src: url('../public/static/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roberto-Light';
  src: url('../public/static/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roberto-Medium';
  src: url('../public/static/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('../public/static/Oswald-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roberto-Extralight';
  src: url('../public/static/Roboto-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roberto-medium', sans-serif;
  background-color: white;
}

.wrapper {
position: relative;
width: 100%;
max-width: 1366px;
margin: 0 auto;
background: #FFFFFF;
}

.back-to-top {
position: fixed;
display: none;
right: 30px;
bottom: 30px;
z-index: 99;
}


/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}

#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}

a {
color: var(--light);
}

a:hover {
color: var(--hover);
}

/*** Heading ***/
h1,
h2,
.fw-bold {
font-weight: 700 !important;
color: var(--dark);
}

h3,
h4,
.fw-semi-bold {
font-weight: 600 !important;
color: var(--dark);
}

h5,
h6,
.fw-medium {
font-weight: 500 !important;
color: var(--dark);
}

/*** Button ***/
.btn {
font-weight: 500;
transition: .5s;
}

.btn:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
width: 36px;
height: 36px;
}

.btn-sm-square {
width: 30px;
height: 30px;
}

.btn-lg-square {
width: 48px;
height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
padding-left: 0;
padding-right: 0;
text-align: center;
}

.btn.btn-tag {
color: #666666;
font-weight: normal;
border: 1px solid #ced4da;
}

.btn.btn-tag:hover {
color: var(--primary);
background: var(--dark);
border-color: var(--dark);
}


/*** Navbar ***/
.bg-nav-SND {
background-color: var(--dark);
}

.top-bar {
height: 90px;
padding: 0 60px;
}

.navbar-brand img {
max-height: 60px;
}

.nav-bar {
position: relative;
padding: 0 75px;
transition: .5s;
z-index: 9999;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.nav-bar.sticky-top {
position: sticky;
padding: 0;
z-index: 9999;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.navbar-dark .navbar-nav .nav-link {
padding: 30px 10px;
color: var(--light);
font-size: 15px;
text-transform: uppercase;
outline: none;
transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
color: #22bce6
}

@media (max-width: 991.98px) {
.nav-bar {
padding: 0;
}

.nav-bar .navbar-collapse {
margin-top: 12px;
border-top: 1px solid rgba(256, 256, 256, .1);
}

.navbar-dark .navbar-nav .nav-link {
padding: 10px 0;
text-transform: capitalize;
}
}

@media (min-width: 992px) {
.nav-bar-shape {
height: 83px;
margin-top: -83px;
padding: 0 75px;
overflow: hidden;
transition: .5s;
}

.nav-bar-shape.sticky-top {
padding: 0;
}

.nav-bar-shape span {
position: relative;
display: block;
height: 100%;
width: 100%;
background: var(--dark);
}

.nav-bar-shape span::before {
position: absolute;
content: '';
left: -30px;
bottom: 0;
border-left: 30px solid transparent;
border-right: 0 solid transparent;
border-bottom: 83px solid var(--dark);
z-index: 1;
}

.nav-bar-shape span::after {
position: absolute;
content: '';
right: -30px;
bottom: 0;
border-left: 0 solid transparent;
border-right: 30px solid transparent;
border-bottom: 83px solid var(--dark);
z-index: 1;
}
}


/*** Carousel ***/
.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 15, 39, .7);
z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3rem;
height: 3rem;
}

@media (max-width: 768px) {
#header-carousel .carousel-item {
position: relative;
min-height: 500px;
}

#header-carousel .carousel-item img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
}


/*** Header ***/
.page-header {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.page-header-inner {
background: rgba(3, 15, 39, .7);
}

.hero-header {
background: url(../img/Sonoda/180.jpg) top right no-repeat;
background-size: cover;
}

@media (min-width: 992px) {
.hero-header {
padding-left: 75px;
padding-right: 75px;
}
}


/*** Call to Action ***/
.call-to-action-btn::before {
position: absolute;
content: '';
left: -30px;
bottom: 0;
border-left: 30px solid transparent;
border-right: 0 solid transparent;
border-bottom: 90px solid var(--primary);
z-index: 0;
}

.call-to-action-btn::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
right: -100%;
top: 0;
background: var(--primary);
}

@media (max-width: 768px) {
.call-to-action-btn::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: -100%;
top: 0;
background: var(--primary);
z-index: 0;
}
}


/*** Icon Box ***/
.icon-box {
position: relative;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary);
}

.icon-box::before {
position: absolute;
content: "";
width: 0;
height: 0;
top: 0;
left: 0;
border-top: 15px solid #FFFFFF;
border-right: 15px solid transparent;
}

.icon-box::after {
position: absolute;
content: "";
width: 0;
height: 0;
bottom: 0;
right: 0;
border-bottom: 15px solid #FFFFFF;
border-left: 15px solid transparent;
}


/*** Section Header ***/
.section-header {
position: relative;
z-index: 1;
}

.section-header h6 {
position: relative;
display: inline-block;
}

.section-header h6::after {
position: absolute;
content: "";
height: 2px;
top: 50%;
left: -45px;
right: -45px;
margin-top: -1px;
background: var(--hover);
z-index: -1;
}

.section-header.text-start h6 {
padding-left: 0 !important;
}

.section-header.text-start h6::after {
left: 0;
}


/*** About ***/
.about-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: var(--primary);
transform: rotate(5deg);
opacity: .5;
z-index: 1;
}

.about-img::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: var(--primary);
transform: rotate(-5deg);
z-index: 2;
}

.about-img img {
z-index: 3;
}


/*** Feature ***/
.feature-icon {
position: relative;
margin: 15px 30px 0 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}

.feature-icon::before {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -20px;
left: -10px;
border: 2px dotted #FFFFFF;
border-radius: 60px;
z-index: 1;
}

.feature-icon::after {
position: absolute;
content: "";
width: 79px;
height: 79px;
top: -18px;
left: -9px;
background: var(--dark);
border-radius: 60px;
z-index: 2;
}

.bg-primary .feature-icon::after {
background: var(--primary);
}

.feature-icon i {
position: relative;
font-size: 60px;
line-height: 60px;
z-index: 3;
}


/*** Fact ***/
@media (min-width: 768px) {
.fact-box {
height: 200px;
}
}

.fact-icon i {
font-size: 60px;
line-height: 60px;
background-image: linear-gradient(#ffffff, #fdbe33);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.fact-right .fact-icon i {
background-image: linear-gradient(#ffffff, #030f27);
}

.fact-right::before {
position: absolute;
content: '';
left: -3rem;
bottom: 0;
border-left: 3rem solid transparent;
border-right: 0 solid transparent;
border-bottom: 200px solid var(--primary);
z-index: 1;
}


/*** Service ***/
.service-item .service-img {
position: relative;
overflow: hidden;
}

.service-item .service-img img {
transition: .5s;
}

.service-item:hover .service-img img {
transform: scale(1.1);
}

.service-item .service-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 30px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
background: rgba(3, 15, 39, .7);
transition: .5s;
opacity: 0;
}

.service-item:hover .service-overlay {
opacity: 1;
}

.service-item a.btn {
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 60px;
font-weight: 100;
}

.service-item:hover a.btn,
.service-item a.btn:hover {
color: #FFFFFF;
background: var(--primary);
border-color: var(--primary);
}

.service-2 .service-inner:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--dark);
transform: perspective(400px) scaleX(0);
transform-origin: bottom;
transition: .5s;
opacity: 1;
z-index: 2;
}

.service-2:hover .service-inner:before {
opacity: .7;
transform: perspective(400px) scaleX(1.0);
}

.service-2 .service-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
transform-origin: center;
transform-style: preserve-3d;
transform: scale(0);
transition: all 500ms ease 300ms;
z-index: 10;
}

.service-2:hover .service-overlay {
opacity: 1;
transform: scale(1.0);
}

.service-2 .service-title {
position: relative;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: var(--dark);
z-index: 1;
}

.service-2 .service-title::before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--primary);
transform: perspective(400px) scaleX(1.0);
transform-origin: bottom;
transition: .5s;
z-index: -1;
}

.service-2:hover .service-title::before {
transform: perspective(400px) scaleX(0);
}

.service-2 .service-title a {
transition: all 500ms linear;
transition-delay: 0.1s;
}

.service-2:hover .service-title a {
color: var(--light) !important;
}

.service-list a,
.category-list a {
transition: .5s;
}

.service-list a:hover,
.category-list a:hover {
color: var(--dark);
background: var(--primary) !important;
}

.service-list a::before,
.category-list a::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 0;
transition: .5s;
opacity: 0;
}

.service-list a:hover::before,
.category-list a:hover::before {
opacity: 1;
margin-right: 10px;
}

.bg-index-full {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(3, 15, 39, .7), rgba(3, 15, 39, .7)), url(../images/index/all-staff.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*** Video Popup ***/
.video {
position: relative;
height: 100%;
min-height: 500px;
background: linear-gradient(rgba(3, 15, 39, .7), rgba(3, 15, 39, .7)), url(../images/product/thumbnail-machine.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.video .btn-play img {
position: relative;
z-index: 3;
max-width: 100%;
width: auto;
height: auto;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    transition: all 200ms;
}

.video .btn-play:hover:after {
background: rgba(20, 32, 152, 0.1);
}

.video .btn-play span {
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 2px;
}


@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}

100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}

#videoModal {
z-index: 99999;
}

#videoModal .modal-dialog {
position: relative;
max-width: 800px;
margin: 60px auto 0 auto;
}

#videoModal .modal-body {
position: relative;
padding: 0px;
}

#videoModal .close {
position: absolute;
width: 30px;
height: 30px;
right: 0px;
top: -30px;
z-index: 999;
font-size: 30px;
font-weight: normal;
color: #ffffff;
background: #000000;
opacity: 1;
}


/*** Meet The Team ***/
.team-item {
position: relative;
overflow: hidden;
}

.team-text,
.team-text h5 {
transition: .5s;
}

.team-item:hover .team-text {
background: var(--primary) !important;
}

.team-item:hover .team-text h5 {
color: var(--dark) !important;
letter-spacing: 1px;
}

.team-social {
position: absolute;
width: 100px;
top: 0;
left: -50px;
display: flex;
flex-direction: column;
font-size: 0;
}

.team-social a {
position: relative;
left: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #FFFFFF;
}

.team-item:hover .team-social a:first-child {
left: 50px;
background: #00acee;
transition: .3s 0s;
}

.team-item:hover .team-social a:nth-child(2) {
left: 50px;
background: #3b5998;
transition: .3s .1s;
}

.team-item:hover .team-social a:nth-child(3) {
left: 50px;
background: #0e76a8;
transition: .3s .2s;
}

.team-item:hover .team-social a:nth-child(4) {
left: 50px;
background: #3f729b;
transition: .3s .3s;
}


/*** Pricing Plan ***/
@media (min-width: 576px) {
.pricing {
position: relative;
padding: 50px 50px 0 50px;
}

.pricing::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 300px;
background: var(--light);
}

.pricing .row {
position: relative;
z-index: 1;
}
}

.price-table > thead > tr > td,
.price-table > thead > tr > th,
.price-table > tbody > tr > td,
.price-table > tbody > tr > th,
.price-table > tfoot > tr > td,
.price-table > tfoot > tr > th {
padding: 15px 20px;
}


/*** Testimonial ***/

.testimonial-carousel .testimonial-card {
    height: 400px;
}

.testimonial {
padding: 90px 0;
text-align: center;
background: linear-gradient(rgba(3, 15, 39, .7), rgba(3, 15, 39, .7)), url(../img/carousel-2.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.testimonial .container {
max-width: 100%;
}

.testimonial .testimonial-slider-nav {
position: relative;
width: 300px;
margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
position: relative;
opacity: 0;
transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
opacity: 1;
transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
transform: scale(1.8);
z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
position: relative;
display: block;
margin-top: 37px;
width: 100%;
height: auto;
border-radius: 100px;
}

.testimonial .testimonial-slider {
position: relative;
margin-top: 30px;
padding-top: 50px;
}

.testimonial .testimonial-slider::before {
position: absolute;
content: "";
width: 60px;
height: 50px;
top: 0;
left: calc(50% - 30px);
background: url(../img/quote.png) top center no-repeat;
}

.testimonial-carousel .testimonial-item {
position: relative;
margin: 0 45px 45px 35px;
}

.testimonial-carousel .testimonial-text {
position: relative;
padding: 25px 25px 25px 65px;
}

.testimonial-carousel .testimonial-item::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 45px;
left: 45px;
background: var(--primary);
}

.testimonial-carousel .testimonial-item img {
position: absolute;
width: 70px !important;
height: 70px;
top: 30px;
left: -36px;
padding: 5px;
z-index: 2;
}

.testimonial-carousel .testimonial-item h5 {
position: absolute;
left: 65px;
bottom: -35px;
z-index: 2;
}

.testimonial-carousel .owl-nav {
margin-top: 35px;
display: flex;
justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
margin: 0 5px;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
background: var(--primary);
font-size: 22px;
transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
color: var(--primary);
background: var(--light);
}


/*** Blog Post ***/
.blog-item img {
transition: .5s;
}

.blog-item:hover .overflow-hidden img {
transform: scale(1.1);
}

.blog-item a.btn {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 60px;
line-height: 60px;
font-weight: 100;
}

.blog-item:hover a.btn,
.blog-item a.btn:hover {
color: #FFFFFF;
background: var(--primary);
border-color: var(--primary);
}

.blog-item .blog-meta {
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
font-size: 14px;
font-style: italic;
}

.blog-item .blog-meta::after {
position: absolute;
content: "";
width: 100px;
height: 1px;
left: calc(50% - 50px);
bottom: 0;
background: var(--primary);
}

.blog-item .blog-meta a:hover {
color: var(--primary);
}

.blog-item .blog-meta i:first-child {
margin-left: 0 !important;
}

.blog .pagination .page-link {
color: #030f27;
border-radius: 0;
border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
color: #fdbe33;
background: #030f27;
}

.blog .pagination .disabled .page-link {
color: #999999;
}

.related-carousel .owl-nav {
position: absolute;
width: 76px;
top: -52px;
right: 0;
display: flex;
}

.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
margin-left: 10px;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
color: var(--dark);
background: var(--primary);
font-size: 14px;
transition: .3s;
}

.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
color: var(--primary);
background: var(--dark);
}


/*** Project ***/
#portfolio-flters .btn {
position: relative;
display: inline-block;
margin: 10px 4px 0 4px;
transition: .5s;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
color: var(--light);
background: var(--primary);
border-color: var(--dark);
}

.portfolio-item .portfolio-warp {
position: relative;
width: 100%;
text-align: center;
}

.portfolio-item .portfolio-img {
position: relative;
overflow: hidden;
}

.portfolio-item .portfolio-img img {
width: 100%;
transition: .3s;
}

.portfolio-item:hover .portfolio-img img {
transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(3, 15, 39, .7);
transition: .5s;
opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
opacity: 1;
color: var(--light);
}

.portfolio-item a.btn {
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 60px;
font-weight: 100;
color: var(--dark);
background: #FFFFFF;
}

.portfolio-item:hover a.btn,
.portfolio-item a.btn:hover {
color: #FFFFFF;
background: var(--primary);
}

.portfolio-item .portfolio-box {
position: relative;
transition: all .2s ease-out 0s;
}

.portfolio-item .portfolio-content {
position: absolute;
content: "";
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: rgba(3, 15, 39, .7);
transform: rotate3d(-1, 1, 0, 100deg);
transition: all .4s ease-in-out 0s;
opacity: 0;
}

.portfolio-item:hover .portfolio-content {
opacity: 1;
transform: rotate3d(0, 0, 0, 0deg);
}

.portfolio-item .portfolio-box img {
width: 100%;
}

.portfolio-item .portfolio-content a.btn {
margin: 0 3px;
width: 40px;
height: 40px;
font-size: 16px;
color: var(--dark);
background: #FFFFFF;
border: none;
}

.portfolio-item .portfolio-content a.btn:hover {
background: var(--primary);
}

.project-carousel .owl-nav {
margin-top: 30px;
width: 100%;
height: 46px;
display: flex;
justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
position: relative;
margin: 0 5px;
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
background: var(--primary);
border-radius: 2px;
font-size: 22px;
transition: .5s;
}


/*** Progress Bar ***/
.progress {
height: 5px;
overflow: visible;
}

.progress .progress-bar {
position: relative;
overflow: visible;
width: 0px;
transition: 2s;
}

.progress .progress-bar span {
position: absolute;
display: block;
height: 15px;
width: 5px;
top: -5px;
right: 0;
}


/*** Custom Accordion ***/
.accordion-custom .accordion-item {
margin-bottom: 15px;
border-color: rgba(0, 0, 0, .02);
}

.accordion-custom .accordion-item:not(:first-of-type) {
border-top: 1px solid rgba(0, 0, 0, .02);
}

.accordion-custom .accordion-button {
font-weight: 500 !important;
background: #FFFFFF;
transition: .5s;
}

.accordion-custom .accordion-button:not(.collapsed) {
color: var(--light);
background: var(--primary);
box-shadow: none;
}

.accordion-custom .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-custom .accordion-body {
padding: 20px;
background: #FFFFFF;
}


/*** Contact ***/
.contact-form .form-control {
color: var(--light);
background: transparent;
border-color: rgba(256, 256, 256, .4) !important;
}

.contact-form .form-control::placeholder {
color: var(--light);
opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
color: var(--light);
}

.contact-form .form-control::-ms-input-placeholder {
color: var(--light);
}

.contact-form .help-block ul {
margin: 0;
padding: 0;
list-style-type: none;
}


/*** Footer ***/
.footer {
background: url(../img/footer.png) center center no-repeat;
background-size: contain;
}

.footer .btn.btn-social {
margin-right: 5px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
border: 1px solid rgba(256, 256, 256, .3);
border-radius: 40px;
transition: .3s;
}

.footer .btn.btn-social:hover {
color: var(--dark);
background: var(--primary);
border-color: var(--primary);
}

.footer .btn.btn-link {
display: block;
margin-bottom: 10px;
padding: 0;
text-align: left;
color: var(--light);
font-weight: normal;
transition: .3s;
}

.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
}

.footer .btn.btn-link:hover {
color: var(--hover);
letter-spacing: 1px;
box-shadow: none;
}

.footer .footer-menu {
padding: 15px;
font-size: 0;
text-align: center;
border-top: 1px solid rgba(256, 256, 256, .1);
border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu a {
color: var(--light);
font-size: 16px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:hover {
color: var(--hover);
}

.footer .footer-menu a:last-child {
margin-right: 0;
padding-right: 0;
border-right: none;
}


/*** Miscellaneous ***/
.no-shape::before,
.no-shape::after {
display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
margin: 0 4px;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: var(--light);
}

@media (min-width: 991.98px) {

.skill-img,
.feature-img {
text-align: center;
margin-bottom: -6rem;
}
}

.link-animated a {
transition: .5s;
}

.link-animated a:hover {
padding-left: 10px;
}

.button-example .btn {
margin: .25rem .125rem;
}
/*Add on*/

.h-c-150 { height: 150px; }
.h-220 { height: 220px; }
.h-310 { height: 310px; }
.h-125 { height: 125px; }
.h-330 { height: 330px; }
.h-300 { height: 300px; }
.h-415 { height: 415px; }
.h-500 { height: 500px; }
.w-400 { width: 400px; }
.h-10 { height: 20px; }
.h-c-100 { height: 100px; }

.text-blue { color: #142098; }
.bg-blue { background-color: #142098; }
.bg-blue-o { background-color: #142098; opacity: 0.6; z-index: 10; }
.bg-gray { background-color: rgba(247, 247, 247, 0.639); }

.r-30 { border-radius: 30px; }

.h-card-slide {
  height: 140px;
}

@media (min-width: 400px) {
  .h-card-slide {
    height: 80px;
  }
}

@media (min-width: 768px) {
  .h-card-slide {
    height: 220px;
  }
}

@media (min-width: 992px) {
  .h-card-slide {
    height: 300px;
  }
}

.bg-hover-c {
  background-color: #212529; 
  transition: background-color 0.3s ease;
}

.bg-hover-c:hover {
  background-color: #142098;
}

.ac-label { font-size: 20px; font-weight: 600; color: #000000; padding-right: 10px; }
.ac-val { font-size: 14px; color: #000000; padding-top: 5px; font-weight: 400; }

.accordion-button.header-ac.collapsed {
    background-color: #142098;
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.accordion-button.header-ac:not(.collapsed) {
    background-color: #0d1675;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.accordion-button.header-ac-child.collapsed {
    background-color: #142098;
    color: white;
}

.accordion-button.header-ac-child:not(.collapsed) {
    background-color: #0d1675;
    color: #fff;
}

.two-column {
    column-count: 2;    
    column-gap: 100px;   
    list-style-position: inside;
}

.li-item {
    margin-bottom: 15px;
}

.t-c-li { font-size: 20px; font-weight: 600; color: #000000; }
.ac-c-br { border-top-left-radius: 30px; border-top-right-radius: 30px; }
.b-r-30 { border-radius: 30px; }
.pl-40 { padding-left: 40px; }
.p-c-t-60 { padding-top: 60px; }


.machine-list {
  column-count: 1;
  column-gap: 2rem;
  list-style-position: inside;
}

.h-flag { height: 100px; }
.h-customer-logo { height: 70px; }
.px-flag { padding-inline: 10px; }
.px-customer-logo { padding-inline: 14px; }

@media (min-width: 992px) {
  .machine-list {
    column-count: 2;
  }

  .h-flag { height: 150px; }
  .h-customer-logo { height: 85px; }
  .px-flag { padding-inline: 35px; }
  .px-customer-logo { padding-inline: 45px; }
}

marquee {
  display: block;
  width: 100%;
}

.pt-c-40 { padding-top: 80px; }
.h-400-c { height: 400px; }
.h-c-30 { height: 30px; }
.cover { object-fit: cover; }

.line {
  height: 5px;
  margin-bottom: 10px;
  animation-fill-mode: forwards;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.line-one {
  animation: slide-80 3s forwards;
  background-color: #0d1675bd;
}

.line-two {
  animation: slide-75 3s forwards;
  background-color: #3a3fa3c7;
  animation-delay: 0.5s;
}

.line-three {
  animation: slide-70 3s forwards;
  background-color: #6c75d1bd;
  animation-delay: 1s;
}

@keyframes slide-80 {
  0%   { width: 0; }
  100% { width: 90%; }
}

@keyframes slide-75 {
  0%   { width: 0; }
  100% { width: 85%; }
}

@keyframes slide-70 {
  0%   { width: 0; }
  100% { width: 80%; }
}


.img-accordion { object-fit: cover; height: 400px; }
.h-accordion { height: 1700px; }
.h-img-product { height: 300px; }
.h-img-event { height: 270px; }

@media (min-width: 992px) {
  .img-accordion { object-fit: cover; height: 820px; }
  .h-accordion { height: 1000px; }
  .h-img-product { height: 415px; }
  .h-img-event { height: 400px; }
}

.lb-caption {
  font-size: 22px !important; 
}

.vertical-top { vertical-align: top; }

.testimonial-section {
  position: relative;
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image: none;
  mask-image: none;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/index/line-blue-f2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-mask-image: linear-gradient(to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 30%,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 30%,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;

  z-index: 0;           
  pointer-events: none; 
}

.testimonial-section > .container {
  position: relative;
  z-index: 2;
}

.testimonial-section .text-center h1 {
  position: relative;
  z-index: 3;   
  color: #111; 
}

.event-text-title {
  display: flex; align-items: center; justify-content: center; color: black; font-size: 14px; vertical-align: middle; font-weight: 600; height: 10%; width: 100%; text-align: center; padding-top: 6px;
}

.event-button {
  display: flex; align-items: center; padding: 10px 0 10px 0; justify-content: center; height: auto; width: 100%; background-color: #0d1675; font-size: 12px; color: white; text-align: center;
}

.event-card {
  height: 100%; width: 100%;
}

.event-image {
  width: 100%; height: 75%; object-fit: cover;
}

.testimonial-card {
    height: 300px !important;
    width: 100%;
    margin: 0 auto;
}

.h-card-part {
  height: 280px;
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .event-text-title {
    font-size: 14px;
  }

  .event-button {
    font-size: 12px;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .testimonial-card {
        height: 400px !important;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .testimonial-card {
        height: 400px !important;
    }

    .event-text-title {
      font-size: 18px;
    }

    .event-button {
      font-size: 18px;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .testimonial-card {
        height: 400px !important;
    }

    .event-text-title {
      font-size: 20px;
    }

    .event-button {
      font-size: 20px;
    }
}

.pb-c-40 { padding-bottom: 40px; }
.pt-c-100 { padding-top: 100px; }

.testimonial-carousel {
  position: relative; 
}

.owl-prev,
.owl-next {
  position: absolute !important;
  top: 50%; 
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(215, 215, 215, 0.413) !important;
  color: rgba(49, 49, 49, 0.7) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, border-color 0.3s;
  margin-bottom: 0 !important;
  z-index: 5 !important;
  cursor: pointer;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.owl-prev:hover,
.owl-next:hover {
  color: rgba(200, 200, 200, 0.8) !important;
}


.logo-sticky-header {
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 30px;
  width: auto;
  padding-right: 15px;
}

.navbar.sticky .logo-sticky-header {
  opacity: 1;
}

.navbar-logo {
  padding-left: 40px;
}

.navbar-select {
  display: flex;
  cursor: pointer;
  padding-right: 30px;
}

.navbar-item {
  padding-inline: 10px;
  cursor: pointer;
  color: rgb(184, 184, 184);
  font-size: 18px;
}
.navbar-item:hover {
  color: #0d1675;
}

.navbar-image-logo {
  width: 120px;
  height: auto;
}

.navbar-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10vh;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  font-size: 16px;
  z-index: 999;
  transform: translateY(0);
  transition:
    background-color 0.4s ease,
    transform 0.7s ease; 
}

.navbar-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  height: 10vh;
  transform: translateY(0);
  animation: slideDown 0.5s ease;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.navbar-item.active {
  color: #0d1675;
}

.container-video-index {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.video-wrapper-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}

.video-wrapper-top iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 177.78vh;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -50%) scale(1.2);
  transform-origin: center center;
  border: none;
  pointer-events: none;
}

.video-index {
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%; 
  object-fit: cover;
  z-index: 1;
    border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.box-bottom-right {
  position: absolute;
  bottom: -2px; 
  right: 0;      
  width: 60%;   
  padding: 40px; 
  background-color: white;
  z-index: 2;
  clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
}


.container-text-video {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10%;
  padding-left: 10%;
  z-index: 5;
  letter-spacing: 2px;
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.text-video-1 {
  color: white;
  font-size: 80px;
  font-family: 'Oswald-Regular', sans-serif;
}

.text-video-2 {
  color: white;
  font-weight: 800;
  font-size: 75px;
  line-height: 1;
  font-family: 'Roberto-Extralight', sans-serif;
  padding-top: 10px;
}

.text-video-3 {
  color: #FFD700;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Roberto-medium', sans-serif;
  padding-top: 70px;
}

.text-video-4 {
  color: #FFD700;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Roberto-Light', sans-serif;
  padding-top: 10px;
}

.box-color-bg-left-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 68.75%;
  height: 100%; 

  background: linear-gradient(
    to right,
    rgba(0, 71, 128, 0.537),
    rgba(0, 71, 109, 0.479)
  );

  backdrop-filter: brightness(1.1) saturate(1.2);
  -webkit-backdrop-filter: brightness(1.1) saturate(1.2);

  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 58% 100%, 0% 100%);

  transform: translate(-100%, -100%);
  animation: slideIn 3s forwards ease-out;
}

.box-color-bg-left-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%; 

  background: linear-gradient(
    to right,
    rgba(1, 64, 141, 0.4),
    rgba(0, 61, 130, 0.4)
  );

  backdrop-filter: brightness(1.1) saturate(1.2);
  -webkit-backdrop-filter: brightness(1.1) saturate(1.2);

  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 51% 100%, 0% 100%);

  transform: translate(-100%, -100%);
  animation: slideIn 3s forwards ease-out;
}

.box-color-bg-left-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; 

  background: linear-gradient(
    to right,
    rgba(0, 21, 122, 0.4),
    rgba(1, 22, 106, 0.4)
  );

  backdrop-filter: brightness(1.1) saturate(1.2);
  -webkit-backdrop-filter: brightness(1.1) saturate(1.2);

  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 44% 100%, 0% 100%);

  transform: translate(-100%, -100%);
  animation: slideIn 3s forwards ease-out;
}

.box-color-bg-left-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%; 
  
  background: linear-gradient(
    to right,
    rgba(3, 1, 63, 0.4),
    rgba(0, 1, 52, 0.4)
  );

  backdrop-filter: brightness(1.1) saturate(1.2);
  -webkit-backdrop-filter: brightness(1.1) saturate(1.2);

  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 32% 100%, 0% 100%);

  transform: translate(-100%, -100%);
  animation: slideIn 3s forwards ease-out;
}

@keyframes slideIn {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.c-fs-marquee {
  font-size: 26px;
}

.text-color-blue {
  color: #0d1675;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 5px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;

  transform: scale(1.01);
  transform-origin: center center;
}

.customer-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 40px;
}

.custom-logo-item {
  height: 60px;
  width: auto;
  object-fit: contain;
  z-index: 2;
}

.space-between-content {
  height: 120px;
  width: 100%;
}

.text-yellow {
  color: rgb(250, 250, 0);
}

@media screen and (max-width: 1280px) {
  .space-between-content {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .space-between-content {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .space-between-content {
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .space-between-content {
    height: 40px;
  }
}

/* Small devices */
@media screen and (max-width: 640px) {
  .custom-logo-item {
    height: 25px;
    object-fit: contain;
    width: auto;
  }

  .navbar-header {
    height: 10vh;
  }

  .navbar-header.scrolled {
    height: 10vh;
  }

  .navbar-image-logo {
    width: 50px;
    height: auto;
  }

  .navbar-logo {
    padding-left: 20px;
  }

  .navbar-select {
    padding-right: 10px;
  }

  .navbar-item {
    padding-inline: 5px;
    font-size: 10px;
  }

  .container-video-index {
    height: 400px;
  }

  .video-index {
    height: 400px; 
  }

  .box-bottom-right {
    padding: 20px; 
  }

  .c-fs-marquee {
    font-size: 13px;
  }

  .container-text-video {
    padding-top: 60px;
    padding-left: 30px;
  }

  .text-video-1 {
    font-size: 30px;
    padding-top: 20px;
  }
  .text-video-2 {
    font-size: 25px;
    padding-top: 5px;
  }
  .text-video-3 {
    font-size: 14px;
    padding-top: 30px;
  }
  .text-video-4 {
    font-size: 10px;
    padding-top: 5px;
  }
}

/* Medium devices */
@media screen and (min-width: 641px) and (max-width: 1024px) {

  .container-product-index {
    /* padding-bottom: 10px; */
  }

  .navbar-header {
    height: 10vh;
  }

  .navbar-header.scrolled {
    height: 10vh;
  }

  .navbar-image-logo {
    width: 70px;
    height: auto;
  }

  .navbar-logo {
    padding-left: 30px;
  }

  .navbar-select {
    padding-right: 14px;
  }

  .navbar-item {
    padding-inline: 8px;
    font-size: 14px;
  }

  .container-video-index {
    height: 600px;
  }

  .video-index {
    height: 600px; 
  }

  .box-bottom-right {
    padding: 30px; 
  }

  .c-fs-marquee {
    font-size: 20px;
  }

  .text-video-1 {
    font-size: 55px;
    padding-top: 30px;
  }
  .text-video-2 {
    font-size: 50px;
    padding-top: 5px;
  }
  .text-video-3 {
    font-size: 18px;
    padding-top: 35px;
  }
  .text-video-4 {
    font-size: 14px;
    padding-top: 10px;
  }
}

/* Large devices */
@media screen and (min-width: 1025px) {
  
  .navbar-header {
    height: 10vh;
  }

  .navbar-header.scrolled {
    height: 10vh;
  }

  .navbar-image-logo {
    width: 120px;
    height: auto;
  }

  .navbar-logo {
    padding-left: 40px;
  }

  .navbar-select {
    padding-right: 20px;
  }

  .navbar-item {
    padding-inline: 10px;
    font-size: 18px;
  }

  .container-video-index {
    height: 900px;
  }

  .video-index {
    height: 900px; 
  }

  .box-bottom-right {
    padding: 40px; 
  }

  .c-fs-marquee {
    font-size: 26px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  overflow-y: auto;
}

.modal-content {
  background: white;
  margin: 40px auto;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  height: 400px;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .gallery-grid img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid img {
    height: 300px;
  }
}

.box {
  height: 150px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  gap: 20px;
}

.box-2 {
  height: 190px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  gap: 20px;
}

.icon-our-value{
  width: 50px;
  height: 50px;
}

.our-value-label {
  padding-bottom: 5px;
  color: #0d1675;
  font-size: 20px;
}

.our-value-value {
  color: #9b9b9b;
  font-size: 16px;
}

.our-value-middle-image {
  width: 100%;
  height: auto;
}

.our-value-section {
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-value-section.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-value-middle-image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .box {
    height: 130px;
  }
  .box-2 {
    height: 130px;
  }

  .our-value-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-our-value{
    width: 30px;
    height: 30px;
  }

  .our-value-label {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .our-value-value {
    font-size: 14px;
  }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
  .box {
    height: 120px;
  }
  .box-2 {
    height: 120px;
  }

  .our-value-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-our-value{
    width: 40px;
    height: 40px;
  }

  .our-value-label {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .our-value-value {
    font-size: 16px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .box {
    height: 200px;
  }
  .box-2 {
    height: 240px;
  }
}

.bg-gradian-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right,
    rgb(1, 13, 75) 70%, 
    rgb(0, 41, 145) 80%, 
    rgb(3, 135, 236) 90%, 
    rgb(98, 98, 105) 100%);
}

.footer-topic {
  color: #FFD700;
}

.container-logo-customer {
  position: relative;
  z-index: 2;
}

.container-water-mark-index-1 {
  position: absolute; top: 500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-index-2 {
  position: absolute; top: 1900px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-index-3 {
  position: absolute; top: 3500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-index-4 {
  position: absolute; top: 4000px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-index-5{
  position: absolute; top: 5200px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-index-6{
  position: absolute; top: 4000px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}

.container-water-mark-about-1 {
  position: absolute; top: 500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-about-2 {
  position: absolute; top: 1900px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-about-3 {
  position: absolute; top: 3000px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-about-5 {
  position: absolute; top: 4300px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-about-6 {
  position: absolute; top: 4800px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}

.container-water-mark-product-1 {
  position: absolute; top: 500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-product-2 {
  position: absolute; top: 1500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-product-3 {
  position: absolute; top: 2800px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}

.container-water-mark-project-1 {
  position: absolute; top: 500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-project-2 {
  position: absolute; top: 1900px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-project-3 {
  position: absolute; top: 3100px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-project-4 {
  position: absolute; top: 4800px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-project-5 {
  position: absolute; top: 5500px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}

.container-water-mark-contact-1 {
  position: absolute; top: 10px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-contact-2 {
  position: absolute; top: 700px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-contact-3 {
  position: absolute; top: 2600px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}
.container-water-mark-contact-4 {
  position: absolute; top: 3200px; left: 0; width: 98vw; height: 180vh; pointer-events: none; z-index: 0; overflow: hidden;
}

.box-water-mark {
  font-size: 200vh; color: rgba(200, 200, 200, 0.2); text-align: center; line-height: 200vh; white-space: nowrap;
}

.container-project-inspection {
  padding-top: 100px;
}

.product-content-text {
  /* font-size: 20px; */
}

.project-content-text {
  font-size: 20px;
}

.text-product-subject {
  font-size: 50px;
}

.text-about-company {
  font-size: 20px;
}

@media screen and (max-width: 1500px) {
  .text-about-company {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .text-product-subject {
    font-size: 40px;
  }
  .text-about-company {
    font-size: 18px;
  }
}

@media screen and (max-width: 443px) {
  .container-project-inspection {
    padding-top: 30px;
  }

  .product-content-text {
    /* font-size: 14px; */
  }

  .project-content-text {
    font-size: 14px;
  }

  .text-product-subject {
    font-size: 30px;
  }

  .text-about-company {
    font-size: 14px;
  }
}



.box-project-image{
  height: 100%;
}

.project-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.video-wrapper-about {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 15px 15px 30px #5a5a5a;
}

.video-wrapper-about iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;

  transform: scale(1.01);
  transform-origin: center center;
}

.box-about-image-information {
  height: 100%; display: flex; justify-content: center; align-items: center;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 0, 23, 0.795);
  z-index: 1;
  pointer-events: none;
}


.video-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.custom-table-container {
  padding: 20px;
}

.custom-table {
  color: white;
  background-color: transparent;
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}

.custom-table th,
.custom-table td {
  border: 1px solid white;
  padding: 12px;
  vertical-align: top;
  background-color: transparent;
}

.custom-table th {
  font-weight: bold;
  width: 30%;
}

.custom-table td {
  width: 70%;
}

.custom-table-container {
  margin: 0 auto;      
  padding: 40px 24px;  
  min-height: 500px;   
}

.custom-table {
  color: white;
  background-color: transparent;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.1rem;    
  text-align: start;
}

.custom-table th,
.custom-table td {
  border: 1px solid white;
  padding: 20px 16px;  
  vertical-align: top;
  background-color: transparent;
  line-height: 1.6;
  padding: 20px 40px 20px 40px;
}

.custom-table th {
  font-weight: bold;
  width: 35%;          
}

.custom-table td {
  width: 65%;
}

.container-address-inf {
  height: 300px;
  overflow: hidden;
}

.address-inf-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-address-inf h1 {
  font-family: 'Sarabun-Bold', sans-serif;
  position: relative;
  z-index: 2;
  color: black;
}

.container-address-inf p {
  font-family: 'Sarabun-Regular', sans-serif;
  position: relative;
  z-index: 2;
  color: rgb(93, 93, 93);
  font-size: 18px;
}

.container-sliiter-type {
  height: 100%;
  z-index: 2;
}

.h-p-80 { height: 80%; }
.h-p-20 { height: 20%; }

.card-slitter-type {
  height: 300px;
  z-index: 2;
}

@media (max-width: 992px) {
  .container-address-inf {
    height: auto;
    flex-direction: column;
  }

  .address-inf-image {
    height: auto;
  }

  .container-address-inf h1, 
  .container-address-inf p {
    text-align: center;
  }

  .container-address-inf .col-12 {
    padding: 20px;
  }

  .card-address-inf {
    flex-direction: column;
    height: auto;
  }

  .card-address-inf > div {
    width: 100% !important;
    height: auto;
  }

  .card-address-inf img {
    height: 300px;
  }

  .card-address-inf h1,
  .card-address-inf p {
    text-align: center;
  }
}


@media (max-width: 768px) {
  .custom-table-container {
    padding: 24px 12px;
  }

  .custom-table {
    font-size: 1rem;
  }

  .custom-table th,
  .custom-table td {
    padding: 14px 10px;
  }
}

@media (max-width: 576px) {

  .custom-table-container {
    padding: 16px 8px;
    min-height: 400px;  
  }

  .custom-table {
    font-size: 0.95rem;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px 8px;
  }
}

.container-line {
  box-sizing: border-box;
  width: 100vw;
  height: 20px;
  position: relative;
  overflow: visible;
}

.line {
  width: 0;
  height: 5px;
  background: #0d1675;
  position: absolute;
  left: 10vw;
  top: 0;
}

.line.animate {
  animation: growLine 2s forwards;
}

.line-vertical {
  position: absolute;
  width: 5px;
  height: 0;
  background: #0d1675;
  opacity: 1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-vertical.down {
  top: 0;
  flex-direction: column;
  justify-content: flex-start;
}

.line-vertical.up {
  bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}

.line-vertical.down .card-history {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 110%;
  margin-left: 15px;
  margin-top: 60px;
}

.line-vertical.up .card-history {
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 110%;
  margin-left: 15px;
}

.line-vertical.left-20vw {
  left: 20vw;
}
.line-vertical.left-40vw {
  left: 40vw;
}
.line-vertical.left-60vw {
  left: 60vw;
}

.card-history {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  width: 380px;
  pointer-events: none;
  text-align: start;
}

.card-history-year-1 {
  font-size: 60px;
  font-weight: 400;
  color: rgb(230, 161, 0);
  padding-bottom: 20px;
  letter-spacing: 4px;
}
.card-history-year-2 {
  font-size: 60px;
  font-weight: 400;
  color: rgb(20, 20, 160);
  padding-bottom: 20px;
  letter-spacing: 4px;
}
.card-history-year-3 {
  font-size: 60px;
  font-weight: 400;
  color: rgb(158, 1, 1);
  padding-bottom: 20px;
  letter-spacing: 4px;
}

.title-history-1 {
  color: rgb(230, 161, 0);
  font-size: 20px;
}
.title-history-2 {
  color: rgb(20, 20, 160);
  font-size: 20px;
}
.title-history-3 {
  color: rgb(158, 1, 1);
  font-size: 20px;
}

.content-history {
  font-size: 16px;
  color: rgb(114, 114, 114);
}

.container-history {
  height: 800px;
  display: flex;
  align-items: center;
}



.line-vertical.down.animated,
.line-vertical.up.animated {
  animation: growVertical 1s forwards;
}

.line-vertical.down.animated .card-history,
.line-vertical.up.animated .card-history {
  opacity: 1;
  transform: translateY(0);
}

@keyframes growVertical {
  to {
    height: 300px;
  }
}

@keyframes growLine {
  to {
    width: calc(100% - 20vw);
  }
}

@media (max-width: 600px) {
  .card-history-year-1 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(230, 161, 0);
    padding-bottom: 10px;
    letter-spacing: 4px;
  }
  .card-history-year-2 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(20, 20, 160);
    padding-bottom: 10px;
    letter-spacing: 4px;
  }
  .card-history-year-3 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(158, 1, 1);
    padding-bottom: 10px;
    letter-spacing: 4px;
  }

  .title-history-1 {
    color: rgb(230, 161, 0);
    font-size: 14px;
  }
  .title-history-2 {
    color: rgb(20, 20, 160);
    font-size: 14px;
  }
  .title-history-3 {
    color: rgb(158, 1, 1);
    font-size: 14px;
  }
  .card-history {
    opacity: 0;
    width: 140px;
  }
  .content-history {
    font-size: 12px;
    color: rgb(114, 114, 114);
  }
  .line-vertical.down .card-history {
    left: 100%;
    margin-left: 0px;
  }

  .line-vertical.up .card-history {
    left: 100%;
    margin-left: 0px;
  }

  .line {
    height: 3px;
    left: 5vw;
  }

  .line-vertical {
    width: 3px;
  }

  .line-vertical.left-20vw {
    left: 10vw;
  }
  .line-vertical.left-40vw {
    left: 30vw;
  }
  .line-vertical.left-60vw {
    left: 50vw;
  }
  .line-vertical.up {
    bottom: 18px;
  }

  .container-history {
    height: 600px;
  }

  @keyframes growLine {
    to {
      width: calc(100% - 10vw);
    }
  }
}

@media (min-width: 601px) and (max-width: 1060px) {
  .card-history-year-1 {
    font-size: 30px;
    font-weight: 400;
    color: rgb(230, 161, 0);
    padding-bottom: 10px;
    letter-spacing: 4px;
  }
  .card-history-year-2 {
    font-size: 30px;
    font-weight: 400;
    color: rgb(20, 20, 160);
    padding-bottom: 10px;
    letter-spacing: 4px;
  }
  .card-history-year-3 {
    font-size: 30px;
    font-weight: 400;
    color: rgb(158, 1, 1);
    padding-bottom: 10px;
    letter-spacing: 4px;
  }

  .title-history-1 {
    color: rgb(230, 161, 0);
    font-size: 18px;
  }
  .title-history-2 {
    color: rgb(20, 20, 160);
    font-size: 18px;
  }
  .title-history-3 {
    color: rgb(158, 1, 1);
    font-size: 18px;
  }
  .card-history {
    opacity: 0;
    width: 200px;
  }
  .content-history {
    font-size: 14px;
    color: rgb(114, 114, 114);
  }
  .line-vertical.down .card-history {
    left: 100%;
    margin-left: 0px;
  }

  .line-vertical.up .card-history {
    left: 100%;
    margin-left: 0px;
  }

  .line {
    height: 5px;
    left: 7vw;
  }

  .line-vertical {
    width: 5px;
  }

  .line-vertical.left-20vw {
    left: 15vw;
  }
  .line-vertical.left-40vw {
    left: 35vw;
  }
  .line-vertical.left-60vw {
    left: 55vw;
  }
  .line-vertical.up {
    bottom: 15px;
  }

  .container-history {
    height: 600px;
  }

  @keyframes growLine {
    to {
      width: calc(100% - 13vw);
    }
  }
}

.tel-about a[href^="tel"] {
  color: #000 !important;
  text-decoration: none;
}

.part-container {
  min-height: auto;
}

.material-container {
  min-height: auto;
}

.part-image {
  width: 80% !important;
  height: auto !important;
}

.material-image {
  width: 70% !important;
  height: auto !important;
  object-fit: contain;
  border-radius: 10%;
}

.material-title {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
  background-color: #0d1675;
  color: white;
  border-radius: 10px;
}

.our-value-bg-image {
  background-image: url(../images/index/arrow-bg.png);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
}

.testimonial-card-index-about {
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.index-abouth-us-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.testimonial-card-index-about.card {
  border-radius: 0 !important;
}

.text-our-product-index {
  color: rgb(148, 148, 148);
  font-size: 45px;
  text-transform: uppercase;
}

.text-history {
  color:#001869;
  font-size: 45px;
  text-transform: uppercase;
}

.text-technology-title-index {
  color: rgb(227, 170, 0);
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'Roberto-Medium', sans-serif;
}

.ls-1 { letter-spacing: 0.5px; }
.ls-2 { letter-spacing: 1px; }
.ls-3 { letter-spacing: 2px; }

.text-title-3d-model {
  color: rgb(233, 233, 233);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 10%;
  padding-top: 10%;
}

.model-3d-left-box {
  background: radial-gradient(circle at 40% 50%, #168ecf, #001869 80%);
  /* background: linear-gradient(to right, #002e7d, #ffffff); */
}

.container-3d-model {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.model-3d-text-box {
  position: absolute;
  top: 50%;             
  left: 10%;           
  transform: translateY(-50%); 
  color: white;
  z-index: 2;
  max-width: 40%;

  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  gap: 15px;
}

.model-3d-text-box h1 {
  color: rgb(233, 233, 233);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Roberto-Light', sans-serif;
}

.model-3d-text-box h2 {
  color: rgb(222, 185, 0);
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Roberto-Light', sans-serif;
}

.model-3d-text-box p {
  color: rgb(222, 185, 0);
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Roberto-Medium', sans-serif;
}

.text-rl {
  font-family: 'Roberto-Medium', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.model-3d-text-img-box {
  padding-top: 5%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.model-3d-text-box-img {
  width: 40%;
  height: auto;
  display: block;
}

.container-technology {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.tech-bg-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0.8;
}

.tech-box-2 {
  background-color: #c3c3c3c9;
  height: 100%;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;    
  height: 100%;           
  text-align: start;
}

.text-orange {
  color: rgb(219, 143, 3);
}

.box-tech-r-1 {
  width: 100%;
  height: 10%;
  z-index: 2;
}

.box-tech-r-1 h1 {
  color:#001869;
  font-family: 'Roberto-medium', sans-serif;
  z-index: 1;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
}


.box-tech-r-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px; 
}

.custom-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bg-blue {
  background-color: #001869 !important;
}

.fixed-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.bg-white-transparent {
  background-color: transparent;
}

.gallery-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  z-index: 2;
}

.zi-2 { z-index: 2; }

.gal-img-about {
  flex: 1; 
  width: 20%;
  height: auto;
  object-fit: cover;
}

.video-wrapper-about-inf {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: black;
}

.video-wrapper-about-inf iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;

  transform: scale(1.5);
  transform-origin: center center;
}

.video-wrapper-3d-model-inf {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

.video-wrapper-3d-model-inf iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  pointer-events: none;

    transform: scale(2.5);
  transform-origin: center center;
}


.overlay-about {
  position: absolute;
  inset: 0;
  background: rgba(1, 19, 99, 0.664);
  z-index: 2;
}

.overlay-3d-model {
  position: absolute;
  inset: 0;
  background: rgba(0, 26, 142, 0.61);
  z-index: 2;
}

.content-about {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 5rem;
  text-align: center;
}

.content-about h2 {
  margin-bottom: 1.5rem;
}

.table-about td {
  font-size: 14px;
  padding: 1rem;
  font-family: 'Roberto-Light', sans-serif;
}

.table-wrapper {
  width: 90%;
  max-width: 800px;
}

.title-top-left {
  position: absolute;
  top: -0.3rem;
  left: 1rem;
  z-index: 4;
  color: rgba(255, 255, 255, 0.468);
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
  font-family: 'Roberto-Medium', sans-serif;
  letter-spacing: 2px;
}

.zoom-hover {
  overflow: hidden;
  cursor: pointer;
}

.zoom-hover img {
  transition: transform 0.6s ease;
}

.zoom-hover:hover img {
  transform: scale(1.1);
}

.zoom-hover-img {
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.zoom-hover-img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.text-hero-index {
  font-size: 30px;
  color: orange;
  font-family: 'Caveat-Medium', sans-serif;
}

.lh-1 {
  line-height: 1;
}

.container-address-infomation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative; 
  z-index: 2;
}

.card-address-infomation {
  height: 300px;
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
}

@media (min-width: 992px) {
  .card-address-infomation {
    flex: 1 1 calc(50% - 10px);
  }
}

.ad-inf-img-box {
  height: 100%;
  width: 45%;
}

.ad-inf-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-inf-text-box {
  height: 100%;
  width: 55%;
  font-family: 'Roberto-Light', sans-serif;
  color: white;
}

.ad-inf-text-box h2 {
  padding-top: 5%;
  font-size: 22px;
  color: white;
  font-family: 'Roberto-Light', sans-serif;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}

.ad-inf-text-box p {
  font-size: 16px;
  color: white;
  font-family: 'Roberto-Light', sans-serif;
  padding-top: 10px;
}

.container-sacho {
  height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .container-sacho {
    height: auto;
    flex-direction: column;
  }
}

.sticky-image-container {
  position: sticky;
  top: 0;
  height: 100vh; 
  overflow: hidden;
}

.sticky-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-image-container img.active {
  opacity: 1;
  transform: scale(1);
}

.text-section-sacho {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  height: 100%;
  padding: 12%;
  font-family: 'Pw-Au', sans-serif;
  
}

.text-section-sacho h3 {
  letter-spacing: 1.5px;
  font-size: 20px;
  line-height: 1.5;
  color:#001869;
}

.text-section-sacho h4 {
  letter-spacing: 1.5px;
  font-size: 18px;
  line-height: 1.5;
  color:#001869;
}

@media (max-width: 991.98px) {
  .text-section-sacho {
    height: auto;
    padding: 20px;
  }

  .text-section-sacho h3 {
    font-size: 14px;
  }

  .text-section-sacho h4 {
    font-size: 12px;
  }
}


@media (max-width: 576px) {

  .text-our-product-index {
    font-size: 25px;
  }

  .text-history {
    font-size: 25px;
  }

  .title-top-left {
    left: 1rem;
    font-size: 2rem;
  }

  .content-about {
    padding: 2rem;
  }

  .table-about td {
    font-size: 10px;
    padding: 0.5rem;
  }

  .fixed-img {
    height: 100px; 
  }

  .box-tech-r-1 h1 {
    font-size: 30px;
  }

  .model-3d-text-box {
    left: 5%;
    top: 50%;
    max-width: 80%;
  }

  .model-3d-text-box h1 {
    font-size: 28px;
  }

  .model-3d-text-box h2 {
    font-size: 20px;
  }

  .model-3d-text-box p {
    font-size: 14px;
  }

  .model-3d-text-box-img {
    width: 30%;
    margin-top: 10px;
  }

  .container-3d-model {
    height: 300px;
  }

  .container-technology {
    height: 570px;
  }

}

@media (min-width: 992px) {

  .text-our-product-index {
    font-size: 55px;
  }

  .text-history {
    font-size: 55px;
  }

  .title-top-left {
    left: 0px;
    top: -0.6rem;
    font-size: 4rem;
  }

  .content-about {
    padding: 4rem;
  }

  .table-about td {
    font-size: 18px;
    padding: 1rem;
  }

  .box-tech-r-1 h1 {
    font-size: 50px;
  }

  .container-technology {
    height: 500px;
  }

  .model-3d-text-box {
    left: 8%;
    max-width: 50%;
  }

  .model-3d-text-box h1 {
    font-size: 60px;
  }

  .model-3d-text-box h2 {
    font-size: 30px;
  }

  .model-3d-text-box p {
    font-size: 18px;
  }

  .model-3d-text-box-img {
    width: 24%;
  }

  .part-container {
    height: 400px;
  }
  .material-container {
    height: 300px;
  }

  .text-title-3d-model {
    font-size: 50px;
  }

  .testimonial-card-index-about {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }

  .container-3d-model {
    height: 500px;
  }

  .text-technology-title-index {
    font-size: 65px;
  }

  .material-title {
    font-size: 22px;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    background-color: #0d1675;
    color: white;
    border-radius: 10px;
  }

  .our-value-bg-image {
    background-image: url(../images/index/arrow-bg.png);
    background-repeat: no-repeat;
    background-size: 34% auto;
    background-position: center;
  }
}

.grayscale-img {
  filter: grayscale(60%) brightness(0.7);
  object-fit: cover;
}

.bg-tp {
  background-color: transparent;
}

.card-text {
  font-size: 12px !important;
}

.container-president {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: 2;
}

.president-bg-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/sacho-matsui.png");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  z-index: 1;

  -webkit-mask-image: linear-gradient(to left, transparent 50%, black 100%);
  mask-image: linear-gradient(to left, transparent 1%, black 40%);
  -webkit-mask-size: cover;
  mask-size: cover;
}

.president-text {
  width: 40%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.president-text h1 {
  font-size: 30px;
  letter-spacing: 1.5px;
  color:#001869;
  font-family: 'Oswald-Regular', sans-serif;
}
.president-text p {
  font-family: 'Roberto-Medium', sans-serif;
  font-size: 16px;
  color: #001869;
  letter-spacing: 1.3px;
  line-height: 1.5;
}

.container-president-mobile {
  width: 100%;
  height: 100%;
}

.president-bg-mobile {
  width: 100%;
  height: auto;
  object-fit: cover;

  -webkit-mask-image: linear-gradient(to top, transparent 50%, black 100%);
  mask-image: linear-gradient(to top, transparent 1%, black 15%);
  -webkit-mask-size: cover;
  mask-size: cover;
}

.president-text-mobile h1 {
  font-size: 22px;
  letter-spacing: 1.5px;
  color:#001869;
  font-family: 'Oswald-Regular', sans-serif;
}
.president-text-mobile p {
  font-family: 'Roberto-Medium', sans-serif;
  font-size: 14px;
  color: #001869;
  letter-spacing: 1.3px;
  line-height: 1.5;
}






  .line-container {
    position: relative;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 7%;
  }

  /* เส้นไล่ความหนา/ไล่สี */
  .gradient-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to left, #d9b500 0%, transparent 100%);
    border-radius: 2px;
    position: relative;
  }

  /* dots 3 จุด */
  .dots {
    display: flex;
    gap: 2px;
    margin-left: 8px;
  }

  .dot {
    width: 4px;
    height: 4px;
    background-color:#d9b500;
    border-radius: 50%;
  }




  /* ✅ Timeline ด้านขวา */
.timeline-container {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  z-index: 10;
  padding-right: 10px;
}

#timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

#timeline li {
  position: relative; /* จำเป็นสำหรับ pseudo-element */
  font-family: 'Oswald-Regular', sans-serif;
  color: #bf9302;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Dot ด้านหลัง */
#timeline li::after {
  content: '';
  position: absolute;
  right: -20px;  /* ระยะห่างจากข้อความ */
  top: 50%;
  transform: translateY(-50%);
  width: 10px;   /* ขนาด dot */
  height: 10px;
  background-color: #bf9302;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#timeline li.active {
  color: #ffc400;
  font-size: 2rem;
  text-shadow: 0 0 10px rgba(255, 196, 0, 0.8);
}

/* ถ้า active เปลี่ยนสี dot */
#timeline li.active::after {
  background-color: #ffc400;
  width: 14px;
  height: 14px;
}


/* ✅ ปุ่มเลื่อน */
.scroll-controls {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.scroll-btn-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.scroll-btn-icon:hover {
  transform: translateY(5px);
  opacity: 1;
}












.container-history {
  width: 100%;
  height: auto;
}

.history-image {
  height: auto;
  width: 50%;
  border-radius: 50%;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.history-image:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.history-image-2 {
  height: 100%;
  width: auto;
  max-height: 250px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 
              0 15px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.history-image-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4), 
              0 20px 50px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}


.history-text {
  color: #001869;
  padding: 5%;
}

.history-text-dark {
  color: #ffffff;
  padding: 5%;
}

.history-text .history-text-dark h1 {
  font-size: 4rem;
  font-family: 'Oswald-Regular', sans-serif;
  padding-bottom: 4%;
}

.history-text h2 {
  font-size: 3rem;
  font-family: 'Oswald-Regular', sans-serif;
  color: #d9b500;
  text-align: start;
}

.history-text-dark h2 {
  font-size: 3rem;
  font-family: 'Oswald-Regular', sans-serif;
  color: #ffc400;
  text-align: start;
}

.history-text h4 {
  font-size: 1.5rem;
  font-family: 'Oswald-Regular', sans-serif;
  letter-spacing: 2px;
}

.history-text-dark h4 {
  font-size: 1.5rem;
  font-family: 'Oswald-Regular', sans-serif;
  letter-spacing: 2px;
}

.container-history h5 {
  font-family: 'Oswald-Regular', sans-serif;
  color: white;
  font-size: 1.7rem;
}

.container-history.dark h5 {
  font-family: 'Oswald-Regular', sans-serif;
  color: #ffbf00;
  font-size: 1.7rem;
}

.text-our-history {
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 60px;
}

.content-up {
    transform: translateY(-7%);
}


.sticky_parent {
  height: 500vh; /* 100vh ต่อ 1 page */
}

.sticky_box {
  overflow: hidden;
  position: sticky;
  top: 10vh;
  height: 90vh;
}

.scroll_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500vh; /* 100vh ต่อ 1 page */
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: transform 0.6s ease-out;
}

.page {
  position: relative;
  width: 100%;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  overflow: hidden;
}

.page::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: hue-rotate(-10deg) saturate(0.8) brightness(1.15);
  z-index: 0; /* อยู่ด้านหลัง content */
}

.page > * {
  position: relative;
  z-index: 1;
}


@media (max-width: 992px) {
  .history-text h1 {
    font-size: 1.2rem;
  }

  .history-text h2 {
    font-size: 1.8rem;
  }

  .history-text h4 {
    font-size: 1rem;
  }

  .history-text-dark h1 {
    font-size: 1.2rem;
  }

  .history-text-dark h2 {
    font-size: 1.8rem;
  }

  .history-text-dark h4 {
    font-size: 1rem;
  }

  .container-history h5 {
    font-size: 1rem;
  }

  .history-image {
    max-width: 100px;
  }

  .history-image-2 {
    max-width: 200px;
  }

  #timeline {
    gap: 15px;
  }

  #timeline li {
    font-size: 0.9rem;
  }

  #timeline li.active {
    font-size: 1.4rem;
  }

  .scroll-btn-icon {
    width: 35px;
    height: 35px;
  }

  .text-our-history {
    font-size: 30px;
  }
}

