body {
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
}
#warpper {
  margin-top: 0px;
}
.topbar {
  height: 46px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transform: translateY(0);
}
.topbar > .container- {
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .logo {
  width: 150px;
  display: inline-block;
  padding: 8px 0;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .navbar-toggle {
  width: 28px;
  height: 28px;
  float: left;
  border: none;
  padding: 0;
  margin: 12px 20px 10px 0;
  background-color: transparent;
  cursor: pointer;
}
.topbar .navbar-toggle .toggle-icon {
  position: relative;
  width: 18px;
  height: 2px;
  display: inline-block;
  background: #999;
}
.topbar .navbar-toggle .toggle-icon:before,
.topbar .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #999;
  content: " ";
}
.topbar .navbar-toggle .toggle-icon:before {
  bottom: 12px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .navbar-toggle .toggle-icon:after {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .navbar-toggle .toggle-icon.is-clicked {
  background: rgba(153, 153, 153, 0);
}
.topbar .navbar-toggle .toggle-icon.is-clicked:before,
.topbar .navbar-toggle .toggle-icon.is-clicked:after {
  background: #999;
}
.topbar .navbar-toggle .toggle-icon.is-clicked:before {
  bottom: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .navbar-toggle .toggle-icon.is-clicked:after {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .navbar-toggle:hover .toggle-icon {
  background: #9f224e;
}
.topbar .navbar-toggle:hover .toggle-icon:before,
.topbar .navbar-toggle:hover .toggle-icon:after {
  background: #9f224e;
}
.topbar .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(153, 153, 153, 0);
}
.topbar .block-right {
  float: right;
}
.topbar .block-right .button-comments {
  height: 26px;
  line-height: 24px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0 10px 15px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  color: #9f224e;
}
.topbar .block-right .button-comments > i.fa {
  font-size: 16px !important;
}
.topbar .block-right .button-comments .counter {
  font-size: 12px;
}
.topbar .block-right .button-comments:hover {
  border: 1px solid #9f224e !important;
  color: #9f224e !important;
}
.topbar .block-right .button-comments.is-clicked {
  border-color: #ccc;
  color: #ccc;
}
.topbar .block-right .button-comments.is-clicked:hover {
  border: 1px solid #9f224e !important;
  color: #9f224e !important;
}
.topbar .block-right .social {
  margin: 10px 0 10px 10px;
}
.topbar .block-right .social .social-item {
  width: 26px;
  height: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .block-right .social .social-item.si-facebook {
  background-color: #44619d;
}
.topbar .block-right .social .social-item.si-twitter {
  background-color: #55acee;
}
.topbar .block-right .social .social-item.si-google {
  background-color: #dd4b39;
}
.topbar .block-right .social .social-item:hover.si-facebook,
.topbar .block-right .social .social-item:focus.si-facebook {
  background-color: #1d2a44;
}
.topbar .block-right .social .social-item:hover.si-twitter,
.topbar .block-right .social .social-item:focus.si-twitter {
  background-color: #126db2;
}
.topbar .block-right .social .social-item:hover.si-google,
.topbar .block-right .social .social-item:focus.si-google {
  background-color: #802216;
}
@media (max-width: 768px) {
  .topbar .block-right .social {
    display: none;
  }
}
.topbar .block-right .search {
  margin: 10px;
  display: table;
  width: 150px;
}
.topbar .block-right .search .search-input {
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: transparent;
  padding-left: 10px;
  border-top-right-radius: 0;
  line-height: 1;
  border-bottom-right-radius: 0;
  border-right: 0;
  display: table-cell;
  width: 100%;
  padding: 5px 12px;
  color: #333;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .block-right .search .search-btn {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 3px 6px;
  white-space: nowrap;
  vertical-align: middle;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: table-cell;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.topbar .block-right .search .search-btn:last-child {
  border-left: 0;
}
.topbar .block-right .search .search-btn > button {
  border: 0;
  background-color: transparent;
}
.topbar .block-right .search .search-btn > button > i {
  color: #999;
}
.topbar .block-right .search:hover .search-input,
.topbar .block-right .search:hover .search-btn,
.topbar .block-right .search:focus .search-input,
.topbar .block-right .search:focus .search-btn {
  border-color: #999;
}
@media (max-width: 767px) {
  .topbar .block-right .search {
    display: none;
  }
}
.topbar .block-right .user {
  padding: 10px 0 10px 15px;
  color: #333;
  width: 150px;
  display: inline-flex;
}
.topbar .block-right .user > .avatar {
  width: 26px;
  display: inline-block;
}
.topbar .block-right .user .name {
  height: 26px;
  line-height: 26px;
  margin-left: 5px;
  display: inline-block;
}
@media (max-width: 480px) {
  .topbar .block-right .user {
    display: none;
  }
}
.topbar .block-right .user,
.topbar .block-right .button-comments,
.topbar .block-right .search,
.topbar .block-right .social {
  float: right;
}
.topbar.nav-up {
  transform: translateY(-100%);
}
.topbar.topbar-scroll {
  padding-left: 15px;
  padding-right: 15px;
}
.topbar.topbar-scroll {
  background-color: transparent;
  border-bottom: none;
  border-color: transparent;
}
.topbar.topbar-scroll .button-comments {
  color: #ccc;
}
@media (max-width: 768px) {
  .topbar.topbar-scroll {
    display: none;
  }
}
.section-content {
  font-family: Noticia Text, sans-serif;
  font-size: 20px;
  line-height: 1.368;
  background-color: transparent;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
@media (max-width: 320px) {
  .section-content {
    font-size: 16px;
  }
}
.section-content p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.section-content .section-inner {
  position: relative;
}
.section-content .section-inner .si-title {
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.02em;
  font-family: Gotham, serif;
  line-height: 1.125;
  font-size: 34px;
}
.section-content .section-inner .si-title.si-heading-1 {
  font-size: 40px;
}
.section-content .section-inner .si-title.si-heading-2 {
  font-size: 36px;
}
@media (max-width: 480px) {
  .section-content .section-inner .si-title {
    font-size: 28px;
    text-align: left;
  }
}
.section-content .section-inner .image-placeholder {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.section-content .section-inner .image-placeholder:after {
  content: "";
  width: 100%;
  height: 150px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: -webkit-linear-gradient(
    top,
    transparent,
    rgba(0, 0, 0, 0.9)
  );
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .section-content .section-inner .image-placeholder:after {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .section-content .section-inner .image-placeholder > .container- {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.section-content .section-inner .image-placeholder > img {
  vertical-align: top;
}
.section-content .section-inner .image-placeholder.dzsparallaxer {
  overflow: hidden;
}
.section-content .section-inner .image-placeholder.dzsparallaxer > .divimage {
  width: 100%;
  height: 800px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 992px) {
  .section-content .section-inner .image-placeholder.dzsparallaxer > .divimage {
    height: 600px;
  }
}
@media (max-width: 640px) {
  .section-content .section-inner .image-placeholder.dzsparallaxer > .divimage {
    height: 400px;
  }
}
.section-content .section-inner .image-placeholder.dzsparallaxer:after {
  content: "";
  width: 100%;
  height: 300px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: -webkit-linear-gradient(
    top,
    transparent,
    rgba(0, 0, 0, 0.9)
  );
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .section-content .section-inner .image-placeholder.dzsparallaxer:after {
    height: 150px;
  }
}
.section-content .section-inner .text-on-img {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  max-width: 700px;
  z-index: 9;
}
.section-content .section-inner .text-on-img .si-title-image {
  font-family: Gotham, serif;
  font-size: 26px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.section-content .section-inner .text-on-img .si-subtitle-image {
  font-size: 20px;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .section-content .section-inner .text-on-img {
    bottom: 1%;
  }
  .section-content .section-inner .text-on-img .si-title-image {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .section-content .section-inner .text-on-img {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-shadow: none;
  }
  .section-content .section-inner .text-on-img .si-title-image {
    color: #333;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .section-content .section-inner .text-on-img .si-title-image {
    font-size: 16px;
  }
}
.section-content .section-inner .ob {
  position: relative;
  clear: both;
  outline: 0;
  margin-bottom: 15px;
}
.section-content .section-inner .ob.ob-os {
  width: 100%;
  margin: 0 0 15px;
  float: none;
}
.section-content .section-inner .ob > img {
  width: 100%;
}
.section-content .section-inner .ob.ob-os-left {
  width: 65%;
  margin: 0 30px 15px -175px;
  float: left;
}
@media (max-width: 992px) {
  .section-content .section-inner .ob.ob-os-left {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
.section-content .section-inner .ob.ob-os-right {
  width: 65%;
  margin: 0 -175px 15px 30px;
  float: right;
}
@media (max-width: 992px) {
  .section-content .section-inner .ob.ob-os-right {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
.section-content .section-inner.inset-column {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.section-content .section-inner.inset-column h3 {
  font-family: Noticia Text, sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .section-content .section-inner.inset-column {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
  }
}
.section-content .section-inner.outset-column {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .section-content .section-inner.outset-column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .section-content .section-inner.outset-column {
    margin-bottom: 10px !important;
  }
}
.section-content .section-inner.full-width {
  margin: 0 auto;
  width: 100%;
}
.section-content .section-inner.full-screen {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-content .section-inner.section-cover {
  background-image: url("../../images/td/cover.jpg");
}
.section-content .section-inner.section-cover .text-pos {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 250px;
  width: 640px;
}
.section-content .section-inner.section-cover .text-pos h2,
.section-content .section-inner.section-cover .text-pos p {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section-content .section-inner.section-cover .text-pos h2 {
  font-size: 64px;
}
@media (max-width: 768px) {
  .section-content .section-inner.section-cover .text-pos {
    width: 80%;
  }
  .section-content .section-inner.section-cover .text-pos h2 {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .section-content .section-inner.section-cover .text-pos {
    top: 200px;
  }
  .section-content .section-inner.section-cover .text-pos h2 {
    font-size: 36px;
  }
}
.module .module-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
}
.module .module-title,
.module .module-title > a {
  font-family: Gotham, serif;
  font-size: 20px;
  font-weight: 300;
}
.logo-events {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1024px) {
  .logo-events {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 768px) {
  .logo-events {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.comments-box {
  width: 384px;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  right: -384px;
  top: 46px;
  z-index: 9999;
  visibility: hidden;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  overflow: hidden;
  outline: none;
  cursor: -webkit-grab;
}
.comments-box.is-open {
  visibility: visible;
  right: 0;
}
.comments-box > .inner_box_comment_30y {
  margin-bottom: 30px !important;
  transform: translate3d(0px, 0px, 0px);
}
.comments-box.box-top {
  top: 0;
}
@media (max-width: 480px) {
  .comments-box {
    width: 100%;
  }
}
.menu-box {
  width: 280px;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  left: -384px;
  top: 46px;
  z-index: 9999;
  visibility: hidden;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  overflow: hidden;
  outline: none;
  cursor: -webkit-grab;
}
.menu-box #close_menucanvas {
  position: absolute;
  top: 0;
  right: -20px;
}
.menu-box.is-open {
  visibility: visible;
  left: 0;
}
.menu-box > .box_width_common {
  margin-bottom: 30px;
}
.menu-box.box-top {
  top: 0;
}
.related-news .blog-item {
  margin-bottom: 30px;
}
.related-news .blog-item > a.bi-thumb {
  display: block;
}
.related-news .blog-item > a.bi-thumb > img {
  width: 100%;
}
.related-news .blog-item .bi-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-top: 5px;
}
.related-news .blog-item .bi-title > a {
  color: #333;
}
.related-news .blog-item .bi-title > a:hover,
.related-news .blog-item .bi-title > a:focus {
  color: #9f224e;
}
.button-comments-bottom {
  font-size: 20px;
  font-family: Gotham, serif;
  font-weight: 300;
  padding: 10px 25px;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 30px;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.button-comments-bottom:hover,
.button-comments-bottom:focus {
  border-color: #9f224e;
}
.mask-content {
  position: relative;
}
.mask-content.mask-is-open:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0);
  content: "";
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
body.dark-color {
  background-color: #191919;
  color: #a5a5a5;
}
body.dark-color #warpper {
  background-image: url("../../images/bg_world_dark_pc.jpg");
}
body.dark-color .topbar {
  background-color: #191919;
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-color .topbar .block-right .button-comments {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.15);
}
body.dark-color .topbar.topbar-scroll {
  background-color: transparent;
  border-bottom: none;
}
body.dark-color .topbar .search .search-input,
body.dark-color .topbar .search .search-btn {
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-color .section-content {
  background-image: none;
}
body.dark-color .section-content .section-inner .si-title {
  color: #a5a5a5;
}
body.dark-color .related-news .blog-item .bi-title > a {
  color: #a5a5a5;
}
.block_scoll_menu {
  transform: translate3d(0px, 0px, 0px);
}
#ascrail2000 {
  width: 7px;
  z-index: 9999;
  cursor: -webkit-grab;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 285px;
  opacity: 0;
}
#ascrail2000-hr {
  height: 7px;
  z-index: 9999;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 280px;
  opacity: 0;
}
.vne-hr1 {
  position: relative;
  top: 0px;
  float: right;
  width: 5px;
  height: 64px;
  background-color: rgb(194, 194, 194);
  border: 1px;
  background-clip: padding-box;
  border-radius: 5px;
}
.vne-hr2 {
  position: relative;
  top: 0px;
  height: 5px;
  width: 280px;
  background-color: rgb(194, 194, 194);
  border: 1px;
  background-clip: padding-box;
  border-radius: 5px;
}
#comment_post_form .block_relative .right {
  float: none !important;
  margin: auto !important;
  width: 100% !important;
  text-align: center !important;
}
#comment_post_form .block_relative .right input {
  float: none !important;
}
#box_comment {
  padding-bottom: 50px !important;
}
.img-100,
.img_center {
  text-align: center;
}
body {
  overflow-x: hidden;
  overflow: hidden;
  overflow-y: auto;
}
.section-content {
  font-family: Roboto, sans-serif;
  color: #242424;
  font-size: 18pt;
  line-height: 22pt;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.section_bottom,
.section_top {
  position: relative;
}
.img-100 {
  display: block;
  margin: 0 auto;
}
#ascrail2001 {
  width: 7px;
  z-index: 9999;
  cursor: -webkit-grab;
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 638px;
  opacity: 0__ESCAPED_SOURCE_END_CLEAN_CSS__;
}
#ascrail2001-hr {
  height: 7px;
  z-index: 9999;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 384px;
  opacity: 0;
}
.vne-hr3 {
  position: relative;
  top: 0px;
  float: right;
  width: 5px;
  height: 0px;
  background-color: rgb(194, 194, 194);
  border: 1px;
  background-clip: padding-box;
  border-radius: 5px;
}
.vne-hr3 {
  position: relative;
  top: 0px;
  height: 5px;
  width: 0px;
  background-color: rgb(194, 194, 194);
  border: 1px;
  background-clip: padding-box;
  border-radius: 5px;
}
.loading {
  text-align: center;
  padding-top: 15px;
  display: none;
  width: 100%;
  float: left;
  vertical-align: middle;
}
.img_comment_loading {
  width: 25px;
}
.fa-search {
  cursor: pointer;
}
