/********** Template CSS **********/
:root {
    --primary: #5B8C51;
    --secondary: #61b3fb;
    --light: #F7F7F7;
    --white: #fff;
    --dark: #000000;
    --active: #983ae6;
}
body{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    color: var(--white);
    background-color: var(--dark);
    
}
nav.navbar{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.text-highlights,.highlights span{
    font-family: "Crimson Text", serif !important;
    font-weight: 400;
    font-style: normal;
}
.support-box h2 span, .location-item h3 span{
    font-family: "Poppins", sans-serif;
}
a{
    color: var(--white);
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.font-light{font-weight: 300 !important}
img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.parallax-window {
    min-height: 100vh;
    background: transparent;
}
.section{
    position: relative;
    padding: 4rem 0;
}
.about-page{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
/*** 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;
}
.container-fluid{
    width: 90%;
}
h1,.h1,h2,.h2{
    font-weight: 600;
}
h1 span{
    color: #983ae6;
}
h2 span,h3 span,.color-active{
    color: #983ae6;
}
h2 span:nth-child(2),h2 .sub{
    color: #61b3fb;
}
.secondary{
    color: var(--secondary);
}
.btn,.btn-readmore{
    transition: .3s;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 8px;
    color: var(--white);
    background: transparent linear-gradient(90deg, #61B3FB 0%, #573CE6 51%, #983AE6 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #61B3FB 0%, #573CE6 51%, #983AE6 100%) 0% 0% no-repeat padding-box;
}
.btn-readmore{
    width: auto;
    display: inline-block;
}
.bg-gray{
    background-color: #292929;
}
.bg-light-gray{
    background-color: var(--light);
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 12px !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
}
.navbar .navbar-nav .nav-link:last-child{
    margin-right: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--active);
}

.navbar .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 8px;
    background-image: url(https://www.svgrepo.com/show/335062/dropdown.svg);
    background-size: 25px 25px;
}
.dropdown-top{
    width: 100%;
    align-items: end;
    justify-content: end;
    display: flex;
}
.dropdown-top a{
    padding: 0;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}
.nav-link:focus, .nav-link:hover,.dropdown-top a:hover{
    color: var(--active);
}
.dropdown-top .dropdown-menu.show{
    right: 0;
    left: unset;
    text-align: center;
}
.dropdown-menu.locale{
    min-width: 4.5rem;
}
.dropdown-item {
    color: var(--white);
    background-color: transparent;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
    font-size: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary);
    background-color: transparent;
}
.mb{
    display: none !important;
}
.logo{
    width: 230px;
}
.logo-white{
    width: 180px;
}
.page-header {
    padding-top: 10rem;
}
.box-shadow-line::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    height: 120px;
    background: transparent;
    background: -webkit-linear-gradient(to bottom, transparent, #000000);
    background: linear-gradient(to bottom, transparent, #000000);
}
.box-shadow-line::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right,#0000 0,rgb(0 0 0) 70%);
    top: 0;
    right: 0;
    z-index: -1;
}
.text-on-world{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    width: 100%;
    font-size: 22px;
}
.img-world{
    width: 90%;
}
.draw-line{
    position: absolute;
    top: 11%;
    left: 0;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
    height: auto;
    z-index: -2;
}
.draw-line svg{
    width: 100%;
    height: auto;
}
@keyframes drawLine {
    from {
      stroke-dashoffset: 9950;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  
#drawLine {
    opacity: 0;
}
.drawLine {
    opacity: 1 !important;
    stroke-dasharray: 9950;
    stroke-dashoffset: 9950;
    animation: drawLine 10s linear forwards;
}
.empowerung-2{
    padding-top: 12rem;
}
.last-column{
    padding-top: 10rem;
    padding-bottom: 4rem;
}
.last-column p{
    padding: 0 4rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
#iframe-wrapper {
    width: 90%;
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
}
#iframe-wrapper iframe {
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.bg-line-before{
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: auto;
   bottom: 0;
}
.type {
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    left: 0;
    padding: 10px 40px;
    top: 50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.type-2{
    top: 17%;  
}
.news-title.first-news{
    width: 50%;
}
.news-title {
    position: absolute;
    left: 5%;
    right: 15px;
    bottom: 10%;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 0 1rem;
}
.news-detail img{
    border-radius: 0;
}
.paragraph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
.paragraph.no-bg{
    background-color: transparent;
}
.py-section{
    padding: 4rem 0;
}
.draw-line-section{
    z-index: 1;
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.section-background {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 95vh;
    width: 100%;
    color: #FFFFFF;
}
.swiper-slide{
    padding: 1rem 0;
    margin-right: 2rem;
}
.card{
    color: var(--dark);
    border-radius: 15px;
    border: none;
    padding: 35px 30px;
    box-shadow: 6px 6px 13px #00000036;
    border-radius: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.card h4{
    font-size: 22px;
    margin-bottom: 1.5rem;
}
.card:hover{
    background-color: #292929;
    color: var(--white);
}
.card-body{
   padding: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    letter-spacing: 0 !important;;
    display: inline-block !important;;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal !important;;
    text-transform: none !important;;
    line-height: 1 !important;;
    vertical-align: -.125em !important;;
    -webkit-font-smoothing: antialiased !important;;
    -moz-osx-font-smoothing: grayscale !important;;
}
.swiper-button-next::after {
    content: "\f138" !important;
}
.swiper-button-prev::after {
    content: "\f12f" !important;
}
.page-header-bg{
    height: 50vh;
    display:flex;
    justify-content:center;
    align-items:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-bg h1{
    margin: 0;
}
.submenu-container {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    margin: auto;
}
.nav-submenu {
    overflow: hidden;
}
.nav-submenu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.nav-submenu li {
    font-size: 16px;
    font-weight: 600 !important;
    padding: 0 50px;
    border-right: 1px solid var(--dark);
}
.nav-submenu li a:hover,.nav-submenu li a.active{
    color: var(--active) !important;
}
.nav-submenu li:first-child{
    padding-left: 0;
}
.nav-submenu li:last-child{
    padding-right: 0;
    border-right: none;
}
.border-box .year{
    color: var(--secondary);
    font-weight: 500;
    margin-bottom: .5rem;
    position: relative;
}
.border-box .year::before{
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 2px;
    background-color: #5B8C51;
}
.border-box .year::before:last-child{
    display: none;
}
.border-box p{
    margin: 0;
}
.about-page h2{
    margin: 0;
}
.call-phone{
    position: fixed;
    right: 6%;
    bottom: 6%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 5px 5px 7px #0000003E;
}
.phone {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    color: #000964;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.timeline-year{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
}
.timeline-year li{
  list-style: none;
  flex: 0 0 auto;
  width: 33.3333%;
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.timeline-year li:before{
  content: attr(data-year) " ";
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  color: var(--secondary);
  background-color: transparent;
  width: 100px;
  transition: all ease-in-out .3s;
}

.timeline-year li:after{
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: var(--light);
  top: 11px;
  left: -35%;
  z-index: -1;
  transition: all ease-in-out .3s;
  opacity: 0.75;
}
.timeline-year li:first-child:after,.timeline-line-none:after{
    content: none !important;
}
.year-detail{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.year-detail p{
    margin: 0;
}
.grid-about {
    display: grid;
    width: 60%;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin: 0 auto;
}
.item-grid {
    position: relative;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.item-grid h3 {
    margin: 0;
    display: block;
    background-color: transparent;
    padding: 1rem;
}
.item-grid svg {
    display: block;
    margin: 1rem auto;
    width: 30px;
    height: 30px;
}
.item-grid .overlay-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .item-grid .overlay-item:hover ~ .item__overlay, .item-grid .overlay-item:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
    background-color: #573CE6;
  }
  
  .grid-about img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .item-grid .overlay-item:hover ~ .item__overlay{
        padding: 0;
        padding-top: 20px;
    }
  .item-grid .overlay-item:hover ~ .item__overlay svg{
        display: none;
    }
  .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 20px;
    transform: translate3d(0, calc(100% - 7.5rem), 0);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.item__body {
    flex-grow: 1;
    padding: 1rem;
}
.item__body p {
    margin: 0;
    padding: 0 3rem;
}
#content .container-fluid p{
    margin-bottom: 0;
}
#content table p,#content table h2,#content table h4{
    margin-bottom: 0;
}
.form-select {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    width: 200px;
    padding: 10px 5px 10px 0;
    background-color: transparent;
}
.form-select:focus{
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
}
.news-page .card{
    padding: 0;
    overflow: hidden;
}
.news-page .card-body{
    padding: 20px 25px 15px;
}
.news-page .card-body h2{
    font-size: 18px;
    margin: 0;
}
.news-page .card-footer{
   border-top: none;
   background-color: transparent;
   padding: .5rem 25px;
}
.news-page .card img{
    transform: scale(1);
	transition: 0.3s ease-out;
    height: 260px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    object-fit: cover;
}
.news-page .card:hover img {
	transform: scale(1.2) translateY(-20px);
	opacity: 0.3;
}
.news-page .card iframe{
    width: 100%;
    height: 260px;
}
.page-link {
    border: none;
    color: var(--dark);
    font-weight: 600;
    font-size: 20px;
    padding: 0.5rem 1.5rem;
}
.page-item.active .page-link {
    color: var(--secondary);
    background-color: transparent;
    border-color: transparent;
}
.page-link:hover {
   color: var(--secondary);
    background-color: transparent;
    border-color: transparent;
}
.news-date{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.type-detail{
    padding: 10px 20px;
    border-radius: 8px;
}
.dropdown-re.dropdown-toggle::after{
    position: absolute;
    right: 0;
    top: 8px;
}
.dropdown-re .dropdown-menu{
    width: 100%;
}
.dropdown-re .dropdown-menu a{
    color: #000;
}
.dropdown-re .dropdown-menu a:hover{
    color: var(--active)
}
.footer {
    padding: 4rem 0;
    color: #B0B9AE;
}
.footer h5 {
    font-size: 18px;
}
.footer a{
    color: #FFFFFF;
    font-weight: 300;
}
.rounded-circle {
    background-color: var(--white);
    width: 30px;
    height: 30px;
    color: var(--dark);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright{
    position: relative;
    z-index: 1;
}
.copyright::before{
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: transparent linear-gradient(90deg, #61B3FB 0%, #573CE6 51%, #983AE6 100%) 0% 0% no-repeat padding-box;;
    opacity: 0.75;
}
.copyright a:hover{
    color: var(--dark);
}
.swiper_main .card{
    padding: 45px 40px;
}
.swiper_main .card-body p{
    margin: 0;
}
.bg-black-gradient{
    background: linear-gradient(0deg, #292929 0%, #000000 100%) 0% 0% / auto transparent no-repeat padding-box;
}
.center-nav{
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.nav-submenu-white ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}
.nav-submenu-white li {
    font-weight: 500;
    padding: 0 50px;
    border-left: 1px solid var(--white);
    margin: 1.5rem 0;
}
.nav-submenu-white li a:hover,.nav-submenu-white li a.active{
    color: var(--active) !important;
}
.nav-submenu-white li:first-child{
    border-left: none;
}
.list-title{
    font-size: 22px; 
    font-weight: 600;
    margin: 0 6rem 0 0.5rem;
}
.industry-img{
    width: 75px;
}
.text-primary {
    color: #61B3FB !important;
}

#implementaion{
    margin-right: 0;
    width: 100%;
}
#implementaion span{
    font-family: "Poppins", sans-serif;
}
#implementaion th h4, .implementation-list h4{
    font-size: 22px;
    font-weight: 600;
}
#implementaion th {
    padding: 40px 30px;
}
#implementaion td {
    padding: 40px 30px;
    vertical-align: baseline;
}
#implementaion td:first-child {
    padding: 40px 30px 40px 50px;
}
#implementaion td:last-child {
    padding: 40px 50px 40px 30px;
}
#implementaion tr:last-child td{
    padding-bottom: 40px;
}
#implementaion td strong{
    font-weight: 600;
}

#implementaion ul {
    color: #61B3FB;
    margin-bottom: 0;
}

#implementaion tr{
    position: relative;
}
#implementaion tr::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-fill-available;
    border-bottom: 1px solid #ffffff; /* Adjust the color and thickness as needed */
    margin: 0 50px
}
#implementaion tr:first-child::after, #implementaion tr:last-child::after{
    display: none;
}
.netsuit-one p{
    width: 80%;
    margin-bottom: 3rem !important;
}
table {
    border-radius: 20px !important;
    overflow: hidden;
}

.advanced-list li {
    margin-top: 10px;
}
.nav-submenu-white-end ul {
    list-style: none;
    display: flex;
    justify-content: end;
    padding-left: 0;
    text-align: center;
    align-items: stretch;
    flex-wrap: wrap;
    transition: all .5s;
}

.nav-submenu-white-end li {
    font-weight: 500;
    position: relative;
    padding: 0 50px;
    border-left: 1px solid var(--white);
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}
.nav-submenu-white-end li a:hover,
.nav-submenu-white-end li a.active {
    color: var(--active) !important;
}

.nav-submenu-white-end li:first-child {
    border-left: none;
}

.section-box {
    position: relative;
    border: none;
    margin: 2rem;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 6px 6px 13px #00000034;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.section-box:hover {
    background-color: #292929;
    color: #fff;
}

.section-box:hover .section-arrow path {
    fill: #fff;
}

.section-arrow {
    position: absolute;
    bottom: 2%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.section-arrow path {
    fill: #983ae6;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.bg-black-gradient {
    background: linear-gradient(0deg, #292929 0%, #000000 100%) 0% 0% / auto transparent no-repeat padding-box;
}

.product-iframe {
    display: flex;
    justify-content: center;
    margin: 1rem 0 3rem;
}

.product-iframe iframe {
    width: 80%;
    height: 550px;
}

.services-list {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.services-list img {
    width: 140px;
}

.slide-card {
    display: flex;
    width: 500px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border: none;
    padding: 3rem;
    margin-top: 1rem;
    border-radius: 1rem;
    box-shadow: 6px 6px 13px #00000036;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.slide-card img {
    width: 53px !important;
    padding: 0;
}

.owl-item.active {
    height: auto;
}
#slide-card .owl-stage{
display: flex;
}
#slide-card .owl-item{
    width: 396.267px;
    margin-right: 20px;
    padding-bottom: 2rem;
}
#slide-card .item{
    display: flex;
    flex: 1 0 auto;
}
#slide-card .owl-nav button.owl-prev img {
    top: 35%;
    border-radius: 50%;
    left: 4%;
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    transform: rotate(180deg);
}

#slide-card .owl-nav button.owl-next img {
    top: 37%;
    border-radius: 50%;
    right: 4%;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
}

.slide-card:hover {
    background-color: #292929;
    color: #fff;
}
.last-active {
    position: relative;
}
.last-active:after {
    content: "";
    width: 80%;
    height: 95%;
    position: absolute;
    bottom: 0;
    right: 15%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 1rem;
}
.last-active .slide-card:hover{
    background-color: initial;
    color: initial;
}
.bg-dark{
    background: linear-gradient(0deg, #292929 0%, #000000 100%) 0% 0% / auto transparent no-repeat padding-box;
}
.nav-submenu-space-between ul {
    list-style: none;
    flex-wrap: wrap;
    justify-content: end;
}
.nav-submenu-space-between li {
    font-size: 16px;
    font-weight: 600;
    padding: 0 50px;
    border-left: 1px solid var(--dark);
    margin-bottom: 1rem;
}
.nav-submenu-space-between li a:hover,.nav-submenu-space-between li a.active{
    color: var(--active) !important;
}
.nav-submenu-space-between li:first-child{
    border-left: none;
}
.nav-submenu-space-between li:last-child{
    padding-right: 0;
}
.business-hour {
   justify-content: end;
   font-size: 16px;
   font-weight: 300;
}
.business-hour .day{
    padding-right: 30px;
}
.business-hour .hour{
    padding-left: 30px;
    align-items: center;
    display: flex;
    color: var(--secondary);
    font-size: 22px;
    font-weight: 600;
}
.business-hour .w-max{
    width: max-content;
}
.contact iframe{
    width: 300px;
    height: 300px;
    border-radius: 15px;
    filter: invert(80%) hue-rotate(180deg);
}
.contact .card{
    display: block;
    background-color: transparent;
    box-shadow: none;
}
.contact .card p{
    color: #fff;
}
.text-start .align-self-end.col-md-3{
    align-self: unset!important;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}
.text-end .align-self-end.col-md-3{
    align-self: unset!important;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}
.bottom p, .business-hour .day p, .business-hour .hour p{
    margin-bottom: 0;
}
.location{
    width: 80%;
}
.item-local:nth-child(2) .location{
    margin:0 auto;
}
.item-local:nth-child(3) .location{
    margin-left: auto;
}
.lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.lazy.loaded {
    opacity: 1;
}
.about-page span {
    white-space: nowrap;
}
.industry-banner span , .service-banner span{
    display: inline-block;
}
.advanced-solution{
    width: 87%;
}
.advanced-solution td{
    align-content: baseline;
}
.advanced-solution ul{
    padding-left: 1.2rem;
    padding-right: 1rem;
}
.advanced-solution li::marker{
    color: #983AE6;
}
.detail-netsuite-products{
    padding-left: 3rem;
    padding-right: 3rem;
    line-height: 2rem;
}
.resource-select select{
    font-weight: 600;
}
.partner-detail iframe{
    width: 95%;
    margin: 4rem 0 5rem;
}
.partner-detail a, .news-menu .form-select, .news-type, .get-in-touch{
    font-size: 16px;
    font-weight: 600;
}
.partner-detail li::marker{
    color: #61B3FB;
}
.partner-detail hr{
    height: 1.5px;
}
.consulting-services {
    display: flex;
    justify-content: end;
}
#consulting-services{
    width: 75%;
    margin: 2rem 0 3rem;
}
#consulting-services ul{
    margin-bottom: 0;
}
#consulting-services td{
    padding: 1rem 0;
}
.border-bottom-75 {
    width: 75%;
}
.footer-resources{
    width: 85%;
}
/* Font-Size Banner */
.highlights.mockup h1, .thinking h1, 
.transforming h1, .highlights.footer h1, 
.about-us h2, .about-us-bottom h2,
.industry-page-content h2 , #slugDiv,
.services-page-content h2, .service-detail h2,
.partner-detail h2, .news-detail-title,
.office-location h2, .contact-form h2{
    font-size: 32px;
}
.highlights.mockup h1 span, .thinking h1 span, .transforming h1 span, 
.highlights.footer h1 span, .about-us h2 span, 
.about-us-bottom h2 span, .industry-page-content h2 span,
#slugDiv span, .services-page-content h2 span,
.service-detail h2 span, .partner-detail h2 span,
.contact-form h2 span, .office-location h2 span{
    font-size: 38px;
}
.banner-header h1, .home-page h1{
    font-size: 40px;
    font-weight: 500;
}
.banner-header h1 span, .home-page h1 span{
    font-size: 50px;
}
.banner-header p, .banner-header p span, .home-page p{
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 2.5rem;
}
.banner-header p span{
    font-family: inherit;
}
.home-page h4{
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
}
.home-page p{
    width: 60%;
    float: right;
}
.highlights.mockup p{
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: 300;
}
.font-size-th.thai h2 span {
    font-size: 32px;
}
.thinking-card br{
    content: "";
    display: block;
    margin: 2rem;
}
.transforming h1{
    line-height: 3.5rem;
    margin-bottom: 2rem;
}
.transforming p, .industry-list-detail p, .advanced-solution li, .news-detail p, .news-date{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2.5rem;
}
.thinking-card, .highlights.footer p, 
.about-us p, .about-us-bottom p, 
.timeline-year p, .industry-page-content p,
.services-page-content p, .service-detail p,
.implementation-list p, .section-box p,
.detail-netsuite-products, .slide-card p,
.partner-detail p, .consulting-services li,
.card-footer h6, #implementaion td, #implementaion td span,
.contact-banner p, .contact-form p{
    font-size: 16px;
    font-weight: 300;
}
.service-banner h1, .customers-banner h1,
.contact-banner h1{
    font-size: 40px;
}
.about-banner h1, .industry-banner h1, .partner-banner h1{  
    font-size: 38px; 
}
.service-banner h1 span, .customers-banner h1 span,
.news-banner h1 span, .contact-banner h1 span{
    font-size: 50px;
}
.about-banner h1 span, .industry-banner h1 span, .partner-banner h1 span{ 
    font-size: 50px;
}
.about-us-bottom p{
    margin-top: 2rem;
}
.about-us-bottom hr{
    opacity: 0.75;
}
.timeline-year p, .contact-banner p{
    margin-top: 1rem;
}
.section-box h3, .support-box h2 span, .slide-card h3, .netsuite-products-list h3{
    font-size: 22px;
    font-weight: 500;
}
#implementaion th, #implementaion th span, 
.location-item h3, .location-item h3 span{
    font-size: 22px;
    font-weight: 600;
}
.support-box p, .location-item p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.why-us h3{
    font-size: 22px;
    font-weight: 600;
}
.why-us p{
    font-size: 16px;
    font-weight: 300;
}
.implementation-list {
    margin-bottom: 3.5rem;
}
.implementation-list .btn-readmore{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.swiper-button-disabled{
    display: none !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #983AE6 !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5% !important;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 5% !important;
    right: auto;
}
.swiper-slide-visible.swiper-slide-active:first-child .card:hover, 
.swiper-slide-visible:last-child .card:hover,
.swiper-slide-visible.swiper-slide-next .card:hover{
    background-color: #292929;
    color: var(--white);
}
.swiper-slide-visible, .swiper-slide-active {
    position: relative;
}
.swiper-slide-visible.swiper-slide-active::after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.3) 100%);
    animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .4s;
}
.swiper-slide-visible:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    right: 5%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.3) 100%);
    animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .4s;
}
.swiper-slide-visible.swiper-slide-active .card:hover, .swiper-slide-visible .card:hover{
    background-color: #fff;
    color: initial;
}
.swiper-slide-visible.swiper-slide-next::after, .swiper-slide-visible:first-child::after, .swiper-slide-visible:last-child::after {
    display: none;
}
.swiper-slide{
    width: 300px;
}
.transforming .news {
    width: 90%;
    float: right;
}
.bg-position-y{
    background-position-y: 4rem !important;
}
.netsuite-salvage-img{
    width: 80%;
}
.isotope_selector{
    display: flex;
    justify-content: center;
}
.isotope_selector img{
    width: 80%;
}
#link a, #link a:visited{
    padding: 10px 30px !important;
}
.footer-logo{
    width: 115px !important;
}
.custom-dropdown{
    background-image: url(https://www.svgrepo.com/show/335062/dropdown.svg);
    background-size: 25px 25px;
}
#isotope_filters{
    padding: 0;
}
.padding-intro-detail{
    padding-left: 10rem;
    padding-right: 10rem;
}
/* ul.industry-type-list li:nth-child(5n){
    border-left: none !important;
} */
.nav-submenu-white li.no-left-border {
    border-left: none;
}
@media (max-width: 1720px){
    .draw-line{
        width: 85%;
    }
}
@media (max-width: 1440px) {
    .item__body p {
        margin: 0;
        padding: 0 1.5rem;
    }
    .list-title{
        margin: 0 4rem 0 1rem;
    }
    .contact iframe{
        width: 100%;
        height: 300px;
    }
    .section-box {
        padding: 3rem 1.3rem;
    }
    .product-iframe iframe {
        height: 450px;
    }
    #consulting-services{
        width: 80%;
    }
}
@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 10px;
    }
    .grid-about {
        width: 80%;
    }
    .swiper-button-next, .swiper-button-prev, .swiper-slide-visible.swiper-slide-active::after{
        display: none !important;
    }
    .swiper-slide-visible.swiper-slide-active .card:hover, .swiper-slide-visible .card:hover{
        background-color: #292929;
        color: var(--white);
    }
}
@media (max-width: 1200px) {

    #slide-card .owl-nav button.owl-next img,
    #slide-card .owl-nav button.owl-prev img {
        display: none;
    }

    .last-active {
        opacity: 1;
    }
    .location{
        width: 100%;
    }
    .netsuit-one p{
        width: 100%;
    }
    .advanced-solution{
        width: max-content;
    }
    .padding-intro-detail{
        padding-left: 0;
        padding-right: 0;
    }
    .last-active:after{
        display: none;
    }
    .news-title{
        font-size: 20px;
        width: 80%;
    }
    .nav-submenu-white li {
        border-left: none;
        margin: 1rem 0;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .services-list img {
        width: 100px;
    }

    .product-iframe iframe {
        height: 300px;
    }
    .grid-about {
        width: 90%;
    }
}

@media screen and (max-width: 1123.98px) {
    .last-column p{
        padding: 0 2rem;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse.collapse {
        padding-bottom: 100%;
    }
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        width: 100%;
    }
    #navbarCollapse .flex-column{
        flex-direction: column-reverse !important;
    }
    #navbarCollapse .navbar-nav{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .dropdown-top{
        width: 100%;
        align-items: start;
        justify-content: start;
        display: flex;
    }
    .dropdown-top a{
        padding: 10px 0;
    }
    .dropdown-top .dropdown-menu.show {
        right: unset;
        left: 0;
        text-align: center;
        padding: 0;
    }
    .list-title{
        margin: 0 2rem
    }
    .type{
        padding: 10px 20px;
        top: 17%;
    }
    #implementaion h4 {
        font-size: 18px;
    }

    #implementaion th,
    td {
        font-size: 14px;
    }

    .subtitle-layout {
        bottom: 50px;
    }
    .nav-submenu-white-end ul,.nav-submenu-space-between ul, .nav-submenu ul{
        justify-content: center;
    }
    .border-bottom-75 {
        width: 100%;
    }
    .footer-resources{
        width: 100%;
    }
    .last-column p{
        padding: 0;
    }
    #iframe-wrapper {
        margin: auto;
    }
    .item__overlay{
        top: 5%;
    }
    .item-grid .overlay-item:hover ~ .item__overlay {
        top: 0;
    }
    .grid-about{
        gap: 2rem;
        width: 100%;
    }
    .item__body p {
        margin: 0;
        padding: 0 1rem;
    }
    .nav-submenu-space-between li{
        margin: 1rem 0;
        border: none;
    }
    .nav-submenu-space-between li:last-child{
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .pc{display: none;}
    .mb{display: block !important;}
    .text-end{text-align: center !important;}
    .transforming .m-mb{
        margin-bottom: 1rem;
    }
    .section-background {
        height: auto;
        padding-bottom: 8rem;
    }
    .last-column {
        padding-top: 5rem;
    }
    .timeline-year {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .timeline-year li::after {
        display: none;
    }
    .timeline-year li {
        width: 100%;
    }
    .grid-about {
        width: 80%;
        grid-template-columns: 1fr;
    }
    .item__overlay{
        top: 0;
    }
    .item__body p {
        padding: 0 2rem;
    }
    .about-page h2 {
        margin-bottom:.6rem;
    }
    .nav-submenu, .nav-submenu-white-end{
        text-align: center;
    }
    .nav-submenu ul{
        padding-left: 0;
        flex-direction: column;
    }
    .nav-submenu.news-menu ul{
        flex-direction: initial;

    }
    .list-title{
        margin: 0;
    }
    .footer h5{
        margin-top: 1rem;
    }
    .page-header-bg h1,.page-header-bg h2, .service-banner h1,
    .banner-header h1, .home-page h1,
    .about-banner h1, .industry-banner h1, .service-banner h1, .customers-banner h1,
    .partner-banner h1, .contact-banner h1{
        font-size: 30px !important;
    }
    .banner-header h1 span, .home-page h1 span,
    .about-banner h1 span, .industry-banner h1 span, 
    .service-banner h1 span, .customers-banner h1 span, 
    .partner-banner h1 span, .news-banner h1 span, 
    .contact-banner h1 span{
        font-size: 36px;
    }
    .highlights.mockup h1, .thinking h1, .transforming h1, 
    .highlights.footer h1, .about-us h2, .about-us-bottom h2, 
    .industry-page-content h2, #slugDiv, .services-page-content h2, 
    .service-detail h2, .partner-detail h2, .news-detail-title, 
    .office-location h2, .contact-form h2{
        font-size: 26px;
    }
    .highlights.mockup h1 span, .thinking h1 span, .transforming h1 span, 
    .highlights.footer h1 span, .about-us h2 span, 
    .about-us-bottom h2 span, .industry-page-content h2 span,
    #slugDiv span, .services-page-content h2 span,
    .service-detail h2 span, .partner-detail h2 span,
    .contact-form h2 span{
        font-size: 32px;
    }
    .font-size-th.thai h2 span {
        font-size: 26px;
    }
    .transforming h1 {
        line-height: normal;
    }
    .transforming h1 br{
        display: none;
    }
    .text-on-world{
        font-size: 20px;
    }
    .even-list {
        flex-direction: column-reverse;
    }
    .type{
        top: 17%;
    }
    .news-title.first-news{
        width: 80%;
    }
    .tag-p p{
        margin: 0;
    }
    .nav-submenu-space-between li {
        display: block;
        border-left: none;
        margin: 1.5rem 10px;
        border-bottom: 1px solid var(--white);
    }
    .nav-submenu-space-between li {
        /* border-bottom: 1px solid var(--dark); */
        border: none;
        margin: .8rem 0;
    }
    /* Menu About us */
    .nav-submenu li {
        padding: 0 10px !important;
        border: none;
        margin: 5px 10px;
    }
    /* Menu Service */
    .nav-submenu.nav-submenu-white-end li {     
        display: block;
        padding: 0 10px !important;
        border: none;
        margin: 15px 10px;
    }
    .nav-submenu-white-end li br{
        display: none;
    }
    /* Menu Resource */
    .submenu-container.news{
        bottom: -10%;
        z-index: 10;
    }
    #bottom .text-end{
        text-align: right !important;
    }
    .support-box {
        padding: 2rem 0;
    }
    .location{
        width: 100%;
    }
    .swiper-slide{
        padding: 1rem 1rem;
    }
    .partner-detail iframe{
        width: 100%;
        height: 400px;
    }
    .home-page p{
        width: 100%;
    }
    .transforming .news {
        width: 100%;
    }
    .netsuite-salvage-img{
        width: 100%;
    }
    .advanced-solution{
        width: 100%;
    }
    .advanced-solution tr , #consulting-services tr{
        display: block;
    }
    .advanced-solution td , #consulting-services td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .detail-netsuite-products{
        padding: 0;
    }
    #slide-card .item{
        justify-content: center;
    }
    #consulting-services{
        width: 90%;
    }
}
@media screen and (max-width: 575px) {
    .draw-line{
        top: 0%;
        width: 230%;
        left: -15%;
    }
    .box-shadow-line::after{
        background: linear-gradient(to right,#0000 0,rgb(0 0 0) 90%);
    }
    .business-hour{
        flex-direction: column;
        justify-content: center;
    }
    .business-hour .border-end{
        border-right: none !important;
    }
    .business-hour h6{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .business-hour .w-max {
        width: 100%;
        justify-content: center;
        padding: 0;
    }
    .navbar-toggler-icon{
        width: 1.2em;
        height: 1.2em;
    }
    .grid-about {
        width: 100%;
    }
    .item__body p {
        padding: 0;
    }
    .nav-submenu-space-between ul{
        flex-direction: column;
        text-align: center;
    }
    .page-header.home{
        padding-top: 5rem;
    }
    .about-page{
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    .about-us-bottom .section{
        padding-top: 1rem;
    }
}
@media screen and (max-width: 515.98px) {
    #implementaion h4 {
        font-size: 16px;
    }

    #implementaion td {
        font-size: 14px;
        padding: 25px 25px;
    }
    #implementaion td:first-child, #implementaion td:last-child {
        padding: 30px 30px;
    }
    #implementaion tr::after {
        margin: 0 30px
    }

    #implementaion img {
        width: 20px !important;
    }
    .site-menu-lang {
        width: 20%;
    }
}

@media screen and (max-width: 488.98px) {
    #implementaion h4 {
        font-size: 14px;
    }

    table {
        border-radius: 10px !important;
    }

    #implementaion img {
        width: 15px !important;
    }

    .subtitle-layout {
        bottom: 5px;
        font-size: 14px;
    }

    .nav-submenu {
        top: 260px;
        font-size: 14px;
    }
}
@media (max-width: 475px) {
    .slide-card {
        padding: 1.5rem;
    }
    .swiper_main .card{
        padding: 50px 40px;
    }
    .section-box {
        padding: 2rem 2rem 4rem 2rem;
    }
    .thinking br{
        display: none;
    }
    .logo{
        width: 185px;
    }
}
@media (max-width: 425px) {
    .product-iframe iframe {
        width: 100%;
        height: 200px;
    }
    .partner-detail iframe{
        width: 100%;
        height: 250px;
    }
    .page-link{
        padding: 0.5rem 1rem;
    }
}
@media (max-width: 375px) {
    .item__overlay{
        top: 10%;
    }
    .item-grid .overlay-item:hover ~ .item__overlay{
        top: 0;
        padding-top: 10px;
    }
    .item__overlay h3{
        padding-bottom: 0;
    }
}
@media (max-width: 345px) {
    .item-grid .overlay-item:hover ~ .item__overlay{
        top: 0;
    }
    .item__overlay h3{
        padding-bottom: 0;
        font-size: 1.3rem;
    }
    .item__body p {
        font-size: 14px ;
    }
    .section-box {
        padding: 2rem 1rem 4rem 1rem;
    }
}
@media (max-width: 320px) {
    .item__overlay{
        top: 15%;
    }
    .item-grid .overlay-item:hover ~ .item__overlay{
        top: 0;
    }
    .item__overlay h3{
        padding-bottom: 0;
        font-size: 1.2rem;
    }
    .item__body p {
        font-size: 13px ;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 160%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        border-radius: 20px;
    }
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}