/*** Import *****/

@import url('404.css');
@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/
figcaption.wp-element-caption {
    text-align: center;
}
.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
    text-align: left;
    font-weight: 700;
    font-size: 1.3rem;
}
.footer-form .wpcf7 form.invalid .wpcf7-response-output {
    color: red;
    text-align: left;
    font-weight: 700;
    font-size: 1.3rem;
    position: absolute;
}
.input-hidden{
    display: none;
}
.footer-form span.wpcf7-spinner {
    position: absolute;
    right: -5rem;
}

.footer-form span.wpcf7-not-valid-tip {
    right: 0rem;
    position: absolute;
    font-size: 1rem;
}
.footer-form .wpcf7-response-output {
    color: green;
    text-align: center;
}
.f-list span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -2rem;
    font-size: 1rem;
    right: 0rem;
}
 .recruit-form span.wpcf7-spinner {
    position: relative;
}
.paginations {
    margin-top: 2rem;
}
span.page-numbers.current {
    background-color: #E5C541;
    color: black;
    font-weight: 500;
}
.contact p.t20.fw-7 {
    font-weight: 700;
    font-size: 2rem;
}
.page-numbers > li > .page-numbers:hover {
    background-color: #E5C541;
    color: black;
    font-weight: 500;
}

button.btn.second.full.m-top {
    position: relative;
}

.m-box-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload span.wpcf7-not-valid-tip {
    position: relative;
    top: 0rem;
    left: 0rem;
}
.search p.des.t-title {
    font-size: 1.6rem;
}
.search .blog-list {
    font-size: 1.6rem;
}

@media screen and (min-width: 1201px){
.abi-nav-item:hover:not(.active) .abi-nav-link {
    color: #231f20;
}
}

/* Block Our Brand */
.sec-ourbrand {
  position: relative;
}
.courbrand {
  padding: 4rem 0;
  position: relative;
}

.sec-ourbrand-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 330px;
}

.sec-ourbrand-item{
  width: calc(100%/2);
  text-align: left;
}

.sec-ourbrand-btn{
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(63%) sepia(4%) saturate(22%) hue-rotate(13deg) brightness(91%) contrast(93%);
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  margin-bottom: 110px;
  min-height: 118px;
  display: flex;
  align-items: center;
}

.sec-ourbrand-item:first-child .sec-ourbrand-btn img{
   width: 73%;
}

.sec-ourbrand-item:last-child .sec-ourbrand-btn img{
  width: 60%;
}

.sec-ourbrand-btn:hover{
  transform: scale(1.1);
  filter: none;
}

.sec-ourbrand-btn img{
  width: 100%;
}

.load-logo-left{
  position: unset;
  transform: none;
}

.load-logo-right{
  position: unset;
  transform: none;
}

.load.loaded .load-logo{
  transform: none;
}

.sec-middle-decor{
  animation: SpinnerAbout 80s linear infinite;
  -webkit-animation: SpinnerAbout 80s linear infinite;
}

.sec-ourbrand-desc{
  color: #000 !important;
  text-align: left;
  font-size: 20.6px;
}
.sec-ourbrand-desc p{
  display: inline;
}

.sec-ourbrand-link{
  display: inline-flex;
  line-height: 1;
  position: relative;
  top: 5px;
  transform: rotate(45deg);
  right: 5px;
  width: 25px;
  height: 25px;
}

.sec-ourbrand-list{
  opacity: 0;
  transition: all 2s linear;
  transition-delay: 1.2s;
}

#fullpage .section.active .sec-ourbrand-list{
  opacity: 1 !important;
}

.courbrand .since-name{
  margin-bottom: 130px;
  width: 78%;
}

@-webkit-keyframes SpinnerAbout {
  0% {
    transform: rotate(260deg);
  }
  100% {
    transform: rotate(520deg);
  }
}
@keyframes SpinnerAbout {
  0% {
    transform: rotate(260deg);
  }
  100% {
    transform: rotate(520deg);
  }
}

@media screen and (max-width: 1440px) {
  .sec-ourbrand-list{
    gap: 250px;
  }

  .sec-ourbrand-desc{
    font-size: 22.5px;
  }
}

@media screen and (max-width: 768px) {
  .courbrand {
    padding: 60px 0;
  }
  .courbrand .since-name{
    margin-bottom: 60px;
    width: 100%;
  }
  .sec-ourbrand-list{
    flex-direction: column;
    gap: 80px;
    opacity: 1 !important;
  }
  .sec-ourbrand-item {
    width: 100%;
    text-align: center;
  }
  .load-logo-item {
    margin: 0 3px;
  }
  .sec-ourbrand-btn{
    margin-bottom: 30px;
  }

  .sec-ourbrand-desc{
    font-size: 16px;
  }

  .sec-ourbrand-btn img{
    margin: 0 auto;
  }

  .sec-ourbrand-link{
    top: 4px;
    width: 18px;
    height: 18px;
  }
}