*{
   padding: 0;
   margin: 0;
}


.btn{
   color: #fff !important;
   background: linear-gradient(180deg, rgba(87,207,169,1) 0%, rgba(51,142,134,1) 100%);   
}
/*@keyframes spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }*/

     /*Apply the spinning animation to all elements when hovered 
    input:hover,select:hover,img:hover,p:hover,label:hover, button:hover {
      animation: spin 0.2s linear infinite;
    }*/
    
@keyframes spin {
   from {
      transform: rotate(0deg);
   }
   to {
      transform: rotate(360deg);
   }
   
}

@keyframes fade {
   0% {
      opacity: 1;
   }
   50% {
      opacity: 0.2;
   }
   60% {
      opacity: 1;
      transform: translate(40px, 0px)
   }
   70% {
      opacity: 0;
   }
   80% {
      opacity: 0.5;
   }
   90% {
      opacity: 0.7;
   }
   100% {
      opacity: 1;
   }
   
}

@keyframes animationFramesOne
{
   0%
   {
      -webkit-transform: translate(0) rotate(0deg)
   }
   20%
   {
      -webkit-transform: translate(20px, -1px) rotate(36deg)
   }
   40%
   {
      -webkit-transform: translate(40px, 72px) rotate(72deg)
   }
   60%
   {
      -webkit-transform: translate(20px, 122px) rotate(108deg)
   }
   80%
   {
      -webkit-transform: translate(40px, 72px) rotate(144deg)
   }
   to
   {
      -webkit-transform: translate(0) rotate(0deg)
   }
}

@keyframes animationFramesTwo
{
   from
   {
      -webkit-transform: translate(0) rotate(0deg)
   }
   70%
   {
      -webkit-transform: translate(800px, 50px) rotate(360deg)
   }
   to
   {
      -webkit-transform: translate(0) rotate(0deg)
   }
}
   
   
.main-content .top{
    position: fixed;
    top: 0;
    left: 250px;
    display: flex;
    width: calc(100% - 250px);
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background-color: #FFF;
    transition: var(--tran-05);
    z-index: 10;
    border-bottom: 1px solid var(--border-color);
    min-height: 75px;
}

/*.top img{
    width: 180px !important;
    margin: 15px 0 15px 15px !important;
    transition: width 0.5s ease-in ;
}*/

.logo-header{
    width: 220px  !important;
    margin: 10px 0 10px 10px !important;
    transition: width 0.3s ease ;
}

.logo-header.scroll{
   width: 180px !important;
}


th{
  /*height:35px;*/
  background: rgb(85,205,167);
  background: linear-gradient(180deg, rgba(85,205,167,1) 20%, rgba(49,141,132,1) 80%);
  color: #f3f3f3 !important;
  text-align: center;
  vertical-align: middle;  
  height: 50px !important;
}

tr{
   height: 35px
}

tbody tr:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: all 0.3s ease;
    background-color: #f1f1f1;
}

.display-page{
   background-color: #fff;
   overflow-x: hidden;
}

.sectionSearch{
   background-image: url('../../Images/BG1.png');
   background-position: 80% 60%;
   background-size: cover;
   /*height: auto;*/
   height: 730px;
   background-size: cover;
}

.main-content, .main-content .top{
    left:0;
    width: 100%;
    padding: 0;
    margin: 0 !important ;
}

.display-content, .field-box{
   padding: 0;
}

.index-button{
   display: flex;
   justify-content: center;
   width: 80px;
}
.index-button button{
   font-size: 16px;
   width: 100%;
}

.form-control {
  border-radius: 5px;
}

.card{
   border: 1px solid #31AAA3;
   border-radius: 20px;
   padding: 20px;
   min-height: 420px;
   width: 300px;
   transition: transform 0.3s ease-in-out;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-body h5{
   font-size: 16px;
   color: #2E8884;
}

.card-footer{
   padding-top: 15px;
   border-top: 1px solid #ccc;
   background-color: transparent;
}

.swiper-slide{
   display: flex !important;
   justify-content: center;
}
.card-related-system {
    height: 250px;
    padding: 10px 0 0 0;
    min-height: 0;
    margin-bottom: 20px;
}

@media (max-width: 768px){
   .searchbox-main{
      padding-bottom: 15px;
      background-color: #239BA1;
   }
}

.select2-container .select2-choice{
   height: 31px !important;
   align-content: center;
   padding: 0 20px !important;
   border-radius: 5px !important ;
}

.select2-arrow{
   padding-top: 1px !important;
}

.select2-container.select2-allowclear .select2-choice abbr {
    margin-top: 1px;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
    background: linear-gradient(180deg, rgba(87,207,169,1) 0%, rgba(51,142,134,1) 100%);
    color: #f5fdff;
    border-radius: 7px;
}

.page-link{
   border-radius: 7px;
}

.page-item.disabled .page-link {
    border-radius: 7px;
}

.page-item:last-child .page-link {
    border-radius: 7px;
}

.page-item:first-child .page-link {
   border-radius: 7px;
}

.dt-paging > ul > li{
   padding-left: 7px;
}

#searchTable_wrapper > div > div > div > div > ul > li.dt-paging-button.page-item > a{
   text-decoration: none !important ;
}

#searchTable_wrapper > div > div > div > div > ul > li.dt-paging-button.page-item.active> a.page-link:not(.first):not(.last):not(.next):not(.previous) {
    color: white !important;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.card-img-top{
   height: 15rem;
   width: 15rem;
}

.card-related-system .card-image .card-img-top{
   width:10rem;
   height:10rem;
}

#category > div > div.swiper-container.mt-5.swiper-initialized.swiper-horizontal > div.swiper-wrapper {
    transition-timing-function: linear;
    padding-bottom: 30px;
}

.dt-info{
   padding-top: 0px !important;
    color: #279F8C;
    align-content: center;
    padding-left: 10px;
}

.field-box-animate{
   /*align-content: center;*/
   padding: 15px 5px;
   overflow-x: auto;
   height: 0px;
   transition: all 0.5s ease-out;
}

.sectionResult{
   position: relative;
   background-image: url('../../Images/BG1_flipY.png');
   background-size: cover;
   height: 665px;
}

.sectionCategory, .sectionRelatedSystems{
   position: relative;
   background-image: url('../../Images/BG1_flipY.png');
   background-size: cover;
}

.sectionCategory.active{
   position: relative;
   background-image: url('../../Images/BG1.png');
   background-size: cover;
}


.field-box-animate.active{
   height: 600px;
}

.row{
   margin: 0 ;
}

.shape_01{
    position: absolute;
    top: 20%;
    left: 4%;
    z-index: 1;
    animation: spin 10s linear infinite;
}
.shape_02{
    position: absolute;
    top: 23%;
    left: 94%;
    z-index: 1;
    animation: spin 15s linear infinite;
}
.shape_03{
    position: absolute;
    top: 34%;
    left: 2%;
    z-index: 1;
    animation: spin 11s linear infinite;
}

.shape_04{
    position: absolute;
    top: 27%;
    left: 2%;
    z-index: 1;
    animation: fade 5s forwards infinite;
}

.shape_05{
    position: absolute;
    top: 20%;
    left: 86%;
    z-index: 1;
    animation: fade 3s forwards infinite;
}

.shape_06{
    position: absolute;
    top: 35%;
    left: 24%;
    z-index: 1;
    animation: fade 8s forwards infinite;
}

.shape_07{
    position: absolute;
    top: 26%;
    left: 94%;
    z-index: 1;
    animation: animationFramesOne 8s linear infinite;
}

.shape_08{
    position: absolute;
    top: 36%;
    left: 0%;
    z-index: 1;
    animation: animationFramesTwo 24s linear infinite;
}

@media (max-width: 1280px) {
    .field-box-animate.active{
        height: 750px !important;
    }
    .sectionShape{
        display: none;
    }
}

.bg-working-process-section{
   opacity: 1;
   background: url("../../Images/BG2.png") ;
   background-size: cover;
}

.bg-tmp-section{
   opacity: 1;
   background: url("../../Images/BG_MAIN_Shadow.png") ;
   background-size: cover;
}

.bg-footer-section{
   opacity: 1;
   background: url("../../Images/Rectangle_130.png") ;
   background-size: cover;
}

.section-title{
   padding-bottom: 20px;
}

.section-title h2, .single-footer-widget h3{
   color: #2e888c;
}
.section-detail h3{
   margin-top: 20px;
   color: #6fdfb7;
}

/* Contact Box */

   .contact-box {
      margin: 40px auto 0;
      max-width: 700px;
      border: 1px dashed #6fdfb7;
      padding: 30px 210px 30px 30px;
      border-radius: 5px;
      position: relative
  }
  
  .contact-box h3 {
      font-size: 20px;
      color: #6fdfb7;
      margin-bottom: 6px
  }
  
  .contact-box p {
      margin-bottom: 0
  }
  
  .contact-box .btn {
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -27px;
      padding: 15px;
  }
  
  .contact-box .btn:after,.contact-box .btn:before {
      background: #44ce6f
  }
  
  .contact-box .btn-primary {
      background: #c679e3;
      box-shadow: 0 13px 27px 0 rgba(198,121,227,.25)
  }
  
  .contact-box .btn-primary:focus,.contact-box .btn-primary:hover {
      box-shadow: 0 13px 27px 0 rgba(68,206,111,.25)
  }
  
  /* End Contact Box */




.ptb-80{
   padding: 80px 0 80px 0;
}

.row.view-pager{
   margin-top: 10px;
   align-items: center;
}
.row.view-pager > .col-sm-5 {
   padding-right: 0px;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

/*.wrapper img {
  transition: transform 0.5s ease-in-out;
}

.wrapper:hover img {
  transform: scale(0.8);
}

.wrapper img:hover {
  transform: scale(1.15) translateY(20px);
}*/

/*.wrapper .img-hidden {
    position: absolute;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    width: 18%;
}

.img-wrapper:hover .img-hidden {
    visibility: visible;
    transform: translateY(-20px);
    opacity: 1;
}

.icon-export {*/
    /*top: 0;
    left: 60px;*/
    /*top: -35px;
    left: 125px;*/
    /*top: -25px;
    left: 95px;
}
.icon-import {
    top: -37px;
    left: 41%;
}
.icon-transit {
    top: -35px;
    left: 70%;
}*/

.img-wrapper {
    position: relative;
    width: 170px;
    height: 170px;
}

.img-combined {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-combined::before,
.img-combined::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-combined::before {
    background-image: url('../../Images/base-export.png'); /* Default base image */
}

.img-combined::after {
    background-image: url('../../Images/icon-export-5.png'); /* Default overlay image */
}

/* Images Base */
.img-export::before {
    background-image: url('../../Images/base-export.png');
    width: 100%;
}

.img-import::before {
    background-image: url('../../Images/base-import.png');
    width: 100%;
}

.img-transit::before {
    background-image: url('../../Images/base-transit.png');
    width: 100%;
}

/* Images Content */
.img-export::after {
    background-image: url('../../Images/icon-export-5.png');
    width: 90%;
    top: -42px;
    left: 10px;
    transition: transform 0.3s ease;
}

.img-import::after {
    background-image: url('../../Images/icon-import.png');
    width: 90%;
    top: -45px;
    left: 10px;
    transition: transform 0.3s ease;
}

.img-transit::after {
    background-image: url('../../Images/icon-transit.png');
    width: 90%;
    top: -50px;
    left: -5px;
    transition: transform 0.3s ease;
}

.img-export:hover::after,
.img-import:hover::after,
.img-transit:hover::after {
    transform: translateY(-20px); /* Correct syntax to apply the translateY transformation */
}


.card-radio {
   position: relative;
   width: 350px !important;
   height: 110px !important;
   background: #2f8985;
   border-radius: 10px;
   transition: all 0.3s;
   border: solid 1px #e4e4e4;
}

.card-radio:hover {
  transform: scale(1.05);
  /*background: linear-gradient(180deg, rgba(87,207,169,1) 0%, rgba(51,142,134,1) 100%);*/
  color: white;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2)
}

.card-radio:hover > label{
  color: white;
}

.card-radio.export {
    background-image: url('../../Images/bg_export_btn.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 250px;
    background-position-y: 20px;
    background-blend-mode: soft-light;
}

.card-radio.import {
    background-image: url('../libraries/bootstrap-icons-1.11.3/clipboard-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 250px;
    background-position-y: 20px;
    background-blend-mode: soft-light;
}

.card-radio.transit {
    background-image: url('../libraries/bootstrap-icons-1.11.3/clock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 250px;
    background-position-y: 20px;
    background-blend-mode: soft-light;
}

.import-radio {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  z-index: 5;
}

.import-radio + .check::before {
  content: "";
  position: absolute;
  top: 15px !important;
  right: 17px !important;
  width: 16px;
  height: 16px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  background-color: #E8E8E8;
}

.export-radio {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  z-index: 5;
}

.export-radio:hover{
   border: 1px solid #e5e5e5;
   
}

.export-radio + .check::before {
  content: "";
  position: absolute;
  top: 15px !important;
  right: 17px !important;
  width: 16px;
  height: 16px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  background-color: #E8E8E8;
}

.import-radio:checked + .check::after {
  content: '';
  position: absolute;
  top: 17px !important;
  right: 18px !important;
  width: 13px;
  height: 13px;
  background-color: #44B59C;
  border-radius: 50%;
}

.export-radio:checked + .check::after {
  content: '';
  position: absolute;
  top: 17px !important;
  right: 18px !important;
  width: 13px;
  height: 13px;
  background-color: #FFD15C;
  border-radius: 50%;
}

.import-radio[value="IMP"]:checked + .check::after {
  background-color: #44B59C;
}

.export-radio[value="EXP"]:checked + .check::after {
  background-color: #FFD15C;
}

.import-radio[value="IMP"]:checked {
  border: 1.5px solid #44B59C;
}

.export-radio[value="EXP"]:checked {
  border: 1.5px solid #FFD15C;
}

.label {
      color: #ffffff;
    position: absolute;
    top: 33%;
    left: 10%;
    z-index: 0;
    font-size: 1.75rem;
    font-weight: 900;
}

.label.title {
       /* position: fixed; */
    font-size: 60px;
    margin: 0 !important;
    /* margin-right: 50%; */
}

.trd-text{
       /* position: fixed; */
    font-size: 60px;
    margin: 0 !important;
    color: #4f4f4f;
    /* margin-right: 50%; */
}

.label .span {
  color: gray;
  font-weight: 700;
  font-size: 15px;
}

.has-error > *, .has-error > div >  *, .has-error > div > div > input {
   border-color: #ff2200 !important;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
 }
 .has-error > *:focus, .has-error > div >  *:focus, .has-error > div > div > input :focus {
   border-color: #ff2200 !important;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dd4a48 !important;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dd4a48 !important;
 }
 
 /*.has-error > div >  * {
   border-color: #ff2200 !important;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
 }
 .has-error > div >  *:focus {
   border-color: #ff2200 !important;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dd4a48 !important;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dd4a48 !important;
 }*/
 
.header-h1 {
   font-size: 60px;
   font-weight: 600;
   color: #2E8884;
   padding-left: 60px;
   margin: 0;
}

.header-h2 {
    font-size: 26px;
    font-weight: 600;
    color: #4F4F4F;
    padding-left: 60px;
    margin-bottom: 40px;
}

.header-tr {
    font-size: 20px;
    font-weight: 600;
    color: #4F4F4F;
    margin: 20px 0 0px 30px;
}
.body-tr {
    font-size: 16px;
    font-weight: 300;
    color: #4F4F4F;
    margin: 0 0 0 30px;
}

.btn-detail-search, .back-to-top{
   background: linear-gradient(180deg, rgba(87,207,169,1) 0%, rgba(51,142,134,1) 100%);
}

.form-control::placeholder {
  opacity: 0.75;
}

#searchSynonym thead {
    display: none;
}
#searchTable thead {
    display: none;
}
#searchTable tr{
   background-color: White;
   height: 150px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

hr {
    margin: 10px 30px 10px !important ;
}

td {
   flex: 1;
}

/*#searchTable tr:nth-child(even) {
   background-color: transparent;
   visibility: hidden;
   height: 55px;
}*/

/*#searchTable tr > td {
   margin:100px;
}*/

table {
  border-spacing: 0 10px; /* Horizontal and vertical spacing */
}

 @media (min-width: 1280px){
   #category > div > div.swiper-container.mt-5.swiper-initialized.swiper-horizontal > div.swiper-wrapper > .swiper-slide-active
   /*,*//*#relatedSystems > div > div > div.swiper-wrapper > div.swiper-slide.swiper-slide-active*/
   {
      /*border: 3px solid green;*/
      width: auto !important;
      margin-left: 145px;
      margin-right: 65px;
      justify-content: end;
      transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
   }
   
   #category > div > div.swiper-container.mt-5.swiper-initialized.swiper-horizontal > div.swiper-wrapper > .swiper-slide-next
   /*,*/   /*#relatedSystems > div > div > div.swiper-wrapper > .swiper-slide-next*/
   {
      /*border: 3px solid yellow;*/
      width: auto !important;
      transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
   }
}

.bg-working-process-section .card-title{
   display: flex;
   justify-content: center;
   font-size: 20px;
   color: white !important;
}

.swiper-button-prev2, .swiper-button-next2, .swiper-pagination2{
   color: #2E8884 !important;
   z-index: 1 !important;
   opacity: 0.7;
}

/* modified swiper icons */
.swiper-button-prev2:after, .swiper-button-next2:after{
   font-size: 22px !important;
}
 .swiper-container-related-systems {
   width: 100%;
   padding-top: 20px;
   padding-bottom: 20px;
   overflow: hidden;
   position: relative;
 }
 
.sectionRelatedSystems .swiper > .swiper-button-prev,
.sectionRelatedSystems .swiper > .swiper-button-next {
  margin: -10px 0 0 0;
}

.sectionRelatedSystems .swiper > .swiper-button-prev {
  left: -8px;
}

.sectionRelatedSystems .swiper > .swiper-button-next {
  right: -8px;
}
