@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url(fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url(fonts/Roboto-Italic.ttf);
}
.block-banner {
  position: relative;
}
.block-banner h1 {
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  font-family: 'Roboto-Bold';
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 1;
}
.block-banner .bx-slide {
  visibility: hidden;
}
.block-banner .bx-slide .slick-dots {
  position: absolute;
  bottom: 10px;
  padding-left: 0px;
  margin-bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.block-banner .bx-slide .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.block-banner .bx-slide .slick-dots li button {
  color: transparent;
  background: white;
  border: none;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
  outline: none;
  padding: 0px;
  position: relative;
}
.block-banner .bx-slide .slick-dots .slick-active button {
  background: #3C3971;
}
.block-banner .slick-initialized {
  visibility: initial;
}
.block-banner .slide {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .block-banner h1 {
    font-size: 20px;
    top: 30px;
  }
  .block-banner .slide {
    min-height: 150px;
  }
}
header,
.sticky {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  background: #94bf00;
  position: relative;
}
header .container,
.sticky .container {
  justify-content: space-between;
  display: flex;
  padding: 20px 30px;
  align-items: center;
  transition: all 0.3s ease;
}
header .container a,
.sticky .container a {
  font-family: 'Roboto-Bold';
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
header .container ul,
.sticky .container ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
header .container ul li,
.sticky .container ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
header .container ul li a,
.sticky .container ul li a {
  font-size: 14px;
  overflow: hidden;
  background: linear-gradient(to right, #e3e334, #e3e334 50%, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
header .container ul li:hover a,
.sticky .container ul li:hover a {
  background-position: 0 100%;
}
header .container .col-button,
.sticky .container .col-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .container .input-form,
.sticky .container .input-form {
  font-size: 12px;
  color: #888888;
  font-family: 'Roboto-Regular';
  padding: 7px 10px;
  width: 160px;
  border-radius: 20px;
  border: none;
  outline: none;
}
header .container .form-search,
.sticky .container .form-search {
  position: relative;
  margin-right: 10px;
}
header .container .form-search .icon-search,
.sticky .container .form-search .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  filter: invert(1);
  max-width: 16px;
  cursor: pointer;
}
header .container .btn-submit,
.sticky .container .btn-submit {
  padding-top: 3px;
  padding-bottom: 5px;
  border-radius: 16px;
  position: relative;
}
header .container .btn-submit a,
.sticky .container .btn-submit a {
  text-transform: none;
  color: #333333;
}
header .container .btn-submit a:hover,
.sticky .container .btn-submit a:hover {
  color: #94be1f;
  background-position: none;
}
header .container .btn-submit .admin,
.sticky .container .btn-submit .admin {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  max-width: 105px;
}
header .container .btn-submit .admin::before,
.sticky .container .btn-submit .admin::before {
  position: absolute;
  content: "";
  border: solid #333333;
  border-width: 0px 2px 2px 0px;
  padding: 3px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -20px;
  top: 3px;
}
header .container .btn-submit .menu-admin,
.sticky .container .btn-submit .menu-admin {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 33px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-bottom: 0px;
  background: #efefef;
  left: 0px;
  right: 0px;
  z-index: 100;
  transition: opacity 0.3s;
  border-radius: 5px;
}
header .container .btn-submit .menu-admin li,
.sticky .container .btn-submit .menu-admin li {
  display: block;
}
header .container .btn-submit .menu-admin li a,
.sticky .container .btn-submit .menu-admin li a {
  text-decoration: none;
  background: none;
  overflow: visible;
  transition: none;
  -webkit-text-fill-color: #333333;
  font-size: 13px;
}
header .container .btn-submit .menu-admin li:hover a,
.sticky .container .btn-submit .menu-admin li:hover a {
  -webkit-text-fill-color: #94be1f;
}
header .container .btn-submit:hover .menu-admin,
.sticky .container .btn-submit:hover .menu-admin {
  opacity: 1;
  visibility: visible;
}
header .burger,
.sticky .burger {
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 11;
  display: none;
  position: absolute;
  left: 20px;
  top: 15px;
}
header .burger i,
.sticky .burger i {
  width: 26px;
  height: 2px;
  background: white;
  transition: 0.4s;
  display: block;
  margin: 4px auto;
}
header .change i:nth-of-type(1),
.sticky .change i:nth-of-type(1) {
  width: 15px;
  -webkit-transform: rotate(-38deg) translate(-8px, -5px);
  transform: rotate(-38deg) translate(-8px, -5px);
}
header .change i:nth-of-type(3),
.sticky .change i:nth-of-type(3) {
  width: 15px;
  -webkit-transform: rotate(38deg) translate(-8px, 5px);
  transform: rotate(38deg) translate(-8px, 5px);
}
.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  background: #94bf00;
  z-index: 50;
  display: none;
}
footer {
  background: #2a2c25;
  color: white;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer p {
  margin-bottom: 20px;
}
footer .title {
  font-size: 20px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}
footer .far {
  position: relative;
  font-style: normal;
  padding-right: 25px;
}
footer .far:before {
  position: absolute;
  font-family: FontAwesome;
  color: white;
}
footer .far-email:before {
  content: "\f0e0";
}
footer .far-tel:before {
  content: "\f2a0";
}
footer .far-fax:before {
  content: "\f1ac";
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  color: white;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  padding-top: 40px;
}
footer .footer-bottom p {
  margin-bottom: 0px;
}
footer .footer-bottom .list-social a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
footer .footer-bottom .list-social a img {
  max-width: 80%;
}
footer .footer-bottom .list-social a:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1023px) {
  header .container,
  .sticky .container {
    height: 50px;
    padding: 0px 20px;
    display: block;
    background: #94be1f;
  }
  header .container ul,
  .sticky .container ul {
    list-style: none;
  }
  header .container ul li,
  .sticky .container ul li {
    display: block;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .container .menu-right,
  .sticky .container .menu-right {
    float: right;
    padding-top: 10px;
  }
  header .container .menu-main-menu-container,
  .sticky .container .menu-main-menu-container,
  header .container .col-button,
  .sticky .container .col-button {
    display: none;
    margin-bottom: 10px;
  }
  header .container .input-form,
  .sticky .container .input-form {
    width: 200px;
  }
  header .burger,
  .sticky .burger {
    display: block;
  }
  header .show-menu,
  .sticky .show-menu {
    padding-bottom: 20px;
    height: initial;
  }
  header .show-menu .menu-main-menu-container,
  .sticky .show-menu .menu-main-menu-container,
  header .show-menu .col-button,
  .sticky .show-menu .col-button {
    display: block;
    clear: both;
    padding-top: 20px;
  }
  header .show-menu .btn-submit,
  .sticky .show-menu .btn-submit {
    margin-top: 10px;
    width: 200px;
  }
  header .show-menu .btn-submit .admin,
  .sticky .show-menu .btn-submit .admin {
    width: 100%;
  }
  header .show-menu .btn-submit .admin::before,
  .sticky .show-menu .btn-submit .admin::before {
    right: 0px;
  }
  header .show-menu .btn-submit .menu-admin,
  .sticky .show-menu .btn-submit .menu-admin {
    width: 200px;
    padding: 10px;
  }
  header .show-menu .btn-submit .menu-admin li,
  .sticky .show-menu .btn-submit .menu-admin li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .show-menu .form-search,
  .sticky .show-menu .form-search {
    max-width: 200px;
  }
  footer .container {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .show-menu .col-button,
  .sticky .show-menu .col-button {
    justify-content: space-between;
  }
  .fixed-header {
    height: 20px;
  }
  footer .footer-bottom {
    display: block;
    text-align: center;
  }
  footer .footer-bottom .list-social {
    padding-top: 30px;
  }
}
.image-thumbnail {
  max-width: 100%;
}
.wraper-video {
  position: relative;
}
.wraper-video .col-video {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%;
  position: relative;
}
.wraper-video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.wraper-video .play-video::before {
  content: '\f16a';
  position: absolute;
  font-family: 'FontAwesome';
  color: rgba(0, 0, 0, 0.8);
  font-size: 50px;
  line-height: initial;
  opacity: 0.8;
}
.wraper-video .play-video:hover::before {
  color: red;
  opacity: 1;
}
.col-sub-video .play-video {
  margin-top: -15px;
  margin-left: -15px;
}
.col-sub-video .play-video::before {
  font-size: 30px;
}
.section-main .container {
  padding-top: 50px;
}
.section-main .col-8-image {
  display: flex;
}
.section-main .col-4-text .col-image {
  padding-bottom: 100%;
}
.section-three-column {
  background: #efefef;
}
.section-three-column .container .row {
  margin: 0px;
  padding: 50px 10px;
}
.section-weather .chart {
  background: #888888;
  min-height: 250px;
}
.section-weather .col-3 {
  padding-right: 8px;
}
.section-weather .col-9 {
  padding-left: 8px;
}
.section-news-event .col-5-news {
  border-top: 1px solid #94be1f;
}
.section-news-event .col-5-news .wraper {
  padding-bottom: 15px;
}
.section-news-event .col-5-news .col-image {
  padding-bottom: 66%;
}
.section-news-event .col-7-event .group-content {
  margin-top: 15px;
  border-top: 1px solid #94be1f;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-news-event .col-7-event .group-content:last-child {
  padding-bottom: 0px;
  margin-top: 0px;
}
.section-news-event .col-7-event .chart {
  background: #1f567c;
  min-height: 110px;
}
.section-news-event .col-7-event .chart a {
  color: white;
}
.section-news-event .col-7-event .tab-content {
  background: #efefef;
  padding: 20px 30px 30px 30px;
}
.section-news-event .col-7-event .tab-content .row-item {
  margin: 0px;
}
.section-news-event .col-7-event .tab-content .row {
  padding-top: 10px;
  padding-bottom: 15px;
}
.section-news-event .col-7-event .tab-content .row .col-4 {
  border-left: 1px dashed #dddddd;
}
.section-news-event .col-7-event .tab-content .row .group-item {
  padding-bottom: 20px;
}
.section-news-event .col-7-event .tab-content .col-image {
  padding-bottom: 66%;
}
.section-news-event .col-7-event .list-title ul {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-news-event .col-7-event .list-title li {
  width: 48%;
  line-height: initial;
}
.section-news-event .col-7-event .list-title li a {
  font-size: 12px;
  color: #333333;
  font-family: 'Roboto-Medium';
  text-decoration: none;
}
.section-news-event .col-7-event .list-title li:hover {
  color: #94be1f;
}
.section-news-event .col-7-event .list-title li:hover a {
  color: #94be1f;
}
.section-video .group-content {
  border-top: 1px solid #94be1f;
}
.section-video .group-content .nav-tab {
  margin-top: 15px;
  margin-bottom: 10px;
}
.section-video .group-one-column h3 {
  padding-top: 10px;
  margin-bottom: 0px;
}
.section-video .group-one-column .description {
  padding-top: 0px;
  padding-bottom: 20px;
}
.section-video .group {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
  align-items: center;
}
.section-video .group .col-4 {
  flex: 0 0 40%;
  max-width: 40%;
}
.section-video .group .col-text {
  flex: 0 0 60%;
  max-width: 60%;
}
.section-video .row-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-form {
  background: #596A3F;
}
.section-form .container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
.section-form .container .title {
  color: white;
  font-size: 30px;
  font-family: 'Roboto-Bold';
  text-shadow: 2px 2px 5px rgba(110, 250, 104, 0.4);
}
.section-form .container .group-button {
  padding-top: 50px;
}
.section-form .container .group-button .nf-field-label {
  display: none;
}
.section-form .container .group-button .submit-wrap .nf-field-element {
  border: 1px solid #7D9457;
}
.section-form .container .group-button .nf-form-content input[type=button] {
  background: none;
  color: white;
}
.section-form .container .group-button .nf-multi-cell .nf-cell {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 1px;
}
.section-form .container .group-button input {
  border: none;
  color: #596A3F;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  outline: none;
}
.section-form .container .group-button .signup-submit {
  padding: 10px 50px;
  position: relative;
  cursor: pointer;
}
.section-form .container .group-button .signup-submit a {
  color: white;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  text-decoration: none;
}
.section-form .container .group-button .signup-submit img {
  position: absolute;
  right: 20px;
  max-width: 20px;
  transition: right 0.3s ease;
  top: 50%;
  margin-top: -7px;
}
.section-form .container .group-button .signup-submit:hover img {
  right: 10px;
}
.section-form .container ::-webkit-input-placeholder {
  /* Edge */
  color: #596A3F;
}
.section-form .container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #596A3F;
}
.section-form .container ::placeholder {
  color: #596A3F;
}
.nf-before-form-content,
.nf-error-field-errors {
  display: none;
}
.nf-error .nf-error-msg {
  position: absolute;
  font-size: 12px;
}
.section-share-experience {
  background: #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-share-experience a {
  text-decoration: none;
}
.section-share-experience .row-group {
  border-top: 1px solid #94be1f;
  padding-top: 25px;
  padding-bottom: 20px;
}
.section-share-experience .group .col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.section-share-experience .group .col-image {
  padding-bottom: 100%;
}
.section-share-experience .group .col-text {
  flex: 0 0 75%;
  max-width: 75%;
}
.single-kinh_nghiem .block-news-relative,
.single-thu_vien .block-news-relative {
  display: none;
}
.single-kinh_nghiem .block-comment,
.single-thu_vien .block-comment {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .section-main .col-8-image,
  .section-main .col-4-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-main .row {
    margin: 0px;
  }
  .section-main .col-8-image {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
  }
  .section-main .col-4-text {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-main .col-4-text h3 {
    padding-top: 15px;
  }
  .section-main .col-4-text .group {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
    width: 33.33%;
  }
  .section-main .col-4-text .group .col-4,
  .section-main .col-4-text .group .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-main .col-4-text .group .col-image {
    padding-bottom: 60%;
  }
  .section-main .col-4-text .group .col-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-three-column .container {
    padding-top: 0px;
  }
  .section-three-column .container .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-news-event .container {
    padding-top: 30px;
  }
  .section-news-event .container > .row {
    margin: 0px;
  }
  .section-news-event .col-5-news,
  .section-news-event .col-7-event {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-news-event .col-5-news {
    padding-bottom: 10px;
  }
  .section-news-event .col-5-news .wraper-content-mobile {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .section-news-event .col-5-news .wraper-content-mobile .group {
    width: 48%;
  }
  .section-video .container {
    padding-top: 20px;
  }
  .section-video .group-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-video .group {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section-video .group .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-video .row-item {
    padding-top: 0px;
  }
  .section-video .tab-content .row-feature-video {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-video .tab-content .row-feature-video .col-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-video .tab-content .row-item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-video .tab-content .row-item > .col-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-video .tab-content .group {
    display: block;
  }
  .section-video .tab-content .group .col-image {
    padding-bottom: 60%;
  }
  .section-video .tab-content .group .col-image,
  .section-video .tab-content .group .col-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-video .tab-content .group .col-text {
    padding-left: 0px;
    padding-top: 10px;
  }
  .section-share-experience {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .section-share-experience .row-group {
    margin: 0px;
    padding-top: 0px;
  }
  .section-share-experience .group {
    display: block;
  }
  .section-share-experience .group .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-share-experience .group .col-image {
    padding-bottom: 60%;
  }
  .section-share-experience .group .col-image,
  .section-share-experience .group .col-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-share-experience .group .col-text {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
  }
  .section-form .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-form .container .title {
    font-size: 20px;
  }
  .section-form .container .group-button {
    padding-top: 20px;
    display: block;
  }
  .section-form .container .group-button .nf-field-container {
    margin-bottom: 5px;
  }
  .section-form .container .group-button .nf-multi-cell .nf-cell {
    width: 100% !important;
  }
  .nf-error .nf-error-msg {
    position: relative;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .section-main .container {
    padding-top: 30px;
  }
  .section-main .col-4-text .group:last-child {
    margin-bottom: 0px;
  }
  .section-main .col-8-image {
    margin-left: 0px;
    flex-wrap: wrap;
  }
  .section-main .col-8-image .col-4,
  .section-main .col-8-image .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-main .col-8-image .col-image {
    padding-bottom: 60%;
  }
  .section-main .col-8-image .col-4 {
    padding-bottom: 12px;
    border-bottom: 1px dashed #dddddd;
  }
  .section-main .col-8-image .col-4 .description {
    margin-top: 0px;
  }
  .section-main .col-8-image h2 {
    font-size: 15px;
  }
  .section-main .col-4-text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-main .col-4-text .group {
    width: 100%;
    border-bottom: 1px dashed #dddddd;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 16px;
  }
  .section-main .col-4-text .group:last-child {
    border-bottom: none;
  }
  .section-three-column .container {
    padding-top: 10px;
  }
  .section-three-column .container .row {
    padding: 10px 0px 0px 0px;
  }
  .section-three-column .container .col-4 {
    padding: 10px 0px;
  }
  .section-three-column .col-4,
  .section-weather .col-4,
  .section-three-column .col-3,
  .section-weather .col-3,
  .section-three-column .col-9,
  .section-weather .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-weather .container {
    padding-bottom: 0px;
  }
  .section-weather .col-9,
  .section-weather .col-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .section-news-event .col-5-news {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .section-news-event .col-5-news .wraper .group {
    float: none;
    width: 100%;
  }
  .section-news-event .tab-content .col-6,
  .section-news-event .tab-content .row > .col-8,
  .section-news-event .tab-content .row > .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-news-event .tab-content h2 {
    font-size: 15px;
  }
  .section-news-event .tab-content .row:first-child {
    padding-bottom: 0px;
  }
  .section-news-event .col-7-event {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-news-event .col-7-event .list-title ul {
    display: block;
  }
  .section-news-event .col-7-event .list-title ul li {
    width: 100%;
  }
  .section-news-event .col-7-event .tab-content {
    padding: 0px 10px;
  }
  .section-news-event .col-7-event .tab-content .row-item .col-6 {
    padding: 0px;
  }
  .section-news-event .col-7-event .tab-content .row .col-4 {
    border-left: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-news-event .col-7-event .tab-content .row .group {
    flex-wrap: wrap;
  }
  .section-news-event .col-7-event .tab-content .row .group .col-image,
  .section-news-event .col-7-event .tab-content .row .group .col-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-news-event .col-7-event .tab-content .row .group .col-image {
    padding-bottom: 60%;
  }
  .section-news-event .col-7-event .tab-content .row .group .col-text {
    padding: 10px 0px 0px 0px;
  }
  .section-video .container {
    padding-top: 0px;
  }
  .section-video .group-content {
    padding: 0px;
  }
  .section-video .tab-content .row-feature-video .col-4 {
    padding-bottom: 15px;
  }
  .section-video .tab-content .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-share-experience {
    padding-top: 20px;
  }
  .section-share-experience .col-4,
  .section-share-experience .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-share-experience .col-6 {
    padding-bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-share-experience .row-group {
    padding-bottom: 0px;
  }
}
.single-page {
  font-size: 14px;
  font-family: 'Roboto-Medium';
}
.single-page .container {
  padding-bottom: 80px;
}
.single-page .section-video-feature {
  background: #2A2C25;
}
.single-page .section-video-feature .block-video {
  padding-top: 60px;
}
.single-page .section-video-feature .block-video .row-child {
  padding: 100px 0px;
}
.single-page .section-video-feature .block-video .row-child h3 {
  font-size: 20px;
}
.single-page .section-video-feature .block-video .row-child .col-5 {
  border-left: 1px dashed #dddddd;
  padding-left: 5px;
  padding-right: 5px;
}
.single-page .section-video-feature .block-video h3 {
  padding-top: 15px;
  color: white;
}
.single-page .section-video-feature .block-video .row-item {
  margin-left: 0px;
  margin-right: 0px;
}
.single-page .section-video-feature .block-video .row-item .col-6 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
}
.single-page .section-video-feature .block-video .row-item h3 {
  font-size: 12px;
}
.single-page .col-side-bar {
  padding-top: 30px;
}
.single-page .category {
  font-size: 10px;
  opacity: 0.6;
  background: #94be1f;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.single-page h2 {
  font-size: 25px;
  padding-top: 30px;
}
.single-page h2:hover {
  color: #333333;
}
.single-page p {
  color: #333333;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.8;
}
.single-page strong {
  font-family: 'Roboto-Bold';
  color: #323b25;
}
.single-page figcaption p {
  color: #333333;
  opacity: 0.5;
  font-size: 12px;
}
.single-page figcaption em {
  font-family: 'Roboto-Bold';
}
.single-page .content a {
  color: #94bf00;
  font-family: 'Roboto-Bold';
  text-decoration: underline;
}
.single-page .content img {
  max-width: 100%;
  height: auto;
}
.single-page .block-image {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.single-page .block-image img {
  max-width: 100%;
}
.single-page .block-image-blockquote img {
  max-width: 100%;
}
.single-page .block-image-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.single-page .block-image-text .content {
  width: 49%;
  color: #333333;
  font-family: 'Roboto-Italic';
  opacity: 1;
}
.single-page .block-image-text .content-blockquote {
  width: 300px;
  height: 300px;
  position: relative;
}
.single-page .block-image-text .content-blockquote::before {
  content: "\201C";
  font-size: 100px;
  height: 82px;
  line-height: 0.78;
  line-height: 1;
  position: absolute;
  z-index: 1;
  font-family: sans-serif, serif;
  color: #94be1f;
  opacity: 0.9;
}
.single-page .block-image-text .content-blockquote blockquote {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0px;
}
.single-page .block-image-text .content-blockquote blockquote::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%);
  shape-margin: 7%;
}
.single-page .block-image-text .content-blockquote p {
  font-size: 18px;
  color: #94bf00;
  height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
.single-page .block-image-text .content-blockquote p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%);
  shape-margin: 7%;
}
.single-page .block-image-text .block-image-blockquote {
  width: 49%;
}
.single-page .col-left .content-blockquote::before {
  left: 0px;
}
.single-page .col-right .content {
  order: 1;
}
.single-page .col-right .content-blockquote::before {
  right: 0px;
  transform: rotate(180deg);
  top: 0px;
}
.single-page .block-col-video {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-page .block-col-video iframe {
  width: 100%;
  height: 450px;
}
.single-page .meta {
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: white;
  background: #94bf00;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.single-page .meta strong {
  text-transform: capitalize;
  font-family: 'Roboto-Bold';
  color: white;
}
.single-page .block-news-relative {
  padding: 50px;
  border-top: 1px solid #efefed;
  margin-top: 50px;
  background: #f7f7f7;
}
.single-page .block-news-relative h3 {
  font-size: 25px;
  color: #94bf00;
}
.single-page .block-news-relative ul {
  padding-left: 30px;
  padding-top: 20px;
}
.single-page .block-news-relative ul li {
  padding-bottom: 10px;
}
.single-page .block-news-relative ul li a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Roboto-Medium';
  opacity: 0.8;
}
.single-page .block-news-relative ul li:hover {
  color: #94be1f;
}
.single-page .block-news-relative ul li:hover a {
  color: #94be1f;
}
.single-page .block-news .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
}
.single-page .block-news .col-image {
  padding-bottom: 66%;
}
.single-page .block-news h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto-Medium';
  font-size: 14px;
}
.block-comment {
  background: #fbfbfb;
  font-family: 'Roboto-Medium';
  padding: 50px;
}
.block-comment h3 {
  font-family: 'Roboto-Medium';
  font-size: 12px;
  opacity: 0.7;
  color: #94bf00;
  padding-bottom: 20px;
}
.block-comment .commentlist {
  padding-left: 0px;
  list-style: none;
  font-size: 15px;
  padding-bottom: 20px;
}
.block-comment .commentlist p {
  padding-left: 37px;
}
.block-comment .commentlist .comment-author img {
  border-radius: 50%;
}
.block-comment .commentlist .comment-author .fn,
.block-comment .commentlist .comment-author .says {
  font-style: normal;
  color: #94be1f;
  font-family: 'Roboto-Bold';
  text-transform: capitalize;
}
.block-comment .commentlist .comment-meta {
  margin-top: -10px;
  padding-left: 37px;
}
.block-comment .commentlist .comment-meta a {
  color: #aaaaaa;
  font-size: 12px;
  opacity: 0.7;
}
.block-comment .commentlist .reply {
  padding-top: 50px;
}
.block-comment .commentlist .reply a,
.block-comment .comment-form .submit {
  background: #94be1f;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  letter-spacing: 0.5px;
}
.block-comment .commentlist .reply a:hover,
.block-comment .comment-form .submit:hover {
  background: #86BA43;
}
.block-comment .comment-respond {
  padding-top: 20px;
  border-top: 1px dashed #efefed;
}
.block-comment .comment-form .comment-notes {
  color: #aaaaaa;
  font-size: 12px;
  opacity: 0.7;
}
.block-comment .comment-form a {
  color: #333333;
}
.block-comment .comment-form p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-comment .comment-form label {
  display: block;
  margin-bottom: 0px;
}
.block-comment .comment-form label .required {
  color: #ff0000;
}
.block-comment .comment-form .form-submit {
  opacity: 1;
  padding-top: 50px;
}
.block-comment .comment-form .comment-form-cookies-consent {
  display: flex;
}
.block-comment .comment-form .comment-form-cookies-consent label {
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .single-page h2 {
    padding-top: 10px;
  }
  .single-page .category {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .single-page .block-col-video iframe {
    height: 300px;
  }
  .single-page .block-image-text .content-blockquote {
    width: 230px;
    height: 230px;
  }
  .single-page .block-image-text .content-blockquote p {
    font-size: 15px;
  }
  .single-page .block-image-text .content-blockquote::before {
    font-size: 80px;
  }
  .single-page .block-image-text .content-blockquote blockquote::before {
    shape-margin: 0%;
  }
  .single-page .block-news .col-image {
    padding-bottom: 100%;
  }
  .single-page .block-news-relative {
    margin-top: 30px;
    padding: 20px;
  }
  .single-page .section-video-feature .block-video .row-child {
    padding: 50px 0px 0px 0px;
  }
  .block-comment {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-page h2 {
    font-size: 20px;
  }
  .single-page p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .single-page .container {
    padding-bottom: 20px;
  }
  .single-page .row-content .col-8,
  .single-page .row-content .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-page .meta {
    margin-top: 10px;
  }
  .single-page .block-news-relative {
    margin-top: 10px;
    padding: 10px;
  }
  .single-page .block-news-relative ul {
    padding-top: 10px;
  }
  .single-page .block-comment {
    padding: 10px 10px 20px 10px;
  }
  .single-page .block-comment .comment-form-comment textarea {
    width: 100%;
  }
  .single-page .block-comment .commentlist .reply,
  .single-page .block-comment .comment-form .form-submit {
    padding-top: 20px;
  }
  .single-page .block-image-text .content,
  .single-page .block-image-text .block-image {
    width: 100%;
  }
  .single-page .block-image-text .content {
    padding-bottom: 20px;
  }
  .single-page .block-image-text .content-blockquote {
    margin: auto;
    width: auto;
    height: auto;
  }
  .single-page .block-image-text .content-blockquote::before {
    display: none;
  }
  .single-page .block-image-text .block-image-blockquote {
    text-align: center;
    margin: auto;
  }
  .single-page .block-video {
    padding-top: 10px;
  }
  .single-page .block-video .row-child {
    margin: 0px;
    padding: 20px 10px;
  }
  .single-page .block-video .row-child .col-7,
  .single-page .block-video .row-child .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-page .block-video .row-item {
    padding-top: 20px;
  }
  .single-page .block-image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .single-page .col-right .content {
    order: 0;
  }
  .single-page .block-col-video {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .single-page .block-col-video iframe {
    height: 250px;
  }
  .single-page .block-news-relative {
    padding: 20px 10px;
  }
  .single-page .block-news-relative h3 {
    font-size: 20px;
  }
  .single-page .block-news .col-image {
    padding-bottom: 50%;
  }
  .single-page .section-video-feature .block-video {
    padding-top: 20px;
  }
  .single-page .section-video-feature .block-video .row-child {
    padding-top: 30px;
  }
  .single-page .section-video-feature .block-video .row-child .col-5 {
    border: none;
  }
  .single-page .section-video-feature .block-video .row-child h3 {
    font-size: 16px;
  }
  .single-page .section-video-feature .block-video .row-item {
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-page .section-video-feature .block-video .row-item h3 {
    font-size: 12px;
  }
}
.page-category .container {
  padding-bottom: 50px;
}
.page-category .col-4-box {
  padding-top: 15px;
  padding-bottom: 15px;
}
.libary {
  padding-top: 50px;
  background: #efefef;
}
.libary.page-document .col-box {
  border-radius: 3px;
}
.libary.page-document .col-box .content {
  min-height: 10px;
}
.libary .result {
  padding-top: 20px;
  font-family: 'Roboto-Italic';
}
.libary .result strong {
  font-family: 'Roboto-Bold';
}
.libary .group-data {
  padding: 15px 20px 15px 20px;
  background: white;
  border: 0.5px solid #dddddd;
  max-width: 800px;
  margin: auto;
}
.libary .group-data .date {
  font-size: 10px;
  font-family: 'Roboto-Italic';
  color: #cdcaca;
  margin-bottom: 10px;
}
.libary .row-child {
  margin: 0px;
}
.libary .row-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
.libary .row-item .wraper-content {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px 0 rgba(57, 57, 57, 0.16);
}
.libary .row-item:last-child {
  border-bottom: none;
}
.libary .row-item .row {
  margin: 0px;
}
.libary .row-item .group .col-image {
  padding-bottom: 95.89%;
}
.libary .row-item .col-3-image {
  padding: 0px;
}
.libary .row-item .title {
  font-size: 20px;
  font-family: 'Roboto-Medium';
  color: white;
  position: relative;
  padding: 15px 50px;
  background: #94be1f;
  border-radius: 5px;
}
.libary .row-item .title::before {
  position: absolute;
  content: "\f00b";
  font-family: "FontAwesome";
  font-style: normal;
  color: white;
  left: 15px;
}
.libary .col-box {
  background: #94be1f;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.libary .col-box .content {
  padding: 20px 30px;
  min-height: 230px;
  position: relative;
  background: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 20px;
}
.libary .col-box .content::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 80%;
  left: 0px;
  bottom: 0px;
  background: #94be1f;
}
.libary .col-box .wraper-image {
  position: relative;
  padding-top: 70%;
  width: 100%;
}
.libary .col-box .wraper-image .image-ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.libary .col-box .wraper-image .image-ratio iframe {
  height: 100%;
  width: 100%;
}
.libary .line {
  height: 2px;
  background: #94be1f;
  width: 70px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.libary .col-4-title {
  background: #e3f0ce;
  padding: 30px 20px;
  margin-top: 30px;
}
.libary .col-4-title .scroll-element {
  max-height: 1400px;
  overflow: auto;
  padding-right: 10px;
}
.libary .col-content {
  padding-left: 40px;
  padding-right: 40px;
}
.libary .col-content h3 {
  margin-bottom: 0px;
  padding-top: 0px;
}
.libary .group-box ul {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.libary .group-box ul li {
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
}
.libary .group-box ul li a {
  color: #333333;
  opacity: 0.8;
}
.libary .group-box ul li:hover {
  color: #94bf00;
}
.libary .group-box ul li:hover a {
  color: #94bf00;
}
.libary .form-search {
  position: relative;
  max-width: 800px;
  margin: auto;
  margin-top: 60px;
}
.libary .form-search i {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("../image/icon-search.png") no-repeat center #94be1f;
  cursor: pointer;
  height: 64px;
  width: 100px;
}
.libary .form-search .form-control {
  height: 64px;
  outline: none;
  color: #68a611;
  padding-left: 15px;
  box-shadow: none;
}
.libary .form-search ::-webkit-input-placeholder {
  /* Edge */
  color: #68a611;
  opacity: 0.5;
}
.libary .form-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #68a611;
  opacity: 0.5;
}
.libary .form-search ::placeholder {
  color: #68a611;
  opacity: 0.5;
}
.libary .page-numbers {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.libary .page-numbers li {
  display: inline;
}
.libary .page-numbers .page-numbers {
  padding: 6px 10px;
  border: 1px solid #333333;
  color: #333333;
}
.libary .page-numbers .current {
  background: #94be1f;
  color: white;
}
.page-single-libary .col-content {
  padding-right: 0px;
}
.page-single-libary .row-child {
  padding-top: 50px;
}
.page-single-libary .page-numbers {
  margin-bottom: 0px;
  margin-top: 30px;
}
.lightbox-gallery {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lightbox-gallery .row {
  margin: 0px 0px;
}
.lightbox-gallery .item {
  padding: 5px;
}
.lightbox-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .libary {
    padding-top: 30px;
  }
  .libary .col-4-title {
    order: 1;
  }
  .libary .col-4-title,
  .libary .col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .libary .form-search,
  .libary .group-data {
    max-width: initial;
  }
  .page-category .col-4-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .page-single-libary .col-content {
    padding-left: 0px;
  }
  .page-single-libary .row-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .libary {
    padding-top: 10px;
  }
  .libary .page-numbers {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .libary .col-box .wraper-image {
    padding-top: 60%;
  }
  .libary .col-box .content {
    min-height: auto;
  }
  .libary .col-4-title {
    padding: 20px 10px;
  }
  .libary .row-child {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .libary .row-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .libary .row-item .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .libary .row-item .title {
    font-size: 16px;
    padding: 10px 50px;
    margin-bottom: 20px;
  }
  .libary .col-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .libary .form-search {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .libary .form-search .form-control,
  .libary .form-search i {
    height: 40px;
  }
  .libary .form-search i {
    width: 70px;
  }
  .page-category .col-4-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-single-libary .row-item .col-6 {
    padding-bottom: 10px;
  }
  .page-single-libary .row-item .title,
  .page-single-libary .row-item .wraper-content {
    margin-bottom: 0px;
  }
  .page-single-libary .page-numbers {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.section-report .container {
  padding-top: 80px;
}
.section-report .wrap-title span .icon-libary::before {
  content: '\f15c';
}
.section-report .nav-tab {
  background: none;
  box-shadow: none;
}
.section-report .nav-tab li {
  border: 1px solid #94bf00;
  display: block;
  margin-bottom: 5px;
}
.section-report .nav-tab li::after {
  display: none;
}
.section-report .nav-tab li::before {
  left: 0px;
  width: 5px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  position: absolute;
  content: "";
}
.section-report .nav-tab li a {
  color: #333333;
}
.section-report .nav-tab li:hover {
  background-image: linear-gradient(to left, #94bf00, #94be1f);
}
.section-report .nav-tab li:hover a {
  color: white;
}
.section-report .nav-tab .active {
  background-image: linear-gradient(to left, #94bf00, #94be1f);
}
.section-report .nav-tab .active a {
  color: white;
}
.section-report .row-item {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-report .row-item .col-left {
  padding-right: 30px;
  background: #e3f0ce;
  padding: 30px;
}
.section-report .row-item .col-left .title {
  font-size: 20px;
  font-family: 'Roboto-Medium';
  color: white;
  position: relative;
  padding: 15px 50px;
  background: #94be1f;
  margin-bottom: 30px;
  border-radius: 5px;
}
.section-report .row-item .col-right {
  padding-left: 30px;
}
.section-report .checked {
  color: orange;
}
.section-report .group-star-rating {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.section-report .star-rating {
  position: relative;
}
.section-report .star-rating .fa-rating::before {
  position: absolute;
  content: '\f005';
  font-family: 'FontAwesome';
  font-style: normal;
}
.section-report .star-rating .checked {
  color: #94be1f;
}
.section-report .response {
  position: relative;
}
.section-report .response .time {
  color: #333333;
  opacity: 0.5;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.fal {
  position: relative;
  padding-right: 20px;
  font-style: normal;
  line-height: initial;
}
.fal::before {
  position: absolute;
  font-family: 'FontAwesome';
  font-style: normal;
  color: #94be1f;
  top: 0px;
  left: 0px;
}
.fa-clock::before {
  content: '\f017';
}
.fa-calendar::before {
  content: '\f073';
}
.fa-location::before {
  content: '\f041';
  font-size: 25px;
  top: -5px;
}
.fa-tick {
  padding-left: 20px;
}
.fa-tick::before {
  content: '\f00c';
}
.video .row-item {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
}
.video .row-item .col-4 {
  padding: 0px;
}
.video .row-item .col-sub-video .col-video {
  padding-bottom: 80%;
}
.video .row-item h3 {
  opacity: 0.7;
}
.video .group-video iframe {
  width: 100%;
}
.video .group-video .description {
  margin-bottom: 20px;
}
.video .fb-like {
  padding-top: 20px;
}
.video .slide-video {
  padding: 50px 0px;
  position: relative;
}
.video .slide-video .slide {
  padding-left: 10px;
  padding-right: 10px;
}
.video .slide-video .slide iframe {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.video .slide-video .slide h3 {
  opacity: 0.8;
}
.video .slide-video .slide .col-video {
  height: 200px;
}
.video .slide-video .slide .item {
  border: 1px solid #dddddd;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: white;
  padding: 20px;
  height: 170px;
  position: relative;
}
.video .slide-video .slide .item .category {
  position: absolute;
  bottom: 20px;
}
.video .slide-video .slick-prev,
.video .slide-video .slick-next {
  bottom: 0px;
  background: #94bf00;
  outline: none;
  position: absolute;
  border: none;
  color: white;
  color: transparent;
  display: inline-block;
}
.video .slide-video .slick-next {
  right: 10px;
  background: url("../image/arrow-left-green.png") no-repeat;
  transition: right 0.3s ease;
}
.video .slide-video .slick-next:hover {
  right: 0px;
}
.video .slide-video .slick-prev {
  right: 80px;
  background: url("../image/arrow-left-green.png") no-repeat;
  transform: rotate(180deg);
  transition: right 0.3s ease;
  bottom: -2px;
}
.video .slide-video .slick-prev:hover {
  right: 90px;
}
.video .video-feature {
  background: #efefef;
}
.video .video-feature .container {
  padding: 50px;
}
.video .video-feature .box-meta-title {
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .video .slide-video .slide .col-video {
    height: 120px;
  }
  .video .video-feature .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video .wraper .col-8,
  .video .wraper .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video .wraper .col-4-sidebar {
    padding-top: 30px;
  }
  .video .wraper .group-video .col-video iframe {
    height: 200px !important;
  }
  .video .video-feature .container {
    padding: 20px 5px;
  }
  .video .slide-video {
    padding-top: 20px;
  }
  .video .slide-video .slick-arrow {
    background-size: cover;
    width: 25px;
    height: 18px;
    bottom: 10px;
  }
  .video .slide-video .slick-next {
    right: 20px;
  }
  .video .slide-video .slick-next:hover {
    right: 10px;
  }
}
.page-template-report .block-banner {
  display: none;
}
.section-map {
  /* line 19, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 23, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 27, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 37, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 41, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 48, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 53, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 57, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 65, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 69, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 77, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 81, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 85, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 93, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 97, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 104, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 109, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 113, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 121, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 126, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 135, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 144, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 156, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 160, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 164, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 170, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 174, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  /* line 177, sass/portlets/items-slider/scss/modules/_items-slider.scss */
}
.section-map .olControlPanZoomBar {
  display: none;
}
.section-map .col-right {
  padding-right: 0px;
}
.section-map .list-device-info .row {
  margin-bottom: 4px;
}
.section-map .wraper {
  width: 360px;
  height: calc(100vh - 106px);
}
.section-map .wraper .wrapper-content {
  padding: 0px 20px;
}
.section-map .wraper .wrapper-content h3 {
  color: #000000EB;
  font-size: 18px;
}
.section-map .wraper .wrapper-content .name-areas,
.section-map .wraper .wrapper-content p {
  font-size: 14px;
  color: #000000EA;
  padding: 0px;
}
.section-map .wraper .wrapper-content P {
  color: #000000A3;
}
.section-map .wraper .group-person {
  font-size: 14px;
  color: #000000EA;
}
.section-map .container {
  max-width: 100%;
  padding: 0px;
}
.section-map .nav-tab {
  background-image: none;
  box-shadow: none;
}
.section-map .nav-tab li {
  display: inline-block;
  border: 1px solid #94bf00;
  position: relative;
  padding: 2px 10px;
}
.section-map .nav-tab li a {
  color: #333333;
  padding: 5px;
  font-size: 12px;
}
.section-map .nav-tab li::after {
  display: none;
}
.section-map .nav-tab .active {
  background-image: linear-gradient(to left, #94bf00, #94be1f);
}
.section-map .nav-tab .active::before {
  left: 0px;
  width: 5px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  position: absolute;
  content: "";
}
.section-map .nav-tab .active a {
  color: white;
}
.section-map #list {
  padding: 0px 20px;
  margin-top: 20px;
  list-style: none;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.section-map #list::-webkit-scrollbar {
  width: 10px;
}
.section-map #list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.section-map #list::-webkit-scrollbar-thumb {
  background: #888;
}
.section-map #list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.section-map #list > div {
  color: #333333;
  padding-bottom: 10px;
}
.section-map #list .camera-image {
  display: none;
}
.section-map .olMapViewport > div {
  color: black;
}
.section-map .olPopupCloseBox {
  background: url(../image/close.gif) no-repeat;
  cursor: pointer;
  right: 30px !important;
}
.section-map .olPopup {
  z-index: 100;
}
.section-map .olPopup .avatar {
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
}
.section-map .olPopup .group-camera .image {
  max-width: 20%;
}
.section-map .olPopup .group-camera p {
  max-width: 300px;
  padding-top: 0px;
}
.section-map .olPopup .title {
  padding-right: 10px;
}
.section-map .olPopup .wraper-image {
  padding: 10px;
  display: block;
  height: 250px;
  width: 300px;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 10px;
}
.section-map .olPopup .wraper-image .camera-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section-map #OpenLayers_Feature_27_popup_contentDiv {
  height: initial !important;
}
.section-map .group-camera {
  display: flex;
}
.section-map .group-camera .image {
  max-width: 75px;
  padding-right: 10px;
  flex: 0 0 20%;
}
.section-map .group-camera .image .prefect-ratio {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.section-map .group-camera .image .avatar {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  right: 0px;
  bottom: 0px;
}
.section-map .group-camera .title {
  font-family: 'Roboto-Bold';
  font-size: 12px;
}
.section-map .group-camera p {
  margin-bottom: 0px;
  font-size: 12px;
}
.section-map #OpenLayers_Map_9_OpenLayers_Container {
  z-index: 20 !important;
}
.section-map #OpenLayers_Control_PanZoomBar_ZoombarOpenLayers_Map_6 {
  background-image: url("../img/zoombar.png");
}
.section-map #OpenLayers_Control_MaximizeDiv_innerImage,
.section-map #OpenLayers_Control_Attribution_8 {
  display: none;
}
.section-map .row-item {
  position: relative;
  margin-left: -10px;
  margin-right: 0px;
}
.section-map .row-item .col-left {
  position: absolute;
  z-index: 21;
  left: 10px;
  opacity: 0.9;
  height: 100%;
  background: #edf4e1;
  overflow-y: auto;
  overflow-x: hidden;
}
.section-map .row-item .col-social {
  position: fixed;
  z-index: 21;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.section-map .row-item .col-social ul {
  list-style: none;
  background: white;
  display: inline-block;
  box-shadow: 4px 4px 16px #00000029;
  border-radius: 20px;
  padding: 6px 0px;
}
.section-map .row-item .col-social ul li {
  padding: 4px 6px;
  position: relative;
}
.section-map .row-item .col-social ul li a {
  text-decoration: none;
}
.section-map .row-item .col-social ul li .title {
  font-size: 18px;
  color: #000000EA;
  text-shadow: 8px 8px 16px #00000052;
  text-decoration: underline;
}
.section-map .row-item .col-social ul li img {
  padding: 6px;
}
.section-map .row-item .col-social ul li:hover img {
  background-color: #9CBD393D;
  padding: 6px;
  border-radius: 50%;
}
.section-map .row-item .col-social ul li .title {
  position: absolute;
  right: 60px;
  width: max-content;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}
.section-map .row-item .col-social ul li .title:hover {
  background: white;
  border-radius: 10px;
}
.section-map .wraper-map {
  position: relative;
  width: 100%;
  height: calc(100vh - 106px);
}
.section-map .wraper-map .olMap {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  left: 0px  ;
  top: 0px;
}
.section-map .olControlPanZoomBar {
  right: 50px;
  left: initial !important;
}
.section-map .group-btn .btn-green {
  display: inline-block;
}
.section-map .group-btn .btn-green {
  background: white;
  border: 1px solid #94be1f;
  font-size: 15px;
  text-align: center;
  border-radius: 6px;
  color: #94be1f;
}
.section-map .group-btn .active,
.section-map .group-btn .btn-green:hover {
  background: #94be1f;
  color: #FFFFFFEA;
}
.section-map .border-dashed {
  border-bottom: 1px dashed #dddddd;
}
.section-map .items-slider-container {
  margin: 0 auto;
}
.section-map .items-slider-container .slider-for {
  background-color: #fff;
  margin-bottom: 0;
}
.section-map .items-slider-container .slider-for img {
  object-fit: cover;
  max-width: 100%;
  margin: auto;
}
.section-map .items-slider-container .slider-for .item-informations-container {
  padding: 30px;
  position: absolute;
}
.section-map .items-slider-container .slider-for .item-informations-container.left-top {
  left: 0;
  top: 0;
}
.section-map .slider-for.slick-initialized .slick-slide {
  height: 200px;
}
.section-map .items-slider-container .slider-for .item-informations-container.left-top .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container.left-top .item-slide-info-1,
.section-map .items-slider-container .slider-for .item-informations-container.left-top .item-slide-info-2 {
  text-align: left;
}
.section-map .items-slider-container .slider-for .item-informations-container.center-top {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.right-top {
  top: 0;
  right: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.right-top .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container.right-top .item-slide-info-1,
.section-map .items-slider-container .slider-for .item-informations-container.right-top .item-slide-info-2 {
  text-align: right;
}
.section-map .items-slider-container .slider-for .item-informations-container.left-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.left-center .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container.left-center .item-slide-info-1,
.section-map .items-slider-container .slider-for .item-informations-container.left-center .item-slide-info-2 {
  text-align: left;
}
.section-map .items-slider-container .slider-for .item-informations-container.center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-map .items-slider-container .slider-for .item-informations-container.right-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.right-center .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container.right-center .item-slide-info-1,
.section-map .items-slider-container .slider-for .item-informations-container.right-center .item-slide-info-2 {
  text-align: right;
}
.section-map .items-slider-container .slider-for .item-informations-container.left-bottom {
  bottom: 0;
  left: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.left-bottom .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container.left-bottom .item-slide-info-1,
.section-map .items-slider-container .slider-for .item-informations-container.left-bottom .item-slide-info-2 {
  text-align: left;
}
.section-map .items-slider-container .slider-for .item-informations-container.center-bottom {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.right-bottom {
  bottom: 0;
  right: 0;
}
.section-map .items-slider-container .slider-for .item-informations-container.right-bottom .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container.right-bottom .item-slide-info-1,
.section-map .items-slider-container .slider-for .item-informations-container.right-bottom .item-slide-info-2 {
  text-align: right;
}
.section-map .items-slider-container .slider-for .item-informations-container .item-slide-title,
.section-map .items-slider-container .slider-for .item-informations-container .item-slide-info-1 {
  line-height: 1em;
}
.section-map .items-slider-container .slider-for .item-informations-container .item-slide-title {
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
}
.section-map .items-slider-container .slider-for .item-informations-container .item-slide-info-1 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #ccc;
  text-transform: uppercase;
}
.section-map .items-slider-container .slider-for .item-informations-container .item-slide-info-2 {
  font-size: 40px;
  font-size: 4rem;
  color: #2ebaaf;
  text-transform: uppercase;
}
.section-map .items-slider-container .slider-nav {
  background-color: #282828;
  margin-bottom: 30px;
}
.section-map .items-slider-container .slider-nav .slick-slide {
  position: relative;
  border: 2px solid white;
}
.section-map .items-slider-container .slider-nav .slick-slide .img {
  height: 51px;
}
.section-map .items-slider-container .slider-nav .slick-slide img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.section-map .items-slider-container .slider-nav .slick-slide:hover {
  cursor: pointer;
}
.section-map .items-slider-container .slider-nav .slick-slide.current-slide {
  background-color: #fff;
}
.section-map .items-slider-container .slider-nav .slick-slide.current-slide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.section-map .btn-error {
  position: absolute;
  right: 20px;
  top: 0px;
}
.btn-error {
  background: #FF453A;
  color: white;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.img-avata {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}
.popup-marker-image-camera {
  max-width: 100%;
}
#popup-marker-content .top-info {
  position: absolute;
  background: white;
  width: 80%;
  left: 10%;
  top: 10px;
  padding: 5px;
  border-radius: 4px;
  z-index: 10;
  padding-left: 10px;
  font-size: 13px;
  padding-right: 25px;
}
#popup-marker-content .top-info .top-info-content {
  white-space: nowrap;
  overflow: hidden;
}
#popup-marker-content .image-camera,
#popup-marker-content .image-event {
  padding-top: 75%;
  position: relative;
}
#popup-marker-content .image-camera img,
#popup-marker-content .image-event img {
  object-fit: cover;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}
#popup-marker-content .popup-marker-image-camera {
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
#popup-marker-content .btn-hide-popup-maker {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.olPopup div div:nth-of-type(7) {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .section-map .row-item .col-left {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .section-map .row-item .col-right,
  .section-map .row-item .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-map .row-item .col-left {
    position: relative;
  }
  .section-map .wraper {
    padding: 10px;
  }
  .section-map #list > div {
    padding-bottom: 10px;
  }
  .section-map #OpenLayers_Control_PanZoomBar_ZoombarOpenLayers_Map_9,
  .section-map #OpenLayers_Control_PanZoomBar_6_OpenLayers_Map_9 {
    display: none;
  }
  .section-map #OpenLayers_Control_PanZoomBar_6_zoomout {
    top: 80px !important;
  }
}
@media screen and (min-width: 600px) {
  /* line 197, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  .items-slider-container .slider-for .item-informations-container .item-slide-title {
    font-size: 71px;
    font-size: 7.1rem;
  }
  /* line 203, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  .items-slider-container .slider-for .item-informations-container .item-slide-info-1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 209, sass/portlets/items-slider/scss/modules/_items-slider.scss */
  .items-slider-container .slider-for .item-informations-container .item-slide-info-2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.single-report .row {
  margin-left: -30px;
  margin-right: -3px;
}
.single-report .col-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.single-report .single-title {
  color: #333333;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  padding-bottom: 20px;
}
.single-report .side-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.single-report .side-bar .side-bar-title {
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto-Bold';
  opacity: 0.7;
}
.single-report .side-bar .side-bar-date {
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto-Regular';
  opacity: 0.5;
}
.single-report .wraper-item {
  border-top: 2px solid #94be1f;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-report .row-avatar {
  display: flex;
  justify-content: space-between;
}
.single-report .row-avatar .col-left {
  width: 60px;
}
.single-report .row-avatar .col-right {
  width: calc(100% - 80px);
}
.single-report .row-avatar .col-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.single-report .row-avatar .col-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-report .row-avatar .col-content {
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.5);
  color: #333333;
  opacity: 0.7;
  background: #efefef;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.single-report .row-avatar .col-content::before {
  top: 10px;
  left: 0px;
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  background: #efefef;
  border-radius: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  -moz-transform: translate3d(-50%, 50%, 0) rotate(-135deg);
  -ms-transform: translate3d(-50%, 50%, 0) rotate(-135deg);
  -webkit-transform: translate3d(-50%, 50%, 0) rotate(-135deg);
  transform: translate3d(-50%, 50%, 0) rotate(-135deg);
}
.single-report .image img {
  max-width: 100%;
}
.single-report .location {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #94be1f;
  border-bottom: 2px solid #94be1f;
  margin-top: 30px;
}
.single-list-report {
  background: #efefef;
}
.single-list-report h3 {
  font-size: 16px;
  color: #000000EB;
}
.single-list-report .content {
  background: white;
  box-shadow: 4px 4px 16px #00000029;
  border-radius: 12px;
  font-size: 14px;
  color: #000000A3;
}
.single-list-report .number {
  color: #000000A3;
  font-size: 14px;
}
.single-list-report .row-box .col {
  width: 25%;
  flex-grow: initial;
  flex-basis: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.single-list-report .single-title {
  font-size: 50px;
  font-weight: bold;
}
.single-list-report .form-search .btn-search {
  position: absolute;
  left: 10px;
  top: 5px;
}
.single-list-report .form-search .form-control {
  padding-left: 30px;
}
.single-list-report .form-control {
  border: 1px solid #CED4DA;
  border-radius: 28px;
}
.section-form-login .container {
  padding-top: 50px;
  padding-bottom: 100px;
}
.section-form-login .wrapper {
  max-width: 400px;
  margin: auto;
}
.section-form-login h3 {
  text-align: center;
  color: white;
  padding: 20px 0px;
  background: #596A3F;
}
.section-form-login h3:hover {
  color: white;
}
.section-form-login .form {
  text-align: left;
  padding: 30px 50px 50px 50px;
  box-shadow: 0 5px 32px 0 rgba(57, 57, 57, 0.16);
}
.section-form-login .form label {
  opacity: 0.7;
}
.section-form-login .form ::-webkit-input-placeholder {
  /* Edge */
  color: #dddddd;
}
.section-form-login .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
}
.section-form-login .form ::placeholder {
  color: #dddddd;
}
.section-form-login .error-message {
  color: red;
}
.section-form-login .btn-signup {
  width: 100%;
}
.section-form-login .btn-login,
.section-form-login .btn-signup,
.section-form-login .submit {
  text-transform: uppercase;
  background: #94be1f;
  color: white;
  padding: 10px;
  transition: background 0.2s ease-in, color 0.25s ease-in;
  display: block;
  text-align: center;
  border: 1px solid #94be1f;
  border-radius: 5px;
  margin-top: 20px;
}
.section-form-login .btn-login:hover,
.section-form-login .btn-signup:hover,
.section-form-login .submit:hover {
  background: white;
  color: #94be1f;
}
.section-form-login .list-button-login {
  padding-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.section-form-login .list-button-login a {
  color: #666666;
}
.section-form-login .list-button-login .blue {
  color: #1a77f8;
}
.section-form-login .parsley-errors-list {
  padding-left: 30px;
}
.section-form-login .parsley-errors-list li {
  color: red;
  padding-top: 10px;
  font-size: 12px;
}
.section-form-login .form-forgot-password .submit {
  display: inline;
  line-height: initial;
}
@media screen and (max-width: 767px) {
  .section-form-login .container {
    padding-bottom: 30px;
  }
  .section-form-login .form {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.page-search .container {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-search .group-image-ratio {
  box-shadow: 0 5px 20px 0 rgba(57, 57, 57, 0.16);
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-search .group-image-ratio .content {
  padding: 20px;
  min-height: 150px;
  background: white;
}
.page-search .group-image-ratio .content .date {
  font-size: 10px;
  font-family: 'Roboto-Italic';
  color: #cdcaca;
  margin-bottom: 10px;
}
.page-search .group-image-ratio .content .line {
  height: 3px;
  background: #94be1f;
  width: 50px;
  margin-bottom: 10px;
}
.page-search .group-image-ratio .wraper-image {
  position: relative;
  padding-top: 70%;
  width: 100%;
}
.page-search .group-image-ratio .wraper-image .image-ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-search h2 {
  font-size: 20px;
}
.page-search h2 strong {
  color: #94be1f;
}
.page-search h2:hover {
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .page-search .col-4-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-search .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .page-search h2 {
    margin-bottom: 10px;
  }
  .page-search .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-search .col-4-box {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-search .group-image-ratio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.main a {
  text-decoration: none;
}
h2,
h3 {
  font-family: 'Roboto-Bold';
  color: #333333;
  position: relative;
  transition: color 0.3s ease;
}
h2:hover,
h3:hover {
  color: #94be1f;
}
h2 {
  margin-bottom: 10px;
  font-size: 22px;
  padding-bottom: 5px;
}
h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.col-padding {
  padding: 0px;
}
.show-only-3-line,
.show-only-6-line,
.show-only-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.show-only-2-line {
  -webkit-line-clamp: 2;
}
.show-only-3-line {
  -webkit-line-clamp: 3;
}
.show-only-6-line {
  -webkit-line-clamp: 4;
}
.box-meta-title {
  color: #333333;
  border: 1px solid #94be1f;
  background: white;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  font-size: 30px;
  font-family: 'Roboto-Regular';
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.box-meta-title::before {
  position: absolute;
  content: "";
  width: 10px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #94be1f;
}
.box-meta-sidebar {
  background-image: linear-gradient(to left, #94bf00, #94be1f);
  color: white;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-right: 20px solid #333333;
}
.wrap-title {
  text-align: center;
}
.wrap-title h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: #333333;
}
.wrap-title span {
  position: relative;
  max-width: 160px;
  margin: auto;
}
.wrap-title span::before,
.wrap-title span::after {
  position: absolute;
  content: "";
  width: 84px;
  max-width: 84px;
  background: #333333;
  height: 1px;
  top: 50%;
}
.wrap-title span::before {
  left: 100%;
  margin-left: 10px;
}
.wrap-title span::after {
  right: 100%;
  margin-right: 10px;
}
.wrap-title span .icon-libary::before {
  content: '\f02d';
  font-family: 'FontAwesome';
  font-style: normal;
  color: #94bf00;
}
.title-boxshadow {
  font-size: 20px;
  font-family: 'Roboto-Bold';
  color: #94bf00;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}
.description {
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #333333;
  opacity: 0.7;
  margin-top: 10px;
}
.col-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/image-1.jpg");
}
.container {
  max-width: 1280px;
  margin: auto;
  padding: 20px 30px;
}
.btn-submit {
  background: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
}
.btn-submit a {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
}
.btn-submit a:hover {
  color: #e3e334;
}
.group {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 10px;
}
.group .col-image {
  padding-bottom: 30%;
}
.group .col-4 {
  padding: 0px;
}
.group-item {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 10px;
}
.group-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.wraper-box-shadow {
  box-shadow: 0 5px 32px 0 rgba(57, 57, 57, 0.16);
  padding: 20px;
}
.wraper-box-shadow .col-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.read-more {
  background: white;
  border: 1px solid #94be1f;
  padding: 10px 0px;
  font-size: 15px;
  text-align: center;
  border-radius: 6px;
  margin-top: 40px;
  cursor: pointer;
}
.read-more:hover {
  background: #94be1f;
}
.read-more:hover button {
  color: white;
}
.read-more button {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #94be1f;
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.nav-tab {
  background-image: linear-gradient(to left, #94bf00, #94be1f);
  box-shadow: 0px 2px 4px 0px rgba(170, 170, 170, 0.6);
}
.nav-tab li {
  display: inline-block;
  position: relative;
  padding: 6px 20px;
}
.nav-tab li:after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 0px;
  margin-top: -10px;
  background: white;
}
.nav-tab li:last-child:after {
  display: none;
}
.nav-tab li a {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
}
.nav-tab .active {
  background: #596a3f;
}
.nav-tab .active a {
  font-family: 'Roboto-Bold';
}
.nav-tab .active:after {
  background: #596a3f;
}
.box-meta {
  background-image: linear-gradient(to left, #94bf00, #94be1f);
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  header .container ul li a,
  .sticky .container ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-title h2 {
    font-size: 30px;
  }
  h2 {
    margin-bottom: 0px;
  }
  h3 {
    margin-bottom: 0px;
  }
  .title-boxshadow {
    font-size: 18px;
    padding-top: 15px;
  }
  .wraper-box-shadow {
    padding: 20px 10px;
  }
  .wraper-box-shadow .col-text {
    padding-right: 0px;
  }
  .read-more {
    margin-top: 20px;
  }
  .box-meta-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-box-shadow .col-text {
    padding-top: 10px;
  }
  .nav-tab li a {
    padding: 5px 8px;
  }
  h2 {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .title-boxshadow {
    padding-bottom: 10px;
  }
  .container {
    padding: 15px;
  }
  .nav-tab li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-tab li a {
    font-size: 12px;
  }
  .box-meta {
    font-size: 16px;
  }
  .wrap-title h2 {
    font-size: 20px;
  }
  .btn-submit {
    padding: 10px 20px;
  }
}
