<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*page-header-title-all------------------------*/
  .page-header {
    background-color: #1b497d;
    color: #fff;
    min-height: 200px;
    display: flex;
    align-items: center;
  }

  .headline-banner h1{
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    line-height: 80px;
    font-weight: 600;
    color: var(--v1-orange);
  }




  
  /*page-header-bg*/
  .layout-bannerinsite img {
    width:100%;
    height: 200px;
  }

  .layout-bannerinsite-shadow {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(250deg, #1a315f5e 0%, #0E2439 57.16%);
    /*background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,0.6));*/
    /*  background: linear-gradient(180deg,rgb(3 131 206 / 0%),rgb(3 131 206 / 13%) 40%,rgb(3 131 206 / 29%));*/
    border-radius: 4px;
    padding: 12px 8px;
    color: rgb(255, 255, 255);
  }

  .layout-bannerinsite{
    line-height: 0;
    position: relative;
    height: 200px;
    background-position: bottom;
  }

  .text-on-banner{
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
  }

  .text-title {
    position: relative;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
  }

    .text-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 80px;
        background-color: #3296e2;
    }

  @media (max-width: 768px){
    .headline-banner h1{
        font-size: 30px;
    }

    .text-title{
        font-size: 30px;
    }

 }

 .gallery-wrapper {
    overflow: hidden;
}

/*.grid-item {
  padding-bottom: 3rem;
  }*/

  .sidebar {
    text-align: center;
    background: red;
    height: 900px;
  }
  /*page-header-title-all------------------------*/

  /*btn-search*/
  .btn-outline-secondary, .input-group-text{
    color: #fff;
    /*background-image: linear-gradient(0deg,#003b71 0,#015caf 100%);*/
    background-color: #ff7700;
    border: 1px solid #ff7700;
    width: 100%;
    display: block;
    text-align: center;
    /* border-radius: var(--v1-radius-curved); */
    border-radius: 15px;
 }

 /*btn-c------------------------*/
 .message-send {
    -webkit-appearance: none;
    background: #ff7700;
    color: white;
    font-size: 14px;
    padding: 3px 60px;
    border: none;
    border-radius: var(--v1-radius-curved);
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/
}


/*home-page------------------------*/
.title-page{
  font-size: 1.75rem;
}

@media (max-width: 768px){
  .title-page{
    font-size: 1.5rem;
  }

  .XWyRR {
    flex-flow: column;
  }

  .gKiAgG {
    display: none !important;
  }
  
}

.title_site{
  margin-bottom: 30px;
}
.title_site h2{
  color: var(--v1-black);
  font-size: 1.5rem;
  line-height: 3rem;
}

.hashtags {
  color: var(--v1-blue);
  font-weight: 600;
}


/*view all------------------------*/
/*.djkfek {
  display: flex;
  align-items: flex-start;
  min-height: 35px;
}
.jvukcd {
  width: 100%;
}

.lmzPAI {
  font-family: "DB Heavent Now", sans-serif;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  }*/

  .XWyRR {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
  }

  .gKiAgG {
    margin-left: 8px;
    white-space: nowrap;
    color: rgb(0, 112, 168);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  /*c- view all------------------------*/



  /*content------------------------*/
  .readmore {
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*c- content------------------------*/


  /*cover-blog------------------------*/
  .blog-container {
    display: flex;
    flex-direction: column;
    background: #fff!important;
    border-radius: var(--v1-radius-lg);
    padding: 10px;
    width: 100%;
    box-shadow: var(--v1-sha01);
    border: 3px solid #F3F3F3;
    font-weight: 100;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .3s;
  }

  .blog-container:hover{
    box-shadow: 0 5px 20px -1px rgb(0 0 0 / 10%);
    transform: scale(1.01);
    transition-duration: .2s;
  }

  .blog-container a {
    text-decoration: none;
    -webkit-transition: .25s ease;
    transition: .25s ease;
  }

  .blog-container a:hover {
    border-color: #0383ce;
    color: #0383ce;
  }

  .blog-cover{
    position: relative;
    /*height: 182px;*/
    -webkit-box-flex: 1;
    flex: auto;
  }

  .blog-cover img {
    width: 100%;
    height: 100%;
 /*   -o-object-fit: cover;
 object-fit: cover;*/
 transition: 750ms ease-in-out;
 border-radius: var(--v1-radius-lg);
 background-color: var(--v1-silver);
 border: var(--v1-border);
 margin-top: 5px;
}

.blog-container .company-logo img{
  opacity: 1;
  float: left;
  margin: 0 5px 0 0;
/*  border: 1px solid #ddd;*/
border-radius: 50%;  
border: var(--v1-border);
overflow: hidden;
}
.company-logo img{
  width: 35px;
  height: 35px;

}

.blog-container a h5,
.blog-container a small{
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1 ;
}

.blog-container a:hover, .blog-container a h5:hover{
  color: #0383ce;
}

.blog-tags ul, .blog-tags-footer ul {
  display: -webkit-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0rem;
}

.blog-container .blog-tags li , .blog-container .blog-tags-footer li {
 margin-right: 5px;
}

.blog-container .post-meta{
  display: flex;
  align-items: center;
  font-size: 16px;
  grid-gap: 5px;
  height: 45px;
}

/* .createdby .industry-name::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #fd5942;
  border-radius: 50%;
} */

.industry-name{
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-name i{
  font-size: 10px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.blog-container .blog-tags a {
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #363636;
  font-size: 14px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  padding: 4px .5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

.blog-container .blog-tags-footer a {
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
  font-size: 14px;
  height: 1.5rem;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 3px .5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
  text-decoration: none;
}

.blog-container .blog-body {
  padding: 10px;
  width: 100%;
}

.blog-container .blog-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--v1-gray);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.blog-container .blog-body .blog-title a h4 {
  color: #333;
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  font-size: 1rem;
  font-weight: 800;
}

.blog-container .blog-body .blog-title a h5  {
  color: #333;
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 20px;
  font-weight: 800;
}

.blog-container .blog-body .blog-title{
  /* margin-top: 5px; */
  height: 50px;
/*  margin-bottom: 20px;*/
}

@media (max-width: 414px){
 .blog-title a h5  {
   -webkit-line-clamp: inherit;
 }
}

.blog-container .blog-footer {
  margin: 0 auto;
  padding-bottom: .125rem;
  padding-top: 15px;
  margin: 0px 25px 5px;
  padding: 5px;
  margin-top: auto;
}

.blog-container .blog-footer ul {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: row;
  flex: row wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0rem;
}

.blog-container .blog-footer li:first-child {
  margin-right: auto;
}

.blog-container .blog-footer li + li {
  margin-left: .5rem;
}

.blog-container .blog-footer li {
  color: #999999;
  font-size: .75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.blog-container .blog-footer li a {
  color: #0383ce;
}

.blog-container .blog-footer .border-3x {
  border-radius: 10px;
}

/*c- cover-blog------------------------*/



.box-panel{
  display: block;
  position: relative;
  padding: 30px;
  margin-bottom: 16px;
  color: rgb(35, 39, 41);
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
}

.btn-blue {
  font-size: 14px;
  background-color: #258aff;
  color: #fff;
  transition: background .15s ease;
}

.box-panel .img-profile{
  grid-row: span 2;
  grid-column: span 2;
}

.box-panel .img-profile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}


.card-profile .point{
  padding: 15px;
}

.modal-bg{
  height:300px!important;
}





.card-profile .header-card{
  width: 100%;
  height: 100%;
  display: table;
}

.header-card .vertical-align--middle {
  display: table-cell;
  vertical-align: middle;
}



.card-profile .column-box{
  background: #fff;
  display: grid;
  /* grid-template-rows: repeat(1, 18vw); */
  grid-template-columns: repeat(12,auto);
  grid-auto-rows: 4vw;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
.card-profile .column-box .box{
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  transition: all .5s ease;
}

.card-profile .column-box .box.big {
  grid-row: span 2;
  grid-column: span 4;
}

.card-profile .column-box .content {
  grid-column: span 8;
  grid-row: span 2;
}

.card-profile .column-box .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 3px;
}

.card-profile .column-box .box.vertical {
  grid-row: span 2;
}
.card-profile .column-box .box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.card-profile .column-box .box:hover img{
  transform: scale(1.1);
}



@media (max-width: 991px) {
  .card-profile .column-box{
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: 18vw;
  }
}
@media (max-width: 767px) {
  .card-profile .column-box{
    grid-template-columns: repeat(3, auto);
  }
  .card-profile .title{
    font-size: 16px;
  }
  .card-profile {
    margin-bottom: 10px;
  }
  .card-profile .card-top {
    padding: 25px 20px 10px 20px;
  }

  .card-profile .highlight{
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .card-profile .column-box{
    grid-template-columns: repeat(2, auto);
    grid-auto-rows: 35vw;
  }
}


.card-profile .location {
  background: #168cd2;
  color: #888;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #168cd2;
  border-radius: 5px;
  padding: 1px 10px;
  text-align: center;
  color: #fff;
}





.btn-view-more {
  word-break: initial;
  font-size: 14px;
  height: 32px;
  width: 100%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 0px 8px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #fc593b;
  background: transparent;
  border-color: rgb(252 89 59);
}

.btn-view-more:hover {
  background: rgb(243, 244, 245);
}


.btn-view-more i{
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #fc593b;
  border-radius: 50%;
  padding: 3px;
  margin-right: 4px;
}


/*
.card-profile .social .boxicon {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: 6px;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid #888;
  color: #888;
  }*/



  a.aicon .-show{
    background-color: #00c300!important;
  }

  .logo-slide {
    position: relative;
    width: 102%;
    height: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 0.6em;
    overflow: hidden;
  }



  .about-box-po{
    background: rgb(232, 236, 240);
  }

  .about-at-box {
    position: relative;
    flex: 1 1 0%;
    height: 165px;
    box-sizing: border-box;
    border-radius: 6px;
    transition: all 200ms ease 0s;
    box-shadow: none;
    padding: 16px;
    margin-bottom: 24px;
  }
  .about-at-box .icon-abo{
    margin-right: 12px;
    background-color: #f3f4f5;
    padding: 6px;
    border-radius: 4px;
  }

  .about-at-box.bg-white{
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
  }

  .about-at-box .title-card {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .about-at-tran {
    position: relative;
    flex: 1 1 0%;
    margin: 0px 32px 0px 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .about-at-tran .bottom a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgb(166, 170, 180);
    padding: 12px 36px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 24px;
    transition: all 200ms ease 0s;
  }



  /*industy-----------------------*/
  .cards-business {
    display: block;
    /* float: left; */
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-other {
    position: relative;
    background: #fefff9;
    color: var(--v1-black);
    text-decoration: none;
  }

/*@media (max-width: 768px) {
  .card-other {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-other {
    max-width: 320px;
    margin-right: 20px;
  }
  .card-other:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .card-other:nth-child(even) {
    margin-right: 20px;
  }
  .card-other:nth-child(3n) {
    margin-right: 0;
  }
}
*/
  .card-other span {
    display: block;
  }

  .card-other .card-other-header {
    position: relative;
    height: 130px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    background-blend-mode: overlay;
    border-radius: var(--v1-radius-lg);
    box-shadow: var(--v1-sha01);
    border: var(--v1-border);
    display: block;
  }

  .card-other .card-other-header:hover, .card-other .card-other-header:focus {
    background-color: rgba(255, 255, 255, 0);
  }

  .card-other .card-other-title {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.95) 100%);
    padding: 3.5% 0 2.5% 0;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .card-other .card-other-title h5 {
    font-size: 16px;
    line-height: 25px;
    padding: 0 1.5%;
    margin: 0;
    text-align: center;
  }

  .card-other:hover, .card-other:focus {
    background: white;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  }

  .cards-business:hover{
    /*box-shadow: rgba(154, 171, 234, 0.32) 0px 0px 16px 0px;*/
    transition: box-shadow 300ms ease 0s;
  }

  .card-other:hover .card-other-title, .card-other:focus .card-other-title {
    background: #ff7601;
  }

  .card-other img {
    max-width: 100%;
  }

  .card-coming-soon{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 13px;
    font-weight: bold;
    padding-top: 5px;
    font-size: 12px;
    background-color: rgb(185 185 185 / 50%);
    color: rgb(255, 255, 255);
    border-radius: 2px;
  }
  .card-coming-soon&gt;h6{
    margin-top: 40px;
    font-weight: bold;
    color:#000
  }
/*c- industy-----------------------*/

.check-mail{
 border: 1px solid #ced4da;
 background-size: cover;
 display: inline-block;
 vertical-align: middle;
 line-height: 25px;
 /* width: 30px; */
 height: 30px;
 color: #505050;
 font-size: 14px;
 border-radius: 5px;
 padding-left: 13px;
 margin-right: 10px;
}

.check-mail .form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}

.check-mail i{
  font-size: 25px;
  margin-right: 7px;
  line-height: 28px;
  color: #00a7eb;
}


.check-mail .form-check {
  position: relative;
  display: block;
}
.custom-control-label:before{
  background-color:transparent;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
 background-color: #fc593b;
 border-color: #fc593b;
}



/*
.check-mail:before {
      font-family: icofont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    content: "\ef14";
}
*/

/*.social .icofont-envelope{
  font-size: 29px;
    position: absolute;
    line-height: 32px;
    margin-left: 10px;
    }*/
    .card__new{
      font-family: thonburi,tahoma,sans-serif;
      position: absolute;
      top: 4px;
      right: 4px;
      width: 40px;
      height: 21px;
      color: #fff;
      text-align: center;
      line-height: 13px;
      font-weight: bold;
      padding-top: 5px;
      font-size: 12px;
      background-color: rgb(225, 45, 45);
      color: rgb(255, 255, 255);
      border-radius: 2px;
    }





 /*   @media (max-width: 375px){
        .box-nation .nation{
        display: none;
        }*/
        @media (max-width: 768px){
          .box-nation{
      /*  position: relative;
        width: 100%;
        height: 100%;
        display: table*/;
      }

      .card-other .card-other-title h5 {
        font-size: 18px;
        line-height: 25px;
      }
    }



/*cards-business-all
====================================================*/



.cards-business-all{
  border-radius: 4px;
  border: 1px solid rgb(229, 229, 229);
  display: block;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 30px;
}

.cards-business-all:hover{
  box-shadow: rgba(154, 171, 234, 0.32) 0px 0px 16px 0px;
  transition: box-shadow 300ms ease 0s;
}

@media (max-width: 768px){
  .cards-business-all{
    margin-bottom: 30px;
  }
}

.cards-business-all .content{
  padding: 10px;
  height: 100px;
}

.cards-business-all h5 {
  color: #1f1f1f;
  margin-bottom: 2px;
  font-size: 18px;
}

.cards-business-all p{
  color: rgb(118, 121, 122);
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  line-height: 20px;
  word-break: break-word;
  -webkit-line-clamp: 3;
  margin-bottom: 0px;
}

.cards-business-all .badge-label {
  /*background-image: linear-gradient(355.58deg,#ffaf62 0,#f15c40 100%);*/
  background-image: linear-gradient(355.58deg,#fc593b 0,#fb593b 100%);
  box-shadow: 0 -0.5px 0 0 rgba(44,44,44,0.3);
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  height: 20px;
  padding: 1px 10px;
  position: absolute;
  text-align: center;
  top: 1px;
  right: 0;
  margin: calc(8px);
  z-index: 10;
  border-radius: 2px;
}

.cards-business-all .category {
  /*background-image: linear-gradient(355.58deg,#ffaf62 0,#f15c40 100%);*/
  background-image: linear-gradient(355.58deg,#fc593b 0,#fb593b 100%);
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  height: 20px;
  padding: 1px 10px;
  text-align: center;
  top: 1px;
  margin: calc(8px);
  z-index: 10;
  border-radius: 2px;
}


.cards-business-all .badge-logo {;
  box-shadow: 0 -0.5px 0 0 rgba(44,44,44,0.3);
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 1px;
  margin: calc(8px);
  z-index: 10;
  border-radius: 2px;
  width: 50px;
  height: 50px;
}

.cards-business-all .card-other-header {
  position: relative;
  height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
  display: block;
}

.cards-business-all  .card-other-title {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  border-radius: 4px;
  padding: 12px 8px;
  color: rgb(255, 255, 255);
}









.promotion-ad {
 position: relative;
 height: 180px;
 overflow: hidden;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 display: block;
}













/*=========================================*/



.masonry { /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}
/*.item {
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition:1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  border-radius: 4px;
}
.item img{max-width:100%;}
*/
.col-20{
  -ms-flex: 20%;
  flex: 0 0 20%; 
  max-width: 20%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}


@media (max-width: 768px){
  .col-20{
    -ms-flex: 33%;
    flex: 0 0 33%; 
    max-width: 33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 414px){
  .col-20{
    -ms-flex: 50%;
    flex: 0 0 50%; 
    max-width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}


@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
}










/*=================================================
----------------------2021-----------------------*/


.card-check {
  /* background: #f5f6f7; */
  position: absolute;
  right: 9px;
  top: 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  padding: 5px;
}
.card-check input {
  cursor: pointer;
}

html:lang(jp) .toggle {
  width: 105px;
}



.mod-back-top .mod-back-top-side-bar {
  position: fixed;
  top: 75px;
  bottom: 100px;
  margin-left: 1190px;
  width: 330px;
  z-index: 899;
}

.mod-back-top {
  margin-bottom: 0;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.mod-back-top .mod-back-top-side-bar .mod-back-top-block {
  padding: 16px 6px;
  margin-bottom: 3px;
}
.mod-back-top .mod-back-top-side-bar a {
  width: 48px;
  padding: 12px 6px 10px;
  float: left;
  background-color: #2681ff;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}




.mail-box{
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.mail-box .content-form{
  padding: 15px;
}


@media (max-width: 768px){
  .box-nation{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
  }

  .card-profile .content .highlight {
    height: 80px;
    margin-bottom: 5px;
  }

  .card-profile .content{
   height: auto;
 }
}


/*=============================*/
/*.content-form form {
  width: 320px;
  margin: 45px auto;
}
.content-form form h1 {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #2196F3;
}
.content-form form h5 {
  text-align: center;
  text-transform: uppercase;
  color: #c6c6c6;
}
.content-form form hr.sep {
  background: #2196F3;
  box-shadow: none;
  border: none;
  height: 2px;
  width: 25%;
  margin: 0px auto 45px auto;
}
.content-form form .emoji {
  font-size: 1.2em;
}
.content-form .form-group{
  padding: 5px 0;
}
.content-form textarea{
  resize: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  z-index: 1;
  color: #838488;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  font-size: 1rem;
  border-width: 0;
  border-color: none;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input:focus,
.form-group input:valid,
.form-group textarea:focus,
.form-group textarea:valid{
 color: #333;
  border: 0px solid #171d21;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}


.form-group.searchCo input:focus,
.form-group.searchCo input:valid,
.form-group.searchCo textarea:focus,
.form-group.searchCo textarea:valid{
 color: #333;
  border: 1px solid #171d21;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.8);
    background: linear-gradient(to bottom, rgba(63,70,78,0.4) 0%,rgba(64,71,79,0.4) 1%,rgba(148,152,158,0.4) 100%);
}



.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label{
  font-size: 0.8rem;
  color: gray;
  top: -1rem;

}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #000;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}



.form-actions {
  position: relative;
  display: flex;
  margin-top: 0px;
}
.form-actions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.3;
}
.form-actions &gt; * {
  flex: 1;
  margin-top: 0;
}
.form-btn, .form-btn-cancel, .form-btn-error {
  background: transparent;
  font-size: 1rem;
  color: #fc593b;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 24px;
  margin-top: 2.25rem;
  position: relative;
  z-index: 0;
  transition: transform 0.28s ease;
  will-change: transform;
}
.form-btn::before, .form-btn-cancel::before, .form-btn-error::before {
    background: #0383ce;
    z-index: -2;
    }
    .form-btn::before, .form-btn::after, .form-btn-cancel::before, .form-btn-cancel::after, .form-btn-error::before, .form-btn-error::after {
      position: absolute;
      content: "";
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
    }
    .form-actions .form-btn-cancel {
     background-color: #0383ce;
     color: #fff;
   }
   .form-btn-cancel.-nooutline {
    border-color: transparent;
  }
  .form-actions &gt; * {
    flex: 1;
    margin-top: 0;
  }
  .form-btn-cancel {
    transition: color 0.28s ease, transform 0.28s ease;
    color: #b52b27;
    border-color: currentColor;
    will-change: color, transform;
  }
  */

.form-group.searchCo input:focus,
.form-group.searchCo input:valid,
.form-group.searchCo textarea:focus,
.form-group.searchCo textarea:valid{
  color: #333;
  /* border: 1px solid #171d21; */
  border: 1px solid #ced4da;
  box-shadow: 1px 1px 1px rgb(255 255 255 / 10%);
  background: rgba(255,255,255,0.8);


}

/*================================================*/
.chat-messages .content-form label {
  color: #000 !important;
}


.chatbox-holder {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 0;
  z-index: 99;
}

.chatbox {
  width: 400px;
  margin: 0 20px 0 0;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  display: flex;
  flex-flow: column;
  border-radius: 10px 10px 0 0;
  background: white;
  bottom: 0;
  transition: .2s ease-out;
  z-index: 99;
  max-height: calc(100vh - 48px);
}

@media (max-width: 1366px){
  .chatbox {
    width: 400px;
    height: 600px;
    margin: 0 20px 0 0;
  }
  .notification::after {
    top: 5px;
  }
}

@media (max-width: 1024px){
  .chatbox {
    width: 400px;
    height: 600px;
    margin: 0 20px 0 0;
  }
    /* .card-mail{
      display: none !important;
    } */
    .notification::after {
      top: 5px;
    }
  }
  @media (max-width: 992px){
    .search-firstpage{
      margin-bottom:15px;
    }
  }
  @media (max-width: 820px){
    .card-mail{
      display: none !important;
    }
  }

  @media (max-width: 768px){
    .chatbox {
      width: 330px;
      height: 550px;
      margin: 0 20px 0 0;
    }
    li.page-item {
      display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
      display: block;
    }

    .search-detalis{
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  
  @media (max-width: 576px){
    .search-detalis{
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }

  @media (max-width: 476px){
    .chatbox {
      width: 100%;
      margin: 0;
    }
    .search-firstpage{
      flex-flow: column;
    }
    .search-img {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  .badge-blog{
    font-size: 14px;
    background-color: #ffffff;
    border-radius: var(--v1-radius-sm);
    padding: 5px 8px;
    color: #0383ce;
    font-weight: 400;
    border: 1px solid;
  }

  .badge-blog.active{
    color: white;
    background-color: var(--v1-orange);
    border: 1px solid var(--v1-orange);
  }

  .badge-blog:hover{
    color: white;
    background-color: var(--v1-orange);
    border: 1px solid var(--v1-orange);
  }

  .written-by{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .chatbox-top {
    position: relative;
    display: flex;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
    background: #044ea2;
  }

  .chatbox-icons {
    padding: 0 10px 0 0;
    display: flex;
    position: relative;
  }

  .chatbox-icons .fa {
    background: #0383ce;
    padding: 3px 5px;
    margin: 0 0 0 3px;
    color: white;
    /* border-radius: 0 5px 0 5px; */
    transition: 0.3s;
  }

/*  .chatbox-icons .fa:hover {
    border-radius: 5px 0 5px 0;
    background: rgba(220, 0, 0, 1);
    }*/

    .chatbox-icons a, .chatbox-icons a:link, .chatbox-icons a:visited {
      color: white;
    }

    .chat-partner-name, .chat-group-name {
      flex: 1;
      /* padding: 0 0 0 15px; */
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      transition: .1s ease-out;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .blog-container .published-date {
      padding-left: 0;
      font-size: 14px;
      grid-gap: 15px;
      color: var(--v1-gray);
      list-style: none;
      display: flex;
      -webkit-box-orient: horizontal;
      flex-direction: row;
      align-items: center;
      justify-content: space-between !important;
      margin-bottom: 0rem;
    }

    .blog-container .createdby{
      font-size: 16px;
      line-height: 24px;
      color: var(--v1-black);
    }

    .blog-container .createdby a{
      color: var(--v1-black);
    }

    .online {
      background: #b7fb00;
    }

    .away {
      background: #ffae00;
    }

    .donot-disturb {
      background: #ff4343;
    }

    .chatbox-avatar {
     width: 30px;
     height: 30px;
     overflow: hidden;
     border-radius: 50%;
     background: white;
     padding: 3px;
     box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
     position: absolute;
     transition: .1s ease-out;
     bottom: 0;
     top: -9px;
     left: 6px;
   }

   .chatbox-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .chat-messages {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
    overflow: auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 1;
    height: 500px;
    max-height: calc(100vh - 48px);
  }

  .message-box-holder {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }

  .message-sender {
    font-size: 16px;
    margin: 0 0 15px;
    color: #30649c;
    align-self: flex-start;
  }

  .message-sender a, .message-sender a:link, .message-sender a:visited, .chat-partner-name a, .chat-partner-name a:link, .chat-partner-name a:visited {
    color: #30649c;
    text-decoration: none;
  }

  .message-box {
    padding: 6px 10px;
    border-radius: 6px 0 6px 0;
    position: relative;
    background: rgba(100, 170, 0, .1);
    border: 2px solid rgba(100, 170, 0, .1);
    color: #6c6c6c;
    font-size: 16px;
  }

  .message-box:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid rgba(100, 170, 0, .2);
    border-right: none;
    bottom: -22px;
    right: 10px;
  }

  .message-partner {
    background: rgba(0, 114, 135, .1);
    border: 2px solid rgba(0, 114, 135, .1);
    align-self: flex-start;
  }

  .message-partner:after {
    right: auto;
    bottom: auto;
    top: -22px;
    left: 9px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 114, 135, .2);
    border-left: none;
  }

  .chat-input-holder {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }

  .chat-input {
    resize: none;
    padding: 10px 20px;
    height: 40px;
    font-size: 16px;
    color: #999999;
    flex: 1;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
  }

  .chat-input:focus, .message-send:focus {
    outline: none;
  }

  .message-send::-moz-focus-inner {
    border:0;
    padding:0;
  }


  .attachment-panel {
    padding: 3px 10px;
    text-align: right;
  }

  .attachment-panel a, .attachment-panel a:link, .attachment-panel a:visited {
    margin: 0 0 0 7px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
  }

  .chatbox-min {
    /* bottom:10px; */
    /* margin-bottom: -544px; */
    height: 46px;
  }

  .chatbox-min .chatbox-avatar {
    width: 60px;
    height: 60px;
  }

  /* .chatbox-min .chat-partner-name, .chatbox-min .chat-group-name {
    padding: 0 0 0 15px;
  } */

  .settings-popup {
    background: white;
    border-radius: 20px/10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    font-size: 13px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 33px;
    transition: .15s;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    width: 120px;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
  }

  .settings-popup:after, .settings-popup:before {
    border: 7px solid transparent;
    border-bottom: 7px solid white;
    border-top: none; 
    content: "";
    position: absolute;
    left: 45px;
    top: -10px;
    border-top: 3px solid rgba(0, 0, 0, .2);
  }

  .settings-popup:before {
    border-bottom: 7px solid rgba(0, 0, 0, .25);
    top: -11px;
  }

  .settings-popup:after {
    border-top-color: transparent;
  }

  #chkSettings {
    display: none;
  }

  #chkSettings:checked + .settings-popup {
    opacity: 1;
    transform: scale(1, 1);
  }

  .settings-popup ul li a, .settings-popup ul li a:link, .settings-popup ul li a:visited {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
  }

  .settings-popup ul li a:hover {
    background: rgba(0, 0, 0, .05);
  }


  /* .alert_mail {
    width: 20px;
    height: 20px;
    background-color: #ed2024;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-top: 2px;
    padding-right: 2px;
    margin-left: 4px;
    position: absolute;
    } */





    .v-center {
      height: 100vh;
      width: 100%;
      display: table;
      position: relative;
      text-align: center;
    }

    .v-center &gt; div {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      top: -10%;
    }
/*
.btn {
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
  }*/

  .btn-small {
    padding: .75em 1em;
    font-size: 0.8em;
  }

  .modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
  }
  @media (min-width: 32em) {

    .modal-box { width: 70%; }
  }

  .modal-box header,
  .modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
  }

  .modal-box header h3,
  .modal-box header h4,
  .modal-box .modal-header h3,
  .modal-box .modal-header h4 { margin: 0; }

  .modal-box .modal-body { padding: 2em 1.5em; }

  .modal-box footer,
  .modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
  }

  .modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
  }

  a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
  }

  a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
  }


  .btn-full-view{
   display: block;
   padding: 6px 10px;
   border-radius: 6px;
   font-size: 13px;
   background-color: #f0f0f0;
   color: #83838e;
   font-weight: 600;
   text-align: center;
 }
 .search-buttons {
  border: none;
  display: block;
  background-color: #fc593b;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.search-buttons:hover {
  color: #fff;
}
.badge-orange{
  color: #fff;
  background-color: #ff7700;
  border-radius: var(--v1-radius-lg);
  padding: 5px 8px;
  white-space: wrap !important;
}

.badge-orange:hover{
  color: #fff;
  background-color: #ff8e2b;
}

.btn-orange{
  background-color: var(--v1-orange);
  color: #fff;
  padding: 8px 43px;
  border-radius: var(--v1-radius-curved);
  transition: background .15s ease;
  box-shadow: var(--v1-sha01);
}

.btn-orange:hover{
  background-color: var(--v1-gray);
  color: #fff;
}




/*======================cover===================================*/
.marginbanner--nomargin {
  margin: 0 auto;
}

@media (max-width: 1280px){

  .home {
    overflow: hidden;
  }
}

.box-banner {
  position: relative;
}

.home__promote {
  position: relative;
  background-size: cover;
  min-height: 500px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));*/
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.home__promote:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(to top, #00356b 0%, #00000014 95%);*/
  background-color: rgb(0 0 0 / 50%);
}

.home__promote h1{
  white-space: pre-line;
  font-size: 30px !important;
  line-height: 36px !important;
  color: rgb(255, 255, 255) !important;
  font-weight: normal !important;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  text-align: center;
}

.home__inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.box-title-banner {
  padding-top: 90px;
  /*margin-left: 15px;*/
}

.home__ads-banner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 200px;
  background: transparent;
}

/*.home__ads {
    background: #fff;
}
*/










.point-reason {
  padding: 15px;
  height: auto;
  background-color: #fff;
  margin-bottom: 0px;
  z-index: -1;
  border-radius: 4px;
  height: 140px;
}

.point-step, .point-reason {
 display: flex;
 position: relative;
}





.point-reason-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #fff;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
  position: relative;
  top: -4px;
  margin-right: 12px;
  padding: 10px;
  color: #0383ce;
  font-size: 27px;
  line-height: 25px;
}


.point-reason-icon02 {
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 12px;
  padding: 10px;
  color: #0383ce;
  font-size: 27px;
  line-height: 25px;
}


.pulse {
  overflow: initial;
  position: relative;
}
.pulse:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(3 131 206 / 20%);
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
.pulse--default:before {
  background: rgba(0,0,0,0.1);
}
.point-reason-desc {
  padding-left: 5px;
}

.point-step-desc, .point-reason-desc {
  margin: 3px 0;
  color: #333;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.table-ver{
 height: 100%;
 display: table;
}


.point-cover{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 70px
}









.index-card-gallery{
  position: relative;
  height: 80px;
  -webkit-box-flex: 1;
  flex: auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 14px 0px rgba(193, 193, 193, 0.2);
}

.index-card-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*================================*/
.concept {
  flex: 1;
  display: flex !important;
}

.box-concept {
  display: flex;
}


.paddingcon {
  padding: 10px;
}
.lg-backdrop{
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.backdrop-gallery{
  color: #c1c1c1;
}
.backdrop-gallery:hover{
  color: rgba(255,255,255,1);
}
.modal-detail{
  max-width: 1200px;
  margin:165px auto 30px;
}



.detail-contact a.tel, .detail-contact a.mail {
  color: #ffffff;
}
.detail-contact.ch-orange {
 background-color: #fec10d;
}

.detail-contact.ch-red {
 background-color: #0948b3;
 margin: 10px;
 width: 300px;
}
.detail-contact.ch-green{
  background-image: linear-gradient(
    -180deg
    , #3db96d 0%, #1b904e 100%);
}

.detail-contact {
 font-size: 18px;
 border-radius: 30px;
 padding: 10px 5px;
 /*width: 100%;*/
 text-align: center;
 margin-bottom: 10px;
}
.detail-contact.ch-blue {
 /*background: #399dff;*/
 background: #0948b3;
 color: #fff;
 width: 300px;
 margin: 10px;
 /*margin-bottom: 0px;*/
}
.detail-contact .tel img, .detail-contact .mail img {
  filter: invert(1);
  margin-top: -5px;
}
.social-box {
 /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 10px;*/
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 10px;
  justify-content: center;
}
.detail-contact-02 .black-text-contact i {
  /* margin-top: -5px; */
  margin-right: 4px;
  border-radius: 4px;
  padding: 2px;
}
.detail-contact-02 .black-text-contact {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}
.detail-contact-02.web-contact {
  background-color: #ff7601;
}
.detail-contact-02 {
  word-break: initial;
  font-size: 16px;
  height: 35px;
  width: 100%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0px 8px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.detail-contact-02.facebook-contact {
  /* background-color: #ff7601; */
  background-color: #365493;

}
.detail-contact-02 {
  word-break: initial;
  font-size: 16px;
  height: 35px;
  width: 100%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0px 8px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.detail-contact-02.line-contact i {
  color: #ffffff;
}
.detail-contact-02.line-contact {
  background-color: #06c152;
}
.detail-contact-02.web-contact i {
  color: #ffffff;
}
.detail-contact-02.facebook-contact i {
  color: #ffffff;
}
.none-info i {
  color: #fff!important;
}
.none-info.facebook-contact, .none-info.line-contact, .none-info.web-contact, .none-info.ch-blue, .none-info.ch-orang {
  background-color: #888!important;
}

html:lang(jp) .detail-contact-02 {
  font-size: 12px;
}


.detail-contact-02 {
  word-break: initial;
  font-size: 24px;
  height: 50px;
  width: 100%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0px 13px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.none-info {
  opacity: 0.4;
  cursor: no-drop;
}
.box-pro .flex-contact {
  display: flex;
  cursor: pointer;
}

.box-pro {
  display: block;
  position: relative;
  margin-bottom: 16px;
  color: rgb(35, 39, 41);
  border-radius: 4px;
}
.box-pro .table-open td {
  width: 50%;
}
.box-pro i {
  color: rgb(153, 156, 158);
  padding-right: 2px;
  width: 24px;
  line-height: 1.42857;
  fill: none;
}
.box-pro .address {
  width: 100%;
  padding-right: 12px;
  margin-bottom: 0;
}
.pagination {
 justify-content: center;
}






@media (max-width: 414px){
 .home__ads-banner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  background: transparent;
}
.home__promote {
  min-height: 750px;
}

}


@media (max-width: 768px){


  .home__promote h1 {
    font-size: 19px !important;
    text-align: center;
  }

  .box-title-banner {
    padding-top: 40px;
  }

  .home__promote {
    min-height: 370px;
  }
  .LocationCompact__Gradient {
    top: -58px;
  }
  .card-mail {
    padding: 30px;
  }
  .home__ads-banner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    background: transparent;
  }
}



/*31/05/2023*/
.form-control{
    border-radius: var(--v1-radius-lg);
}

.search-box{
  background-color: #ffffff;
  border: var(--v1-border);
  border-radius: var(--v1-radius-lg);
  box-shadow: var(--v1-sha01);
  padding: 25px;
  width: 100%;
}

.btn-search-box{
  border-radius: var(--v1-radius-lg);
  background-color: var(--v1-orange);
  color: #fff;
  width: 150px;
}

.search-company{
  background-color: #044ea2;
  border: var(--v1-border);
  border-radius: var(--v1-radius-lg);
  box-shadow: var(--v1-sha01);
  width: 100%;
  overflow: hidden;
}

.search-company-header{
  background-color: #192f48;
  border-radius: var(--v1-radius-lg) var(--v1-radius-lg) 0px 0px;
  padding: 20px 25px 15px 25px;
}

.search-company-body{
  padding: 15px 15px 15px 15px;
}

.search-company-card{
  background-color: #fff;
  padding: 15px 25px 15px 25px; 
  margin-bottom: 15px;
  border-radius: var(--v1-radius-lg);
}

.search-company-img{
  display: flex;
  justify-content: center;
}

.search-company-category{
  display: flex;
  justify-content: center;
}

.search-company-social{
  display: flex;
  justify-content: center;
  align-items: center;
}

a.social-icon {
  margin: 5px;
  font-size: 25px;
}

a.social-icon.facebook{
  color: #1e68fa;
}

a.social-icon.website{
  color: #0056b3;
}

a.social-icon.line{
  color: #00c355;
}

.none-social {
  cursor: no-drop;
  color: #888 !important;
  opacity: 0.4;
}
.search-company-name h5 a{
  color: #4a4a4a;
  text-decoration: none;
  margin-top: 20px;
}

.badge-location{
  color: #2196f3;
}

.company-description{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 25px;
}

.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row;
  max-height: 100vh;
  justify-content: flex-start;
}

.relative-gall {
  position: relative;
}

a.btn.btn-search-box.skiptranslate {
  width: 100%;
}

.search-company-detail{
  width: 100%;
}</pre></body></html>