img {
  max-width: 100%;
}

.box-pictrue > a {
  display: flex;
  height: 300px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.box-pictrue > a img {
  width: 100%;
}

h1 {
  font-size: 1.8rem;
}

.form-control {
  appearance: auto;
}

#header {
  border-bottom: 1px solid #e7e7e7;
}
#header form .form-control {
  height: 36px;
}
#header .selection-lang .dropdown-menu-end {
  left: initial;
  right: 0;
  cursor: pointer;
}

.search-top button {
  position: absolute;
  right: 8px;
  border-color: transparent;
}

#footer .footer-top {
  background: #f7f7f7;
  box-shadow: inset 0px 11px 8px -10px rgba(109, 106, 106, 0.1176470588);
}

.categorysidebar .list-group-item > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  border: 1px solid #e7e7e7;
}

.categorysidebar .list-group-item:hover > ul {
  display: block;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 500px;
  background-position: center;
  background-color: lightgray;
  background-size: cover;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.services .icon-box .icon i {
  font-size: 82px;
}

.team .member .pic {
  border-radius: inherit;
  width: 300px;
}

.faq .faq-list .icon-help {
  top: 14px;
}

.search-full .btn-search {
  width: 200px;
}

.group-datepicker i {
  position: absolute;
  top: 8px;
  right: 8px;
}

.keyword-lb {
  min-width: 80px;
}

form.user select.form-control-user {
  padding: initial;
  padding-left: 1rem;
  min-height: 50px;
}

.bg-register-image {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.comment-list {
  width: 100%;
  float: left;
}
.comment-list .comment-item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.comment-list .comment-item .comment-avatar {
  float: left;
  width: 40px;
  margin-right: 10px;
}
.comment-list .comment-item .comment-avatar .avatar {
  width: 40px;
  height: 40px;
  background: #ebe9eb;
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.comment-list .comment-item .comment-info {
  width: calc(100% - 50px);
  float: left;
}
.comment-list .comment-item .comment-info .comment-title {
  width: 100%;
  float: left;
  line-height: 25px;
  margin-bottom: 5px;
}
.comment-list .comment-item .comment-info .comment-title .admin {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  background: #00804d;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  border-radius: 3px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.comment-list .comment-item .comment-info .comment-content {
  line-height: 20px;
  float: left;
  white-space: pre-wrap;
  width: 100%;
  text-align: justify;
  margin-bottom: 10px;
}
.comment-list .comment-item .comment-info .comment-footer .time {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #000;
  line-height: 20px;
}
.comment-list .comment-item .comment-child-list {
  width: 100%;
  float: left;
}
.comment-list .comment-item .comment-child-list .comment-child-item {
  width: 100%;
  float: left;
  margin-top: 10px;
  background: #f8f8f8;
  border: 1px solid #e4e1e3;
  padding: 10px;
  position: relative;
}
.comment-list .comment-item .comment-child-list .comment-child-item:before {
  bottom: 100%;
  left: 20px;
  top: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #e4e1e3;
  border-width: 10px;
  margin-left: -9px;
}
.comment-list .comment-item .comment-child-list .comment-child-item:after {
  bottom: 100%;
  left: 21px;
  top: -18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #f8f8f8;
  border-width: 9px;
  margin-left: -9px;
}

@media screen and (max-width: 575px) {
  #header {
    background: #00804d;
  }
  #header .logo a {
    color: #fff;
  }
  .search-full .btn-search {
    width: 100%;
  }
  .owl-carousel .owl-slide {
    height: 350px;
  }
  form.search-full .d-flex.w-50 {
    width: 100% !important;
  }
  .owl-carousel .owl-nav {
    top: 5%;
  }
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
  .detailpost img {
    height: auto !important;
  }
}
body.cke_editable {
  padding: 10px;
}

.alert > p:nth-child(1) {
  margin-bottom: 0;
}

.ckeditor-html5-video > .video-js {
  width: 100%;
}

.contact-firstcol {
  background-color: #1b3896;
  color: white;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.contact-firstcol h4 {
  line-height: 40px;
  font-weight: 400;
  margin-top: 20px;
}
.contact-firstcol img {
  max-width: 100px;
}

.formcontact label {
  font-weight: 700;
}
.formcontact .btn-primary {
  background-color: #1b3896 !important;
  border-color: #1b3896;
}