a:hover, a:focus, a:active {
    color: #f9aa2a;
}
.admin-bar .main-header {
    top: 31px;
}
.admin-bar .main-header.fixed {
    top: 31px;
}
.main-header.fixed {
    position: fixed;
}
.page-sub-title {
    display: none;
}
.searchandfilter select.sf-input-select{
  cursor: pointer;
}
.copy-right_footer {
    display: flex;
    gap: 15px;
    align-items: center;
}
.gg-logo {
    text-align: left;
    margin-top: 5px;
    align-items: start;
}
.gg-logo img {
    width: 70px;
}
#carousel_home_banner .swiper-pagination {
    display: flex;
    background: #343338;
    max-width: 300px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 15px;
    border-radius: 50px;
    width: auto;
    bottom: 25px !important;
}
#carousel_home_banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f57921;
    width: 40px;
    border-radius: 50px;
    height: 10px;
}
#carousel_home_banner .swiper-pagination span.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    transition: all ease-in-out 300ms;
}
#carousel_home_banner svg {
    width: 26px;
    height: 26px;
    stroke: #ffffff;
}
.vc_banner .swiper-button-prev, .vc_banner .swiper-button-next {
    background: #f57921 !important;
}
.leftbar_side {
    background: #000;
    position: absolute;
    width: 70px;
    height: 100%;
    left: 0;
    z-index: 9;
    top: 0;
    display: grid;
    align-items: center;
    box-shadow: 4px 0px 6px rgb(0 0 0 / 14%);
}
/* .swiper-wrapper a {
    margin-bottom: -9px;
    display: block;
} */
.v-container {
    padding-right: 0;
    padding-left: 0;
}
.leftbar_side ul.social-ul {display: grid;grid-gap: 10px;justify-content: center;text-align: center;align-items: center;}
.leftbar_side .social-list {
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.leftbar_side ul.social-ul li a {
    width: 35px;
    height: 35px;
    padding: 6px;
}
#carousel_home_banner .leftbar_side ul.social-ul li a svg {
    stroke: #000;
}
.vc_banner .swiper-button-prev {
    left: 90px;
}
.vc_banner .swiper-button-next {
    right: 90px;
}
.leftbar_side .social-list h4 {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* .swiper-wrapper a {margin-bottom: -11px;display: block;} */
.quick_links .main-object .title-link h3 {
    font-size: 24px;
    color: #005655;
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
}
.quick_links .main-object .thumbnail-link img {
    max-width: 60px;
    display: block;
    transition: all ease-in-out 350ms;
}
.item-quick-links a {
    display: grid !important;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
}
.thumbnail-link {
    text-align: center;
    display: flex;
    justify-content: center;
}
.object-quick.object-2 {
    background: #ef7a1d;
}
.object-quick.object-2 .quick-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #ef7a1d;
    grid-gap: 1px;
    max-width: 880px;
    height: 100%;
}
.item-quick-links {
    background: #f57921;
    padding: 10px;
    display: grid;
    align-items: center;
}
.object-quick.object-2 .item-quick-links:last-child {
    border-right: 0;
}
.yp-row.auto-grid.quick_links {
    margin: 0;
    padding: 0;
}
.object-quick.object-1 h3 {
    font-size: 45px;
    margin: 0;
    padding: 0;
    color: #f57921;
    font-weight: 600;
    line-height: 1;
}
.object-quick.object-1 {
    background: #005655;
    padding: 2em;
    text-align: right;
    position: relative;
}
.object-quick.object-1 h4 {
    color: #c2722b;
    margin: 0;
    line-height: 1.1;
    font-size: 24px;
}
.quick_links .main-object {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.item-quick-links a:hover img {
    transform: scale(1.1);
}
.item-quick-links a {
    transition: all ease-in-out 350ms;
}
.line-obj {
    width: 100px;
    height: 50px;
    border-top: solid 50px rgb(0 86 85);
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.object-quick.object-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    background: #ffffff;
    bottom: -50px;
    left: 50%;
    border-top-left-radius: 50px;
    z-index: 9;
}
.object-quick.object-1:after {
    z-index: 9;
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    background: #ffffff;
    bottom: -50px;
    right: 50%;
    border-top-right-radius: 50px;
}
.btn-more span.elementor-button-icon {
    background: #f57921;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 2px;
}
.tringger {
    width: 100px !important;
    height: 50px;
    border-top: solid 50px rgb(255 255 255);
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    position: absolute;
    top: -54px;
    left: 283px;
}
.tringger:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    background: #d1d2d6;
    bottom: 0;
    left: 50%;
    border-top-left-radius: 50px;
    z-index: 9;
}
.tringger:after {
    z-index: 9;
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    background: #d1d2d6;
    bottom: 0;
    right: 50%;
    border-top-right-radius: 50px;
}
.tring-update:before {
    background: #fff;
}
.tring-update:after {
    background: #fff;
}
.tring-update {
    border-top-color: #fef7da;
    left: 50%;
}
.tring-learn:before {
    background: #fdf9db;
}
.tring-learn:after {
    background: #fdf9db;
}
.tring-learn {
    top: 0;
    left: 50%;
}
.tring-news:before {
    background: #ffffff;
}
.tring-news:after {
    background: #ffffff;
}
.tring-news {
    border-color: #005655;
}
.c-ebook .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.c-ebook .card-ebook:nth-child(2) {
    grid-column: span 2;
}
.c-ebook .card-ebook:nth-child(3), .c-ebook .card-ebook:nth-child(4) {
    grid-column: span 1;
}
.c-ebook .card-ebook {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.c-ebook .card-ebook h3.elementor-image-box-title {
    margin: 0;
    width: 100%;
}
.c-ebook .card-ebook .elementor-image-box-content {
    position: absolute;
    bottom: 10px;
}
.c-ebook .card-ebook figure {
    margin: 0 !important;
    line-height: 0;
}
.c-ebook .elementor-image-box-wrapper{
    line-height: 0;
}
.c-ebook .elementor-widget.elementor-widget-heading {
    grid-column: span 2;
    margin: 0;
}
.c-ebook .card-ebook h3.elementor-image-box-title a {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 1em;
}
.tring-gray:before {
    background: #67c4cd;
}
.tring-gray:after {
    background: #67c4cd;
}
.tring-gray {
    border-color: #606060;
}
.c-ebook .card-ebook .elementor-image-box-content:before {content: '';display: block;bottom: 0;position: absolute;width: 100%;height: 0px;box-shadow: 0 -4px 71px 25px rgb(0 0 0 / 25%);}
.card-vote .elementor-image-box-content {
    background: #005655;
    padding: 10px;
    border-top-left-radius: 20px;
    width: 80% !important;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.card-vote .elementor-image-box-content h3 {
    margin: 0;
}
.card-vote .elementor-image-box-wrapper {
    display: flex;
}
.card-vote {
    position: relative;
    margin: 0 !important;
}
figure.elementor-image-box-img {
    line-height: 0;
}
.btn-more.more-news {
    position: absolute;
    top: 20px;
    right: 20px;
}
img.attachment-full.size-full {
    width: 100%;
    height: 100% !important;
}
.box-rule_h .elementor-container {
    margin: 0 0 0 0;
}
.btn-more.more-news span.elementor-button-icon {
    background: #343338;
}
span.elementor-button-icon.elementor-align-icon-left i {
    font-size: 8px;
}
.card-vote img.attachment-full.size-full {
    height: 340px !important;
    object-fit: cover;
}
.post-card-two > .main-object {
    display: grid;
    grid-template-columns: 100px 1fr;
}
.post-card-two > .main-object span.cat-text {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-gap: 3px;
}
.post-card-two > .main-object span.cat-text span.day {
    font-size: 95px;
    font-weight: 900;
    line-height: 0.7;
    text-align: center;
}
.post-card-two > .main-object span.cat-text span.m-y {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    line-height: 0.7;
}
.post-card-two > .main-object span.cat-text span.m-y-m {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 0.7;
}
.post-card-two > .main-object > .object-1 {
    background: #f57921;
}
.post-card-two > .main-object > .object-1 {
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 20px 10px;
    border-radius: 8px !important;
}
.post-card-two > .main-object > .object-2 {
    padding: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: grid;
}
.post-card-two {
    background: #e1e1e1;
    border-radius: 8px;
}
.post-card-two > .main-object > .object-2 h3 a {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    color: #000;
}
.post-card-two > .main-object > .object-2 h3 {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.post-card-two .box-info_column .main-object {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.post-card-two .box-info_column .main-object span {
    display: flex;
    gap: 5px;
    font-size: 18px;
    color: #000;
}
.post-card-two .box-info_column .main-object .object-1 span svg, .post-card-two .box-info_column .main-object .object-2 span svg {
    width: 15px;
    stroke: #f57921;
}
.column-update_calendar {
    display: grid;
    grid-gap: 5px;
}
.post-card-two {
    position: relative;
}
.post-card-two  .box-info_column {
    display: grid;
    align-items: end;
}
.box-rule_h.box-rule_one .elementor-container {
    margin: 0 0 0 auto;
}
.box-rule_h .card-vote img.attachment-full.size-full {
    height: 337px !important;
}
.bar-breadcrumb {
    background: #f57921;
}
.detail-archive .column-update_calendar {
    display: grid;
    grid-gap: 10px;
}
.archive-box .entry-header h3 {
    margin: 0;
    padding-bottom: 1em;
    font-size: 43px;
    color: #fff;
    font-weight: 600;
    opacity: 1;
    line-height: 1;
    z-index: 1;
}
.archive-box .entry-header .in-thumb .v-container {
    display: grid;
    align-items: flex-end;
    justify-content: right;
}
.h-title_archive h3 {
    color: #f57921;
}
.h-title_archive h3 {
    margin: 0;
}
.detail-archive_box {
    position: relative;
}
.content-pagination .current {
    background: #f57921;
    border: 2px solid #f57921;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top-right-radius: 0;
}
.content-pagination .current a.page-numbers {
    color: #eee;
}
.content-pagination a.page-numbers {
    border: 2px solid #eddd;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #979797;
    text-align: center;
    border-top-right-radius: 0;
}
.content-pagination a.page-numbers svg {
    stroke: #979797;
}
.content-pagination a.next.page-numbers svg {
    margin: 0 auto;
    margin-left: 2px;
}
.content-pagination {
    margin: 0;
}
span.total-num {
    font-size: 20px;
    font-weight: 600;
    color: #f57921;
}
.total-num strong {
    font-weight: 600;
}
span.total-num strong {
    padding: 0 5px;
}
.content-pagination span.text-number_page {
    font-size: 20px;
    color: #000;
    margin: 0;
}
.content-pagination a.last-number_page {
    /* border: 1px solid #eee;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 20px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #979797;
    text-align: center;
    margin: 0; */
}
.content-pagination .box-pagination {
    display: flex;
    gap: 5px;
}
.content-pagination {
    gap: 10px;
    position: relative;
    align-items: center;
}
h4.count-head {
    font-size: 18px;
    color: #000;
    margin: 0;
}
h4.count-head span {
    font-size: 18px;
    font-weight: 600;
    color: #f57921;
}
h4.count-head span strong {
    padding: 0 5px;
}
.box-pageination_post {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
    align-items: center;
    width: 100%;
}

.main-post_column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 10px;
}
.box-pageination_post {
    grid-column: span 4;
    padding-top: 15px;
}
.column-post_grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px;
}
h3.widget-title_head {
    font-size: 30px;
    color: #262626;
    padding-left: 15px;
    margin: 0;
}
.list-post_box {
    position: relative;
    display: grid;
}
.card-recent_post {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    border: 0;
    border-radius: 8px;
    padding: 0;
    margin: 0 !important;
}
.card-recent_post .post-header {
    float: unset;
    width: 100%;
    position: relative;
    display: block;
}
.card-recent_post .post-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-post_m.card-recent_post {
  background: #FFF;
}
.card-recent_post h4 a {
    margin: 0;
    color: #000;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
    transition: all ease-in-out 150ms;
    text-decoration: unset;
}
.card-recent_post h4 {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: block;
}
.card-recent_post .post_excerpt{
  padding: 10px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  line-height: 19px;
  color: #FFF;
  font-size: 17px;
  padding-top: 0;
}
.card-recent_post .title-head_card {
    position: relative;
    overflow: hidden;
}
.card-recent_post svg {
    stroke:#f57921;
    width: 14px;
    height: 14px;
}

.card-post_m.card-recent_post .card-recent_post svg {
    stroke:#fff;
}
.main-post_column .card-recent_post svg {
}

.card-recent_post span.date-post_card {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 16px;
    font-family: 'KaLaTeXa';
    font-weight: 600;
}
.card-post_m.card-recent_post h4 a:hover {
    color: #f57921 !important;
}
.list-post_box .post-related {
    margin: 0;
    border: 0;
    padding: 0;
}
.archive-sidebar .widget-side_archive {
    padding-bottom: 20px;
}
.archive-sidebar .widget-side_archive:last-child {
    padding-bottom: 0;
}
.list-post_box .post-related {
    position: relative;
    display: grid;
    grid-gap: 10px;
}
/* .column-post_grid {
    grid-gap: 1.5em;
} */
.card-post_m {
    display: block;
}
.card-post_m img {
    height: 160px !important;
    object-fit: cover;
    width: 100%;
}
.card-post_m h4 a {
    font-size: 17px;
    text-align: left;
    line-height: 20px;
}
.card-post_m .post-header {
    height: auto;
}
.card-post_m .date-post_card, .card-recent_image .date-post_card {
  display: flex;
  padding: 0;
  gap: 10px;
  font-size: 16px;
  color: #222;
  border-top: dotted #ddd 1px;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
}
 .card-recent_image .date-post_card{
   color: #222;
 }
.card-post_m span.post_view, .card-recent_image span.post_view{
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: 'KaLaTeXa';
    font-weight: 600;
}
.card-post_m .post-views.entry-meta, .card-recent_image .post-views.entry-meta {
    margin: 0;
    line-height: 1;
}
.card-post_m .title-head_card {
    padding: 0;
    margin-bottom: 15px;
    padding-top: 9px;
    min-height: 55px;
}
.card-post_m .title-head_card:after {
display: none!important;
}
.count-image_box {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 65px;
}



/* .card-post_m.card-recent_post .box-image_overlay:hover , .card-recent_gallery .box-image_overlay:hover{
    background: #ff98008f;
} */


.count-image_box svg {
    stroke: #fff;
}
.count-image_box span {
    color: #fff;
    padding-left: 4px;
    font-size: 16px;
}
.banner-column .main-object {
    display: grid;
    grid-template-columns: 68% 1fr;
    grid-gap: 25px;
    padding-bottom: 2em;
}
.banner-column .main-object .object-banner.object-1 .post-gallery_recent{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.banner-column .main-object .post-related {
    border: 0;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 10px;
}
.card-recent_image .date-post_card {
    justify-content: left;
    align-items: flex-end;
    padding: 0;
    font-size: 16px;
}

.card-recent_image .date-post_card span.date-post_card {
    padding: 0;
}
.card-recent_image .post-info {
    display: grid;
    align-items: stretch;
}
.card-recent_image .post-header img {
    border-radius: 0;
}
.card-recent_post.card-recent_image {
    border: 0 !important;
    padding: 0 !important;
}
.column-post_grid.close .box-post_grid .main-post_column {
    grid-template-columns: repeat(4, 1fr);
}
.column-post_grid.close {
    grid-template-columns: 1fr;
}
.archive-sidebar.close {
    display: none;
}
.column-post_grid.close .box-pageination_post {
    grid-column: span 4;
}
.archive-box li.sf-field-posts_per_page {
    position: relative;
}
.box-pageination_post .searchandfilter ul li {
    display: none !important;
}

.grid-column-post li.sf-field-posts_per_page {
    display: none;
}
.box-pageination_post .searchandfilter ul {
    padding: 0 !important;
    grid-template-columns: 1fr !important;
}
.card-recent_gallery {
    display: block;
    position: relative;
    grid-gap: 10px;
}
.card-recent_gallery .feature-thumbnail {
    position: relative;
    margin-bottom: 18px;
}
.card-recent_gallery .feature-thumbnail .in-thumb-list{
  padding-bottom: calc( 0.67 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
}

.card-recent_gallery .feature-thumbnail .in-thumb-list img{
  margin-bottom: 0;
  display: block;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
  height: 100%;
  width: 100%;
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  -webkit-transform: scale(1) translate(-50%,-50%);
  -ms-transform: scale(1) translate(-50%,-50%);
  transform: scale(1) translate(-50%,-50%);
  object-fit: cover;
  border-radius: 15px;
  min-height: 265px;
}
.card-recent_gallery h4 a {
    font-size: 22px;
    margin: 0;
    color: #000;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 27px;
    text-decoration: unset;
    min-height: 50px;
}
.card-recent_gallery h4 {
    position: relative;
    min-height: 81px;
    overflow: hidden;
    margin: 0;
    display: block;
}
.card-recent_gallery .date-post_card {
    border-top: dotted #ddd 2px;
    justify-content: left;
    align-items: space-between;
    display: flex;
    gap: 10px;
    font-size: 16px;
    padding-top: 10px;
}
.card-recent_gallery span.post_view {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-family: 'KaLaTeXa';
}
.card-recent_gallery .date-post_card svg {
    stroke: #f57921;
    width: 14px;
    height: 14px;
}
.card-recent_gallery .post-views.entry-meta {
    margin: 0;
    line-height: 1;
}
.card-recent_gallery .date-post_card span.date-post_card {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 16px;
    font-family: 'KaLaTeXa';
    font-weight: 600;
    border: 0;
}
.product-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.image-gallery_recent img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    margin-bottom: -10px;
}
.card-recent_gallery .feature-thumbnail img {
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 0;
    width: 100%;
    border-radius: 15px;
}
.image-gallery_recent {
    position: relative;
}
.card-recent_gallery .overlay_thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-recent_gallery .overlay_thumb span {
    color: #fff;
    font-size: 21px;
}
.card-recent_gallery .overlay_thumb svg {
    stroke: #fff;
    width: 36px;
    height: 36px;
    stroke-width: 1px;
}
.card-recent_gallery .overlay_thumb .in-overlay {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.card-recent_gallery h4 a:hover {
    color: #f57921;
}
.card-recent_gallery .detail-card {
    display: grid;
    grid-gap: 1.5em;
}
.gallery-thumbnail.two-col_gallery .product-gallery {
    grid-template-columns: repeat(2, 1fr);
}
.date-post_card > span.date-post_card {
    padding: 0;
    border: 0;
}
.banner-column_video .main-object .box-image_overlay svg {
    display: flex;
    width: 50px;
    height: 50px;
}
.banner-column_video .object-banner.object-1 .card-recent_video {
    grid-template-columns: 1fr;
}
.banner-column_video .object-banner.object-1 .card-recent_video img {height: 369px;}
.banner-column_video .object-banner.object-1 .card-recent_video .post-info {
    grid-gap: 1em;
}
.banner-column_video .object-banner.object-1 .card-recent_video h4 a {
    font-size: 23px;
    transition: all ease-in-out 150ms;
}
.banner-column_video .object-banner.object-1 .card-recent_video h4 a:hover,.banner-column .main-object .post-related .card-recent_post h4 a:hover{
color: #f9a50f;
}

.banner-column_video .object-banner.object-1 .card-recent_video .box-image_overlay svg {width: 85px;height: 85px;}
.widget-side_archive.close {
    display: none;
}
.menu-government_widget nav li a {
    font-size: 22px;
    margin: 0;
    color: #000;
    font-weight: 500 !important;
    position: relative;
    line-height: 1.1;
    text-decoration: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-government_widget nav ul {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    padding-left: 0;
}
.menu-government_widget nav ul li {
    color: #f57921;
}
.menu-government_widget nav ul li {
    border-bottom: 1px solid #eee;
    list-style: none;
    padding: 10px 18px;
    position: relative;
}
.menu-government_widget nav ul li a:before {content: '';display: block;list-style: disc;height: 6px;width: 6px;background: #f8aa2c;border-radius: 50px;position: relative;margin-right: 6px;}

.menu-government_widget nav ul li a {
    display: flex;
    align-items: center;
}
.menu-government_widget nav ul li:last-child {
    border: 0;
}
.card-post_government .count-image_box {
    width: 100%;
}
.card-post_government .count-image_box {
    width: 100%;
    justify-content: left;
    padding: 4px 8px;
}
.archive-events .main-post_column {
    grid-template-columns: 1fr;
}
.archive-events .box-pageination_post {
    grid-column: span 1;
}
.card-calendar-1 {
    background: #cccccc;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.card-calendar-1 > .main-object > .object-1 {
    border-radius: 0;
}
.post-card-two.card-calendar-1 > .main-object > .object-1 span.day {
    color: #262626;
    font-size: 70px;
}
.post-card-two.card-calendar-1 > .main-object span.cat-text span.m-y {
    color: #262626;
    font-size: 21px;
}
.post-card-two.card-calendar-1 > .main-object span.cat-text span.m-y-m {
    color: #262626;
    font-size: 35px;
}
.card-calendar-1 > .main-object > .object-2 h3 a {
    text-decoration: unset;
    font-size: 21px;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 span.day {color: #262626;}
.list-post_box .card-calendar-1 > .main-object span.cat-text span.m-y {
    color: #262626;
}
.list-post_box .card-calendar-1 > .main-object span.cat-text span.m-y-m {
    color: #262626;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 {
    background: #cccccc;
}
.archive-events .column-post_grid {
    grid-template-columns: 60% 40%;
}
.list-post_box .card-calendar-1  .box-info_column .main-object {display: flex;flex-direction: column;gap: 5px;grid-gap: unset;}
.list-post_box .card-calendar-1 {border: 0;border-bottom: 1px solid #eee;background-color: #f2f2f2;padding: 10px;border-radius: 8px;}

.list-post_box .card-calendar-1 > .main-object > .object-1 {
    position: relative;
}

.list-post_box .card-calendar-1 > .main-object > .object-1:after {content: unset;display: block;height: 75%;width: 1px;background: #eee;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.list-post_box .card-calendar-1:first-child {
    border-top: 1px solid #eee;
}
span.not-found_text {
    text-align: center;
    font-size: 20px;
    color: #717171;
}
.single_events_box .single_sidebar {
    width: 35%;
}
.single_events_box .main-content {
    width: 65%;
}
.card-calendar-1 > .main-object > .object-2 h3 a:hover {
    color: #f57921;
}
.single_events_box .in-thumb h3.byline {
    display: none;
}
.icon_c {
    background: #f57921;
    display: flex;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    padding: 7px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.grid-calendar_type .main-object {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 15px;}
.grid-calendar_type .main-object .object-card {
    display: flex;
    align-items: center;
    gap: 10px;
}
.object-card .mec-single-event-time {
    background: none;
    padding: 0;
    margin: 0;
    vertical-align: unset;
    text-decoration: unset;
}
.object-card .mec-single-event-time i {
    display: none;
}
.object-card .mec-single-event-time h3.mec-time {
    display: none;
}
.object-card .mec-single-event-time dl {
    margin: 0;
    text-decoration: unset;
}
.object-card .mec-single-event-time dd {
    margin: 0;
    text-decoration: unset;
}
.object-card .mec-single-event-time abbr.mec-events-abbr {
    text-decoration: unset;
    border: 0;
}
.grid-calendar_type {
    padding-bottom: 1em;
}
.thumbnail-head {padding: 4em;background: #005655;}
.detail-error img {
    max-width: 800px;
    height: auto;
}
.detail-error .main-object {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5em 0px;
}
.card-weblink {
    border: 1px solid #eee;
}
.card-weblink .post-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-weblink .post-header img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.card-weblink .post-header {
    background: #eaeaea;
    padding: 15px;
}
.card-weblink h4 a {
    margin: 0;
    font-size: 21px;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
    text-decoration: unset;
    color: #000;
}
.card-weblink h4 {
    margin: 0;
}
.card-weblink .title-head_card {
    position: relative;
    padding: 10px 15px;
}
.weblink-box .column-post_grid {
    grid-template-columns: 1fr;
}
.weblink-box .column-post_grid .main-post_column {
    grid-template-columns: repeat(4, 1fr);
}
.weblink-box .column-post_grid .box-pageination_post {
    grid-column: span 4;
}
.card-weblink .date-post_card {
    display: flex;
    /* align-items: center; */
    gap: 6px;
    padding: 0 10px;
}

.card-weblink .date-post_card span.text-card {
    color: black;
    font-size: 16px;
}

.card-weblink .date-post_card svg {
    fill: #f57921;
    stroke: #fff;
    stroke-width: 1px;
}

.card-weblink .post-info {
    padding: 10px 0 15px;
    display: grid;
    grid-gap: 5px;
}
.yp_breadcrumb {
    /* background: #122742; */
    /* position: relative; */
}
.yp_breadcrumb #breadcrumbs {
    color: #fff;
}
.yp_breadcrumb #breadcrumbs a {
    color: #fff;
}
.yp_breadcrumb #breadcrumbs {
    color: #fff;
}
.yp_breadcrumb #breadcrumbs a {
    color: #fff;
}
.yp_breadcrumb span.breadcrumb_last {
    /* color: #f57921; */
}
.box-color_2 {
    filter: grayscale(1);
    position: absolute;
    top: 0;
}
.box-color_3 {
    background: #000;
}
.box-color_3 div#box-trigger:after, .box-color_3 div#box-trigger:before, .box-color_3 .object-quick.object-1:before,
.box-color_3 .object-quick.object-1:after, .box-color_3 .tring-news:before, .box-color_3 .tring-news:after {
    background: black;
}
.box-color_3 .tringger {
    border-top: solid 50px #000;
}
.box-color_3 .h-title_archive h3, .box-color_3.single .entry-title, .box-color_3.single span.posted-on, .box-color_3.single .single-meta .post_by span.byline a,
.box-color_3 h3.widget-title_head, .box-color_3.single .entry-content p, .box-color_3 .grid-calendar_type span,
.box-color_3 .object-card .mec-single-event-time abbr.mec-events-abbr, .box-color_3.single .main-content h3, .box-color_3 .file_url_sub li,
.box-color_3 .box-pageination_post, .box-color_3 .box-pageination_post h4.count-head, .box-color_3 .card-recent_post h4 a, .box-color_3 .card-recent_image .date-post_card span,
.box-color_3 .card-recent_gallery h4 a, .box-color_3 .card-recent_gallery .date-post_card span, .box-color_3 .single_sidebar .v-post-loop.-list .post-info a,
.box-color_3 .single_sidebar .v-post-loop .post_date,
.box-color_3 .tags_list{
    color: #fff700;
}
.box-color_3 .post-views.entry-meta > span {
    font-size: 16px !important;
    color: #fff700;
}
.box-color_3 h2.elementor-heading-title.elementor-size-default {
    color: #f6a92d;
}
.box-color_3 .elementor-widget-text-editor .elementor-widget-container{
    color: #f6a92d;
}
.box-color_3 .vc_posts-wrapper .v-post-loop.-list .post-info a, .box-color_3 .vc_posts-wrapper .v-post-loop .post_date, .box-color_3 .vc_posts-wrapper h3.link-name a,
.box-color_3 .vc_posts-wrapper .p_excerpt, .box-color_3 .fluentform .ff-el-input--label label{
    color: #f6a92d;
}
.box-color_3 .elementor-shape .elementor-shape-fill {
    fill: #000;
}
.box-color_3 .elementor-widget-text-editor .elementor-widget-container span.cat-text {
    color: #000000;
}
/*footer*/
.footer-main {
    padding: 1em 0;
    background: #f57921;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-main .main-footer {
    padding: 0;
    background: unset;
}
.footer-main .main-footer .v-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px;
}
.footer-main .main-footer .object-1.object-grid .main-object {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 15px;
}
.footer-main .main-footer h3.head-foot {
    color: #fff;
    font-size: 24px;
    text-align: left;
}
.footer-main .main-footer p , .footer-main .main-footer p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: unset;
    text-align: left;
}
.footer-main .main-footer  .box-phone {
    display: flex;
    gap: 10px;
}
.footer-main .main-footer .deatail-footer {
    display: grid;
    grid-gap: 2px;
}
.logo-footer img {
    width: auto;
    max-height: 105px;
}
.logo-footer {
    text-align: left;
}
.social-box_footer ul.list-social {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
}
.social-box_footer ul.list-social li img {
    max-width: 42px;
}
.bottom-menu ul li a, .footer-main .main-footer .copy-right_footer p {
    text-decoration: unset;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.bottom-menu ul {
    display: flex;
    gap: 15px;
    padding-bottom: 7px;
}
.copy-right_footer {
    padding-top: 7px;
    border-top: 1px solid rgb(255 255 255 / 35%);
}
.footer-main .sub-object {
    padding-top: 20px;
}
.site-header {
    z-index: 99;
background: rgb(255,254,242);
background: linear-gradient(95deg, #fffef2 20%, #f5812c 80%);}
.site-header .v-container {
    display: grid;
}
header .right-box .topbar-head ul {
    margin: 0;

    background: #FFF;
    padding: 10px 15px;


    display: inline-block;
border-radius: 50px;}
header .right-box .topbar-head ul li {
    list-style: none;
}
header .right-box .topbar-head ul li a {
    text-decoration: none;
    color: #727272;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
header .right-box .topbar-head ul li > a:after ,
header.site-header .v-container .member-box a::after
{
    top: 50%;
    left: 0;
    right: 0px;
    height: .07em;
    content: "";
    display: block;
    position: absolute;
    transform: translate(-110%, 1.2em);
    transition: transform 0.15s ease-in-out;
    background-color: currentColor;
    transform-origin: 0% 50%;
    opacity: 0;
    visibility: hidden;
    margin-top: -7px;
}
/* header.site-header .v-container .member-box a:hover {
    opacity: .7;
    transition: opacity .3s ease-out;
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-in-out;
} */
header .right-box .topbar-head ul li:hover > a:after ,
header.site-header .v-container .member-box > a:hover:after
{
    transform: translate(0%, 1.2em);
    opacity: 1;
    visibility: visible;
}

header .right-box .topbar-head ul li:hover > a{
  color: #f5812d!important;
}
header .right-box .topbar-head ul li {
    display: inline-block;
    padding-right: 10px;
}
header .right-box .topbar-head ul li:last-child {
    padding-right: 0;
}
header.site-header .v-container {
    grid-template-columns: 1fr 6fr;
    grid-gap: 25px;
}
header.site-header .v-container .topbar-head {
    display: flex;

justify-content: end;gap: 10px;margin-top: 5px;}
header.site-header .site-branding img {
    height: 100px;
    margin: 0;
    max-height: 100%;
}
header.site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
header.site-header .main-bar .desktop_menu ul.menu {
    background: #0000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    gap: 0;
    justify-content: end;
}
header.site-header .main-bar .desktop_menu ul.menu li > a, header.site-header .main-bar .desktop_menu ul.menu li > svg {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    fill: #000;
    stroke: unset;
}
.desktop_menu li {
    min-height: 100%;
}
header.site-header .main-bar .desktop_menu ul.menu li:hover > a
 {
    color: #f47920!important;
    fill: #f47920!important;
}



header.site-header .main-bar .desktop_menu ul.menu > li.current-menu-item:after{
  background: #0000;
  border: solid 2px #f47920;
}
header.site-header .main-bar {
    display: flex;
    width: 100%;
    gap: 20px;
}
header.site-header .main-bar .toggle-icon {
    background: #f5812d;
    border-radius: 50%;
    width: 65px;
    height: 60px;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    cursor: pointer;
margin-top: -38px;border: solid 2px #fFF;}
header.site-header .main-bar .toggle-icon:hover{
  background: #f1f1f1;
}

header.site-header .main-bar .toggle-icon svg {
    margin: 0;
    stroke: #fff;
    width: 50px;
    max-width: 100%;
}

header.site-header .main-bar .toggle-icon:hover svg{
      stroke:#f8a677;
}
header.site-header .v-container .right-box {
    display: grid;
    grid-gap: 15px;
}
header.site-header .v-container .member-box {
    display: flex;
    align-items: center;
}
header.site-header .v-container .member-box .divide-m {
    height: 13px;
    width: 1px;
    background: #00a88e;
    margin: 0 10px;
}
header.site-header .v-container .member-box a {
    font-size: 16px;
    text-decoration: unset;
    color: #727272;
    font-weight: 600;
    position: relative;
}
header.site-header .v-container .right-bar_box {
    background: #FFF;
    padding: 10px 15px;



    width: auto;
    overflow: hidden;
}
.lang-box li.current-lang a {
    background: #f57922;
    color: #fff;
    padding: 4px 10px;
}
.lang-box li {
    list-style: none;
    display: inline-block;
}
.lang-box ul {
    padding: 0;
    margin: 0;
}

.lang-box li a {
    color: #000;
    background: #e2e3e4;
    padding: 4px 10px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    -o-transition: all .2s ease;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.lang-box li a:hover {
background: #FFF;
color: #f57922;
}
header.site-header .v-container .right-bar_box {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 0 0 auto;
    border-radius: 50px;gap: 10px;
}

header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li a{
    color: #000;
}
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li svg {
    stroke: #000;
}

header.site-header .main-bar .desktop_menu ul.menu .wrap-toggle-mobile {
    display: none;
}
header.site-header .main-bar .desktop_menu ul.sub-menu .wrap-toggle-mobile {
    display: block;
}
.main-bar .main-navigation {
    width: 100%;
}
.top-head_bar {
    display: none;
}
header.site-header .v-container .member-box a {
    display: flex;
    align-items: self-end;
}
header.site-header .v-container .member-box a svg {
    width: 15px;
    margin-right: 3px;
}
header.site-header .main-bar .desktop_menu ul.menu li svg {
  position: relative;
  z-index: 1;
    height: 70px;
    display: block;
    width: 31px;
    margin: -4px auto 0px!important;
border-radius: 50px;padding-top: 0;
stroke: #000;
    fill: #000;
    color: #000;
  }
  header.site-header .main-bar .desktop_menu ul.menu li svg path{
    stroke: #000;
    fill: #000;
    color: #000;
  }

  header.site-header .main-bar .desktop_menu ul.menu li:hover > a > svg{
    stroke: #fff;
        fill: #fff;
        color: #fff;
  }



  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item a,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item a svg,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item a svg path,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent a,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent a svg,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent a svg path,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor a,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor a svg,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor a svg path

  {
    color: #f47920;
    fill: #f47920;
    stroke: #f47920;
  }
  header.site-header .main-bar .desktop_menu ul.menu li.home-icon svg path {
      fill: #0000!important;
  }

  header.site-header .main-bar .desktop_menu ul.menu li:hover > a > svg path,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item svg path,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent svg path,
  header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor svg path
  {
    stroke: #fff;
    fill: #fff;
    color: #fff;
  }


  #page header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li svg {
    stroke: #b35000;
    fill: #0000;
    margin: 0 auto -12px!important;
}
.minimize-banner {
    bottom: -20px;
}
.post_thaihealth_4_media .vc-post .vc-thumbnail .overlay-play{
  display: none;
}
header.site-header .main-bar .desktop_menu ul.menu li.home-icon svg {
    width: 28px;
    margin: -8px auto 4px!important;
}
header.site-header .main-bar .desktop_menu ul.sub-menu li svg {
    width: 20px;
    height: 42px;
}
header.site-header .main-bar .desktop_menu ul.menu > li > a{
margin-top: -0.35em;
}
header.site-header .main-bar .desktop_menu ul.menu li a {
    text-align: center;
    padding: 0 12px;
    overflow: hidden;
    position: relative;
}
header.site-header .main-bar .desktop_menu ul.menu > li:hover:after {
    border: solid 2px #f47920;
}
header.site-header .main-bar .desktop_menu ul.sub-menu li a {
    text-align: left;
}
.social-box_footer ul.list-social li svg {
    height: 72px;
    width: 72px;
    fill: #fff;
    transition: all ease-in-out 350ms;
}
.social-box_footer ul.list-social li svg path{
      transition: all ease-in-out 350ms;
}
.social-box_footer ul.list-social li:nth-child(1) a:hover svg, .social-box_footer ul.list-social li:nth-child(1) a:hover svg path {
    fill: #0897f5;
}
.social-box_footer ul.list-social li:nth-child(2) a:hover svg {
    fill: #2daae1;
}
.social-box_footer ul.list-social li:nth-child(3) a:hover svg {
    fill: #fe0000;
}
.social-box_footer ul.list-social li:nth-child(4) a:hover svg path{
  stroke: #00B900!important;
}
.social-box_footer ul.list-social li a {
    height: auto;
    width: 45px;
    display: block;
    position: relative;
    margin-top: -5px;
}
.social-box_footer ul.list-social {
    margin-left: -15px;
}
.footer-main .main-footer p a {
    padding-left: 6px;
}
header .right-box .topbar-head ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
header .right-box .topbar-head ul li:last-child {
    padding-right: 0;
}
header .right-box .topbar-head ul li:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #727272;
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    opacity: 0.3;
    transform: translateY(-50%);
}
header .right-box .topbar-head ul li:last-child:after {
    content: unset;
}
.desktop_menu .sub-menu li a {
    margin: 0 15px;
    padding: 10px 0 !important;
    position: relative;
    overflow: hidden;
}

header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li:hover a {
    border-bottom: 1px solid #b35000 !important;
}
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li:hover ul.sub-menu a {
    border-bottom: 1px solid #eee !important;
}
/* header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li:hover > a:before {
    content: "\f061";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    background: unset;
    padding-right: 15px;
    font-size: 15px;
    color: #b35000;
    left: 0;
} */
header.site-header .main-bar .desktop_menu ul.sub-menu .wrap-toggle-mobile {
    position: absolute;
    right: 0;
    bottom: 13px;
}
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li > a:before {
    position: relative;
    left: -100px;
}
/* header.site-header .main-bar .desktop_menu ul.menu li a{
    font-size:0px;
  }

  header.site-header .main-bar .desktop_menu ul.menu li:hover a {
    transform: translateY(10px);
    font-size: 17px;
    transition: .5s;
  }

  header.site-header .main-bar .desktop_menu ul.menu li:hover a {
    transform: translateY(0px);
  } */
  /* header.site-header .main-bar .desktop_menu ul.menu li:hover a:before { */
    /* position: absolute;
    z-index: 1;
    top: -10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    animation: illuminate 3s ease-out infinite;
    background: #fdc6be;
    content: '';
    display: block;
    left: 6px; */
/* } */
header.site-header .main-bar .desktop_menu ul.menu {
    height: 90px;
margin-bottom: 8px;}
/**/
header.site-header .main-bar .desktop_menu ul.menu li ul.sub-menu a{
    font-size: unset;
  }
  header.site-header .main-bar .desktop_menu ul.sub-menu {
    height: auto;
}

.footer-main .main-footer h3.head-foot {
    font-family: 'KwamSook', sans-serif !important;
    margin: 0;
    font-size: 26px;
    padding-bottom: 0;
    line-height: 27px;
    margin-top: 10px;
}
.footer-main .main-footer p, .footer-main .main-footer p a {
    font-family: 'KaLaTeXa', sans-serif !important;
    font-size: 21px;
    font-weight: 500;
}
.bottom-menu ul li a, .footer-main .main-footer .copy-right_footer p {
    font-family: 'KaLaTeXa', sans-serif !important;
    font-size: 19px;
}
@keyframes illuminate {
    0% {
      transform: scale(.7, .7);
      opacity: 0.7;
    }
    50% {
      opacity: 0.3;
    }
    100%{
      transform: scale(1.15);
      opacity: 0;
    }
  }

  /* header.site-header .main-bar .desktop_menu ul.menu > li > a{
    position: relative;
  z-index: 1;}
  header.site-header .main-bar .desktop_menu ul.menu > li > a:before {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      animation: illuminate 2s ease-out infinite;
      background: #fdc6be;
      content: '';
      display: block;
        visibility: hidden;
      top: -7px;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: -30px;
  display: none;}
  header.site-header .main-bar .desktop_menu ul.menu > li:hover > a::before{
      visibility: visible;
  } */
  header.site-header .site-branding a::before{
    background: #fff6;
    left: -135px;
  }
  /* header.site-header .main-bar .desktop_menu ul.menu > li > a::after{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    content: '';
    display: block;
    visibility: visible;
    top: -7px;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

  header.site-header .main-bar .desktop_menu ul.menu > li:after {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    content: '';
    display: block;
    visibility: visible;
    top: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
background: #FFF;
}

.grid-image-1 .elementor-column .elementor-widget-image .elementor-widget-container {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border-bottom-right-radius: 0;
}
 .grid-image-1 .elementor-column .elementor-widget-image .elementor-widget-container:before {
     content: "";
     height: 270px;
     left: -165%;
     opacity: .8;
     position: absolute;
     top: -67px;
     -webkit-transform: rotate(35deg);
     transform: rotate(35deg);
     width: 50px;
     transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    /*easeOutCirc*/
     z-index: 1;
    background: #fff;
    width: 540px;
}

.home-main-2-new.img-border-zoom.i1 .elementor-widget-container:before {
    border-radius: 40px;
    border-bottom-right-radius: 0;
}
#page .home-main-2-new .mec-calendar .mec-calendar-side .mec-next-month,
#page .home-main-2-new .mec-calendar .mec-calendar-side .mec-previous-month {
    top: 34px!important;
}
#page .home-main-2-new .mec-calendar .mec-calendar-header h2 {
    font-size: 22px;
}
.home-main-2-new .mec-event-calendar-classic .mec-calendar-side {
    padding-bottom: 20px;
}
 .grid-image-1 .elementor-column .elementor-widget-image .elementor-widget-container:hover:before {
    background: #FFF;
     opacity: 0;
     left: 120%;
     -webkit-transform: rotate(40deg);
     transform: rotate(40deg);
}
 header.site-header .main-bar .desktop_menu ul.menu > li:hover > a:before {
    content: '';
    top: 4px;
    -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
}
header.site-header .main-bar .desktop_menu ul.menu > li > a:before{
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #f47920;
    border-radius: 50%;
    z-index: 1;
}
header.site-header .main-bar .desktop_menu ul.sub-menu {
    background: rgb(255,254,242);
    background: linear-gradient(141deg, #ffc296 20%, #f5812c 80%);
}

header.site-header .main-bar .desktop_menu ul.sub-menu li a {
    color: #fff !important;
}

/* :root {
    --px: 0;
    --py: 0;
  }

  .fancy-hover {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s linear;
  } */

  /* .fancy-hover:before,
  .fancy-hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.1s linear;
  } */

  /* .fancy-hover:before {
    width: 100%;
    height: 162px;
    background: radial-gradient(circle at center, #ffffff9c 10%, #fdb8865c 51%);
    opacity: 0;
    mix-blend-mode: screen;
    transform: translate(calc(var(--px) * 0.2px), calc(var(--py) * 0.2px)) translate(-50%, -50%);
} */

  /* .fancy-hover:after {
    background: inherit;
    margin: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-delay: 0.05s;
  }
  .fancy-hover:hover:before {
    opacity: 0.6;
  }
  .fancy-hover:hover:after {
    opacity: 0.85;
    transition-delay: 0s;
  } */
/*
  header.site-header .main-bar .desktop_menu ul.sub-menu > li  {
        overflow: hidden;
  } */

  /* header.site-header .main-bar .desktop_menu ul.sub-menu > li > ul.sub-menu > li.fancy-hover {
      overflow: initial;
  } */


@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad pro (large tablet)*/
@media (max-width: 1024px) and (min-width: 992px){
    .v-container {
        padding-right: 2em;
        padding-left: 2em;
    }
    .quick_links .main-object .thumbnail-link img {
        max-width: 35px;
    }
    .quick_links .main-object .title-link h3 {
        font-size: 18px;
    }
    .object-quick.object-1 h3 {
        font-size: 26px;
    }
    .object-quick.object-1 h4 {
        font-size: 18px;
    }
    .item-quick-links a {
        grid-gap: 5px;
    }
    .object-quick.object-1 {
        padding: 1.5em 1em;
    }
    .object-quick.object-2 .quick-container {
        grid-gap: 1px;
    }
    .line-obj {
        width: 80px;
        height: 40px;
        border-top: solid 40px rgb(0 86 85);
        border-left: solid 40px transparent;
        border-right: solid 40px transparent;
        bottom: -39px;
    }
    .object-quick.object-1:before {
        width: 80px;
        height: 40px;
        bottom: -40px;
    }
    .object-quick.object-1:after {
        width: 80px;
        height: 40px;
        bottom: -40px;
    }

    .wrap-thumb-header .in-thumb .v-container {
        min-height: 200px;
    }
    input.sf-input-text, select.sf-input-select {
        font-size: 19px;
    }
    .column-post_grid {
        grid-template-columns: 1fr;
    }
    .archive-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .archive-box .searchandfilter ul {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 1.5em 0;
    }
    .archive-box .searchandfilter ul li:first-child {
        grid-column: span 1;
    }
    .archive-box .searchandfilter ul li {
        padding: 0;
    }
    .archive-box .searchandfilter ul li {
        grid-column: span 1;
    }
    .archive-box li.sf-field-posts_per_page {
        position: relative;
    }
    .box-pageination_post {
        grid-template-columns: 1fr 2fr 1fr;
        align-items: center;
    }
    .archive-box li.sf-field-posts_per_page select {
      border: 1px solid #dbdbdb;
      font-weight: 500;
      color: #979797;
      text-align: left;
      margin: 0
      ;position: relative;
      width: 100%;
      display: block;
      appearance: none;
    }
    .main-post_column, .column-post_grid.close .box-post_grid .main-post_column {
        grid-template-columns: repeat(3, 1fr);
    }
    .card-recent_post.card-recent_image .box-image_overlay svg {
        width: 35px;
        height: 35px;
    }
    .column-post_grid.close .box-pageination_post {
        grid-column: span 3;
    }
    .card-recent_gallery .feature-thumbnail img {
        height: 290px;
    }
    .image-gallery_recent img {
        height: 90px;
    }
    .card-recent_gallery .detail-card {
        grid-gap: 1em;
    }
    .banner-column_video .object-banner.object-1 .card-recent_video img {
        height: 290px;
    }
    h3.widget-title_head {
        font-size: 26px;
    }
    .archive-events .column-post_grid {
        grid-template-columns: 1fr;
    }
    .searchandfilter label {
        width: 100%;
    }
    .archive-events .archive-sidebar {
        grid-template-columns: 1fr;
    }
    .single_events_box .single_sidebar {
        width: 100%;
    }
    .single_events_box .main-content {
        width: 100%;
    }
    .single_events_box .single_sidebar {
        padding: 0;
    }
    .thumbnail-head {
        display: none;
    }

    .detail-error img {
        max-width: 500px;
    }
    .weblink-box .column-post_grid .main-post_column {
        grid-template-columns: repeat(3, 1fr);
    }

    .weblink-box .column-post_grid .box-pageination_post {
        grid-column: span 3;
    }

    .card-weblink .post-header img {
        width: 80px;
        height: 80px;
    }
    header.site-header .v-container .topbar-head {
        display: none;
    }
    header.site-header .main-bar {
        align-items: center;
    }
    header.site-header .site-branding img {
        height: 60px;
    }
    .site-header {
        padding: 10px 0;
    }
}

.desktop_menu li:hover>.sub-menu{
  top: 112%;
}
.desktop_menu .sub-menu:before {
    position: absolute;
    content: "";
    left: 0;
    top: -15px;
    height: 16px;
    width: 100%;
    z-index: 1;
      border: 0;
}
@media (max-width: 991.98px) {
    .v-container {
        padding-right: 2em;
        padding-left: 2em;
    }
    .quick_links .main-object .thumbnail-link img {
        max-width: 35px;
    }
    .quick_links .main-object .title-link h3 {
        font-size: 18px;
    }
    .object-quick.object-1 h3 {
        font-size: 26px;
    }
    .object-quick.object-1 h4 {
        font-size: 18px;
    }
    .item-quick-links a {
        grid-gap: 5px;
    }
    .object-quick.object-1 {
        padding: 1.5em 1em;
    }
    .object-quick.object-2 .quick-container {
        grid-gap: 1px;
    }
    .line-obj {
        width: 80px;
        height: 40px;
        border-top: solid 40px rgb(0 86 85);
        border-left: solid 40px transparent;
        border-right: solid 40px transparent;
        bottom: -39px;
    }
    .object-quick.object-1:before {
        width: 80px;
        height: 40px;
        bottom: -40px;
    }
    .object-quick.object-1:after {
        width: 80px;
        height: 40px;
        bottom: -40px;
    }

    .wrap-thumb-header .in-thumb .v-container {
        min-height: 200px;
    }
    input.sf-input-text, select.sf-input-select {
        font-size: 19px;
    }
    .column-post_grid {
        grid-template-columns: 1fr;
    }
    .archive-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .archive-box .searchandfilter ul {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 1.5em 0;
    }
    .archive-box .searchandfilter ul li:first-child {
        grid-column: span 1;
    }
    .archive-box .searchandfilter ul li {
        padding: 0;
    }
    .archive-box .searchandfilter ul li {
        grid-column: span 1;
    }
    .archive-box li.sf-field-posts_per_page {
        position: relative;
    }
    .box-pageination_post {
        grid-template-columns: 1fr 2fr 1fr;
        align-items: center;
    }
    .archive-box li.sf-field-posts_per_page select {border: 1px solid #dbdbdb;height: 40px!important;color: #979797;text-align: left;margin: 0;position: relative;width: 100%;display: block;appearance: none;}
    .main-post_column, .column-post_grid.close .box-post_grid .main-post_column {
        grid-template-columns: repeat(4, 1fr);
    }
    .card-recent_post.card-recent_image .box-image_overlay svg {
        width: 35px;
        height: 35px;
    }
    .column-post_grid.close .box-pageination_post {
        grid-column: span 3;
    }
    .card-recent_gallery .feature-thumbnail img {
        height: 290px;
    }
    .image-gallery_recent img {
        height: 90px;
    }
    .card-recent_gallery .detail-card {
        grid-gap: 1em;
    }
    .banner-column_video .object-banner.object-1 .card-recent_video img {
        height: 290px;
    }
    h3.widget-title_head {
        font-size: 26px;
    }
    .archive-events .column-post_grid {
        grid-template-columns: 1fr;
    }
    .searchandfilter label {
        width: 100%;
        text-align: center;
    }
    .archive-events .archive-sidebar {
        grid-template-columns: 1fr;
    }
    .single_events_box .single_sidebar {
        width: 100%;
    }
    .single_events_box .main-content {
        width: 100%;
    }
    .single_events_box .single_sidebar {
        padding: 0;
    }
    .thumbnail-head {
        display: none;
    }

    .detail-error img {
        max-width: 500px;
    }
    .weblink-box .column-post_grid .main-post_column {
        grid-template-columns: repeat(3, 1fr);
    }

    .weblink-box .column-post_grid .box-pageination_post {
        grid-column: span 3;
    }

    .card-weblink .post-header img {
        width: 80px;
        height: 80px;
    }
    .bottom-menu ul {
        display: block;
        text-align: left;
    }

    .bottom-menu ul li {
        display: inline-block;
    }

    .footer-main .main-footer h3.head-foot {
        font-size: 29px;
        line-height: 1;
    }

    .logo-footer img {
        max-height: 100px;
    }

    .bottom-menu ul li a {
        padding-right: 10px;
    }
    header.site-header .v-container .topbar-head {
        display: none;
    }
    header.site-header .main-bar {
        align-items: center;
    }
    header.site-header .site-branding img {
        height: 60px;
        margin-bottom: -5px;
    }
    .site-header {
        padding: 10px 0;
    }
    .main-bar .main-navigation {
        width: auto;
    }
    header.site-header .main-bar .toggle-icon {
        width: 40px;
        height: 40px;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        margin: 0;cursor: pointer;
    }

    header.site-header .main-bar .toggle-icon svg {
        width: 20px;
    }
    header.site-header #toggle-main-menu {
        margin: 0;
        position: relative;
        display: flex!important;
        align-items: center;
        padding: 0;
        height: 42px;
    }
    header.site-header .v-container {
    grid-template-columns: 1.5fr 6fr;
}
    .top-head_bar .member-box a {
        font-size: 15px;
        font-weight: 400;
        text-decoration: unset;
        color: #ffff;
    }
    .top-head_bar {
        background: #f57921;
        padding: 7px 0px;
        display: block;
    }
    .top-head_bar .member-box {
        display: flex;
        align-items: center;
    }
    .top-head_bar .member-box .divide-m {
        height: 10px;
        width: 1px;
        background: #fff;
        opacity: 0.6;
        margin: 0 5px;
    }
    .top-head_bar .right-bar_box {
        display: flex;
        justify-content: space-between;
        justify-content: right;
        gap: 20px;
    }
    .top-head_bar .lang-box li.current-lang a {
        background: #f8a677;
    }
    header.site-header .main-bar ul.menu .xhome > a:before {
        content: unset;
    }
    .top-head_bar .member-box a {
        display: flex;
        align-items: self-end;
    }

    .top-head_bar .member-box a svg {
        width: 15px;
        margin-right: 5px;
        margin-bottom: 3px;
        height: 15px;
    }

  header.site-header .main-bar ul.menu .xhome > a:before {
      display: none!important;
  }
  header.site-header .site-branding {
    align-items: center;
    justify-content: start;
}
.hamburger-box {
    margin-left: 0;
}
}
/*iphone8 (smartphone)*/
@media (max-width: 575.98px) {

  .top-head_bar .member-box a svg {
      margin-bottom: 4px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
}
  .hamburger--slider .hamburger-inner {
    top: 2px;
    right: 10px;
}
header.site-header .main-bar ul.menu .xhome > a:before {
    display: none!important;
}
    .v-container {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
    .line-obj {
        display: none;
    }
    .object-quick.object-1:before {
        content: unset;
    }
    .object-quick.object-1:after {
        content: unset;
    }
    .leftbar_side {
        position: relative;
        width: 100%;
        padding: 7px 1.5em;
    }
    .leftbar_side .social-list {
        display: flex;
    }
    .leftbar_side ul.social-ul {
        display: flex;
        grid-gap: unset;
        gap: 5px;
    }
    .leftbar_side .social-list h4 {
        flex-direction: row;
    }
    .leftbar_side .social-list h4 span {
        padding-left: 8px;
        font-size: 18px;
    }
    #carousel_home_banner svg {
        width: 20px;
        height: 20px;
    }
    .leftbar_side ul.social-ul li a {
        width: 30px;
        height: 30px;
        border-width: 1px;
    }
    #carousel_home_banner .swiper-pagination {
        bottom: 8px !important;
    }
    .vc_banner .swiper-button-next {
        right: 15px;
    }
    .vc_banner .swiper-button-prev {
        left: 15px;
    }
    .post-card-two > .main-object {
        grid-template-columns: 1fr;
    }
    .post-card-two > .main-object span.cat-text span.day {
        font-size: 50px;
    }
    .post-card-two > .main-object span.cat-text span.m-y {
        font-size: 19px;
        text-align: left;
    }
    .post-card-two > .main-object span.cat-text span.m-y-m {
        font-size: 30px;
        text-align: left;
        margin-top: -15px;
    }
    .post-card-two > .main-object > .object-1 {
        padding: 10px;
    }
    .post-card-two > .main-object > .object-2 h3 a {
        font-size: 22px;
    }
    .post-card-two > .main-object > .object-2 {
        padding: 10px;
    }
    .post-card-two .box-info_column .main-object {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 0px;
    }
    .post-card-two > .main-object span.cat-text {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3px;
    }
    .post-card-two > .main-object span.cat-text span.day {
        grid-row: span 2;
        font-size: 75px;
    }
    .content-pagination {
        /* flex-direction: column; */
    }
    .column-post_grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .box-pageination_post {
        grid-column: span 2;
        grid-template-columns: 1fr;
        justify-content: center;
        grid-gap: 10px;
    }
    .main-post_column, .column-post_grid.close .box-post_grid .main-post_column {
        grid-template-columns: repeat(2, 1fr);
    }
    h4.count-head {
        text-align: center;
    }
    .archive-box .searchandfilter ul {
        grid-template-columns: 1fr 1fr;
        padding: 1.2em 0;
    }
    .archive-box .searchandfilter ul li:first-child {
        grid-column: span 2;
        padding: 0;
    }
    .archive-box .searchandfilter ul li {
        padding: 0;
    }
    .h-title_archive h3 {
        font-size: 30px;
    }

    .archive-box .entry-header h3 {
        font-size: 35px;
    }
    .wrap-thumb-header .in-thumb .v-container {
        min-height: 180px;
    }
    .archive-box .searchandfilter select.sf-input-select {
        min-width: 100%;
    }
    input.sf-input-text, select.sf-input-select {
        font-size: 19px;
    }
    .archive-sidebar {
        grid-template-columns: 1fr;
    }
    .archive-sidebar .widget-side_archive {
        padding-bottom: 5px;
    }
    .archive-box .searchandfilter ul li.sf-field-category {
        grid-column: span 1;
    }
    span.breadcrumb_last {
        margin-bottom: 0;
    }
    .banner-column .main-object {
        grid-template-columns: 1fr;
        padding-bottom: 1em;
    }
    .card-recent_post.card-recent_image .box-image_overlay svg {
        width: 35px;
        height: 35px;
    }
    .card-post_m span.post_view, .card-recent_image span.post_view {
        line-height: 1.3;
    }
    .card-post_m .date-post_card > span.date-post_card, .card-recent_image .date-post_card span.date-post_card {
        padding: 0;
    }
    .card-post_m .date-post_card, .card-recent_image .date-post_card {
        padding-bottom: 0;
    }
    .card-post_m h4 a {
        font-size: 20px;
    }
    /* #breadcrumbs > span > span {
        display: flex;
        align-items: center;
    } */
.card-recent_gallery .detail-card {
    display: grid;
    grid-gap: 1.5em;
}
.card-recent_gallery .feature-thumbnail img {
    height: 200px;
}
.image-gallery_recent img {
    height: 65px;
}
.card-recent_gallery .overlay_thumb svg {
    width: 25px;
    height: 25px;
}
.card-recent_gallery .overlay_thumb span {
    font-size: 16px;
}
.card-recent_gallery .detail-card {
    grid-gap: 0.5em;
}
.card-recent_gallery h4 a {
    font-size: 20px;
}
.column-post_grid.close .box-pageination_post {
    grid-column: span 1;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page {
    margin: 0 auto;
}
.banner-column_video .object-banner.object-1 .card-recent_video img {
    height: 200px;
}
.banner-column_video .object-banner.object-1 .card-recent_video .box-image_overlay svg {
    width: 60px;
    height: 60px;
}
.list-post_box .card-calendar-1 > .main-object > .object-1:after {
    content: unset;
}
.list-post_box .card-calendar-1 > .main-object > .object-1 {
    border-bottom: 1px solid #eee;
}
.archive-events .list-post_box .post-related {
    grid-gap: 10px;
}
.grid-calendar_type .main-object {
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.detail-error img {
    max-width: 300px;
}
.weblink-box .column-post_grid .main-post_column {
    grid-template-columns: 1fr;
}
.weblink-box .column-post_grid .box-pageination_post {
    grid-column: span 1;
}
.footer-main .main-footer .v-container {
    grid-template-columns: 1fr;
}

.footer-main .main-footer .object-1.object-grid .main-object {
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.footer-main .sub-object {
    padding-top: 10px;
}
.social-box_footer {
    display: grid;
    grid-gap: 10px;
}
.main-footer .object-sub_2 {
    display: grid;
    grid-gap: 10px;
}
header.site-header .site-branding img {
    height: 40px;
    width: auto;
    margin-bottom: -7px;
}
.site-header {
    padding: 0;
}
header.site-header .v-container .member-box a {
    font-size: 14px;
    font-weight: 400;
}

header.site-header .v-container .member-box .divide-m {
    margin: 0 5px;
}

header.site-header .main-bar {
    gap: 13px;
}
.top-head_bar .member-box a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: unset;
    color: #ffff;
}
.top-head_bar {
    background: #f57921;
    padding: 7px 0px;
}
.top-head_bar .member-box {
    display: flex;
    align-items: center;
}
.top-head_bar .member-box .divide-m {
    height: 10px;
    width: 1px;
    background: #fff;
    opacity: 0.6;
    margin: 0 5px;
}
.top-head_bar .right-bar_box {
    display: flex;
    justify-content: space-between;
}
.top-head_bar .lang-box li.current-lang a {
    background: #f8a677;
}
.hamburger-box {
    margin-left: 3px;
}
.social-box_footer ul.list-social li a {
    margin-top: -15px;
}
}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
