/********** Template CSS **********/
:root {
  --primary: #0cb01c;
  --primary-dark: #024c26;
  --secondary: #f65005;
  --light: #f7f8fc;
  --dark: #4a4a4a;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* html,
body {
  width: 100% !important;
} */
body {
  background-color: #f7f8fc;
  /* padding-top: 95px; */
  /* padding-top: 110px; */
}
.container-fluid,
.container,
.navbar {
  font-family: "Sarabun", sans-serif;
  font-style: normal;
}
body {
  font-family: "Sarabun", sans-serif;
  font-style: normal;
}

.container-fluid,
.container,
.navbar {
  min-width: 1300px;
}

@media (max-width: 1299px) {

  .container-fluid,
  .container,
  .navbar {
    min-width: 100% !important;
  }

  /* ปิด Bootstrap responsive โดยสมบูรณ์ */
  * {
    min-width: auto !important;
  }

  .container,
  .container-fluid {
    width: 1300px !important;
    min-width: 1300px !important;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Sarabun", sans-serif;
  color: #000;
  /* color: var(--primary-dark); */
}
p,
a {
  font-size: 18px;
}
.rounded-2 {
  border-radius: 8px !important;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.facebook-icon {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 100px;
  z-index: 99;
}
.btn-facebook {
  background: #0a7cff;
  border: 1px solid #0a7cff;
  color: #fff;
}
.btn-check:focus + .btn-facebook,
.btn-facebook:focus {
  color: #fff;
  background-color: #338df5;
  border-color: #338df5;
  box-shadow: 0 0 0 0.25rem rgba(18, 71, 156, 0.5);
}
.popupArea {
  position: absolute;
  left: 30px;
  z-index: 99;
  width: 200px;
  height: auto;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.card {
  border-radius: 10px;
}
.bg-light {
  background: #f4f4f4;
}
.card-info {
  border-radius: 18px;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
  border-radius: 8px;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.brand-logo::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  background-size: 70%;
  animation: logo_ani 20s linear infinite;
  pointer-events: none;
  z-index: 1;
  width: 70px;
  height: 70px;
  left: 30px;
  top: 20px;
  /* width: 100px;
  height: 100px; */
}
@keyframes logo_ani {
  0% {
    background-position: -500%;
    transform: rotate(-45deg);
  }
  100% {
    background-position: 500%;
    transform: rotate(-45deg);
  }
}
.navbar {
  font-weight: lighter;
  color: #006d46 !important;
}
.fixed-top {
  transition: 0.5s;
  z-index: 95000;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.main-nav a {
  padding: 25px 15px;
  color: #000;
  font-weight: 500;
  outline: none;
  font-size: 18px;
}
/* .navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  color: #000;
  font-weight: 500;
  outline: none;
  font-size: 18px;
} */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  /* color: #0cb01c; */
  color: #000;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: none;
  align-items: top;
  justify-content: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-nav {
  flex-direction: unset;
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
}

/*** Header ***/
.carousel {
  overflow: hidden;
}
/* .carousel-inner {
  height: 500px;
} */
.carousel-caption {
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.carousel-caption .card p {
  color: #fff;
}

.carousel-caption .card h1 {
  font-weight: 400;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  /* background-color: var(--primary); */
  /* border: 10px solid var(--primary); */
  border-radius: 3rem;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-inner-card {
  min-height: auto;
  height: auto;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/carousel-1.jpg) top right no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Section Header ***/
.section-header {
  position: relative;
  padding-top: 25px;
}

.section-header.text-start::before,
.section-header.text-start::after {
  left: 0;
  transform: translateX(0);
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: -moz-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: -ms-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: -o-repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-image: repeating-radial-gradient(
    #ffffff,
    #eeeeee 5px,
    transparent 5px,
    transparent 10px
  );
  background-size: 20px 20px;
  transform: skew(20deg);
  z-index: 1;
}

/*** Product ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.activity-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  /* height: 445px; */
}

.activity-item img {
  transition: 0.5s;
  height: 220px;
  object-fit: cover;
}

.activity-item:hover img {
  transform: scale(1.1);
}

/* .activity-item small a:hover {
  color: var(--primary) !important;
} */

/*** Testimonial ***/

.link-card .testimonial-item {
  border-radius: 18px;
}
.link-card .testimonial-item a:hover {
  background-color: var(--primary) !important;
}
.testimonial-carousel .owl-item .testimonial-item img {
  width: 100px;
  height: auto;
}
.owl-item {
  text-align: center;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
  color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Footer ***/
.footer {
  color: #999999;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
}

.footer .copyright a {
  color: var(--light);
}

/* .footer .copyright a:hover {
  color: var(--primary);
} */
.sub-menu .info-icons-card .card {
  /* height: 70px; */
  height: 115px;
  border-radius: 4px;
}
.sub-menu {
  font-size: 18px;
}
.activeSubMenu .card {
  background: var(--primary);
  color: #fff;
}

div.footer.no-sticky {
  position: relative !important;
}

/*** input ***/
.form-control {
  border-radius: 8px;
  height: 40px;
  line-height: 1.64;
}

.user-icons .card {
  min-height: 200px;
  /* min-height: 250px; */
  /* padding-top: 28px; */
}
.info-icons .card {
  border-radius: 18px;
  height: 168px;
  background: #f4f4f4;
}
/* .info-icons-card:hover .card {
  background: var(--primary);
} */
/* .info-icons-card:hover .card p {
  color: #fff;
} */
.info-icons-card .card {
  height: 225px;
}
.info-icons-card img {
  width: 100px;
}
.link-info-icons img {
  width: 80px;
}
.list-document a {
  color: #4a4a4a;
}
.h-400 {
  height: 400px;
  overflow-y: auto;
}
.h-600 {
  height: 600px;
  overflow-y: auto;
}
.badge {
  border-radius: 4px;
  font-size: 18px;
}
.underline {
  text-decoration: underline;
}
.bg-image-add {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/carousel-1.jpg) top right no-repeat;
  background-size: cover;
}
.text-purple {
  color: #bc53ed;
}
.text-purple2 {
  color: #6c0e98;
}
.bg-purple {
  background: #bc53ed;
}

.text-blue {
  color: #539fed;
}
.text-blue2 {
  color: #0f64bb;
}
.bg-blue {
  background: #539fed;
}

.text-brown {
  color: #967555;
}
.bg-brown {
  background: #967555;
}
.text-yellow {
  color: #ffcc00;
}
.text-dark-yellow {
  color: #ab8511;
}
.bg-dark-yellow {
  background: #ab8511;
}
.text-olive-green {
  color: #509d3e;
}
.text-olive-green2 {
  color: #1a6508;
}
.bg-olive-green {
  background-color: #509d3e;
}

.card-footer:last-child {
  border-radius: 0 0 10px 10px;
}
.bg-light-yellow {
  background: #f6efca;
  color: #9b7b0d;
}
.bg-light-pink {
  background: #fbe6fa;
  color: #a2369d;
}
.bg-light-purple {
  background: #ece6fb;
  color: #4a17c9;
}
.bg-light-blue {
  background: #d1f1fd;
  color: #1438bd;
}
.one-stop-service {
  padding-left: 1%;
  padding-right: 1%;
}
.one-stop-service img {
  width: 100px;
}
.one-stop-service .card {
  min-height: 195px;
  width: 200px;
  border: 0;
}
.one-stop-service .carousel-control-prev {
  left: -10px;
}
.one-stop-service .carousel-control-next {
  right: -10px;
}
.form-control:disabled,
.form-control:read-only {
  background-color: #fff;
  opacity: 1;
}

/*** Color Theme ***/

.greenCard {
  background: #024c26;
}
.text-green-light2 {
  color: #8cc63f;
}
.text-green-light {
  color: #0cb01c;
}
.text-green {
  color: #05592d;
}
.text-primary-dark {
  color: var(--primary-dark);
}
.bg-green-light {
  background: #0cb01c;
}
.bg-green-dark {
  background: #024c26;
}
.btn-primary {
  background: #0cb01c;
  border-color: #0cb01c;
}
.border-primary {
  border-bottom: 4px solid var(--primary-dark);
}

/*** View File ***/
.qr-img {
  height: 111px;
}
.pdf-img {
  width: 40px;
  margin: 0 5px;
  /* padding-bottom: 12px; */
}

/*** Webboard ***/
.show {
  width: 100%;
  opacity: 1;
}
.notshow {
  display: none;
  width: 0%;
  opacity: 0;
}
.page-link {
  color: #666;
}
.page-link:focus {
  color: #666 !important;
  box-shadow: none !important;
}
.forum a {
  color: #1438bd;
}
.forum a:hover {
  color: #0a7cff;
  text-decoration: underline;
}
table.forum-tbl {
  border-spacing: 0;
  border-collapse: separate;
}
.forum-tbl thead {
  /* background-color: rgba(2, 76, 38, 0.1); */
  background-color: rgba(211, 211, 211, 0.5);
}
.forum-tbl tbody {
  background-color: white;
}
th.tbl-no-header {
  border-top-left-radius: 10px;
}
.tbl-no-header {
  border: 1px solid #eaeeef;
  border-top-left-radius: 10px;
  border-right: none;
}
.tbl-date-header {
  border: 1px solid #eaeeef;
  border-top-right-radius: 10px;
  border-left: none;
}
.tbl-title-header {
  border: 1px solid #eaeeef;
  border-left: none;
  border-right: none;
}
.tbl-no-body,
.tbl-title-body,
.tbl-date-body {
  padding: 10px 0 10px 0;
}
.forum .subtitle {
  font-size: 14px;
  line-height: 0.9rem;
}

/*** Topic ***/
.topic-card {
  border-radius: 5px;
}
.topic-footer {
  font-size: 14px;
  /* border-top: 1px solid rgba(0, 109, 70, 0.5); */
}
.topic-body {
  font-size: 16px;
}
.new-topic input[type="text"] {
  border-radius: 8px;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  margin: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ck-editor__editable {
  min-height: 200px;
}
.new-topic input[type="file"] {
  overflow: hidden;
  border-radius: 8px;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.new-topic input:disabled,
.new-topic input:read-only {
  background-color: #fff;
  opacity: 1;
}

/*** Forms ***/
.form-mobile {
  padding-left: 50px;
  padding-right: 50px;
}
.display-form input[type="text"] {
  border-radius: 8px;
  height: 40px;
  line-height: 1.64;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.display-form .input-group input[type="text"] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.display-form input[type="tel"] {
  border-radius: 8px;
  height: 40px;
  line-height: 1.64;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.display-form .input-group input[type="tel"] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.display-form textarea {
  min-height: calc(1.5em + 0.75rem + 2px);
  border-radius: 8px !important;
  line-height: 1.64;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: vertical;
}
.display-form input[type="file"]:disabled,
.display-form input[type="file"]:read-only {
  background-color: #fff;
  opacity: 1;
}
.display-form input[type="file"] {
  overflow: hidden;
  border-radius: 8px;
  height: 40px;
  /* line-height: 1.64; */
  display: block;
  width: 100%;
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-red {
  color: red;
}

/*** Gallery ***/
.gallery-item img,
.gallery img {
  max-width: 100%;
}
div.photoSwipe_innerthumbs {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000000;
}
div.photoSwipe_innerthumbs img {
  max-width: 100px;
  cursor: pointer;
  height: 100px;
  object-fit: cover;
}
.svifaded {
  opacity: 0.5;
}
.gallery figure {
  margin: 0 0 4px 0;
}
.pswp__img {
  top: -80px !important;
}

/*** View Upload ***/
.topic-list a {
  color: black;
}
/* .topic-list a:hover {
  color: #3cbb15;
} */

/*** Data Report ***/
.accordion-body img {
  max-height: 600px;
}
table.data-report-tbl td {
  padding: 5px;
}
.accordion-header button {
  color: green !important;
  font-weight: bold;
}
.accordion-header span {
  color: red !important;
  font-weight: bold;
}
.accordion-body .label-bold {
  opacity: 1 !important;
  font-weight: bold;
}
.accordion-body .label {
  font-weight: 900;
}
.qrcode img {
  max-width: 200px;
}
.marquee-bg {
  background-color: white;
}
.marquee-bg p,
.marquee-bg p span,
table span,
form p span,
.footer p,
.footer p span,
.admin-viewdata p,
.admin-viewdata span,
.admin-viewdata p span,
.file-text p,
.file-text p span {
  opacity: 1 !important;
}
.date-text {
  color: gray;
}
.text-black {
  color: #000;
}
.headline-news {
  border-radius: 7px;
  background-color: gray;
}
.sub-news {
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
}
.card-body.statistic {
  padding: 5px;
}

/* data table */
#MyDataTable_paginate.dataTables_paginate.paging_simple_numbers {
  background: white;
  border: 1px solid #dee2e6;
  border-right: 0;
  padding-top: 0;
  margin-top: 10px;
}
#MyDataTable_paginate.dataTables_paginate.paging_simple_numbers
  a.paginate_button.current {
  background: white;
  border: none;
  border-right: 1px solid #dee2e6;
}
#MyDataTable_paginate.dataTables_paginate.paging_simple_numbers
  a:not(:last-child) {
  border-right: 1px solid #dee2e6;
}
#MyDataTable_paginate.dataTables_paginate.paging_simple_numbers a:hover {
  font-weight: normal;
  /* color: #3cbb15 !important; */
}
#MyDataTable_filter input {
  background: white;
  border: 1px solid #ced4da;
  border-radius: 8px;
  margin-bottom: 10px;
}
#MyDataTable_filter {
  padding-right: 0 !important;
}
table#MyDataTable {
  margin-top: 0 !important;
}
#MyDataTable_length {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0 !important;
  font-weight: normal;
  padding: 6px 12px !important;
  border: 1px solid transparent !important;
  border-right: 1px solid #ced4da !important;
  margin-left: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  /* border: none !important; */
  border: 1px solid transparent !important;
  border-right: 1px solid #ced4da !important;
  /* border-right: 1px solid #ced4da !important; */
  background: white !important;
}
.text-hr-right::after {
  flex: 1;
  content: "";
  height: 10px;
  background-image: url("../img/type_10.png");
  opacity: 0.3;
}

.text-hr-right1::after {
  flex: 1;
  content: "";
  height: 10px;
  /* border: 5px solid #3cbb15; */
  border-right: none;
  border-left: none;
  border-bottom: none;
  opacity: 0.5;
}
.breadcrumb,
.breadcrumb a {
  font-size: 18px !important;
  color: #999;
  /* opacity: 0.5; */
}
.breadcrumb a {
  color: black;
  opacity: 1;
}
.breadcrumb a:hover {
  font-weight: normal;
}
.pswp {
  z-index: 95002 !important;
}
.feature-card {
  height: 120px;
}
.fix-top-menu {
  top: 0 !important;
}
.news-block {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-block .h5 {
  line-height: 1.8rem !important;
}
.news-block a {
  min-height: 58px;
}
form#form_data p {
  margin-left: 0 !important;
}
.people-block .card-body .row .col {
  padding-left: 0;
  padding-right: 0;
}
span.highlight-heading {
  font-weight: bold;
  /* color: #000; */
  /* color: #006d46; */
}
.hilight-btn {
  background-color: white;
  border-radius: 20px;
}
.thumb-img {
  width: 120px;
  height: 120px;
  /* border: 5px solid green; */
  border-radius: 50%;
  padding: 5px;
  margin-top: 20px;
}
.hilight-marquee {
  /* border: 1px solid green; */
  border-radius: 20px;
  padding: 5px;
}
.feature-title-block {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feature-thumb-box img {
  height: 200px;
}
.socials-btn-footer {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
}
.socials-btn-footer a {
  margin: 10px 0;
}
.social-icon img {
  width: 70px;
}
.people-block img.people-img {
  max-height: 349px;
}
.thumb-img img {
  transform-origin: left right;
  animation: hammer 2s linear infinite;
}
html.glightbox-open {
  overflow: initial !important;
}

.bubble {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  border-radius: 40px;
  padding: 24px;
  text-align: left;
  color: #000;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid transparent;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -25px;
  rotate: -10deg;
}

#slider1,
#slider2,
#slider3 {
  position: relative;
  overflow: hidden;
}

#slider1,
#slider1 img,
#slider1 ul,
#slider2,
#slider2 img,
#slider2 ul,
#slider3,
#slider3 img,
#slider3 ul {
  width: 420px;
  height: 235px;
}

#slider1 li,
#slider1 ul,
#slider2 li,
#slider2 ul,
#slider3 li,
#slider3 ul {
  padding: 0;
  margin: 0;
}

#slider1 ul,
#slider2 ul,
#slider3 ul {
  position: absolute;
}

#slider1 .slide,
#slider2 .slide,
#slider3 .slide {
  float: left;
  position: relative;
  display: none;
}

/*For sane browsers..*/
#slider1 .slide:first-child,
#slider2 .slide:first-child,
#slider3 .slide:first-child {
  display: block;
}

#slider1 .slide span,
#slider2 .slide span,
#slider3 .slide span {
  position: absolute;
  left: 0;
  padding: 0px 5px 5px 5px;
  /* padding: 10px 13px 25px 10px; */
  opacity: 0.7; /*this is only used for non-IE on the first slide, before js is loaded, use spanOpacity option to change opacity*/
  background-color: #000;
  color: #fff;
  bottom: 0; /*remove this and it will be on top*/
  width: 100%;
}
.people-list .card {
  background: none !important;
}
/* .hilight-box-bg {
  background-color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
} */
img.video-thumbs-header {
  height: 70px;
}
.vote-result-btn {
  border-radius: 10px;
  cursor: pointer;
}
.page-link:hover {
  color: #333 !important;
  background-color: white !important;
  font-weight: 400 !important;
}

/* animation */
@keyframes hammer {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
}
@keyframes fade {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink2 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes phonemove {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes txthigh {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

#top-marquee p,
.mediaArea p {
  margin-bottom: 0 !important;
}

#popup p iframe {
  border: 5px solid white !important;
}
#popup .panel-close {
  margin-bottom: 5px;
}
