.center {
  text-align: center;
}

.blog-tags a{
  background:#ee9d5b;padding:10px 15px;margin:17px 10px 0px 0px;border-radius:4px;color:#fff;font-size: 16px;font-weight: 600;
}

.blog-tags a:hover{
  background:#e2914f;
}

.nav-bottom-left {
  background:#d1dee0;width:50%;text-align:right;padding:30px 20px;
}
.nav-bottom-right {
  background:#b6c5c8;width:50%;text-align:left;padding:30px 20px;
}
.nav-bottom-txt {
  font-size: 20px;
  opacity: 0.7;
}
.nav-bottom{
  width:100%;;display:flex;font-size: 30px;font-weight: 500;
}

.blockquote {
  padding: 2px 80px 2px 36px;
  position: relative;
  background: #f7f7f7;
  border-radius: 6px;
}

.blockquote p {
  font-size: 35px;
  font-weight: 700px;
  text-align: left;
  padding-left: 95px;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  content: "\0022";
  font-size: 150px;
  color: rgba(0, 0, 0, 0.1);

}

.blockquote .author:before {
  content: "\2015";
  font-size: 25px;
  margin-right:10px;
}
.blockquote .author {
  font-size: 26px;
  font-weight: 600;
  opacity: 0.5;
  margin-top:-10px;
  padding-top:0px;
}





.blog-header {
  width: 100%;
  border-radius: 6px;
  max-width: 1000px;
}

.section-blog {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 22px;
}

.blog-content {
  font-weight: 500;
  font-size: 22px;
}
.blog-content .image-copyright {
  text-align:center;width:100%;font-size:16px;opacity:0.5;
}
.blog-content table {
  text-align:left;
}
.blog-content table thead {
  font-size:600;
  font-size: 26px;
}
.blog-content table td {
  padding-right:30px;
}

.blog-content a {
  color: #e28f4b;
  text-decoration: underline;
}

.blog-content h3 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}

.blog-content .ol-standard {
  margin: 0px;
}

.blog-content .ol-standard li {
  margin: 8px 0px;
}

.blog-content .ol-standard li::marker {
  color: #275257;
  font-weight: 700;
  font-size: 20px;
}

.blog-content .li-title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 26px;
  color: #899d30;
}



.blog-content .ul-check {
  position: relative;
  line-height: 23px;
  text-indent: 0em;
  font-weight: bold;
}

.blog-content .ul-check li {
  position: relative;
  padding: 4px 2px 4px 46px;
  margin: 3px 0px;
  font-weight: 500;
  font-size: 22px;
}

.blog-content .ul-check li:before {
  content: '';
  /* placeholder for the SVG */
  position: absolute;
  top: -7px;
  left: 0;
  /* place the SVG at the start of the padding */
  width: 44px;
  height: 44px;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='44' height='44' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z' fill='green'/></svg>") no-repeat;
}



.section-blog h1 {
  margin: 0px !important;
  font-size: 60px !important;
}

.section-blog h2 {
  color: #899d30;
}

.section-blog .section-container {
  padding: 0px 20px;
}

@media only screen and (max-width: 768px) {
  .blog-header {
    border-radius: 0px;
  }

  .blog-top {
    margin: 10px 0px 0px 0px;
  }

  .section-blog .section-container {
    padding: 10px 0px;
  }

  .section-blog {
    padding: 0px 20px;
  }

  .blog-space {
    border-radius: 0px;
    padding: 0px;
  }

  .section-blog h1 {
    font-size: 35px !important;
  }

  .section-blog h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
  }

}













.rate-emo div {
  transform: scale(1);
  transition: transform 0.1s linear, opacity 0.1s linear;
  cursor:pointer;
  opacity: 0.6;
}
.rate-emo div:hover {
  transform: scale(1.2);
  opacity: 1;
}
.rate-emo .active {
  opacity: 1;
}
.rate-page{
  margin:0 auto 20px auto;width:200px;padding:10px 20px 6px 20px;margin-top:10px;border:3px solid #fff;background:#f7f7f7;
  border-radius: 6px;font-size:18px;
}
.rate-page div {
  margin:0 auto 0;
  padding:4px 10px 0px 10px;
}
.rate-emo{
  margin-bottom:5px!important;display: flex;
}
.rate-txt{
  padding:2px 0px 6px 0px!important;
}















.ft-social-list {
    display: flex;
    margin: 0px;
}
.ft-link .ft-social-list{
    align-items: center;
    justify-content: center;
    margin:0px 0px 38px 0px
}

.ft-social-list svg {
    opacity: 0.7;
    transition: opacity  0.3s;
}
.ft-social-list svg:hover {
    opacity: 1;
}
.ft-social-list .md svg{
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.ft-social-list .sm svg{
    width: 35px;
    height: 35px;
    margin: 10px;
}
