#videoModal .facebookButton,
#videoModal .whatsappButton,
#videoModal .wechatButton {
  margin-bottom: 0;
  color: #FFF;
}

.clickable {
  cursor: pointer;
  position: relative;
}

.clickable:after {
  content: url(/images/play_btn.png?76e29613d6405483eb0aee495180992a);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  width: 20%;
}

@media (max-width: 767px) {
  #videoModal .facebookButton,
  #videoModal .whatsappButton,
  #videoModal .wechatButton {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

ul,
ol {
  list-style-type: none;
}

hr {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

hr.short {
  margin: 20px 0 30px 0;
}

div.tab {
  overflow: hidden;
}

.view_br {
  display: block;
}

.tab .lists li {
  border: 0px;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.tab-line {
  border-top: 1px solid #cdcece;
  border-bottom: 3px solid #cdcece;
  width: 100%;
  display: table;
}

.tab .lists {
  width: 100%;
  display: table;
}

/* Style the buttons inside the tab */

div.tab button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  color: #3f454f;
  font-weight: normal;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */

.tab button.active {
  text-decoration: none;
}

.tab button.active::after {
  width: 20px;
  height: 10px;
  display: block;
  content: "";
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #cdcece transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Style the tab content */

.tabcontent {
  padding: 6px 12px;
  border-top: none;
}

.desktop1 {
  display: block;
}

.mobile1 {
  display: none;
}

.lang {
  padding-top: 30px;
  padding-right: 52px;
}

.lists {
  margin: 0;
  padding: 0;
}

.lists li {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}

.name {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  padding: 5px;
}

.name a {
  color: #262626;
  text-decoration: none;
  font-size: 27px;
}

.name .read-more-container a {
  color: #00A758;
}

.buttons {
  text-align: center;
  font-size: 18px !important;
}

.btn {
  margin-bottom: 5px;
  /* background: #ff7769; */
}

.ico_new {
  max-height: 110px;
  position: absolute;
  right: 33px;
  top: 0px;
}

.page-title {
  color: #00A758;
  font-size: 29px !important;
  font-weight: bold;
  padding: 10px 0 0 100px;
  text-align: center;

  margin: auto;
  max-width: 1250px;
  padding-left: calc(6% + 15px);

  display: flex;
  align-items: center;
}

.page-title > div {
  flex: 1;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 24px !important;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title > div{
    padding-right: 0px;
  }

  .page-title .history_back{
    display: none;
  }

  .name a {
    font-size: 20px;
  }
}

.links a {
  color: #00A758;
  text-decoration: none;
  font-size: 18px;
}

.translang {
  color: #00A758 !important;
}

@media all and (max-width: 479px) {
  hr {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .lang {
    padding-top: 15px;
    padding-right: 30px;
  }

  .desktop1 {
    display: none;
  }

  .mobile1 {
    display: block;
  }

  .center {
    padding-left: 90px;
  }

  .view_br {
    display: none;
  }

  .ico_new {
    right: 0px;
  }
}

@media (min-width: 1024px) {
  .ico_new {
    right: 33px;
  }
}

@media (max-width: 1000px) {
  div.tab button {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .name {
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    margin-bottom: 10px;
    /* min-height: 450px; */
  }

  .buttons {
    text-align: center;
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .lists {
    margin-top: 0px;
  }

  .lists li {
    float: left;
    width: 31%;
    margin-right: 1.8%;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    position: relative;
  }

  .ico_new {
    max-height: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .list-item-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .visible-xs,
  .btn,
  .btn-base {
    /* display: block !important; */
  }

  .btn {
    margin-bottom: 20px;
  }

  .lang {
    padding-top: 15px;
    padding-right: 0px;
  }

  .desktop1 {
    display: none;
  }

  .center {
    padding-left: 0px;
  }

  .ico_new {
    right: 0px;
    height: 80px;
  }

  .page-title {
    font-size: 22px !important;
    padding: 10px 50px 10px 50px;
  }

  .tab-line .container {
    padding: 0;
  }

  .tab .lists {
    padding-bottom: 15px;
  }

  .tab .lists li {
    border: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 25px;
    text-align: left;
    vertical-align: middle;
    display: block;
  }

  .tab button.active::after {
    width: 10px;
    height: 20px;
    display: block;
    content: "";
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #cdcece;
    border-style: solid;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0;
    margin: 0;
  }

  div.tab button {
    padding: 15px 0 0;
    font-size: 16px;
    text-align: left;
  }
}

img {
  width: 100%;
}

.display_none {
	display: none !important;
}

.display_block {
	display: inline-block !important;
}

.div-redirect-download {
  float: right; 
  margin: 25px 10% 25px 25px;
}

.img-redirect {
  width: 20px; 
  margin-bottom: 5px;
  margin-right: 5px;
}

.btn-redirect-download {
  color:#FFFFFF; 
  background: #05b2a6; 
  display: unset !important;
}

.redirect_download_m {
  width: 100%;
  height: 50px;
  padding-top: 12.5px;
  color: #000000;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  text-align: right;
  font-size: 18px;
  z-index: 1;
  display: none;
  float: left;
  padding-right: 20px;
}

.redirect_download_d {
  position: fixed;
  padding: 20px 10px 0 10px;
  bottom: 60px;
  right: 60px;
  width:80px;
  height: 80px;
  color: #FFFFFF;
  background-color: #05b2a6;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  display: none;
}

.footer_padding {
  padding: 30px 0 60px 65px !important;
}

.select-box {
  width: 23vw;
  margin-bottom: 1em;
  padding: 0.25em;
  border: 0;
  border-bottom: 2px solid currentcolor;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 0;
}

.select-items {
  padding: 10px;
}
