.fn-media-overflow{
  height: 200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.fn-media-overflow-blind{
  height: 300px;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.fn-btn-map{
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-align: center;
  color: #0d4177;
  cursor: pointer;
}

.fn-btn-map:hover{
  text-decoration: underline;
}

.fn-box-btn{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #fff;
}

.fn-location-tab{
  bottom: 224px;
  right: -20px;
  width: 65%;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .fn-location-tab{
    bottom: 164px;
    right: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .fn-media-overflow-blind{
    height: 280px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .fn-location-tab{
    bottom: 108px;
    right: -20px;
    width: 70%;
    position: absolute;
  }
}

@media screen and (max-width: 992px) {
  .fn-media-overflow-blind{
    height: 200px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  .fn-location-tab{
    width: 67%;
    bottom: 258px;
    right: -38px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .fn-media-overflow-blind{
    height: 150px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  
  .fn-location-tab{
    width: 67%;
    bottom: 138px;
    right: -38px;
    position: absolute;
  }
}

@media screen and (max-width: 576px) {
  .fn-media-overflow-blind{
    height: 250px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
  }
  
  .fn-location-tab{
    width: 100%;
    bottom: 138px;
    right: -38px;
    position: initial;
  }
}

@media screen and (max-width: 376px) {
  .fn-media-overflow-blind{
    height: 180px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
  }
}


/* หน้าหลัก ตาบอด หูหนวก*/
.fn-hover-blind a{
  color: #0D4177;
  text-decoration: none;
  
  .fn-icon-socialBilnd{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7437%) hue-rotate(327deg) brightness(114%) contrast(114%);
  }
  
  .fn-img-blind{
    border: solid 3px #F4F7FC;
  }
  
  .fn-bar-icon{
    width: 16%;
    top: 8%;
    right: 8%;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 100%;
    padding: 12px;
  }
  
}

.fn-hover-blind a:hover{
  color: #0D4177;
  text-decoration: underline;
  
  .fn-bar-icon{
    background-color: rgb(61 116 176 / 75%);
  }
  
  .fn-img-blind{
    border: solid 3px #2c84de;
    box-shadow: var(--bs-box-shadow) !important;
  }
  
  .fn-icon-socialBilnd{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(28%) hue-rotate(48deg) brightness(106%) contrast(109%);
  }
}


.fn-location-1{
  top: 40%;
  right: 58%;
}

.fn-location-2{
  top: 25%;
  right: 25%;
}

.fn-location-3{
  top: 18%;
  left: 18%;
}

.fn-location-4{
  top: 75%;
  left: 12%;
}
.bn-region{
  background: rgb(255 255 255 / 56%);
  padding: 4px 8px;
  line-height: 1;
  border-radius: 8px;
  /*color: #900b19 !important;*/
  box-shadow: 0px 2px 1px 1px #aeaeae;
  -webkit-animation: moveY .6s linear 0s infinite alternate;
  -moz-animation: moveY .6s linear 0s infinite alternate;
  -o-animation: moveY .6s linear 0s infinite alternate;
  animation: moveY .6s linear 0s infinite alternate;
}
@-webkit-keyframes moveY {
  from { margin-top: 0; } to { margin-top: 8px; }
}
@-moz-keyframes moveY {
  from { margin-top: 0; } to { margin-top: 8px; }
}
@-o-keyframes moveY {
  from { margin-top: 0; } to { margin-top: 8px; }
}
@keyframes moveY {
  from { margin-top: 0; } to { margin-top: 8px; }
}


