@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* , h1, h2, h3, h4, h5, p, a, span{
  font-family: "Prompt", serif !important;
}
body {
  font-family: "Prompt", serif !important;
  background-color: #ffffff !important;
}
.fa {
  font-family: "Font Awesome 6 Free" !important; 
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free" !important;
}

h4 {
  background-color: #242425;
}

.navbar-default .nav-pills > li > a{
    margin-top: 0 !important;
    border-right: 0 !important;
    color: #fff !important;
    font-weight: 400  !important;
    font-size: 18px !important;
}

.btn-download{
  background-color: #74bf3a !important;
  background: black;
}

a {
  text-decoration: none;
  color: #437F15;
  font-size: 1.1em;
}

.list-news span, h1 span {
  color: #437F15 !important;
}

.list-news a:hover {
  color: #396b12;
}

.thumbnail-overlay {
  background: black;
  background-color: rgba(0, 0, 0, 0.233) !important;
  color: #333333;
}

.btn.btn-xs.btn-info{
  background-color: #74bf3a !important;
  border-color: #74bf3a !important;
  background: black;
}

hr:after {
  border-top: 2px solid transparent;
}

.form-control{
  background: #ffffff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background-color: #74bf3a !important;
}

.nav-pills > li:nth-child(n+7) {
  display: none;
}

.dropdown-menu.dropdown-menu-block {
  top: 60px;
}

.d-flex{
  display: flex;
}

.flex-column{
  flex-direction: column;
}

.align-items-center{
  align-items: center;
}

#icon-help {
  align-items: center;
  justify-content: space-evenly;
}

#size-text, #size-text-mobile {
    display: flex;
    align-items: center;
}
#size-text .smaller,
#size-text-mobile .smaller{
  color: #4A4545;
  font-size: 15px;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  border-right: 1px solid #e1e1e1;
}

#size-text .font-default,
#size-text-mobile .font-default{
  color: #4A4545;
  font-size: 18px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #e1e1e1;
}

#size-text .larger,
#size-text-mobile .larger{
  color: #4A4545;
  font-size: 25px;
  line-height: 50px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #e1e1e1;
}

#color-text {
  display: flex;
  align-items: center;
}

#color-text .style-c2,
#color-text-mobile .style-c2{
  margin: 0 5px;
  color: #1e1e25;
  background: #fff;
  border: 2px solid #1e1e25;
  padding: 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 17px;
}

#color-text .style-c1,
#color-text-mobile .style-c1{
  margin: 0 5px;
  color: #ffffff;
  background: #1e1e25;
  border: 2px solid #1e1e25;
  padding: 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 17px;
}

#color-text .style-c3,
#color-text-mobile .style-c3{
  margin: 0 5px;
  color: #FFEB3B;
  background: #1e1e25;
  border: 2px solid #1e1e25;
  padding: 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 17px;
}

#search-btn a{
  display: flex;
  align-items: center;
  margin-top: 7px;
  margin-left: 15px;
  color: #1E1E1E;
}

#search-btn i {
  font-size: 18px;
}

.px-0{
  padding: 0 !important;
}

.img-logo {
  width: 540px;    
  margin-left: 0 !important;
}

#language_option{
    background: #fff !important;
    border: 0 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
    font-size: 16px;
    margin-top: 5px;
}

#language_option_mobile{
  background: #fff !important;
  border: 0 !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
  font-size: 16px;
  margin-top: 5px;
  width: 105px;
}

.nav.nav-pills {
  background: #4a4a4a;
  display: flex;
  justify-content: space-between;
  height: 60px;
}

/* ul.dropdown-menu{
  top: 60px !important;
} */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nav.nav-pills li {
  margin: auto 0;
}

.nav.nav-pills  li a,
.nav.nav-pills .dropdown a {
  color: #fff;
  border: 0;
  margin: auto 0;
  font-size: 18px;
  font-weight: 400;
}

.navbar-default .nav-pills > li > a:hover {
  color: #ffffff !important;
  border-bottom: 4px solid #74bf3a !important;
}
/* .navbar-default .nav-pills > li > a:hover {
  color: #93ee4c !important;
  border-bottom: 4px solid #93ee4c !important;
} */
.nav a:hover .caret {
  border-top-color: #74bf3a;
  border-bottom-color: #74bf3a;
}
.left, .right{
  background-color:#13131399 !important;
}
.left:hover, .right:hover{
  background-color: #13131399 !important;
}

.blindness li:last-child { 
  background-color: #fff;
  color: #242425;
}

#bs-example-navbar-collapse-1 li ul li .dropdown-toggle{
  color: #2e5f14 !important;
  background-color: #ffffff;
}

.nav.nav-pills li .dropdown-menu li a{
  color: #242425 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color: #ffffff !important;
}

.nav-mainsub{
  margin: 0 5px;
}

.nav-mainsub ul {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.nav-mainsub ul li a{
  font-size: 18px;
  color: #242425;
  font-weight: 500;
}

.nav-mainsub ul li a:hover{
  color: #006c1d !important;
  text-decoration: none;
}

#server_search {
  margin-top: 15px !important;
}

.location{
  background-color: #242425 !important;
  padding: 3rem 0 2rem 0 !important;
}

.copy-right{
  background: #4a4a4a !important;
  padding: 1.5rem 0 !important;
}

.none-mobile .row > span {
  color: #fff;
  font-size: 25px !important;
  letter-spacing: 1px;
  float: right;
  margin-right: 12px;
  margin-top: 17px;
}

.nav-tabs > li > a {
  margin-right: 5px;
  margin-bottom: 1px;
  font-size: 15px !important;
  background-color: #eaeaea;
  border-radius: 5px 5px 0 0;
}

/* icon_contact */
.icon-bar {
  z-index: 99999;
  position: fixed;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 3px 5px;
  transition: all 0.3s ease;
  color: white;
  cursor: pointer;
}

.icon-bar a:hover {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
}

/* popup chatbot */
/* start chatbot */
.layout .content .chat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  max-width: 483px !important;
}

.layout .content .chat .chat-body:not(.no-message) {
  display: flex;
  flex-direction: column;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  flex-direction: column-reverse;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

section {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding: 0 1rem;
}

.chat-btn {
  position: fixed;
  right: 38px;
  bottom: 83px;
  background: none; 
  transition: opacity 0.3s; 
  z-index: 9999999;
}

.chat-btn:hover,
.submit:hover,
#emoji-btn:hover {
  opacity: 1;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 230px;
  right: 150px;
  height: 500px;
  width: 500px;
  background-color: white;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.1);
  border-radius: 10px;
  z-index: 9999999;
}

.head {
  background: #7e5c9f;
  display: flex;
  border-radius: 10px 10px 0 0;
  height: 12%;
  font-size: 22px;
  padding-left: 15px;
  align-items: center;
}

.header {
  background: none;
  padding: 4%;
  display: flex;
  width: 100%;
  color: #fff;
}

.svg-icon {
  padding-right: 3%;
}

.svg-icon svg {
  width: 90%;
}

.show {
  display: flex;
}

.chat-area {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.75rem;
}

.income-msg {
  display: flex;
  align-items: center;
}

.avatar-chat {
  width: 175px;
  object-fit: scale-down;
}

.avatar {
  width: 250px !important;
  height: 39px;
  border-radius: 50%;
  object-fit: scale-down;
  background: #c1549c;
  margin-bottom: auto;
}

.message {
  display: inline-grid;
}

.img-chat {
  width: 100%;
  box-shadow: 0px 3px 9px #888879;
}

.income-msg .msg-img {
  margin-left: 1rem;
  margin-bottom: 0.6rem;
  width: 75%;
}

.income-msg .msg {
  background-color: #c1549c;
  color: white;
  padding: 0.5rem;
  border-radius: 0 10px 10px;
  margin-left: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.6rem;
  width: 75%;
  font-size: 0.9rem;
  text-align: start;
}

.text {
  word-break: break-word;
}

.badge {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: red;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -10px;
}

.input-area {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

#emoji-btn {
  position: absolute;
  font-size: 1.2rem;
  background: transparent;
  right: 66px;
  top: 17px;
  opacity: 0.5;
}

.emoji-picker__emojis::-webkit-scrollbar {
  display: none;
}

.emoji-picker__emojis {
  height: 258px !important;
}

.emoji-picker__preview {
  padding: 1.5em !important;
}

.submit {
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  background-color: #82ac26;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  opacity: 0.7;
}

.out-msg {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.my-msg {
  display: flex;
  justify-content: flex-end;
  margin: 0.75rem;
  padding: 0.5rem;
  background-color: #f2f0ed;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  word-break: break-all;
  text-align: justify;
  width: 74%;
  font-size: 0.9rem;
}

#tool-group {
  width: fit-content;
  position: absolute;
  top: 15px;
  z-index: 999;
  right: 70px;
  gap: 20px;
}

#tool-group a {
  margin: auto;
}

#tool-group svg {
  vertical-align: middle;
}

@media (max-width: 500px) {
  .chat-popup {
    bottom: 220px;
    right: 10%;
    width: 80vw;
  }
}

/* footer */

.navbar-default .nav-pills > li > ul.dropdown-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -mos-transition: -mos-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

ul .dropdown > .dropdown-menu.sub-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -mos-transition: -mos-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.toggle-footer {
  padding: 12.5px 25px;
  background-color: #4a4a4a;
  border-radius: 0;
  display: inline-block;
  font: 700 normal 20px;
  cursor: pointer;
  color: #fff;
  float: right;
  margin-right: 80px;
}

/* .toggle-footer:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
  margin-left: 10px;
  height: 10px;
  width: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
} */

.up-footer a {
  color: #ffffff !important;
  font-size: 1.0em;
}

li.topic-sitemap {
  padding-top: 20px;
  color: #74BF3A !important;
}

li.subsitemap,
li.subsitemap a {
  color: #fff !important;
}

.hot-box p {
  font-size: 24px !important;
  font-family: "Kanit" !important;
  color: #fff568 !important;
  font-weight: 500;
  text-align: center;
}
/* row */
.pl-60 {
  padding-left: 30px;
}
.pd-25 {
  padding: 25px 25px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .pl-60 {
    padding: 15px;
  }
  .pl-74 {
    padding: 15px;
  }
}
@media screen and (min-device-width: 768px) and (max-width: 991.98px) {
  .icon-md.col-sm-2 {
    width: 32.666667% !important;
    margin-top: 20px;
  }
  .p-iconfaecbook > p {
    font-size: 16.5px;
  }
  .open-fb {
    margin-left: 10px !important;
    margin-top: 45px !important;
  }
  .open-fb > img {
    margin-left: 0px !important;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .pl-60 {
    padding-left: 45px;
    padding-right: 50px;
    margin-left: 10px;
  }
  .pl-74 {
    padding-left: 50px;
    margin-right: -64px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .pl-60 {
    padding: 15px;
  }
  .pl-74 {
    padding: 15px;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .pl-60 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    margin-right: -20px;
  }
  .pl-74 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    margin-right: -90px;
  }
}

/* #cookieConsent  */
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 60px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #fff;
}
#cookieConsent a.cookieConsentOK {
  background-color: #f1d600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}
/*Cookie Consent End*/

@media screen and (min-device-width: 768px) and (max-width: 991.98px) {
  .ceo-onde {
    display: flex;
  }
  img#ceo1 {
    border-right: 3px solid #6f5399;
  }
}

@media screen and (min-device-width: 659px) and (max-width: 991.98px) {
  .ceo-onde {
    display: flex;
  }
  #Full-B1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-calendar-new {
    margin: 20px 10% !important;
  }
  .none-mobile .row > span {
    float: left !important;
  }
  .titleeventevent {
    width: 100% !important;
  }
  .text-news-hidden1 {
    width: 550px !important;
  }
  .container.pd-4.none-mobile,
  .container.h-news.pd-18.h-85.bgtitlenews {
    margin: -13px 0px !important;
    max-width: 100%;
  }
  .title-h1 h1 {
    padding-top: 50px;
  }
  .tabs-left > .nav-tabs > li > a {
    width: 100% !important;
  }
}
@media screen and (max-width: 1280px) {
  .navbar-default .nav-pills {
    width: 100% !important;
  }
}

.title-7 {
  color: #383838;
  margin: 15px;
  font-weight: 400;
  text-align: initial;
  font-size: 20px;
}

.title-12 {
  color: #8b67b1;
  margin-bottom: 4px;
  /* margin: 15px; */
  list-style: none;
  font-weight: 400;
  text-align: initial;
}

.list-title2:hover a {
  color: #7959a2;
}

.list-title2 {
  border-bottom: solid 1px #ebe8f2 !important;
}

.catagory {
  color: #00aeef;
}

.date-7 {
  color: #706b6b;
  margin: 15px;
}

.titile-02 > span {
  font-size: 20px !important;
  text-decoration: none;
  margin: 10px 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 60px;
  padding: 0px 10px;
}

.detail-7 {
  color: #706b6b;
  margin-top: 10px;
  text-align: initial;
  margin-bottom: -30px;
}

.detail-12 {
  color: #706b6b;
  margin-top: 10px;
  text-align: initial;
  margin-bottom: 40px;
}

.border-news {
  border: solid 1px #f2714d;
  margin-right: 5px;
}

.border-img {
  border: solid 1px;
}

.m-top {
  margin-top: 20px;
}

.m-bottom {
  margin-bottom: 25px;
}

.text-news-hidden1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 62px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}

@media (max-width: 768px) {
  .h-news {
    height: 100% !important;
  }
  ul.pc-lang {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#tool-group > ul.pc-lang > li:nth-child(2){
  padding: 5px 0px;
}
.follow-span{
  display: none;
}
}
  @media (max-width: 768px) {
    body .nav-pills li h3 { 
        background: #3f4c35 !important;
        color: #fff !important;
        font-size: 14px !important; 
        padding: 15px !important;
        border-bottom: 2px solid #74bf3a !important;
    }
    body .navbar-default .nav-pills li .dropsub li a {
      background: rgb(58 58 58) !important; 
      border-bottom: 2px solid #484e44 !important; 
    }
    body .navbar-default .nav-pills li .menulevel2 h3 a {
        color: #ffffff !important;
        font-size: 14px !important;
        padding: 10px 0px !important;
    }
    .dropdown-menu-block{
      border: unset !important;
    }
}
}

h2.no-span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  white-space: nowrap;
  color: #ffffff;
  padding: 33px 0px;
  font-size: 25px;
  background: #714797;
  font-family: quarkbold, san-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  h2.no-span {
    font-size: 20px;
  }
}

.title-h1 h1 {
  font-size: 35px !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  margin-top: 20px !important;
  padding-left: 55px !important;
  margin-bottom: -5px !important;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0px !important;
  padding-left: 40px !important;
  justify-content: center;
  padding-right: 15px !important;
  align-content: center;
}
.grid-item {
  display: grid;
  margin: 20px 16px !important;
  grid-template-columns: 14ch 1fr;
}
.grid-item2 {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 20px !important;
}
.grid-item2 > .lb-txt-15 {
  text-decoration: none;
  line-height: 1 !important;
  margin-bottom: 10px !important;
  font-size: 18px !important;
}
.grid-item2 > .lb-txt-14 {
  text-decoration: none;
  line-height: 1 !important;
  font-size: 16px !important;
}
@media screen and (min-width: 1900px) {
  .title-h1 h1 {
    font-size: 35px !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    margin-top: 30px !important;
    padding-left: 55px !important;
    margin-bottom: -5px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
    margin-top: 0px !important;
    padding-left: 5px !important;
    justify-content: center;
    align-content: center;
  }
  .grid-item {
    grid-template-columns: 1fr;
  }
  .grid-item2 {
    margin: 10px 0 !important;
    padding: 0 !important;
    line-height: 20px !important;
  }
  .title-h1 h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
  }
  .up-footer .icon-contact {
    width: 100%;
    margin: 30px 0px !important;
    text-align: center;
  }
}
@media screen and (min-device-width: 659px) and (max-device-width: 820px) {
  .grid-item {
    grid-template-columns: 1fr;
    gap: 15px 10px;
  }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 1) {
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0px !important;
    padding-left: 45px !important;
    justify-content: center;
    align-content: center;
  }
  .grid-item {
    display: grid;
    margin: 20px 10px !important;
    grid-template-columns: 8ch 1fr;
  }
  .grid-item2 {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 1024px) .bg-services {
  height: 454px !important;
}
@media screen and (min-device-width: 659px) and (max-device-width: 1024px) (orientation: portrait) {
  img.none-mobile {
    width: 28.33px;
  }
  .home-calendar-new {
    margin: 20px 40px !important;
  }
  .titleeventevent {
    color: #482a70;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    margin-bottom: -10px;
    text-align: inherit;
    width: 70% !important;
    margin-left: 10px;
    line-height: 1.8em !important;
  }
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0px !important;
    padding-left: 5px !important;
    justify-content: center;
    align-content: center;
  }
  .grid-item {
    display: grid;
    margin: 20px 16px !important;
    grid-template-columns: 1fr;
  }
  .grid-item2 {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 20px !important;
  }
  .title-h1 h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
  }
}
@media screen and (min-device-width: 770px) and (max-device-width: 1024px) and (orientation: landscape) {
  img.none-mobile {
    width: 28.33px;
  }
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0px !important;
    padding-left: 5px !important;
    justify-content: center;
    align-content: center;
  }
  .grid-item {
    display: grid;
    margin: 20px 16px !important;
    grid-template-columns: 8ch 1fr;
  }
  .grid-item2 {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 20px !important;
  }
  .title-h1 h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
  }
}

.grid-container2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  margin: 35px 0px;
  padding-left: 40px !important;
  justify-content: center;
  padding-right: 15px !important;
  align-content: center;
  align-items: center;
}
.grid-item-img {
  margin: 15px 15px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .grid-container2 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 550px) {
  .grid-container2 {
    grid-template-columns: 1fr;
    padding: 0px;
  }
  .grid-item-img {
    grid-template-columns: 1fr;
    padding: 20px 0px;
  }
}

div > input.btn.btn-md {
  background-color: #482a70;
}
.tab-content a {
  font-family: "quarkbold", san-serif;
  font-size: 16px !important;
  color: #4e4c4c;
  padding: 0px 0px;
}
.pt-20 {
  padding-top: 0px !important;
}
.news-title {
  height: 85px;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  padding: 0px 13px !important;
}
.nav-tabs {
  padding-top: 20px !important;
  text-align: center;
  margin-top: 0;
  background-color: transparent !important;
  border-bottom: 5px solid #242425 !important;
}

#bde-1 {
  background: #f9f9f9;
}

#bde-2, #bde-3{
  padding: 3rem 0 !important;
}

#open-menu , #close-menu{
  padding: 8px 10px;
  height: 40px;
  border: 0;
}

#open-menu svg, #close-menu svg{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .home-calendar-new {
    height: 820px !important;
  }
  .event2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 67px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    background-color: #e5dfed40;
  }
}
@media (min-width: 1024px) and (max-width: 1563px) {
  .nav-tabs > li > a {
    font-size: 11px !important; 
  } 
  .nav-tabs {
    padding-top: 27px !important;
  }
}

.top_title_videos .row > span {
  color: #fff;
  font-size: 25px !important;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-top: 15px;
  line-height: 2.1;
}


@media (min-width: 1200px) {
  footer .container, #nav-bar.container, #nav-mainsub, #nav-menu, #bde-1 > .row > .container, #bde-2 > .container, #bde-3 > .container, #breakingnews > .container, .theme-inner .container{
      max-width: 1430px !important;
  }
}

@media (min-width: 990px){
  .navbar-header{
    display: none;
  }
}

@media (max-width: 990px){
  .navbar-header{
    background: #fff;
    float: none;
  }

  .navbar-header .blindness ul {
    display: flex;
  }

  .set1 {
    width: auto !important;
  }

  #color-text .style-c2, #color-text .style-c1, #color-text .style-c3{
    line-height: 25px;
  }

  .footer-line .col-lg-3 > a img {
    width: 260px !important;
  }

  #nav-menu, #nav-mainsub{
    max-width: 100%;
  }
}

@media (min-width: 770px){
  #menu-mainsub{
    display: none !important;
  }

  #bs-example-navbar-collapse-1 > ul {
    display: flex;
  }

  #tool-group{
    display: none;
  }
}

@media (max-width: 770px){
  .footer-line {
    text-align: center;
  }

  .footer-line .col-lg-3 .d-flex > .d-flex{
    justify-content: center;
  }

  .copy-right p{
    font-size: 13px !important;
  }

  #menu-mainsub{
    display: none !important;
  }
}
@media (max-width: 768px){
  .nav.nav-pills{
    flex-direction: column;
  }
  .dropdown div div .menusubdown_show { 
      background-color: #000;
  }
  body .navbar-default .nav-pills li a{
    background: #242425;
    padding: 10px 15px !important;
  }

  .nav-pills li.dropdown{
    border-bottom: 1px solid rgb(70 70 70);
  }

  body .navbar-default ul .set1 a{
    padding-right: 1rem !important;
  }

  #color-text .style-c2, #color-text .style-c1, #color-text .style-c3{
    padding: 0 5px !important;
  }

  .logo-mb{
    padding-left: 0 !important;
    width: 130px !important;
    left: -10px;
  }

  .logo-mb .img-logo {
    width: 130px !important;
    margin-top: 20px;
    padding-left: 10px;
  }

  #nav-mainsub{
    display: none;
  }

  .nav-mainsub ul li a, .nav.nav-pills li a, .nav.nav-pills .dropdown a{
    font-size: 14px !important;
  }

  .navbar-header .blindness ul{
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
  }

  .navbar-header .blindness .set1 {
    display: flex !important;
    flex-direction: row;
    padding: 9px 10px;
    justify-content: space-between;
    background: #ffffff;
  }

  body .navbar-default .navbar-toggle, body .navbar-default .close-toggle {
    margin-top: 3px;
  }

  #social-icon span {
    display: none;
  }

  .search-moblies{
    padding-top: 0;
  }

  .navbar-header {
    padding: 0;
  }

  #social-icon img{
    padding-left: 0;
    margin-right: 0 !important;
  }

  .titleeventevent a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
  }

  .toggle-footer{
    margin-right: 0;
  }
  .nav-pills > li:nth-child(n+6) {
    display: block !important;
  }
  .nav-pills > li:nth-child(13) {
    display: none !important;
  }
}

@media (max-width: 560px){
  #social-icon{
    display: none;
  }
  .footer-line .col-lg-5 img{
    width: 100% !important;
  }

  .navbar-default .navbar-toggle, .navbar-toggle, .close-toggle{
    right: 12px;
  }

  #tool-group{
    right: 60px;
  }
}

@media (max-width: 1200px){
  .footer-line .col-lg-5 img{
    width: 90%  !important;
  }

  .footer-line .col-lg-3 > a img{
    width: 100%;
  }

  .footer-line .col-lg-3 .d-flex a{
    margin-right: 5px;
  }

  #nav-bar .d-flex.align-items-center{
    flex-direction: column;
  }

  #nav-bar .col-lg-5.col-md-12 > div{
    text-align: center;
  }

  #nav-bar .col-lg-5{
    width: 100% !important;
  }

  #nav-bar .col-lg-7{
    width: 100% !important;
  }

  .img-logo {
    width: 540px  !important;
  }

  #bs-example-navbar-collapse-1 > ul {
    display: flex;
  }

  .nav-mainsub{
    padding: 0 !important;
    margin: 0 !important;
  }

  .nav-mainsub ul li a{
    font-size: 12px !important;
  }

  .noneipad {
    display: flex;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 1165px;
  }
}

@media (max-width: 1400px){
  #nav-bar .col-lg-5{
    padding-right: 0;
    width: 30.66666666666667%;
  }

  #nav-bar .col-lg-7{
    width: 70.333333%;
  }

  .img-logo {
    width: 100%;
    margin-left: 0 !important;
  }

  .nav-mainsub ul li a{
    font-size: 14px;
  }
}

@media (max-width: 350px){
  #size-text span, #color-text span{
    font-size: 14px !important;
  }

  .navbar-header .blindness .set1{
    padding: 9px 5px !important;
  }
}