a:hover, a:focus {
    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: #ed7e24;
    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: #ed7e24 !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: #ed7e24;
    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: #ed7e24;
    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: #ed7e24;
    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: #ed7e24;
}
.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: #ed7e24;
}
.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: #ed7e24;
}
.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: #ed7e24;
}
.h-title_archive h3 {
    margin: 0;
}
.detail-archive_box {
    position: relative;
}
.content-pagination .current {
    background: #ed7e24;
    border: 2px solid #ed7e24;
    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: #ed7e24;
}
.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: #ed7e24;
}
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:#009780;
    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;
}

.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: #009780;
    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: #ed7e24;
} */
.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: #ed7e24;
}
.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: #ed7e24;
}
.single_events_box .in-thumb h3.byline {
    display: none;
}
.icon_c {
    background: #ed7e24;
    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: #ed7e24;
    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: #ed7e24; */
}
.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: #ed7e24;
    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: 6fr 1fr;
    grid-gap: 10px;
}
.footer-main .main-footer .object-1.object-grid .main-object {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr;
    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: 0;
margin-top: 5px;}
.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 #topbar-menu li a {
    font-weight: 600;
    padding: 0 10px;
    border: 0;
    position: relative;
    -o-transition: all .2s ease;
transition: all .2s ease;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.site-header #topbar-menu li:first-child a {
    padding-left: 0;
}
.site-header #topbar-menu li:hover:first-child a {
    padding-left: 10px;
}
.site-header #topbar-menu li{
  padding: 0;
  position: relative;
}
/* .site-header #topbar-menu li:after {
    content: '';
    height: 18px;
    width: 1px;
    background: #ffffff7d;
    position: absolute;
    right: 0;
    top: 4px;
}
.site-header #topbar-menu li:last-child::after{
  display: none;
} */

.site-header .topbar-head .member-box a {
    position: relative;
}
.site-header .topbar-head li.menu-item a:hover,
.site-header .topbar-head .member-box a:hover
{
    color: #ed7e24;
}
.site-header #topbar-menu li a:before ,.site-header .topbar-head .member-box a:before{
    position: absolute;
    left: 0!important;
    top: -2px!important;
    height: 22px!important;
    bottom: auto!important;
    margin: 0!important;
    z-index: -1;
    content: '';
    background: #fff;
    border-radius: 50px;
    width: 0;
    opacity: 0;
    transition: all .7s cubic-bezier(0.68, 1, 0.265, 1)!important;
}
.site-header #topbar-menu li a:hover::before,
.site-header .topbar-head .member-box a:hover::before
 {
    width: 100%;
    opacity: 1;
}



.site-header .v-container {
    display: grid;
}
header .right-box .topbar-head ul {
    margin: 0;
    padding: 0;
    background: #e5f6f3;
    padding: 10px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
}
header .right-box .topbar-head ul li {
    list-style: none;
}
header .right-box .topbar-head ul li a {
    text-decoration: none;
    color: #00a88e;
    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: #00a88e!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 {
    background: #009780;
    grid-template-columns: auto 13fr 1fr;
    grid-gap: 0;
    justify-content: end;
}
header.site-header .v-container .topbar-head {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
header.site-header .site-branding img {
    height: 125px;
    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: #f8a677;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
    gap: 15px;
    justify-content: center;
}
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: #ed7e24;
    stroke: unset;
}
.desktop_menu li {
    min-height: 100%;
}
header.site-header .main-bar .desktop_menu ul.menu li a:hover, header.site-header .main-bar .desktop_menu ul.menu li a:hover svg {
    color: #ed7e24!important;
    fill: #ed7e24!important;
}
header.site-header .main-bar {
    display: flex;
    width: 100%;
    gap: 20px;
}
header.site-header .main-bar .toggle-icon {
    background: #f8a677;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    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;
}
header.site-header .main-bar .toggle-icon:hover{
  background: #f1f1f1;
}

header.site-header .main-bar .toggle-icon svg {
    margin: 0;
    stroke: #fff;
    width: 48px;
    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;
    justify-content: center;
    background: #FFF;
    border-bottom-right-radius: 50px;
}
header.site-header .v-container .left-box{
background: #FFF;
}
header.site-header .v-container .last-box{
  display: flex;
  padding-left: 30px;
  text-align: right;
}
header.site-header .v-container .last-box .toggle-search {
    display: flex;
    color: #FFF;
    flex-wrap: wrap;
}
header.site-header .v-container .last-box .toggle-search .toggle-icon{
  width: 100%;
}
header.site-header .v-container .last-box .toggle-search svg {
    width: 33px;
    height: 33px;
    margin-top: -2px;
}
header.site-header .v-container .last-box .toggle-search h4 {
  cursor: pointer;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    margin-top: -22px;
    margin-bottom: 0;
}
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: #00a88e;
    font-weight: 600;
    position: relative;
}
header.site-header .v-container .right-bar_box {
    background: #e5f6f3;
    padding: 10px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    width: auto;
    overflow: hidden;
}


.lang-box li.current-lang a {
    background: #f57922;
    color: #fff;
    padding: 4px 10px;
}
.lang-box li.current-lang a:hover{
  color: #FFF;
}
.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;
    gap: 10px;
}
header .site-header .desktop_menu li > a:hover, header.site-header .desktop_menu .menu-item-has-children:hover > .wrap-toggle-mobile svg,
header.site-header .desktop_menu .sub-menu .menu-item-has-children:hover > a, header .desktop_menu .sub-menu .current_page_item > a{
    color: #000 !important;
}
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li a{
    color: #000 !important;
-o-transition: all .55s ease!important;
    transition: all .55s ease!important;
    -webkit-transition: all .55s ease!important;
    -moz-transition: all .55s ease!important;
    -ms-transition: all .55s ease!important;
  }
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li svg {
    stroke: #000;
}
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li a:hover {
    color: #000 !important;
}
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 {
  height: 30px;
  display: block;
  width: 30px;
  margin: 0 auto 10px !important;
  stroke: #ed7e24;
  fill: #ed7e24;
  color: #ed7e24;
  -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.sub-menu li svg {
  fill:#0000;
    width: 20px;
    height: 42px;
}
header.site-header .main-bar .desktop_menu ul.menu li a {
    text-align: center;
}
header.site-header .main-bar .desktop_menu ul.sub-menu li a {
    text-align: left;
}
.social-box_footer ul.list-social li svg {
    height: 17px;
    width: 17px;
    transition: all ease-in-out 350ms;
}
.social-box_footer ul.list-social li a {
    height: auto;
    width: 45px;
    display: block;
    position: relative;
    margin-top: 0;
}
.social-box_footer ul.list-social {
    margin-left: 0;
}
.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: #00a88e;
    display: block;
    position: absolute;
    right: 0;
    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 #eee!important;
color: #FFF!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 ,
header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li.current-menu-item > a:before
{
content: '';
background: #f57921;
width: 100%;
border-radius: 50px;
opacity: 1!important;
visibility: visible;
}

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-parent a,
header.site-header .main-bar .desktop_menu ul.menu > li.current-menu-ancestor a
{
  color: #ed7e24;
}
header.site-header .main-bar .desktop_menu ul.menu > li.current-menu-item::after,
header.site-header .main-bar .desktop_menu ul.menu > li.current-menu-parent::after,
header.site-header .main-bar .desktop_menu ul.menu > li.current-menu-ancestor::after
 {
    content: '';
    background: #0000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    visibility: visible;
    position: absolute;
    z-index: 1;
    border: solid 2px #f57921;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    margin-top: -14px;
}
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-parent > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor > a > svg
{
  stroke: #ed7e24;
  stroke-width: 2px;
}


header.site-header .main-bar .desktop_menu ul.menu li.home-icon.current-menu-item > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.home-icon.current-menu-parent > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.home-icon.current-menu-ancestor > a > svg
{
  fill: #0000;
}

header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item.icon-m2 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent.icon-m2 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor.icon-m2 > a > svg
{
margin: 3px auto 8px !important;
}
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item.icon-m3 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent.icon-m3 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor.icon-m3 > a > svg
{
margin: 3px auto 8px !important;
}
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item.icon-m4 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent.icon-m4 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor.icon-m4 > a > svg
{
margin: 3px auto 8px !important;
}
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-item.icon-m5 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-parent.icon-m5 > a > svg,
header.site-header .main-bar .desktop_menu ul.menu li.current-menu-ancestor.icon-m5 > a > svg
{
margin: 3px auto 8px !important;
}




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

header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li > a:before{
    content: '';
    position: absolute;
    left: 0!important;
    top: 6px!important;
    height: 35px!important;
    bottom: auto!important;
    margin: 0!important;
    z-index: -1;
    transition: all .7s cubic-bezier(0.68, 1, 0.265, 1)!important;
}



/* 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-top: 3px;
    margin-bottom: -2px;
}
/**/
header.site-header .main-bar .desktop_menu ul.menu li ul.sub-menu a{
    padding: 12px 11px!important;
  }
  header.site-header .main-bar .desktop_menu ul.sub-menu {
    height: auto;
}
  /* header.site-header .main-bar .desktop_menu ul.menu li:hover ul.sub-menu a {



  } */

  header.site-header .main-bar .desktop_menu ul.menu li:hover ul.sub-menu a {
    transform: unset;
  }
  header.site-header .main-bar .desktop_menu ul.menu li:hover ul.sub-menu a:before {

    animation: none;
}
.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;
line-height: 26px;}
.bottom-menu ul li a, .footer-main .main-footer .copy-right_footer p {
    font-family: 'KaLaTeXa', sans-serif !important;
    font-size: 19px;
}
.footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 {
    display: flex;
    justify-content: right;
}
 .footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 .grid-2_c {
    display: flex;
    gap: 20px;
}
 .footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 .grid-2_c h4 {
    font-family: 'KaLaTeXa', sans-serif !important;
     font-size: 21px;
     font-weight: 500;
    color: #fff;
    text-decoration: auto;
}
 .footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 .grid-2_c a {
    text-decoration: auto;
    color: #fff;
    padding-top: 10px;
}
 .list-box_card .img-box {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0 auto 10px;
    background: #0b8d6e;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



 /* .list-box_card a:before{
  content: '';
border-radius: 50px;
background: #0b8d6e;
content: '';
position: absolute;
-o-transition: all .7s;
-webkit-transition: all .7s;
transition: all .7s;
z-index: -1;
width: 65px;
height: 65px;
top: -70px;
right: 35px;
} */

/* .list-box_card a:hover::before{
  transform: scale(10);
} */
.list-box_card a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
        padding: 0 5px 10px;
}
.footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 .grid-2_c a .img-box{
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 .grid-2_c a:hover .img-box{
    transform: scale(1.1);
}

.footer-main .main-footer .object-1.object-grid .main-object .object-sub_3 {
    justify-content: center;
}
.social-box_footer ul.list-social li a {
    border: 0.125rem solid #f3f3f3;
    box-shadow: 0 0 8px 0 rgb(50 50 50 / 15%);
    border-radius: 50%;
    transition: 250ms;
    background: #ffffff;
    padding: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: 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;
}
.social-box_footer ul.list-social {
   gap: 5px;
}
.social-box_footer ul.list-social li svg {
   fill: #4b4b4b;
}
.social-box_footer ul.list-social li a:hover{
  border: solid 1px #009780;
}
.social-box_footer ul.list-social li:nth-child(1) a:hover svg {
  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{
    fill: #00B900!important;
}
/* .social-box_footer ul.list-social li:nth-child(4) a:hover {
   box-shadow: 0 0 24px 0 #00B900;
}
.social-box_footer ul.list-social li:nth-child(3) a:hover {
   box-shadow: 0 0 24px 0 #fe0000;
}
.social-box_footer ul.list-social li:nth-child(2) a:hover {
   box-shadow: 0 0 24px 0 #2daae1;
}
.social-box_footer ul.list-social li:nth-child(1) a:hover {
   box-shadow: 0 0 24px 0 #0897f5;
} */
.site-header .topbar-head {
    background: #ed7e24;
}
.site-header .topbar-head li.menu-item a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: auto;
    padding: 0 10px;
}
 .site-header .topbar-head li {
    list-style: none;
}
 .site-header .topbar-head ul {
    display: flex;
}
 .site-header .topbar-head li.menu-item a {
    border-right: 1px solid #ffffff7d;
}
 .site-header .topbar-head li.menu-item:last-child a {
    padding-right: 0;
    border-right: 0;
}
 .site-header .topbar-head li.menu-item:first-child a {
    padding-left: 0;
}
 .site-header .topbar-head .member-box a {
    color: #fff;
     font-weight: 400;
     font-size: 14px;
     text-decoration: auto;
     padding: 0 10px;
}
 .site-header .topbar-head .member-box a svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    stroke-width: 3px;
}
 .site-header .topbar-head .member-box {
    display: flex;
    align-items: center;
}
 .lang-box li a {
    background: #ed7e24;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
 .lang-box li.current-lang a {
    background: #efb732;
}
.site-header .topbar-head li.menu-item a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: auto;
    padding: 0 10px;
}
 .site-header .topbar-head li {
    list-style: none;
}
.site-header .topbar-head ul {
    display: flex;
    margin: 0;
    padding: 0;
}
 .site-header .topbar-head li.menu-item a {
    border-right: 1px solid #ffffff7d;
}
 .site-header .topbar-head li.menu-item:last-child a {
    padding-right: 0;
    border-right: 0;
}
.desktop_menu li:hover>.sub-menu{
  top: 100%;
}
.desktop_menu .sub-menu:before{
  display: none;
}
.site-header .topbar-head li.menu-item a:hover {
    /* background: #ed7e25; */
}
 .site-header .topbar-head li.menu-item:first-child a {
    padding-left: 0;
}
 .site-header .topbar-head .member-box a {
    color: #fff;
     font-weight: 400;
     font-size: 14px;
     text-decoration: auto;
     padding: 0 10px;
}
 .site-header .topbar-head .member-box a svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    stroke-width: 3px;
}
 .site-header .topbar-head .member-box {
    display: flex;
    align-items: center;
}
 .lang-box li a {
    background: #ed7e24;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
 .lang-box li.current-lang a {
    background: #efb732;
}
 .site-header .topbar-head .right-bar-x .right-bar_box {
    display: flex;
    gap: 15px;
    align-items: center;
}
 .site-header .social-box_footer {
    display: flex;
    width: 100%;
}
.site-header .topbar-head .x-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .site-header .topbar-head {
    padding: 7px 0;
}
 .social-box_footer ul.list-social li {
    display: block;
    height: 100%;
}
.site-header .topbar-head .member-box a {
    border-right: 1px solid #ffffff7d;
}
 .site-header .topbar-head .member-box a:last-child {
    border-right: 0;
}
header.site-header .site-branding img.custom-logo {
    height: 56px !important;
    display: block;
margin-top: -5px;}
 header.site-header .site-branding {
    justify-content: left;
}
header.site-header .last-box:after {
    content: '';
    display: block;
    height: 100%;
    width: 1000%;
    position: absolute;
    top: 0;
    left: auto;
    right: -1000%;
    z-index: -1;
    background: #009780;
}
header.site-header .last-box {
    background: #009780;
}
 /* .site-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 21.7vw;
    width: 185px;
    z-index: 0;
    background: #fff;
    height: 100%;
    border-bottom-right-radius: 50px;
} */
 .site-header .topbar-head {
    position: relative;
    z-index: 2;
}
header.site-header .main-bar .toggle-icon {
    background: #009780;
}
 header.site-header .main-bar .toggle-icon svg {
    color: #ed7e24;
}
header.site-header .main-bar .toggle-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px;
}
 header.site-header .main-bar .toggle-search h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
 header.site-header .main-bar {
    align-items: center;
}
#carousel_home_banner .swiper-pagination {
    left: 500px;
    max-width: 1000px;
    width: 100%;
    height: 70px;
    bottom: 10px !important;
    background: rgb(0 0 0 / 48%);
    border-radius: 0;
    justify-content: left;
    padding-left: 70px;
}
 #carousel_home_banner .swiper-pagination span.swiper-pagination-bullet {
    height: 5px;
    width: 5px;
}
 #carousel_home_banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 5px;
     width: 50px;
}

@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;
  }
  header.site-header .main-bar .desktop_menu ul.menu > li > a:before {
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      animation: illuminate 2s ease-out infinite;
      background: #fdc6be;
      content: '';
      display: block;
        visibility: hidden;
      top: -11px;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: -25px;
  }
  header.site-header .main-bar .desktop_menu ul.menu > li:hover > a::before{
      visibility: visible;
  }
  .home-main-2 .mec-event-calendar-classic .mec-calendar-side {
    background: #f6e1d3;
    padding: 0;
}
 .home-main-2 .mec-event-calendar-classic .mec-calendar-side dt {
    background: #f6e1d3;
}
 .home-main-2 .mec-calendar.mec-event-calendar-classic dl dt {
    color: #000;
    background: #f6e1d3;
}
 .home-main-2 .mec-calendar-novel-selected-day {
    background: #f57921;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 0;
    display: flex !important;
    align-items: center;
    line-height: 1;
    justify-content: center;
    margin: 0 auto !important;
}
 .mec-skin-monthly-view-month-navigator-container {
    background: #f57921;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .mec-skin-monthly-view-month-navigator-container div#mec_month_navigator_141414_202205 {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .home-main-2 .mec-box-calendar.mec-calendar .mec-calendar-header {
    margin-top: 0px;
}
#page header.site-header .main-bar .desktop_menu li.menu-item ul.sub-menu li svg {
    stroke: #ed7e24;
}
body.theme-twelve .logo-footer a img
{
  -webkit-transition: all .35s;
  transition: all .35s;
}
body.theme-twelve .logo-footer a:hover img{
  padding: 10px;
}

body.theme-twelve .logo-footer a .line-1:before,
body.theme-twelve .logo-footer a .line-1:after
{
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .35s;
    transition: all .35s;
}


body.theme-twelve .logo-footer a .line-2:before,
body.theme-twelve .logo-footer a .line-2:after
{
  content: '';
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: 0;
  right: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
}


body.theme-twelve .logo-footer a:hover .line-1:before,
body.theme-twelve .logo-footer a:hover .line-2:before {
  width: 1px;
  height: 100%;
}
body.theme-twelve .logo-footer a:hover .line-1:after,
body.theme-twelve .logo-footer a:hover .line-2:after {
  width: 100%;
  height: 1px;
}

body.theme-twelve .logo-footer a .line-1:before,
body.theme-twelve .logo-footer a .line-2:before {
    width: 1px;
    height: 0;
}

body.theme-twelve .logo-footer a .line-1:after,
body.theme-twelve .logo-footer a .line-2:after {
    width: 0;
    height: 1px;
}


.minimize-banner {
    right: 98px;
}
.no-margin.active .elementor-widget-container {
    margin: 0!important;
}
.minimize-banner.active {
    top: 178px;
}

#carousel_home_banner img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 20000ms linear;
    -moz-transition: all 20000ms linear;
    -ms-transition: all 20000ms linear;
    -o-transition: all 20000ms linear;
    transition: all 20000ms linear;
}


 #carousel_home_banner .swiper-slide-active img {
    -webkit-transform: scale(1.15)!important;
    -ms-transform: scale(1.15)!important;
    transform: scale(1.15)!important;
    -webkit-transform: scale(1.15)!important;
    -ms-transform: scale(1.15)!important;
    transform: scale(1.15)!important;
}

.minimize-banner{
  display: none!important;
}

.content-post-tab-yp.active .vdelay-1s {
 transition-delay: 0.1s;
}
.content-post-tab-yp.active .vdelay-2s {
 transition-delay: 0.3s;
}
.content-post-tab-yp.active .vdelay-3s {
     transition-delay: 0.5s;
}
.thai_health_5_v1 .vc-post.vdelayed {
    transition-delay: inherit!important;
}


#page #carousel_home_banner .swiper-pagination {
    bottom: 8px!important;
}
.list-announce-page .col-1 .icon-m2,
.list-announce-page .col-1 .icon-m3,
.list-announce-page .col-1 .icon-m4,
.list-announce-page .col-1 .icon-m5,
.list-announce-page .col-1 .icon-m6,
.list-announce-page .col-1 .icon-m7
 {
    display: none;
}

.list-announce-page .col-2 .home-icon,
.list-announce-page .col-2 .icon-m1,
.list-announce-page .col-2 .icon-m6,
.list-announce-page .col-2 .icon-m4,
.list-announce-page .col-2 .icon-m5
 {
    display: none;
}


.list-announce-page .col-3 .home-icon,
.list-announce-page .col-3 .icon-m1,
.list-announce-page .col-3 .icon-m2,
.list-announce-page .col-3 .icon-m3
 {
    display: none;
}
.fluentform .ff_btn_style, .fluentform .ff-el-form-control{
    font-size: 16px!important;

}
.report-depart-wrap:after {
  top: 33px;
  right: 4px;
}
select.ff-el-form-control:not([size]):not([multiple]) {
  height: 46px!important;
    border-radius: 100px!important;
}
.fluentform input[type=text].ff-el-form-control {
  font-size: 16px!important;
  border-radius: 50px!important;
}
/* Portrait */
/* Portrait*/
@media only screen
and (min-device-width: 1024px)
and (max-device-height: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)  {

}


/* Landscape */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    header.site-header .v-container .left-box {
        margin-right: -1px;
    }
}


@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad pro (large tablet)*/
@media (max-width: 1024px) and (min-width: 992px){
  #page .desktop_menu li {
      padding: 10px 7px;
  }
    .yp_breadcrumb {
    left: 20px;
  }
  .site-header {
    padding: 0!important;
}
.site-header .topbar-head {
    padding: 6px 20px 8px;
}
header.site-header .v-container{
  padding: 0!important;
  grid-template-columns: auto 6fr 1fr;
}
header.site-header .v-container .left-box {
    padding-left: 20px;
}
  #toggle-main-menu{
    display: none;
  }
    header.site-header .main-bar .toggle-search h4 {
        display: none;
      }
    .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;
    }
    .yp_breadcrumb{

    }
    header.site-header .main-bar {
        align-items: center;
    }
    header.site-header .site-branding img {
        height: 60px;
    }
    .site-header {
        padding: 0;
    }
    header.site-header .main-bar .toggle-search h4 {
        display: none;
      }
      .footer-main .main-footer .v-container {
        grid-template-columns: 1fr;
    }
     .footer-main {
        padding: 2em !important;
    }

}
@media (max-width: 991.98px) {
  /* .bottom-banner-wrap .swiper-button-prev,.bottom-banner-wrap .swiper-button-next {
    margin-top: -76px;
} */
.footer-main {
    background-size: 140px!important;
}
  header.site-header .v-container {
    grid-template-columns: 1fr 6fr;
    background: #FFF;
}
header.site-header .v-container .right-box {
    justify-content: right;
}
    .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: 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;
        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;
    }
    .top-head_bar .member-box a {
        font-size: 15px;
        font-weight: 400;
        text-decoration: unset;
        color: #ffff;
    }
    .top-head_bar {
        background: #ed7e24;
        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;
}
.site-header .topbar-head {
    display: none;
}
.site-header:after{
    content: unset;
}
header.site-header .main-bar .toggle-search h4 {
    display: none;
  }
  .footer-main .main-footer .v-container {
    grid-template-columns: 1fr;
    padding-top: 50px;
}
 .footer-main {
    padding: 0 !important;
}
}
/*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: 16px;
    }
    .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: #ed7e24;
    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;
}
header.site-header .site-branding img.custom-logo {
    height: 43px !important;
}
 header.site-header .v-container {
    grid-template-columns: 1fr 3fr;
}
 header.site-header .main-bar .toggle-search h4 {
    display: none;
}
 .toggle-icon {
}
 .footer-main {
    padding: 2em 0;
}
 .logo-footer img {
    max-height: 80px;
    margin: 0 auto;
}
 .logo-footer {
    text-align: center;
}
header.site-header .main-bar .toggle-search h4{
    display: none;
}
header.site-header .site-branding img.custom-logo {
  height: 43px !important;
}
header.site-header .v-container {
  grid-template-columns: 1fr 3fr;
}
header.site-header .main-bar .toggle-search h4 {
  display: none;
}
}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
