#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;
}

.btn {
  /* padding: 12px 12px;
  background: #ff7769;
  color: #FFFFFF; */
}

.btn_top {
  clear: both;
  text-align: right;
}

.btn_top a {
  background: url(/images/btn_top.gif?98b86e99c93b8a9367432b59e762e536);
  width: 30px;
  height: 30px;
  display: inline-block;
}

.new {
  position: relative;
}
.download {
  position: relative;
}

.new:before {
  /* content: url(/images/new.png?4c1f8e7d1150ec1cda0119bd7d9736ae); */
  content: url(/images/common/new_top_right.png);
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  /* width: 20%; */
}
.download:before {
  content: url(/images/common/download_top_right.png);
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  /* width: 20%; */
}

@media (max-width: 1024px) {
  .new:before {
    /* content: url(/images/new.png?4c1f8e7d1150ec1cda0119bd7d9736ae); */
    content: url(/images/common/new_top_right.png);
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    /* width: 12%; */
  }
}
@media (max-width: 1024px) {
  .download:before {
    content: url(/images/common/download_top_right.png);
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    /* width: 12%; */
  }
}

.translang {
  color: #00A758;
}

@media all and (max-width: 479px) {
  hr {
    display: block;
  }
}

.lists {
  margin: 0;
  padding: 0;
}

.lists li {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  display: block;
  position: relative;
}

.name {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 10px;
}

.name a {
  color: #262626;
  text-decoration: none;
  font-size: 27px;
}

.name .read-more-container a {
  color: #00A758;
}

.links a {
  color: #00A758;
  text-decoration: none;
  font-size: 18px;
}

.buttons {
  text-align: center;
  font-size: 18px !important;
}

.btn {
  margin-bottom: 5px;
}

.remark {
  font-size: 14px;
}

.page-title {
  color: #00A758;
  font-size: 29px !important;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  /* max-width: 70vw; */
  margin: auto;
  max-width: 1250px;
  padding-left: calc(6% + 15px);

  display: flex;
  align-items: center;
}

.page-title > div {
  flex: 1;
}

@media screen and (min-width: 1025px) {
  .name {
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    margin-bottom: 10px;
  }

  .buttons {
    text-align: center;
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .lists {
    margin-top: 10px;
  }

  .lists li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    border: 1px solid #ccc;
  }

  .lists li:nth-child(3n) {
    margin-right: 0;
  }

  .list-item-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  .footer_padding {
    padding: 30px 0 60px 65px !important;
  }
}

@media (max-width: 767px) {
  .visible-xs,
  .btn,
  .btn-base {
    /* display: block !important; */
  }

  .btn {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 22px !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;
  }

  .title_section .title-sm {
    display: block;
    text-align: center;
    color: #00A758;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .title_section .title-sm .title-sm-layout {
    width: 100%
  }
}

img {
  width: 100%;
}

.page_description {
  width: 70%;
  font-size: 16px;
  text-align: center;
  color: #878787;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
}

.display_none {
	display: none !important;
}

.display_block {
	display: inline-block !important;
}

.div-redirect-article {
  float: right; 
  margin: 25px 10% 25px 25px;
}

.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: #f49600; 
  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: #f49600;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  display: none;
}

.redirect_article_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_article_d {
  position: fixed;
  padding: 20px 10px 0 10px;
  bottom: 60px;
  right: 60px;
  width:80px;
  height: 80px;
  color: #FFFFFF;
  background-color: #ff7769;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  display: none;
}

body.en .btn {
  font-weight: bold;
  font-size: 15px;
}

.bootbox.modal .modal-footer .btn.btn-success,
.bootbox.modal .modal-footer .btn.btn-danger {
  padding: 12px;
  margin-bottom: 0px;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .modal-open .modal{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .modal-backdrop.in{
    opacity: .5;
  }
}