
.form-language-dropdown {
  position: absolute;
  background: white;
  top: 120px;
  right: 15px;
  padding: 14px;
  /*height: 80px;*/
  z-index: 10;
  border: 1px solid #d3d3d3;
}

.form-language-dropdown:before,
.form-language-dropdown:after{
  position: absolute;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
}

.form-language-dropdown:before {
  pointer-events: none;
  border-color: rgba(211, 211, 211, 0);
  border-bottom-color: #d3d3d3;
  border-width: 21px;
  margin-left: 0px;
}

.form-language-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
}

.cms-language .std{
  text-align: center;
}

.cms-language.page-mobile .std img{
  width: 100%;
}

.cms-language .col-main {
  position: relative;
}

.cms-language .language-list {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
}

.cms-language .language-list .inner {
  background: white;
  display: inline-block;
  width: 196px;
}

.cms-language .language-list .inner a{
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #c8c8c8;
}
