body {
  font-family: "Prompt", serif;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  right: 0px;
  left: unset;
}

.filter-shadow {
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
}

.filter-shadow:hover {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}

.hero {
  background: #005A8F;
  position: relative;
}

.hero .container {
  z-index: 1;
  position: relative;
}

.hero .--img-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.hero .--img-absolute img {
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  display: inline-block;
}

.navbar{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
  z-index: 10;
}

.navbar-toggler {
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  background: #f2f2f2;
  border: none;
}

.navbar-toggler .navbar-toggler-icon {
  background: url("../images/icons/menu-icon.svg") center no-repeat;
  background-size: 88%;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: url("../images/icons/close-icon.svg") center no-repeat;
  background-size: 72%;
}

.gallery-box {
  background: url("../images/HumanDigitalEXH0041.jpg") no-repeat center;
  padding: 40px 0;
  background-size: cover;
  min-height: 450px;
  border: 10px solid #040f42;
}

.vdo-box {
  padding: 10px 0;
  clear: both;
  text-align: right;
  background-color: #040f42;
}

.video-box {
  position: relative;
  display: inline-block;
}

.video-box .vdo-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.video-box iframe, .video-box video {
  position: static;
  display: inline-block;
  width: 100%;
  /* height: 480px; */
  background-color: #000;
}

.hashtag-like a{
  color: #54a0de;
  transition: linear .15s;
}

.hashtag-like a:hover{
  color: #185281;
}

.hashtag-like a:visited{
  color: #ff6666;
}

.tenkeywords {
  position: relative;
}

.tenkeywords .illustation-02 img {
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  display: block;
}

.tenkeywords .illustation-02 img:hover {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}

.keywords-detail {
  display: -ms-grid;
  display: grid;
  padding-top: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.keywords-detail .keywords {
  margin: 0 0 20px;
  padding: 15px;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
}

.keywords-detail .keywords:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.keywords-detail a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

.keywords-detail a:hover {
  text-decoration: none;
}

ul.card-slider {
  padding-left: 0 !important;
}

.icon-travel .icon-box {
  border: 1px solid #ddd;
  background: #f4a4c7;
  padding: 50px 20px;
  display: block;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
  border-radius: 20px;
}

.icon-travel .icon-box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.icon-travel i {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}

.icon-travel i.icon-mark {
  -webkit-mask-image: url("../images/icons/mark-icon.svg");
  mask-image: url("../images/icons/mark-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #808080;
}

.icon-travel i.icon-camera {
  -webkit-mask-image: url("../images/icons/camera-icon.svg");
  mask-image: url("../images/icons/camera-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #808080;
}

.three-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.plate-box {
  position: relative;
}

.plate-box .img-plate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  z-index: 30;
}

.plate-box .plate-slider {
  margin: auto;
}

.plate-box .plate-slider img {
  width: 100%;
}

.memo-top {
  position: relative;
}

.--img-memo {
  bottom: 0;
  z-index: 10 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.--img-memo img {
  width: 550px;
}

.VDO-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.VDO-section .video-box {
  width: 100%;
}

.VDO-section .video-box img {
  height: auto;
}

.VDO-section .column {
  padding: 0;
}

.VDO-section .column:first-child {
  width: 25%;
}

.VDO-section .column:last-child {
  width: 69%;
}

.VDO-section .column iframe, .VDO-section .column video {
  width: 100%;
  /* height: 425px; */
  padding: 0;
  margin: 0;
}

.grid-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.grid-image .column:first-child {
  width: 25%;
}

.grid-image .column:last-child {
  width: 70%;
}

.day-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.day-grid a, .day-grid img {
  display: block;
  width: 100%;
}

.day-grid a {
  margin: 7px 0;
}

.readmore {
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 20px 0 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.--line-group-img {
  width: 500px;
  max-width: 100%;
  z-index: 10 !important;
}

.viral-slider {
  padding: 40px 0;
}

.viral-slider .li {
  margin: 0 10px;
  border-bottom: 2px solid #eee;
}

.viral-slider img {
  height: 500px;
  width: auto;
  margin-bottom: 15px;
}

.viral-slider .slick-prev:before, .viral-slider .slick-next:before {
  color: #ccc;
}

.online-grid {
  display: -ms-grid;
  display: grid;
  margin: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
          column-gap: 25px;
}

.online-grid .li {
  height: 100%;
  background: #bab8b9;
  position: relative;
}

.online-grid .li iframe, .online-grid .li video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 15vw;
}

.online-slider {
  padding: 40px 0;
}

.online-slider .li {
  margin: 0 10px;
}

.staff-team{
  color: #ffda67;
}

@media only screen and (max-width: 1169px) {
  .viral-vdo .video-box {
    width: 100%;
  }
  .viral-vdo .video-box iframe, .viral-vdo .video-box video {
    width: 100%;
  }
  .hero .illustation-01 {
    position: static;
    text-align: right;
  }
}

@media only screen and (max-width: 991px) {
  .hero .--img-absolute {
    z-index: 0;
  }
  .vdo-box {
    background-size: 100% auto;
    background-position: center top;
    background-color: #040f42;
    padding: 20px 0;
  }
  .vdo-box iframe, .vdo-box video {
    position: static;
    width: 100%;
    /* margin-top: 75vw;
    height: 56.25vw; */
  }
  .--line-group-img {
    z-index: 0 !important;
  }
  .VDO-section {
    height: 35vw;
    overflow: hidden;
  }
  .--line-group-img {
    width: 400px;
  }
  .hero .memo-top {
    position: relative;
  }
  .hero .--img-memo {
    bottom: 0;
  }
  .hero .--img-memo img {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding-left: 0 !important;
  }
  .tenkeywords {
    position: relative;
    text-align: center;
  }
  .tenkeywords .illustation-02 {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
    margin: 0;
  }
  .tenkeywords .tenkeywords-item {
    margin-top: 450px;
  }
  .VDO-section {
    height: auto;
  }
  .VDO-section .video-box img {
    margin-top: 5px;
  }
  .keywords-detail {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .keywords-detail .keywords {
    margin: 0 0 10px;
    padding: 5px;
  }
  .--line-group-img {
    margin: auto;
  }
  .three-grid {
    display: block;
  }
  .three-grid p {
    margin-bottom: 20px;
  }
  .hero .--img-memo {
    position: static;
    margin: auto;
    display: block;
    text-align: center;
  }
  .VDO-section {
    display: block;
  }
  .VDO-section .column {
    padding: 0;
  }
  .VDO-section .column:first-child, .VDO-section .column:last-child {
    width: 100%;
  }
  .VDO-section .column iframe, .VDO-section .column video {
    height: 56.25vw;
  }
  .grid-image {
    display: block;
  }
  .grid-image .column:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid-image .column:last-child {
    width: 100%;
  }
  .kavin-zone {
    padding-top: 30px;
  }
  .kavin-zone .kavin-img {
    padding-bottom: 30px;
  }
  .kavin-zone .kavin-img a, .kavin-zone .kavin-img img {
    max-width: 100%;
    display: block;
  }
  .online-grid {
    display: block;
  }
  .online-grid .li {
    margin-bottom: 20px;
  }
  .online-grid .li img {
    width: 100%;
  }
  .online-grid .li iframe, .online-grid .li video {
    height: 56.25vw;
  }
}
@media only screen and (max-width: 575px) {
  .staff-team{
    font-size: 14px;
  }
}
.tenkeywords-mini{
  background-color: #FFDA67;
}
.keywords-detail-mini {
  display: -ms-grid;
  display: grid;
  padding: 15px 25px;
  -webkit-grid-gap: 25px;
  grid-gap: 25px;
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10,1fr);
  grid-auto-rows: 1fr;
}
.keywords-detail-mini::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.keywords-detail-mini > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}
.keywords-detail-mini img{
  padding: 10px;
}

.keywords-detail-mini .keywords {
    -webkit-transition: ease-in-out 200ms;
    transition: ease-in-out 200ms;
}
.keywords-detail-mini .keywords {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
}
.keywords-detail-mini .keywords:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px){
  .keywords-detail-mini{
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
/*# sourceMappingURL=custum.css.map */

.for-screen-768-1080-1440 {
  display: none;
}
.for-screen-1242 {
  display: none;
}
.for-screen-other {
  display: block;
}

@media only screen and (min-width: 1px)  and (max-width: 361px){
  .for-screen-768-1080-1440 {
    display: block;
  }
  .for-screen-1242 {
    display: none;
  }
  .for-screen-other {
    display: none;
  }
}

@media only screen and (min-width: 362px) and (max-width: 415px){
  .for-screen-768-1080-1440 {
    display: none;
  }
  .for-screen-1242 {
    display: block;
  }
  .for-screen-other {
    display: none;
  }
}
