@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
.video-background{
    position: relative;
    overflow: hidden;
}
.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    z-index: -1;
}

#service_area_index2 .single-service{
    height: 500px;
}
#service_area_index2 .line-bnt{
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translate3d(50%);
    -webkit-transform: translate3d(50%);
    -ms-transform: translate3d(50%);
}
#service_area_index2 .single-service .service-img img{
    height: 200px;
    width: auto;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
}
#tech_area_index2 .owl-nav button,
#business .owl-nav button {
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    background: #1d42d9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0,-50px);
    transform: translate3d(0,-50px);
}

#tech_area_index2 .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    left: -5%;
    top: 55%;
}
#tech_area_index2 .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: 55%;  
    right: -5%;
}
#slider_banner_index2 .owl-stage-outer{
    height: 63rem;
}
#slider_banner_index2 .owl-item{
    height: 63rem;
}
/* #caseStudy_area_index2_list{
    height: fit-content !important;
} */
.single-service{
    height: 100%;
}
.tab-select-container ul{
}
#tab-select-details{
    /* overflow: hidden; */
}
.content-mobie{
    max-height: 38rem;
    /* overflow: scroll; */
}
#tab-select-details img,
.content-mobie img{
    border-radius: 6px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}
.tab-select-details-1{
    /* height: 30vh; */
}
.tab-select-details-2{
    height: 12.5rem;
}
.tab-select-details-3{
    /* height: 50vh; */
    transform: translate3d(0,40px);
    -webkit-transform:translate3d(0,40px);
    -ms-transform: translate3d(0,40px);
    width: 100%;
    height: auto; 
    margin-bottom:15px;
}
#case-studies .single-service{
    padding: 0;
}
#case-studies .single-service .service-img{
    height: 200px;
    background-color: #fff;
    overflow: hidden;
    object-fit: contain;
}
#case-studies .single-service .service-content{
    padding: 20px;
    height: 250px;
}
#case-studies .service-img img{
    width: 100%;
}
#case-studies .single-service .line-bnt{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#data-container .blog-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    border-bottom: solid gray 0.5px;
}
#caseStudy_area_index2_list{
    /* max-height: 70vh; */
    /* overflow-y: scroll !important; */
    overflow-x: hidden !important;
}
.video-card img{
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}
.modal{
    --bs-modal-width: 700px;
}

 #form-kr .form-control,
 #form-eng .form-control{
    margin-bottom: 20px;
 }

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding: 0px;
    border-radius: 4px;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 1px solid #eeeeee;
    background-color: #f9f9f9;
  }
  
  .drop-container:hover,
  .drop-container.drag-active {
    background: #eee;
    border-color: #051242 ;
  }
  
  .drop-container:hover .drop-title,
  .drop-container.drag-active .drop-title {
    color: #222;
  }
  
  .drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }
  
  input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
  }
  
  input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  
  input[type=file]::file-selector-button:hover {
    background: #0d45a5;
  }

a{
    cursor: pointer;
}
.thl_logo_app{
    height: 70px;
}
.h3-list-style {
    font-size: 15px;
    list-style: disc;
    padding-left: 30px;
}
.blog-details-area h6{
    line-height: inherit;
}
.thl_project{
    position: sticky;
    height: calc(55rem - 350px);
    top: 100px;
}
#thl_project_1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%);
    -webkit-transform: translate3d(-50%,-50%);
    -ms-transform: translate3d(-50%,-50%);

}
#thl_project_1 img{
    border-radius: 6px;
    height: 290px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    border: solid #cccccc 1.25px;
}
#thl_project_1 .owl-stage-outer{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 6px;
}
#thl_project_1 .owl-dots .owl-dot,
#caseStudy_area_index2_list .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 50%;
    margin: 0 5px;
}
#thl_project_1 .owl-dots button.owl-dot.active,
#caseStudy_area_index2_list .owl-dots button.owl-dot.active {
    background: #3d59fa;
}
#thl_project_1 .owl-dots,#caseStudy_area_index2_list .owl-dots
{
    text-align: center;
    margin-top: 20px;
}
#caseStudy_area_index2_list .owl-dots{
    width: 100%;
}
#caseStudy_area_index2_list .single-case .case-img a{
    height: 100%;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.dddddd{
    animation: scrollLeft 15s linear infinite;
    display: flex;
    width: 200%;
    justify-content: space-between;
}

.pricing-thl .single-pricing ul{
    max-width: unset;
}
.pricing-thl .single-pricing{
    height: 100%;
    padding-bottom: 65px;
}
.pricing-thl .single-pricing .box-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#case-studies-list .case-img,
#caseStudy_area_index2_list .case-img{
    text-align: center;
    height: 320px;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
    /* background:  radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.3)); */
    /* background-image: 
        linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)),
        url(/assets/images/bg-title-resize.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-Y: top; */
}
#case-studies-list .case-img a{
    height: 100%;
    height: -webkit-fill-available;
}
#case-studies-list .case-img img,
#caseStudy_area_index2_list .case-img img{
    height: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
    /* border: solid #cccccc 0.75px */
}
#caseStudy_area_index2_list .owl-stage{
    /* width: fit-content !important; */
}
#caseStudy_area_index2_list .single-case{
    margin-bottom: 10px;
}

#tech_area_index2 .choose-img img{
    height: 31.5rem;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
}
.case-thl-1 .case-img img{
    height: 200px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
}
.case-thl-1 .content h3{
    margin-top: 20px;
}
.case-thl-1 .content{
    border: 1px solid #dcdbdb;
    height: 95%;
}
.case-thl-1 .single-case{
    height: 100%;
}
.case-thl-1 .content p{
    margin-bottom: 0px !important;
    padding-left: 15px;
    position: relative;
}
.case-thl-1 .content p::before{
    content: "•"; /* Bullet character */
    position: absolute; /* Position relative to the <p> */
    left: 0; /* Align with the start of the <p> */
    color: #7a7e9a; /* Bullet color */
    font-size: 18px; 
}
.case-thl-2 .content h3{
    text-align: center;
    height: 61px;
    display: -webkit-box;          /* Enables multi-line truncation */
    -webkit-box-orient: vertical; /* Ensures vertical stacking of lines */
    overflow: hidden;             /* Hides extra text */
    text-overflow: ellipsis;      /* Adds "..." for truncated text */
    line-clamp: 2;        /* Restricts to exactly 4 lines */
    line-height: 1.5;             /* Line height for consistent spacing */
    max-height: calc(1.5em * 2);  /* Max height for 4 lines */
    min-height: calc(1.5em * 2);  /* Min height for 4 lines */
    height: calc(1.5em * 2); 
}
.case-thl-2 .content{
    /* background-image: linear-gradient(135deg, #e5e6e6, #fff), linear-gradient(135deg, #7fd1e9, #66aabf) !important; */
    background: transparent !important;
}
.case-thl-2 .single-case{
    height: 100%;
    border: 8px solid transparent;
    background-image: linear-gradient(135deg, #e5e6e6, #fff), linear-gradient(135deg, #7fd1e9, #66aabf);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 5px 5px 5px 2px #ccc;
    margin-bottom: 1%;
}
.case-thl-2 .single-case{
    margin-bottom: 0px !important;
}
.case-thl-2 .case-img img{
    padding: 25px;
}
.case-thl-2 .item{
    padding: 12px;
}
#solutions-documents-content .image .single-project{
    /* -webkit-box-shadow: 5px 5px 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow:  5px 5px 2px 5px rgba(0, 0, 0, 0.05); */
    border:1px solid #ececec;
    height: 19rem;
}
#solutions-documents-content .flyer .video-case{
    height: 19rem;
    overflow: hidden;
    
}
.mfp-wrap {
    overflow: visible !important; /* Allow content inside the popup to overflow */
}
.thl-ourtech .image-box-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 25px !important;
    flex-wrap: nowrap;
    row-gap: 5px;
}
.thl-ourtech .image-box-wrap p{
    position: absolute;
    bottom: 10px;
}
.thl-ourtech .image-box-wrap .box-image{
    margin-bottom: 0 !important;
}
.thl-video .video-btn::after, .thl-video .video-btn::before{
    content: unset !important;
}
#thl_project_1 .owl-dots .owl-dot,
#caseStudy_area_index2_list .owl-dots .owl-dot{
    
}
#thl_project_1 .owl-dots button.owl-dot.active,
#caseStudy_area_index2_list .owl-dots button.owl-dot.active {
    background: #3d59fa;
}
#thl_project_1 .owl-dots,#caseStudy_area_index2_list .owl-dots
{
    text-align: center;
    margin-top: 20px;
} 
.thl-details-news .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 50%;
    margin: 0 5px;
}
.solutions-team-slider .owl-dots
{
    justify-content: center;
    display: flex;
    padding-top: 20px;
}
.solutions-team-slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #d0d0d0 ;
    border-radius: 50%;
    margin: 0 5px;
}
.solutions-team-slider .owl-dots .owl-dot.active{
    background: #3d59fa;
}
.thl-details-news .owl-dots button.owl-dot.active{
    background: #3d59fa;
}
.thl-details-news .owl-dots{
    text-align: center;
    margin-top: 0px;
}
.thl-details-news .services-img.mb{
    margin-bottom: 10px !important;
}
.thl-details-news .services-img.mb img{
    border-radius: 6px;
}
.fun-fact--three .fun-fact__count::after{
	content: "+";
	
}
#solutions-documents-content .bi-file-earmark-pdf-fill{
    left: 0;
}
.alert-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050; /* Ensures the alert is on top of other content */
}
.container-article{
    position: sticky;
    top: 100px;

}
.container-article #news_details_rightSide{
    max-height: calc(63rem - 300px);
    overflow-y: auto;
}
.container-article #news_details_rightSide::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
    height: 8px; /* Height of the scrollbar (for horizontal scrollbars) */
}

.container-article #news_details_rightSide::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the track */
    border-radius: 10px; /* Rounded corners */
}

.container-article #news_details_rightSide::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners */
    border: 2px solid #f1f1f1; /* Optional: adds space around thumb */
}

.container-article #news_details_rightSide::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb on hover */
}

/* Firefox */
.container-article #news_details_rightSide {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}
.loading-more{
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%);
}
#news_details_rightSide .active a{
    color: #1d42d9;
}
.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1040; /* Ensure it's above the rest of the content */
    display: none; /* Initially hidden */
}
.alert.animate-alert {
    opacity: 0;
    transform: translate3d(0,-20px); /* Start above the container */
    animation: jumpIn 0.5s forwards; /* Animate in */
}

  
#load {
position:absolute;
width:600px;
height:36px;
left:50%;
top:50%;
overflow:visible;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
cursor:default;
transform: translate3d(-50%, -50%);
}

#load div {
font-size: 30px;
font-weight: 500;
position:absolute;
width:20px;
height:36px;
opacity:0;
font-family:Helvetica, Arial, sans-serif;
animation:move 2s linear infinite;
-o-animation:move 2s linear infinite;
-moz-animation:move 2s linear infinite;
-webkit-animation:move 2s linear infinite;
transform:rotate(180deg);
-o-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
/* color:#35C4F0; */
}
#load div:nth-child(1),
#load div:nth-child(2),
#load div:nth-child(3){
    color: #000;

}
#load div:nth-child(4),
#load div:nth-child(5),
#load div:nth-child(6){
    color: #c84545;
}

#load div:nth-child(1) {
animation-delay:0.2s;
-o-animation-delay:0.2s;
-moz-animation-delay:0.2s;
-webkit-animation-delay:0.2s;
}
#load div:nth-child(2) {
animation-delay:0.4s;
-o-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
}
#load div:nth-child(3) {
animation-delay:0.6s;
-o-animation-delay:0.6s;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
}
#load div:nth-child(4) {
animation-delay:0.8s;
-o-animation-delay:0.8s;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
}
#load div:nth-child(5) {
animation-delay:1s;
-o-animation-delay:1s;
-moz-animation-delay:1s;
-webkit-animation-delay:1s;
}
#load div:nth-child(6) {
animation-delay:1.2s;
-o-animation-delay:1.2s;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
}
.content--sticky {
    width: 100vw;
    position: sticky;
    top: 0;
    --offset: 0px;
    top: var(--offset);
    height: calc(63rem - var(--offset));
}
.google-map{
    height: 31.5rem;
    width: 100%;
}

@keyframes move {
0% {
    left:0;
    opacity:0;
}
    35% {
        left: 41%; 
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%; 
        -moz-transform:rotate(0deg); 
        -webkit-transform:rotate(0deg); 
        -o-transform:rotate(0deg);
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%; 
        -moz-transform:rotate(-180deg); 
        -webkit-transform:rotate(-180deg); 
        -o-transform:rotate(-180deg); 
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-moz-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -moz-transform:rotate(0deg); 
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%; 
        -moz-transform:rotate(0deg); 
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%; 
        -moz-transform:rotate(-180deg); 
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-webkit-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -webkit-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    65% {
        left:59%; 
        -webkit-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%;
        -webkit-transform:rotate(-180deg); 
        transform:rotate(-180deg); 
        opacity:0;
    }
}

@-o-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -o-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    65% {
        left:59%; 
        -o-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%; 
        -o-transform:rotate(-180deg); 
        transform:rotate(-180deg); 
        opacity:0;
    }
}
@keyframes jumpIn {
    0% {
        transform: scale(0.8) translate3d(0,-50px); /* Start smaller and above */
        opacity: 0;
    }
    50% {
        transform: scale(1.1) translate3d(0,0); /* Overshoot scale slightly */
        opacity: 1;
    }
    70% {
        transform: scale(0.95) translate3d(0,-10px); /* Slight bounce up */
        opacity: 1;
    }
    100% {
        transform: scale(1) translate3d(0,0); /* Settle at original size */
        opacity: 1;
    }
}


.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
}
.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 900;
    font-size: 30px;
}
.loading-text span:nth-child(1),
.loading-text span:nth-child(2),
.loading-text span:nth-child(3){
    color: #c84545;
}
.loading-text span:nth-child(4),
.loading-text span:nth-child(5),
.loading-text span:nth-child(6){
    color: #000;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
          animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
          animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
          animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

@media (max-width: 991px) {
    .container-article{
        position: unset;
    }
    #caseStudy_area_index2_list .owl-dots{
        display: none;
    }
    #solutions-documents-content .image .single-project{
        height: 12.5rem;
    }
    .video-btn{
        width: 55px !important;
        height: 55px !important;
    }
    .video-btn i{
        font-size: 18px !important;
    }

    .thl-ourtech .image-box-wrap{
        height: 140px;
    }
    #case-studies-list .case-img,
    #caseStudy_area_index2_list .case-img{
        height: 270px;
    }
    #tech_area_index2 .choose-img img{
        height: 25rem;
    }

    #case-studies-list .case-img{
        height: 250px;
        overflow: hidden;
    }
    .header-area{
        padding: 0 0;
    }
    #service_area_index2 .single-service{
        height: 400px;
    }
    #caseStudy_area_index2_list{
        margin: 0 5px 0 5px;
        padding-bottom: 10px;
    }
    .mobile-nav nav .navbar-nav{
        max-height: calc(63rem - 66px) !important;
    }
}
@media (max-width: 575px) {
    .video-btn{
        width: 40px !important;
        height: 40px !important;
    }
    .info img
    {
        padding: 2.2rem 3.1rem 2rem 1rem;
    }
    .tab-select-details-3{
        margin-bottom:45px;
    }   
}
@media (max-width: 1024px) {
    #tech_area_index2 .owl-nav button,
    #business .owl-nav button{
        -webkit-transform: translate3d(0,100%);
        transform: translate3d(0,100%);

        line-height: 0px;
    }
    #tech_area_index2 .owl-nav button.owl-prev{
        width: 30px;
        height: 30px;
        top: 30%;
        bottom: 0%;
        left: 8.6%;
        transform:translate(-100%, 100%);
        -webkit-transform: translate3d(-150%, 100%);
    }
    #tech_area_index2 .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        top: 30%;
        bottom: 0%;
        right: 8.6%;
        transform:translate(100%, 100%);
        -webkit-transform: translate3d(150%, 100%);
    }
    #business .owl-nav button.owl-prev{
        width: 20px;
        height: 20px;
        top: 35%;
        font-size:11px !important;
        bottom: 0%;
        left: 8.5%;
        transform:translate(-100%, 100%);
        -webkit-transform: translate3d(-150%, 100%);
        opacity:0.85;
    }
    #business .owl-nav button.owl-next{
        width: 20px;
        height: 20px;
        top: 35%;
        font-size:11px !important;
        bottom: 0%;
        right: -6.1%;
        transform:translate(-100%, 100%);
        -webkit-transform: translate3d(-150%, 100%);
        opacity:0.7;
    }
}
@media (min-width: 991px) {
    .content-mobie{
        height: 0;
        padding: 0 !important;
    }
    .info img
    {
        padding: 2.2rem 6.3rem 6.3rem 3.1rem;
    }
}

.return-left{
    margin-bottom: 5px !important; 
    width: 30px; 
    height: 30px; 
    margin-left: -48px !important;
}

.padleft{
    margin-left: 19px;
}

.img-inclusive
{
    max-width: 68%;
    height: auto;
    padding-bottom: 4px;
}
.bottom-icon
{ 
width: 30px;
height: 30px;
background: #1d42d9;
border-radius: 5px;
line-height: 40px;
text-align: center;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #f5faff;
transition: 0.3s;
}

.icon-img-horizontal
{
    height:50px;
    width: auto;
}
.mb-35
{
margin-bottom: 35px !important;
}
.w-16 {
margin-top: 10px;
}
.h-4{
    width: auto;
    height: 90px;
    object-fit: contain !important;
}
.text-base
{
    margin-top:3px;
    text-align:center;
}
.line-icon
{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f5ebff;
    text-align: center;
    color: #051242;
    top: 6px;
    left: 12px;
}
.relative
{
    position:relative;
    margin-top:10px;
    background:aliceblue;
    margin-left:10px;
    padding-top:5px;
    padding-bottom:5px;
}
.relative h6
{
    margin-left:3rem;
}
.h-4-mobile{
    height: 90px;
    object-fit: contain !important;
}
.center-title
{
    text-align: center;
    padding: 1rem;
    margin: 1rem 0px 1rem 0px;
    border: 1px solid #a2b2f1;
    border-radius: 10px;
    background: aliceblue;
}
.center-title2
{
    text-align: center;
    padding: 1rem;
    margin: 2rem 0px 2rem 0px;
    color:white;
}
.padding-title
{
    padding: 10px 50px 10px 50px;
}
.margin2
{
    margin-left: 2rem;
}
.accordion2-content {
    display: none;
    /* background-color: #fff; */
    margin-bottom: 0;
    padding: 15px 30px 15px 30px;
    font-size: 16px;
    z-index: 1;
    color: #50607f;
    position: relative;
    &.show {
        display: block;
    }
    &::before {
        content: "";
        width: 75%;
        height: 2px;
        background: body-color;
        top: 5px;
    }
}

    .technology-video
    {        
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    .choose-img
    {
        position: relative;
    }
    .searchBox
    {
        border:2px solid gray;
        border-radius:5px;
        padding:3px;
        margin-top:0.5rem;
    }
    /* #searchButton {
        font-size: 16px;
        cursor: pointer;
        background-color: #0086cb;
        color: white;
        border: none;
        border-radius: 4px;
        margin-top:0.5rem;
    }
    #searchButton:hover {
        background-color: #45a049;
    } */
    .evenRow
    {
        justify-content: space-between;
    }
    .con {
        display: flex;
        justify-content: center;
        /* font-family: 'NanumSquareNeo', 'Noto Sans KR', "Dotum", sans-serif; */
        letter-spacing: 0px;
        word-break: keep-all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: #000;
    }

        .con li {
            display: flex;
            flex-direction:Row;
        }
        .con li h3 {
            display: flex;
            align-items: center;
            padding-right: 45px;
            font-size: 23px;
            font-weight: 600;
            line-height: 100%;
        }
        .con li.line {
            width: 1px !important;
            background: #c8c8c8;
            margin: 0 40px;
        }
        .con li p {
            font-size: 17px;
            font-weight: 450;
            line-height: 160%;
        }

@media (max-width: 767px) {
    .con {
        text-align: center;
        display:block;
    }
    ul.con li {

    }
    ul.con li h3 {
        text-align: left;
        padding-right: 15px;
        font-size: 21px;
        font-weight: 600;
        line-height: 100%;
    }
    ul.con li.line {

    }
    ul.con li p {
        width:100%;
        font-size: 14px;
        font-weight: 425;
        line-height: 160%;
    }
  }
  .row:not(.exception),
  .row:not(.exception) *,
  .row:not.video-play,
  .row:not.video-play * {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .blog-details-desc.thl_project {
    margin-left: 0 !important;
  }
  .blog-details-desc img {
    padding-top: 10px;
  }
  .service-img {
    position: relative;
    display: inline-block;
  }
  .service-img img {
    display: block;
    transition: opacity 0.3s;
  }
  .service-img .DeliveryHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .service-img .QualityHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .service-img .NumberHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .single-service:hover .DeliveryHover {
    opacity: 1;
  }
  .single-service:hover .DeliveryDefault {
    opacity: 0;
  }
  .single-service:hover .QualityHover {
    opacity: 1;
  }
  .single-service:hover .QualityDefault {
    opacity: 0;
  }
  .single-service:hover .NumberHover {
    opacity: 1;
  }
  .single-service:hover .NumberDefault {
    opacity: 0;
  }
  .flaticon-left-arrow
  {
    margin-right: 1.5px;
  }
  .flaticon-next-1
  {
    margin-left: 1.5px;
  }
  #business .owl-item
  {
    justify-content:center;
  }
.single-case.mt-2 .case-img
{
    height: 20rem;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.single-case.mt-2 .case-img img
{
    height: auto;
    width: auto;
}
.paginationjs-prev a{
    margin-bottom:2px important;
}
.paginationjs-next.J-paginationjs-next a{
    margin-bottom:3px important;
}
.highlight
{
    color: #0d6efd !important;
    text-decoration: underline;
}
.itemDate
{
    font-size: 13px;
    color:gray;
    font-weight: 375;
}
.bxl-facebook
{
    font-size: 19px !important;
    padding-top: 7px;
}
.bx.bxl-linkedin
{
    font-size: 19px !important;
}
.bxs-envelope
{
    font-size: 19px !important;
    padding-top: 8px;
}
.bxl-youtube
{
    font-size: 22px !important;
    padding-top: 6px;
}
.bxs-map
{
    font-size: 19px !important;
}
.interest div
{
    display:flex;
}
.interest label
{
    padding-left: 3px;
    padding-top: 2px;
}
.content .xcol-lg-3
{
    text-align:center;
}
.company-tittle h2
{
    text-align:center;
}
header.thl-header
{
    background-image: url(/itemImgs/titlebg2.png);
    background-size: cover;
    background-attachment: fixed;
    @supports (-webkit-touch-callout: none) {
        background-attachment: scroll;
        background-position: center center;
    }
    background-color: aliceblue;
}
h6.pt-30, h1.wow
{
    padding: 0.63rem 2rem;
    color:#535353;
}
.accordion2-title.pointer
{
    /* margin-right: -1.25vh; */
}
.btn-load-more.btn-view-more
{
    border-radius:5%;
}
.btn-load-more.btn-view-more span
{
    color:#000;
    font-weight:525;
}
.btn-content
{
    display:flex;
    justify-content:center;
    margin-top: 4rem;
}
.w-full
{
    background-color: red !important;
    border: solid white;
    border-radius: 2rem;
    color: #ffffff;
    height:auto;
    width: 12.5rem;
    padding: 1.1rem;
    font-weight:550;
    font-size: 16px;
    display: flex;
    justify-content:center;
}
textarea[name="messageVN"], textarea[name="messageEN"], textarea[name="messageKR"] {
    padding: 5px;
    height:10rem;
  }
.default-btn.page-btn.box-btn
{
    width: 100px;
}
div.services-details-text img.img-fluid
{
    padding-top: 4%;
    padding-bottom: 2%;
    max-height: 50px !important;
    width: auto !important;
}
section.home-company-area div.container div.row.align-items-center .col-md-12
{
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center; 
}
div.services-img.mb img[alt="Image"]
{
    border: solid #cccccc 1.25px;
}
div.services-details-text h2
{
    text-align: center;
}
#mainTitle
{
    text-align: center;
}
.technology-content p{
    text-align: justify;
}


/* iOS Safari sticky fix */
@supports (-webkit-touch-callout: none) {
    .container-article,
    .content--sticky {
        overflow: visible !important;
    }
}

.container-article #news_details_rightSide {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.container-article #news_details_rightSide::-webkit-scrollbar {
    display: none; /* iOS Safari */
}

.naration
{
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: justify;
    font-size: 1.12rem;
    color: #6b7280;
    margin: 0 auto;
    line-height: 1.5;
}
.workflow
{
    padding-top: 60px;
}
@media (max-width: 767px) {
.workflow
{
    padding-top: 30px;
}
}