@charset "utf-8";

@media (max-width: 767px){
  .l-content .block_BtnLink .BtnList {
    width: 100%;
  }
}

@media (min-width: 768px){
  .l-content .block_BtnLink .BtnList {
    width: 50%;
  }
}

.l-content .gotop {
  position: fixed;
  bottom: 15%;
  right: 3%;
  padding: 10px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
}

.l-content .gotop.show {
  opacity: 0.5;
  visibility: visible;
}

.l-content .gotop:hover {
  opacity: 1;
  cursor: pointer;
}

.l-content .block_BtnLink {
  display: flex;
  flex-wrap: wrap;
  background: #000;
  max-width: 1920px;
  margin: auto;
}

.l-content .block_BtnLink .BtnList.active {
  cursor:default;
  opacity: 1 !important;
  background-color: #3b61dd;
  background-image: url('/th/pr/vona/recommend_brand/festo/common/images/icons/arrow_tab_white.png');
  color: #fff;
}

.l-content .block_BtnLink .BtnList:hover {
  opacity: 0.75;
}

.l-content .block_BtnLink .BtnList {
  background-color: #dedede;
  background-image: url('/th/pr/vona/recommend_brand/festo/common/images/icons/arrow_tab.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 3% 50%;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  align-content: center;
  transition: opacity 0.2s;
  padding: 20px;
  border: 1px solid #c8c8c8;
}

/* Useful Class */
.l-content .w-mm { margin: 0 auto; }
.l-content .just-center { justify-content: center; }
.l-content .self-center { align-self: center; }
.l-content .content-center { align-content: center; }
.l-content .self-end { align-self: end; }
.l-content .h-100 { height: 100%; }
.l-content .underline-none { text-decoration: none; }
.l-content .text-white { color: #fff; }