.heateor_sss_sharing_container{
  display: none!important;
}
li#wp-admin-bar-wp-logo {
    display: none!important;
}
body.role-subscriber #wpadminbar {
    display: none!important;
}
body.role-subscriber {
    /* margin-top: -32px!important; */
    margin-top: 0px !important;
}
.choices__list.choices__list--dropdown {
    min-height: 200px;
}
.left-share .heateor_sss_sharing_container{
  display: block!important;
}
.page.wrap-bge .entry-content {
    padding: 0;
}

.lang-box span.text-span{
  font-size: 19px;
}
 .card-recent_post .post-header .term-box{
   display: none;
 }
 span.post_view.display_name:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #83D8D1;
    border-radius: 10px;
    margin-top: 2px;
    margin-right: 5PX;
}
.fluentform .ff_upload_btn.ff-btn {
    font-size: 14px;
}
.frm-fluent-form .choices__list--multiple .choices__item {
    padding-top: 0px;
    padding-bottom: 7px;
}
.fluentform .ff-el-form-check label.ff-el-form-check-label {
    font-size: 14px;
}
.ff-message-success, .ff-errors-in-stack {
font-size: 14px;
}
.single .single_sidebar .in-thumb-overlay {
    background: #0000;
}
.v-post-loop.-list article {
    padding: 0;
    border: 0!important;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 9%);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
a.link-all {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.vc-post:hover > .in-thumb-overlay, .vcps-item:hover > .in-thumb-overlay, .card-post_m.card-recent_post:hover > .in-thumb-overlay, .vc-post-alt:hover > .in-thumb-overlay,
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left:hover .in-thumb-overlay,
.v-post-loop article:hover .in-thumb-overlay,.post-card-two:hover .in-thumb-overlay,
.card-post_m.card-recent_post .post-header:hover > .in-thumb-overlay
{
    opacity: 1!important;
}
.vc-post:hover > .vc-view-more, .vcps-item:hover .vc-view-more, .card-post_m.card-recent_post:hover > .vc-view-more, .vc-post-alt:hover > .vc-view-more,
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left:hover .vc-view-more,
.v-post-loop article:hover .vc-view-more,.vcps-item:hover .vc-view-more svg
{
    color: #275D3B!important;
}

.vcps-item .featured-croped a:before,
.vcps-item .featured-croped a:after
{
  display: none!important;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left {
    position: relative;
}
.vc_post_tab_style_1_left .in-thumb-overlay {
    top: -10px;
    width: calc(100% + 10px);
}
.in-view-more {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 4px 50px;
    width: 140px;
    background-color: #00038a;
    border-radius: 0;
    font-size: 20px;
    color: #FFF!important;
}
.in-view-more.icon {
    background-color: #0000;
    color: #FFF;
    width: auto;
}
.in-view-more.icon i {
    border: solid 2px #fff;
    border-radius: 0;
    width: 24px;
    height: 23px;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}
.in-view-more:hover {
    background: #FFF!important;
    color: #222!important;
}
.in-view-more.icon:hover {
  background: #0000!important;
  color: #222!important;
}
.in-view-more.icon:hover i {
    background: #FFF;
}




.footer ul.social-ul li a:before ,.top-object .social-list li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    content: "";
    background: #FFF;
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}
.footer ul.social-ul li:hover a:before,
.top-object .social-list li:hover a:before
 {
    transform: scaleX(1.0);
}

/*
.in-view-more i {
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 10px;
    position: absolute;
    right: 0.25rem;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    top: 3px;
    bottom: 0.25rem;
    padding: 0.5rem;
    width: auto;
    font-size: 12px;
    background-color: #f57922;
    margin-left: 0.25rem;
    border-radius: 22px 5px 22px 22px;
} */






body.theme-four main#primary .wrap-bg,
body.theme-four .detail-archive_box {
background: #FFF;
}
body.theme-four .main-post_column {
    grid-gap: 15px;
}





.theme-four .h-title_archive
{
  display: none;
}


body.box-color_3 .search-bar_ypx li:before,
body.box-color_3 li.sf-field-category li label{
  color: #fff700!important;
}

.left-tags.style-2 {
    width: 100%;
    border-top: solid 1px #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.left-tags.style-2 .tags_list
{
    margin-top: 0;
}

.right-shared.style-2
{
display: none;
}

.detail-archive_box {
    padding: 1em 0!important;
    padding-bottom: 70px!important;
}

.single-post .title-cat_right,
.single-mec-events .title-cat_right,
.single-vc_photo .title-cat_right,
.single-vc_video .title-cat_right
{
  display: none;
}



.theme-four.single-post .title-cat_page:after,
.theme-four.single-mec-events .title-cat_page:after,
.theme-four.single-vc_photo .title-cat_page:after,
.theme-four.single-vc_video .title-cat_page:after
{
  display: none;
}


header.two_page_title .wrap-page{
border-bottom: solid 1px #e3e3e3;
}

/* .single-post .bg-c .v-container,
.single-mec-events .bg-c .v-container,
.single-vc_photo .bg-c .v-container,
.single-vc_video .bg-c .v-container{
    min-height: 200px;
} */

.single-meta{
  position: relative;
}
.wrap-vc-read-post {
    position: absolute;
    right: 0;
}

.single-meta.style-2 .post_date {
    color: #FFF;
    text-align: center;
    min-width: 90px;
    padding-bottom: 6px;
    max-width: 90px;
    max-height: 75px;
}
.single-meta.style-2 .post_date svg {
    width: 13px;
    margin-bottom: -13px;
    color: #A3CD4D;
}
.site-branding.white img {
    min-height: 70px;
}
.single-meta.style-2 .post_date span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: -10px;
}
.single-meta.style-2 .entry-title {
    margin: 0;
    line-height: 36px;
    font-size: 40px;
}

.single-meta.style-2 span.posted-on {
    float: none;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.single-meta.style-2 .left-items {
    display: grid;
    grid-template-columns: 105px 1fr;
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.single-meta.style-2 .post_views {
    display: grid;
    grid-template-columns: 20px 1fr;
    position: absolute;
    bottom: 0;
}
.single-meta.style-2 .post_title {
    position: relative;
    padding-bottom: 25px;
}
.single-meta.style-2 .post_views svg {
    color: #fec300;
    width: 14px;
    margin-bottom: -20px;
}
.single-meta.style-2 .post_views .entry-meta {
    text-align: left;
    margin-bottom: -8px;
}
.box-color_3 #primary .single-meta.style-2 .post_date{
  background: #000!important;
}

main#primary .wrap-bg {
    margin-top: 0px;
    padding-top: 5px;
}
.page.page-poll.wrap-bg {
    margin-bottom: -50px;
    padding-bottom: 50px;
}
.page.wrap-bg {
    min-height: 50vh;
    padding-bottom: 15px;
}
#primary .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    border: solid 1px #bfbfbf;
    font-size: 13px;
    background: #fff;
    padding: 10px;
}

select.sf-input-select {
    appearance: none!important;
    -webkit-appearance: none!important;
    background: #FFF;
}
.button-size .object-2.obj-box span.span-middle {
    font-size: 20px!important;
}

.bottom-banner-wrap img {
    width: 100%;
    height:auto!important;
}


h3 {
    font-size: 30px;
    margin: 0;
}
.-pdf-item .-pdf-file .-pdf-name {
    width: 70%;
}
.-pdf-item .-pdf-file .-pdf-category-and-date {
    margin: 0 0 0 auto;
}
.category-and-date {
    padding: 5px 0;
}
.-pdf-item .-pdf-file .-pdf-category-and-date span {
    display: inline-block;
}
.category-and-date .-category {
    background-image: url('/wp-content/themes/fluffy/img/folder-2.svg');
}
.category-and-date .-date {
    background-image: url('/wp-content/themes/fluffy/img/clock-2.svg');
}
.-pdf-item .-pdf-file {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}
.-pdf-item {
    display: flex;
    display: -ms-flexbox;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #97a0ac;
}
.-pdf-item .-pdf-file {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    width: 80%;
}
.-pdf-item .-pdf-download {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    width: 20%;
}
.-pdf-item .-pdf-download .-pdf-btn-img {
    margin: 0 0 0 auto;
}
.-pdf-item .-pdf-download .-pdf-btn {
    margin: 0 0 0 auto;
}
.-pdf-item .-pdf-download .-pdf-btn a {
  transition: all ease-in-out 150ms;
    font-size: 20px;
    color: #222;
}
.-pdf-item .-pdf-download .-pdf-btn a:hover {
  background: #ddd;
}
.-pdf-item .-pdf-download .-pdf-btn-img img {
    max-width: 25px;
}
.-btn a {
    background-color: #ffc300;
    border-radius: 3px;
    padding: 5px 25px;
    text-decoration: none;
}
.category-and-date span {
    display: block;
    font-size: 20px;
    color: #fbc000;
    padding-left: 35px;
    background-position: 15px 6px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.detail-data {
    font-size: 24px;
}
.detail-data p {
    line-height: 25px;
}
.detail-data strong {
    font-weight: 600;
}


.people-list {
    background-size: 100%;
    padding-bottom: 60px;
}

.people-list .-people-item:first-child {
    margin-top: -120px;
}
.people-list .-people-item {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: -270px;
}
.people-list .-people-item .-people-img {
    width: 60%;
}
.people-list .-people-item .-people-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.people-list .-people-item .-people-text {
    width: 40%;
}

.people-list .-people-item .-people-text p:first-child {
    font-size: 32px;
}
.people-list .-people-item .-people-text p {
    font-size: 20px;
    color: #002144;
    line-height: 1;
}
.people-list .-people-item .-people-text span {
    font-size: 24px;
    color: #252525;
    line-height: 1;
}
.people-list .-people-item .-people-text .-people-btn {
    margin-top: 30px;
    display: none;
}
.people-list .-people-item:nth-child(2n) .-people-text {
    text-align: right;
    order: 1;
}
.title-text.title-people {
    display: none;
}
.-people-item {
    max-width: 1024px;
    margin: 0 auto;
}
.people-list .-people-item:nth-child(odd) .-people-text {
    text-align: left;
    order: 2;
}
.people-list .-people-item:nth-child(2n) .-people-img {
    order: 2;
}
.people-list .-people-item .-people-text {
    width: 40%;
}
.people-list .-people-item .-people-text .-people-btn a {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 5px 10px;
}

.policy-wrap{
  margin: 80px 0 50px;
}
/* .page-id-16239 .entry-content {
    margin: 0;
    background: #FFF;
    padding: 50px;
} */

.policy-wrap h2 {
    margin-top: 0;
    font-weight: 600;
          color: #142c48;
}

.policy-wrap h3 {
    font-weight: 600;
    margin: 0;
    font-size: 32px;
        color: #142c48;
    margin-bottom: 5px;
}

.policy-wrap  p {
  line-height: 29px;
  font-size: 18px;
    color: #363636;
    padding-bottom: 15px;
}
.wpdm_package .list .file:first-child {
    padding-top: 0;
}

#footer-yp a {
    transition: all ease-in-out 150ms;
}
.search-h_box button.btn-search_h{
    transition: all ease-in-out 150ms;
}
.search-h_box button.btn-search_h:hover {
    transform: scale(1.1);
}

.content-post-tab-yp .swiper,
.content-post-tab-yp .vc-post,
.content-post-tab-yp .overlay,
.content-post-tab-yp .vc-post-alt,
.content-post-tab-yp .vcps-item,
.content-post-tab-yp .card-recent_post,
.content-post-tab-yp .row > div
{
  margin-top: 20px;
  opacity: 0!important;
  -webkit-transitio: all .5s;
  transition: all .5s;
}
.content-post-tab-yp.active .swiper,
.content-post-tab-yp.active .vc-post,
.content-post-tab-yp.active .overlay,
.content-post-tab-yp.active .vcps-item,
.content-post-tab-yp.active .vc-post-alt,
.content-post-tab-yp.active .card-recent_post,
.content-post-tab-yp.active .row > div
{
  opacity: 1!important;
  margin-top: 0;
}



.content-post-tab-yp{
  opacity: 0;
  z-index: -999;
  position: fixed;
}
.content-post-tab-yp.active{
  opacity: 1;
  z-index: 1;
  position: relative;
}


.content_bottom_banner{
  opacity: 0;
  z-index: -999;
  position: fixed;
    display: flex;
}
.content_bottom_banner.active{
  opacity: 1;
  z-index: 1;
  position: relative;
}

.procurement-wrap.style-1-v2 article,.procurement-wrap.style-1-v1 article{
  border: solid 3px #0000;
  transition: all ease-in-out 150ms;
}
/* .procurement-wrap.style-1-v2 article:hover,.procurement-wrap.style-1-v1 article:hover{
      border-color: #FEC81D;
} */
article{
  position: relative;
}

.hide{
  display: none!important;
}


#nsl-notices-fallback{
  display: none!important;
}

.lang-box ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 7px;
}

.single .overlay_thumb_single {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #A3CD4Dab;
    content: '';
    transition: all ease-in-out 200ms;
    z-index: 1;
    opacity: 0;
}


.single .overlay_thumb_single svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0!important;
}
.wrap_yp_gallery a.yp_gallery_item:hover .overlay_thumb_single {
    opacity: 1;
}
.video_local_wrap .btn-video-download {
    display: inline-block;
    font-size: 16px;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    min-height: 40px;
    background: #00401D;
    border-radius: 50px;
    color: #FFF;
    margin-top: 20px;
        transition: all ease-in-out 250ms;
}
.video_local_wrap .btn-video-download:hover{
  background: #275d3b;
}

.video_local_wrap .btn-video-download svg {
    width: 20px;
    margin-top: 8px;
    margin-bottom: -7px;
    margin-left: 3px;
}
.single .video_local_wrap {
    text-align: center;
    margin-bottom: 20px;
}
.single .video_embed_wrap {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	padding-top: 25px;
  	height: 0;
  }
.single .video_embed_wrap iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }

.single .video_local_wrap .plyr__menu__container .plyr__control {
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
}

.single .video_local_wrap .plyr__controls .plyr__controls__item.plyr__time {
    font-size: 14px;
}

.main-post_column.col-1 {
    display: block;
}
.main-post_column.download-page {
    max-width: 900px;
    margin: 0 auto;
}

.list-download {
	width: 100%;
	display: flex;
	gap: 2px;
  margin-bottom: 15px;
}

.list-download h3,
  .list-download h4 {
	margin: 0;
	padding: 0;
	color: #275d3b;
}

.list-download p {
	margin: 0;
	padding: 0;
}
.list-download .list .file img {
    max-width: 37px;
}

.list-download .fa-file-pdf {
	color: #bb0706;
}

.list-download .fa-file-word {
	color: #2e5b97;
}

.list-download .fa-file-powerpoint {
	color: #c55736;
}

.list-download .fa-file-excel {
	color: #396d45;
}

.list-download .menu {
	background-color: white;
	padding: 1.5rem;
	text-align: center;
}

.list-download .menu p {
	font-size: 14px;
}

.list-download .menu h4 {
    font-size: 23px;
    line-height: 8px;
    font-weight: 600;
}
.list-download .menu i {
	color: #fec81d;
	margin-bottom: 0.5rem;
}

.list-download .menu .date-public {
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.list-download .list {
	background-color: white;
	padding-top: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	flex: 1;
}

.list-download .list h3 {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 600;
        line-height: 22px;
}
.list-download .detail-button .download-all {
    padding-left: 0;
}
.list-download .list .file {
	display: flex;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}
.list-download .list .file:last-child{
  border-bottom: 0;
}

.list-download .list .file .detail {
	text-align: left;
      line-height: 20px;
	flex: 1;
  font-size: 20px;
}

.list-download .list .file a {
  transition: all ease-in-out 250ms;
	border-radius: 2rem;
    padding: 5px 30px;
	background-color: #fec81d;
  text-decoration: none;
}
.list-download .list .file a:hover {
    background: #ddd;
    color: #222;
}

.list-download .list .file:last-of-type {
	border: none;
}

.list-download .detail-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-download .detail-button a {
	text-decoration: none;
}

.list-download .detail-button i {
	margin-right: 0.25rem;
}

.list-download .detail-button .download-all {
	display: block;
	padding: 1rem;
	color: black;
  padding-left: 0;
}

.list-download .list ul {
    margin: 0;
    padding: 0;
}

.list-download .detail-button .report {
	display: block;
	padding: 1rem;
	color: #555;
      padding-right: 5px;
}
.list-download .detail-button .report i {
    color: #f00;
    font-size: 14px;
}
h3.download-title a {
    text-decoration: none;
    color: #00038a;
    font-weight: 600;
}
.box-pageination_post.no_per_page {
    display: block;
    text-align: center;
}
.box-pageination_post.no_per_page .count-found {
    margin-top: 15px;
}

@media(max-width: 767px) {
  .list-download .detail-button .download-all {
    padding: 0;
    margin-top: 15px;
    margin-bottom: -15px;
}
.list-download .list h3 {
    text-align: center;
}
	.list-download .list .file,
  .list-download .detail-button {
		flex-direction: column;
	}
  .list-download .list .file .detail {
    text-align: center;
  }
}



.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: 600 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
    text-decoration: unset;
    color: #00AB4E;
}
.card-weblink h4 {
    margin: 0;
}
.card-weblink .title-head_card {
    position: relative;
    padding: 10px 15px;
}
.weblink-box .column-post_grid {
    grid-template-columns: auto;
}
.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: 18px;
}

.card-weblink .date-post_card svg {
    fill: #A3CD4D;
    stroke: #fff;
    stroke-width: 1px;
    width: 16px;
}

.card-weblink .post-info {
    padding: 10px 0 15px;
    display: grid;
    grid-gap: 5px;
}

button.wpp-get-poll-results {
    display: none;
}

#carousel_home_post .card-post_m {
    display: block;
    grid-template-columns: none;
    grid-gap: 0;
}
#carousel_home_post {
    margin: 0;
    padding-bottom: 10px;
}
#carousel_home_post .card-post_m img {
    height: 220px !important;
}
.carousel_home_post_nav .swiper-button-prev svg ,.carousel_home_post_nav .swiper-button-next svg {
    color: #FFF;
    background: #9aa9d0;
    border-radius: 50px;
    padding: 5px;
    width: 30px;
    height: 27px;
}

.carousel_home_post_nav .swiper-button-next{
  right: -50px
}

.carousel_home_post_nav .swiper-button-prev{
  left: -50px;
}
#carousel_home_post .card-post_m h4 a {
    min-height: 60px;
}

.procurement-wrap.style-11 article img {
    transition: all ease-in-out 250ms!important;
        transform: scale(1)!important;
}
.procurement-wrap.style-11 article:hover img {
    transform: scale(1.1)!important;
}



.vc_posts.card.style-2.v1 .p_excerpt {
    display: none!important;
}

.show_excerpt .vc_posts.card.style-2.v1 .p_excerpt {
display: -webkit-box!important;
}


.bg-white .elementor-button-icon {
    background: #FFF!important;
    color: #004d4c!important;
    border-radius: 0!important;
    margin-right: 10px;
    width: 14px!important;
    height: 14px!important;
    margin-top: 3px!important;
}
.bg-white:hover .elementor-button span {
    color: #ddd!important;
}
.bg-white:hover .elementor-button span i{
      color: #004d4c!important;
}

.btn-more.more-news {
    display: inline-block!important;
    width: 140px!important;
}


.hide-title .vc-title,.hide-title .procurement-wrap.style-3 > h3,
.hide-title .post-tab-style-3 .p-title,
.hide-title .p-title
{
    display: none!important;
}
.hide-title .vc-info .vc-title{
  display: block!important;
}
.hide-btn .vc-view-all ,.hide-btn .btn-view-all,.hide-btn .all-btn,
.hide-btn .btn-view-more
{
    display: none!important;
}
.hide-tab .bottom_banner_nav {
    display: none;
}


a.btn-more {
    display: block;
    background: #f66;
    color: #FFF;
    max-width: 129px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
a.btn-more:hover{
  background:#ddd;
  color: #222;
}

.procurement-wrap.style-8 article img{
  -webkit-transition: all .3s!important;
-o-transition: all .3s!important;
transition: all .3s!important;
}
.post-tab-style-8-2 .vc-post .vc-info .excerpt {
    color: #222;
}
.post-tab-style-8-2 .vc-post .vc-info .excerpt {
    line-height: 19px!important;
}
.procurement-wrap.style-8 article:hover img{
      transform: scale(1.1);
}

.btn-icon-mini i {
    font-size: 13px!important;
}
.fluentform .ff_btn_style,.fluentform .ff-el-form-control {
    font-size: 20px;
}
form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    border-radius: 50px;
}



.calendar-clean.green .post-card-two > .main-object span.cat-text:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #00AB4E654;
    right: -100%;
    z-index: 1;
}
.calendar-clean.green .post-card-two > .main-object > .object-1{
  border-radius: 0;
  padding: 14px 10px;
  background: #e1e1e1;
  position: relative;
  overflow: hidden;
}
.calendar-clean.green .post-card-two > .main-object span.cat-text {
    grid-gap: 3px;
    color: #00AB4E654;
    border: solid 2px #00AB4E654;
    padding: 15px 20px;
    background: #e1e1e1;
    position: relative;
}
.calendar-clean.green .post-card-two > .main-object {
    grid-template-columns: 153px 1fr;
}
.calendar-clean.green  .post-card-two .box-info_column .main-object {
    display: block;
}


.elementor-widget-carousel_theme_7 .swiper-slide img{
  cursor: pointer;
}


@media (max-width:767px) {



  .weblink-box .column-post_grid .main-post_column {
    grid-template-columns: repeat(2, 1fr);
}


  .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2 {
    font-size: 22px;
    margin-top: -1px;
  }

}


.no-bg .elementor-button-icon {
    background: #0000!important;
}
#carousel_home_weblink {
    margin: 0;
}
#carousel_home_weblink img {
    max-height: 115px;
    object-fit: contain;
}
#carousel_home_weblink .swiper-slide:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #eee;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -25px;
}
#carousel_home_weblink .swiper-wrapper {
    padding-bottom: 50px;
}
#carousel_home_weblink .swiper-slide h4 {
    font-size: 23px;
    margin-top: 20px;
}
#carousel_home_weblink .swiper-slide a{
  color: #00AB4E;
  font-weight: 600;
  margin-top: 15px;
  line-height: 21px;
}
.title-carousel_home_weblink {
    padding: 15px 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.title-carousel_home_weblink h3 {
    color: #000055;
    font-size: 42px;
    font-weight: 600;
}

.title-carousel_home_weblink .weblink-btn {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.top-object_bottom .image img,.footer-yp .main-footer .main-object .object-grid img {
    max-height: 95px!important;
}
.weblink-button-next.weblink-btn {
    margin-left: -4px;
    border-left: 0;
    border: solid 1px #00AB4E;
    position: relative;
    padding-right: 23px;
}
/* .weblink-button-next.weblink-btn:before {
    position: absolute;
    height: 9px;
    width: 9px;
    content: "";
    background: #A3CD4D;
    top: 7px;
    right: 26px;
    border-radius: 50px;
} */
.weblink-button-prev.weblink-btn {
  margin-right: 6px;
      border: solid 1px #00AB4E;
}
.title-carousel_home_weblink .weblink-btn svg{
width: 20px;
}
.nav-weblink-home {
    position: absolute;
    right: 0;
    bottom: 18px;
}
.weblink-button-next.weblink-btn svg {
    margin-left: 2px;
    margin-top: -1px;
}
.weblink-button-prev.weblink-btn svg {
    margin-left:1px;
    margin-top: -1px;
}
.bottom-object li a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
}
.wpp-submit-poll{
    position: relative;
    background: #001d3d;
    padding: 4px 25px;
    padding-left:45px;
    border-radius: 50px;
    font-size: 20px;
    max-width: 120px;
    min-width: 120px;
}
.wpp-submit-poll:before {
    width: 18px;
    height: 18px;
    content: '';
    background-image: url(/wp-content/themes/fluffy/img/bar-chart.svg);
    display: block;
    background-size: contain;
    z-index: 111;
    position: absolute;
    left: 33px;
    top: 6px;
}
.wpp-option-list-1 .wpp-option-single input + label:before {
    width: 16px;
    height: 16px;
}
.btn-more.more-news {
    z-index: 10;
}
[class*="wpp-option-list"]{
  margin-bottom: 15px;
}
.wpp-submit-poll:hover, .wpp-submit-poll:focus{
  background: #275D3B;
}
.wpp-option-list-1 .wpp-option-single input + label:after {
    left: .13em;
    width: 5px;
    height: 9px;
    top: 13px;
}
.wpp-option-list-1 .wpp-option-single input + label {
    padding-left: 24px;
    padding-top: 3px;
    font-size: 20px;
}
.wpp-option-list-1 .wpp-option-single {
    margin-bottom: 15px;
}
.wpp-poll-title {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 23px;
    line-height: 22px;
}

.yp-form-contorl label {
    display: block;
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 20px;
}
.yp-form-contorl svg {
    width: 14px;
    color: #222;
    margin-right: 7px;
}
.form-sub-title h3 {
    font-size: 42px;
    color: #fa8246;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom:25px;
}

.form-sub-title h3:after {
content: '';
height: 0.05em;
position: relative;
display: block;
background: #222;
width: 35px;
}
.yp-form-contorl {
    margin-bottom: 10px;
}
.yp-form-contorl .yp-remark {
    color: #444;
    font-size: 17px;
}


#primary .v-calendar .vc_posts.card.style-2.v1 .card-post_m img {
    height: 130px!important;
}

.full-width-btn a.elementor-button-link {
    width: 100%;
}
.full-width-btn .elementor-button span {
    display: block;
}
.full-width-btn .elementor-button span {
    display: inline-block;
}
.full-width-btn span.elementor-button-text {
    float: left;
}
.btn-icon-yellow i {
    color: #ecb70f;
    font-size: 13px;
}
.icon-calendar i.left-icon {
    position: absolute;
    left: 20px;
    font-size: 24px;
    top: 5px;
    color: #015b5f;
}
.full-width-btn a.elementor-button-link:hover {
    background-color: #014a56!important;
    color: #FFF!important;
}
.full-width-btn a.elementor-button-link:hover i{
  color: #FFF!important;
}




.edit-follwer-section .acf-label,.edit-follwer-section .children {
    display: none;
}

.edit-follwer-section ul.acf-checkbox-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 25px;
    list-style: none;
    padding: 0;
}
.no-follow h3 {
    font-size: 22px;
    margin: 0;
}
.edit_profile_form #message_box {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    margin: -10px 0 15px 0;
    padding: 1px 12px;
    border-left-color: #00a32a;
}
.edit-follwer-section ul.acf-checkbox-list li input{
  display: none;
  pointer-events: none;
}
.edit-follwer-section ul.acf-checkbox-list li label {
    position: relative;
    cursor: pointer;
}
.edit-follwer-section ul.acf-checkbox-list li label span {
    font-size: 20px;
}
.edit-follwer-section ul.acf-checkbox-list li label.selected:after{
    content: '';
    display: inline-block;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background: #0000!important;
}
.edit-follwer-section ul.acf-checkbox-list li label.selected:before {
    background: #A3CD4D;
    border-color: #A3CD4D;
}
.edit-follwer-section ul.acf-checkbox-list li label:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.yp-form-contorl input.active {
    border: solid 1px #DC3544;
}
.user_password_msg {
    margin: 5px 0;
}
.user_password_msg .progress-bar {
    color: #FFF;
    padding: 1px 6px;
    font-size: 17px;
}
.user_password_msg .progress-bar.bg-warning {
    background: #ffc107;
}
.user_password_msg .progress-bar.bg-danger {
    background: #dc3545;
}
.user_password_msg .progress-bar.bg-success {
    background: #28a745;
}





.page-template-page-edit-profile {
    background: #fff;
}
.yp-form-contorl input {
    border: solid 1px #ddd;
    padding: 4px 7px;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
}
.yp-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
form.edit_profile_form {
    margin-bottom: 60px;
    max-width: 770px;
}
.edit_profile_submit {
    padding: 5px 9px;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    background: #00401D;
    border: 0;
    color: #FFF;
}
.edit_profile_reset {
    background: #616161;
    color: #FFF;
    padding: 5px 9px;
    border-radius: 0;
}
.edit_profile_submit svg {
    width: 12px;
    margin-bottom: -8px;
    margin-left: 5px;
}
.wrap-epSubmit {
    max-width: 300px;
    grid-gap: 10px;
    margin-top: 30px;
}

.yp-form-contorl label[for="user_phone"] svg {
    width: 10px;
}

.yp_chart_wrap {
    width: 600px!important;
    height: 300px!important;
    float: left;
}

.profile_head{
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.profile_image img {
    margin: 0 auto;
    display: block;
    width: 130px;
    height: 130px;
    object-fit: cover;
    background: #f0f8ff;
    border-radius: 50%;
    padding: 5px;
}
.profile-nav-wrap {
    margin-top: 5px;
}
.profile-nav-wrap ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.profile-nav-list a{
  text-decoration: none;
}
.profile-nav-wrap ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #f2f2f2;
    padding: 10px 0 20px;
    border-radius: 5px;
}
.profile-nav-wrap li a{
    border-bottom: solid 1px #ddd;
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 150ms;
    font-size: 19px;
    color: #000;
}
.profile-nav-wrap li a:hover,.profile-nav-wrap li.active a{
  background: #A3CD4D;
  color: #FFF;
}
.profile-nav-wrap li a:hover:before,.profile-nav-wrap li.active a:before{
      background:#fff;
}
.profile-nav-wrap li:last-child {
border-bottom: 0;
}
.profile-nav-wrap li a::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #A3CD4D;
    border-radius: 50%;
    margin-bottom: 0.04em;
    margin-right: 5px;
}
.profile-nav-wrap li:last-child a{
  border: 0;
}
.yp_chart_wrap canvas {
    margin-top: -50px;
    margin-left: -150px;
}

.poll-option_name li {
    display: inline-block;
    width: 33.33%;
    float: left;
    font-size: 19px;
}
.poll-option_name span.pointer-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 3px;
}

ul.poll-option_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    list-style: none;
    float: left;
    width: calc(100% - 300px);
    margin: 0;
    padding: 0;
}

.poll-toggle {
    color: #303030;
    cursor: pointer;
}
.poll-toggle svg {
    color: #A3CD4D;
    width: 13px;
    margin-bottom: -6px;
}
.poll-toggle .btn-report svg {
    fill: #A3CD4D;
}

.poll-toggle .btn-down svg {
    margin-bottom: -8px;
}

.post_embed_wrap:after {
    display: block;
    content: url(/wp-content/themes/fluffy/img/chevron-down.svg);
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

 .search-bottom h4{
   display: none;
 }
.searchandfilter-date-picker .ui-datepicker-next:before ,
.searchandfilter-date-picker .ui-datepicker-prev:before
{
  display: none!important;
}
.searchandfilter-date-picker .ui-datepicker-prev,
.searchandfilter-date-picker .ui-datepicker-next
{
  background: #00ab4e!important;
}
.searchandfilter-date-picker .ui-datepicker-prev span,
.searchandfilter-date-picker .ui-datepicker-next span
 {
    margin-top: 4px!important;
}
.searchandfilter-date-picker .ui-datepicker-title {
    margin-bottom: 0!important;
    margin-top: 11px!important;
}
.searchandfilter-date-picker .ui-datepicker-title span {
    font-size: 24px!important;
    color: #000;
    font-weight: 600;
}

.archive-box.search-page li.sf-field-category li input:checked ~ label:after {
    content: '';
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    left: 20px;
    top: 4px!important;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background: #0000!important;
}
.archive-box.search-page li.sf-field-search label:after{
  color: #878787;
  top: 28px;
  font-size: 16px;
  right: 0;
}
.archive-box.search-page li.sf-field-category li input:checked ~ label::before {
    background: #A3CD4D;
    border-color: #A3CD4D;
}
.generate-btn {
    box-shadow: none;
    padding: 7px 20px;
    display: inline-block;
    border: 0;
    font-size: 20px;
    color: #FFF;
    border-radius: 0!important;
    background: #00401D;
}
.output_data iframe {
    min-height: 490px;
    line-height: 20px;
}
.generate-btn svg {
    width: 15px;
    margin-bottom: -7px;
    margin-right: 2px;
}
.wrap-generate-btn{
  display: block;
  text-align: center;
  margin-top: 15px;
}
.yp_post_embed label {
    margin-right: 10px;
    font-size: 20px;
    color: #666;
}
.post_embed_wrap {
    position: relative;
}
.post_embed_wrap select{
    appearance: none;
}
.yp_post_embed label, .yp_post_embed input, .yp_post_embed .post_embed_wrap {
    display: inline-block!important;
}
.post_embed_wrap select {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 35px 5px 20px;
    height: 40px;
    color: #979797;
    text-align: left;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
    line-height: 26px;
    appearance: none;
}
input.post_embed_name {
    border: 1px solid #dbdbdb;
    padding: 6px 35px 7px 20px;
    border-radius: 0;
    line-height: 18px;
    font-size: 22px;
    min-width: 325px;
    margin-right: 10px;
}
.box-input-embed {
    border: solid 1px #ddd;
    padding: 20px;
}
.output_embed h4 {
    margin: 0;
    font-size: 32px;
    color: #F99636;
    font-weight: 600;
    margin-bottom: 10px;
}
.wrap-pre-embed h4 {
    margin: 0;
}
.post_embed.active {
    border-color: #f00;
    color: #f00;
}
.post_embed.active option{
  color: #222;
}
.in-output_embed {
    border: solid 1px #ddd;
    padding: 20px;
}
.output_embed{
  display: none;
  margin-top: 40px;
}
.output_embed.active{
  display: block;
}
textarea.pre-embed {
    background: #e1e1e1;
    border: 0;
    border-radius: 0;
    min-height: 80px;
    padding: 5px 10px;
    font-size: 21px;
}

.wrap-thumb-header .in-thumb {
    background-size: cover;
    background-position: center;
    position: relative;
}
.search-page li.sf-field-reset a {
    font-size: 14px!important;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 400!important;
    background: #cd0e00;
    color: #FFF;
}
#page .archive-box li.sf-field-posts_per_page select {
    max-width: 105px!important;
    min-width: 107px!important;
    border-radius: 50px;
    height: 34px!important;
    float: right;
    padding: 5px 10px;
    text-align: left;
}
.archive-box.search-page li.sf-field-category > ul {
    margin: 0 -10px;
}
.archive-box.search-page  .v-post-loop.-list .post-header {
    width: 10%;
}
.archive-box.search-page  .v-post-loop.-list .post-info {
    width: 90%;
}
.searchandfilter h4 {
    padding-top: 8px!important;
    padding-bottom: 0!important;
}
.search-page .search-bar_ypx {
    margin-bottom: 40px;
}

.search-bar_ypx li.sf-field-posts_per_page {
    display: none;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page {
  max-width: 170px;
  min-width: 170px;
  display: block!important;
  float: right;
}
.wrap-left-content {
    position: relative;
}
.search-bar_yp.search-bottom-per li {
    display: none!important;
}
.search-bar_yp.search-bottom-per .sf-field-posts_per_page {
    max-width: 170px;
    min-width: 170px;
    display: block!important;
    float: right;
    position: absolute;
    bottom: 48px;
}
.archive-box.search-page .searchandfilter ul {
    display: block;
    width: 100%;
    margin: 0;
    max-width: 100%;
}





.archive-box.search-page li.sf-field-category label:after{
  display: none;
}
.archive-box.search-page li.sf-field-category li.sf-level-1 {
    display: none;
}
.archive-box.search-page li.sf-field-category > ul {
    align-items: start!important;
    display: flex!important;
    flex-wrap: wrap!important;
    width: 100%!important;
    grid-gap: 0!important;
    justify-content: start!important;
}

.procurement-archive.style-3.v-post-loop.-list article {
    border: 0;
    border-bottom: solid 1px #ddd;
    margin: 10px 0;
    padding: 10px 0 20px;
}
.card-weblink .date-post_card span.text-card a{
  text-decoration: none;
      word-break: break-word;
}
.box-post_grid {
    position: relative;
    width: 100%;
}
.w3eden .card.mb-3.p-3.hide_empty {
    display: none;
}

.archive-box li.sf-field-posts_per_page option{
    color: #222!important;
}

li.sf-field-posts_per_page label:after {
    top: 3px!important;
    pointer-events: none;
}
.search-page li.sf-field-posts_per_page label:after {
    top: 16px!important;
    font-size: 13px;
}
.search-page li.sf-field-sort_order label:after {
    right: -5px!important;
        width: 30px;
}
.search-page li.sf-field-posts_per_page select{
    height: 31px!important;
}
li.sf-field-posts_per_page label:before {
    content: 'แสดงผลต่อหน้า';
    padding-top: 5px;
    padding-right: 10px;
    display: inline-block;
}

body.lang-en_US li.sf-field-posts_per_page label:before{
      content: 'Display per page';
}

body.lang-en_US .box-pageination_post .searchandfilter ul li.sf-field-posts_per_page {
    max-width: 185px;
}


.column-post_grid {
    grid-gap: 15px!important;
}
select.sf-input-select{
  line-height: 28px;
}
.search-bottom {
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.archive-box .search-bottom li {
    display: none!important;
}
.searchandfilter label{
  position: relative;
}



.archive-box.search-page  .search-bottom li.sf-field-posts_per_page {
    display: block!important;
}

.post-card-two > .main-object span.cat-text span.m-y-m {
    font-size: 37px!important;
  }
  .post-card-two > .main-object span.cat-text span.day {
    font-size: 80px!important;
    line-height: 45px!important;
  }

  .btn-green{
    background: #00AB4E;
      color: #FFF!important;
      padding: 3px 12px;
      border-radius: 50px;
      font-size: 18px;
      transition: all ease-in-out 250ms;
  }
  .btn-green:hover{
    background: #ddd;
    color: #222!important;
  }
  .btn-green span{
    background: #00401D;
    border-radius: 50%;
    text-align: center;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 3px;
  }
  .btn-green svg {
      max-width: 12px;
      margin: 0;
      text-align: center;
      display: block;
      margin-top: -6px;
      margin-left: 1px;
  }

  .btn-orange {
      background: #EE7B1F;
      color: #FFF!important;
      padding: 8px 12px;
      border-radius: 50px;
      font-size: 18px;
      transition: all ease-in-out 250ms;
  }
  .btn-orange:hover{
    background: #ddd;
    color: #222!important;
    transform: scale(1.1)
  }
  .btn-orange span{
    background: #00401D;
    border-radius: 50%;
    text-align: center;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 3px;
  }
  .btn-orange svg {
      max-width: 12px;
      margin: 0;
      text-align: center;
      display: block;
      margin-top: -6px;
      margin-left: 1px;
  }
.one-column {
    display: block!important;
}
  .procurement-archive.style-3 article img {
      position: relative!important;
      max-width: 100%!important;
      height: auto!important;
      left: 0!important;
      top: 0!important;
      transform: none!important;
  }

  .procurement-archive.style-3 .post-header {
      border-right: solid 1px #ddd;
      width: 4%!important;
      padding-right: 13px;
  }
  .procurement-archive.style-3.style-8 .post-header{
    width: 6%!important;
  }

  .procurement-archive.poll-layout.style-3 .post-header {
      border: 0;
      padding-right: 0;
      width: 2.5%!important;
  }
  .procurement-archive.poll-layout.style-3 article {
      border: solid 1px #ddd!important;
      padding: 10px!important;
  }
  .procurement-archive.style-3 .post-info {
      width: 96%!important;
      padding-left: 11px!important;
  }
    .procurement-archive.style-3.style-8 .post-info {
      width: 94%!important;
    }


  .procurement-archive.poll-layout.style-3 .post-info {
      width: calc(85% - 29px)!important;
      padding-right: 10px;
  }
  .procurement-archive.poll-layout.style-3 .post-link-btn {
      width: 15%;
      float: left;
  }
  .poll-content-toggle {
    overflow: hidden;
    display: none;
    position: relative;
}
.poll-content-toggle.active {
    display: block;
}
.post-link-btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    background: #A3CD4D;
    border-radius: 20px;
    color: #FFF;
    padding: 3px 5px;
    text-align: center;
    transition: all ease-in-out 250ms;
    font-size: 20px;
}
.post-link-btn a:hover {
    background: #ddd;
    color: #222;
}
.post-link-btn a svg {
    width: 14px;
    margin-bottom: -6px;
}
.card-recent_post h4 a:hover ,.post-basic-style-3 h3.link-name a:hover,.v-post-loop.-list .post-info h3:hover{
    -webkit-line-clamp: 99!important;
}


  .post-card-two > .main-object > .object-2 h3 a{
    line-height: 21px;
  }
.button-size .span-btn svg {
    width: 16px;
    height: 16px;
}
.wrap-thumb-header .in-thumb .v-container {
    position: relative;
    min-height: 300px;
}
.single .entry-featured-image img {
    width: 100%;
}
.icon-yellow .elementor-button-icon {
    background: #00401D!important;
}
.icon-yellow:hover .elementor-button-icon{
  color: #FFF!important;
}
.btn-more.relative {
    position: relative!important;
    left: auto!important;
    right: auto!important;
    text-align: left;
}
.tringger.tring-news.ton {
    margin-top: 0;
}
.single .icon-date {
    display: inline-block;
    float: left;
}
.single-meta {
    margin-bottom: 15px;
    display: flex;
    gap: 12px;
    align-content: center;
}

.single .entry-title {
    font-size: 38px;
    line-height: 35px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
    margin-top: 10px;
}
.single .icon-date svg {
    width: 14px;
    color: #00AB4E;
    margin-left: 6px;
        height: 17px;
    margin-top: 0;
}
.single span.posted-on {
    float: left;
    margin-left: 8px;
    margin-top: 0;
}
.single-meta .post_by {
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.single .main-content {
    width: 70%;
    float: left;
}
.single_sidebar .widget-title,
.archive-sidebar .widget-title_head{
    font-size: 30px;
    padding-top: 4px;
    font-weight: 500;
}
.single_sidebar .widget-title {
    color: #00401D;
    margin: 0;
    margin-bottom: 10px;
}

.single .single_sidebar {
    overflow: hidden;
}


.single .single_sidebar {
    width: 30%;
    float: left;
    padding-left: 20px;
    padding-top: 0;
    position: relative;
}
.btn_back {
    position: absolute;
    top: 0;
    right: 0;
}
.single-meta .post_date {
    display: inline-block;
}
.single h3.byline {
    margin: 0!important;
}
.single-meta i {
    font-weight: bold;
}
.single-meta .post_by span.byline {
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-top: 0;
}
.single-meta .post_by span.byline a{
text-decoration: none;
color: #000;
}
.user-feed-page .page-sub-title, .profile-page .page-sub-title {
    display: block;
    margin-bottom: -25px;
}
.edit-profile-page .page-sub-title{
      display: block;
}

.user-feed-page .searchandfilter ul,.profile-page .searchandfilter ul {
    padding-bottom: 0!important;
}
.wrap-thumb-header .in-thumb:after {
    content: '';
    display: block;
    background: #fff;
    background: linear-gradient(90deg, #fff0 35%, #000000b0 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search-page .page-sub-title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.search-page .page-sub-title h2{
  margin: 0;
}
.search-page .page-sub-title h3 {
    margin: 0;
    font-weight: 500;
    color: #00401D;
    font-size: 24px;
}
.search-page .page-sub-title span.result {
  color: #222;
  font-weight: 400;
  font-size: 16px;
}
.page-sub-title h2 {
    font-size:42px;
    color: #fa8246;
    font-weight: 600;
}
.page-sub-title h2:after {
    content: '';
    height: 0.05em;
    position: relative;
    display: block;
    background: #222;
    width: 35px;
}
.wrap-thumb-header .in-thumb .entry-title ,.wrap-thumb-header .in-thumb .byline{
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 123;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
}
.single-meta .post_by i {
    display: inline-block;
    text-align: center;
    color: #00AB4E;
    padding: 1px;
    float: left;
    font-size: 13px;
    line-height: 18px;
    height: 11px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  display: none;
}
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover,
.um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color{
      color: #A3CD4D!important;
}

.um-login .um-half {
    width: 49%;
}
#page .um input[type=submit]{
  border: none !important;
      display: block;
      width: 100%;
      line-height: 1em !important;
      padding: 16px 20px !important;
      text-decoration: none !important;
      text-align: center;
      text-transform: none !important;
      font-weight: normal !important;
      overflow: hidden;
      position: relative;
      transition: 0.25s;
      box-sizing: border-box;
      -moz-border-radius: 4px !important;
      -webkit-border-radius: 4px !important;
      border-radius: 4px !important;
      -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
      box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
      opacity: 1;
}

/* .um-login,.um-register,.form-reset,.um-change {
border: solid 1px #eee;
padding: 15px;
} */
.box-remem {
    margin-top: -20px;
    margin-bottom: 10px;
}

#primary .go-register{
  background: #00038a!important;
  box-shadow: none;
  padding: 7px 9px 10px!important;
  display: block!important;
  width: 100%!important;
  font-size: 20px;
  border-radius: 0!important;
  color: #FFF!important;
}
#primary .go-register svg{
  width: 15px;
  margin-bottom: -6px;
  margin-right: 1px;
}
#primary .yp-btn-reset button,
#primary .um-change #um-submit-btn{
    background: #00ab4e!important;
    box-shadow: none;
    padding: 11px 9px 15px!important;
    display: block!important;
    width: 100%!important;
    font-size: 16px;
    border-radius: 5px !important;
    color: #FFF!important;
}
#primary .yp-btn-reset svg{
  width: 15px;
  margin-bottom: -7px;
  margin-right: 2px;
}
#um_field_um_password_id_username_b {
    padding: 3px 0;
}
#primary .um-form input[type=text], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {
    font-size: 16px!important;
    color: #222!important;
    height: 45px!important;
    border-radius: 5px;
}
.label-reset div {
    font-size: 18px!important;
    color: #000;
    margin-bottom: 5px;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}

div.nsl-container .nsl-container-buttons a {
    text-decoration: none !important;
    box-shadow: none !important;
      border-radius: 0!important;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
    font-size: 20px!important;
    font-weight: 500!important;
    font-style: normal!important;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container  b {
    font-style: normal!important;
    font-weight: 500;
}
.yp-custom-regform .nsl-separator,.yp-custom-login .nsl-separator{
    display: flex;
    flex-basis: 100%;
    align-items: center;
    font-size: 20px;
    color: #555;
    margin: 20px 0 20px;
    font-weight: 600;
}
.yp-custom-regform .nsl-separator::before,
.yp-custom-regform .nsl-separator::after,
.yp-custom-login .nsl-separator::before,
.yp-custom-login .nsl-separator::after
 {
    content: "";
    flex-grow: 1;
    background: #dddddd;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 10px;
    margin-left: 0;
    margin-right: 0;
}
.yp-custom-login .nsl-separator{
  margin-bottom: 10px;
}
.yp-custom-login .nsl-separator::before, .yp-custom-regform .nsl-separator::before{
    margin-right: 10px;
}
.yp-custom-login .nsl-separator::after, .yp-custom-regform .nsl-separator::after {
    margin-left: 10px;
}
#primary .yp-forgot a {
    text-align: right!important;
    font-weight: 600;
    color: #000!important;
    font-size: 18px!important;
    text-decoration: underline!important;
}
div.nsl-container .nsl-button-google[data-skin="light"] svg * {
    fill: #FFF!important;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
    border-radius: 0!important;
    box-shadow: none!important;
    background: #ec4034!important;
    color: #FFF!important;
}
#primary .um-register label,#primary .um-login label,#primary .um-field-label label {
    font-size:16px!important;
    color: #444;
    font-weight: 500;
}
.um input[type=submit], .um input[type=submit]:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #00ab4e!important;
    cursor: pointer;
    color: #FFF;
}
.um input[type=submit].um-button {
  font-size: 16px;
}
.um span.um-req {
    font-size: 20px;
    margin-left: 1px;
    color: #ff0009!important;
}
#primary .um-register .custom-register-btn ,#primary .um-login .custom-login-btn{
    box-shadow: none;
    padding: 7px 7px 9px!important;
    display: block!important;
    width: 100%!important;
    font-size: 20px;
    border-radius: 0!important;
    background: #00401D;
}
#primary .um-register .custom-login-btn a {background: #ccc;display: block!important;box-shadow: none;padding: 10px!important;font-size: 20px;color: #FFF;border-radius: 0!important;}
#primary .um-register .custom-register-btn svg,#primary .um-login .custom-login-btn svg {
    width: 15px;
    margin-bottom: -6px;
    margin-right: 2px;
}

#primary .um-change #um-submit-btn svg{
  width: 15px;
  margin-bottom: -7px;
  margin-right: 2px;
}

.custom-register-btn{
  background: #00401D;
}
#nsl-custom-login-form-1 .nsl-separator{
  display: none!important;
}
.password-help-custom{
  position: relative;
}
.password-help-custom .um-col-122 {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
body.theme-four.single main#primary .wrap-bg {
    margin-bottom: -25px;
    padding-bottom: 50px;
}
.tags_list a {
    background: #999;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding:1px 9px 2px;
    font-size: 18px;
    margin-right: 2px;
}
.tags_list a:hover{
  background: #333;
  color: #FFF;
}
.seed-social a {
    padding: 0;
    border-radius: 50%;
    min-width: 40px;
}
.seed-social>li {
    margin-right: 6px;
}
.wrap-all-list.new img {
    float: left;
    margin-right: 7px;
    width: 21px;
    padding-top: 6px;
}
.file_url_item a {
    color: #A3CD4D!important;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}
.wrap-all-list.new {
    padding-left: 37px;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}
.wrap-all-list.new:last-child {
    border: 0;
}
.file_url_item{
  float: left;
}
.wrap-all-list .file-btn {
    float: right;
}

.wrap-all-list .file-btn a {
    display: inline-block;
    background: #00ab4e;
    color: #FFF;
    font-size: 16px;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    min-height: 40px;
    transition: all ease-in-out 150ms;
}
.file_url_sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}
.file_url_sub ul span{
  font-weight: 500;
  color: #A3CD4D;
}
.file_url_sub li {
    display: inline-block;
}
.wrap-all-list .file-btn a:hover{
  background: #A3CD4D;
}
.wrap-all-list .file-btn a svg {
    width: 20px;
    margin-top: 8px;
    margin-bottom: -7px;
    margin-left: 3px;
}


.file_url_list h3 {
    margin-bottom: 10px;
}
.section-box-single h3{
font-size: 30px;
line-height: 31px;
margin-top: 0;
font-weight: 600;
}

.section-box-single .icon-title {
    background: #A3CD4D;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.section-box-single .icon-title svg {
    width: 20px;
    color: #FFF;
    margin-left: 0.27em;
    margin-top: 0.14em;
}
.section-box-single {
    border-top: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery-single.section-box-single svg {
    margin-top: 8px;
    margin-left: 8px;
}

.archive-description{
  text-align: center;
}
/*pagination*/
.content-pagination {
    display: flex;
    justify-content: center;
    margin: -40px 0 50px;
}
.content-pagination .current {
    color: #222;
    border: 2px solid #eee;
    background: #eee;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 7px 14px;
}
.content-pagination a.prev.page-numbers svg {
    width: 19px;
    margin-left: -4px;
    margin-top: -1px;
}
.content-pagination a.next.page-numbers svg {
    width: 19px;
    margin-left: -4px;
    margin-top: -1px;
}
.content-pagination a.next.page-numbers {
    border-right: solid 2px #eee;
}
.content-pagination a {
    color: #222;
    border: 2px solid #eee;
    border-right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 7px 14px;
    text-decoration: none;
}
.content-pagination a.last-number_page {
    width: auto;
    padding: 0 1em;
    height: auto;
    font-size: 18px;
    margin: 0 8px;
}
.content-pagination span.text-number_page {
    font-size: 18px;
    margin-right: 10px;
}
.content-pagination a:hover {
    background: #eee;
    border-color: #eee;
    color: #222;
}
.content-pagination a:hover i {
    color: #222;
}

.content-pagination a:focus {
    color: #222;
    background: #eee;
    border-color: #eee;
}
.content-pagination span.page-numbers.dots {
  min-width: 20px;
}
/* //// end */


.posted-cats {
    text-align: center;
}
.post-related h2 {
    margin: 0;
    margin-bottom: -30px;
}
.post-related {
    margin-top: 0;
    border-top: 0;
    padding-top: 20px;
}

.single_sidebar .post-related{
  margin: 0;
  padding: 0;
  border: 0;
}
.v-post-loop.-list article {
    border: solid 1px #ddd;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.v-post-loop.-list .post-header {
float: left;
width: 30%;
}
.v-post-loop.-list .post-info {
    float: left;
    width: 70%;
    padding: 5px 10px;
}
.v-post-loop.-list .post-header .wrap-thumb{
  padding-bottom: calc( 1 * 100% );
      position: relative;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      overflow: hidden;
}
.v-post-loop.-list article img {
  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% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
  object-fit: cover;
  -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.v-post-loop.-list .post-header:hover img ,.single_sidebar .v-post-loop.-list article:hover img{
  -webkit-transform: scale(1.1) translate(-46%,-50%);
  -ms-transform: scale(1.1) translate(-46%,-50%);
  transform: scale(1.1) translate(-46%,-50%);
}

.single_sidebar .v-post-loop.-list article{
  background: #FFF;
}


.v-post-loop.-list .post-header a{
  overflow: hidden;
  display: block;
  height: 100%;
}
.v-post-loop.-list .post-info h3 {
    margin-top: 0;
    margin-bottom: 0;
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 20px;
    max-height: 57px;
    min-height: 57px;
  }
.card-recent_post .post-info{
  z-index: 10;
}
.v-post-loop.-list .post-info a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    /* font-size: 18px; */
    /* line-height: 20px; */
    transition: all ease-in-out 150ms;
}

.box-pageination_post li.sf-field-posts_per_page label:after {
    min-height: 33px;
    top: calc(50% - -3px)!important;
    width: 33px;
}
.v-post-loop.-list .post-info a:hover{
color: #fa8246;
}
.v-post-loop.-list .entry-meta{
  text-align: left;
  margin-top: 5px;
}
.v-post-loop.-list .entry-meta svg {
    width: 12px;
    color: #A3CD4D;
    margin-bottom: -8px;
}
.v-post-loop .entry-meta .post_view{
  float: left;
  margin: 0 5px;
  padding-top: 1px;
  font-size: 18px;
  line-height: 25px;
}
.v-post-loop .entry-meta .post-views{
  float: left;
  margin: 0 3px;
  margin-left: 0;
  line-height: 25px;
}

.v-post-loop .entry-meta .post_view svg {
    display: block;
    float: left;
    margin-right: 5px;

margin-top: -1px;}

.v-post-loop .post_date {
    display: block;
    float: left;
    margin-right: 20px;
font-size: 18px;}
.tags_list {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}
.posted-cats a {
    display: inline-block;
    background: #f9aa2a;
    color: #222;
    padding: 7px 10px 4px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
.posted-cats a:hover,.posted-cats a:focus{
  background:#ddd;
  color: #222;
}
.yp_breadcrumb #breadcrumbs span a{
  white-space: nowrap;
  overflow: hidden;
  max-width: 220px;
  text-overflow: ellipsis;
}
#page span.breadcrumb_last {
    padding: 0;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    margin-bottom: -0.26em!important;
    text-overflow: ellipsis;
}
body.single #page span.breadcrumb_last {
    margin-bottom: -0.6em!important;
}
body.single.single-e-book #page span.breadcrumb_last,
body.single.single-mec-events #page span.breadcrumb_last{
    margin-bottom: -0.3em!important;
}
.entry-meta {
    text-align: center;
    margin-top: 12px;
}


.post-views.entry-meta {
    text-align: left;
}
header.entry-header {
  padding:50px 0;
  background: #eee;
}


#breadcrumbs span {
    display: inline-block;
}

#breadcrumbs a {
    text-decoration: none;
    color: #222;
    margin: 0;
}
/* .site-main {
    min-height: 86vh;
} */
.v-post-loop.-card .post-item {
    box-shadow: 0 5px 10px 0 hsl(0deg 0% 62% / 16%);
    margin-bottom: 30px;
}
.v-post-loop.-card {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 12px;
    margin: 50px 0 60px;
}
.v-post-loop.-card .post-info {
    padding: 15px 15px 25px;
}
.v-post-loop.-card .post-info h2 {
    margin: 0;
    font-size: 19px;
}
.v-post-loop.-card .entry-meta {
    font-size: 13px;
    text-align: left;
}
.v-post-loop.-card .post-info a{
text-decoration: none;
color: #000;
}
.v-post-loop.-card .post-info span.cat-links {
    background: #9e6d0b;
    color: #FFF;
    display: inline-block;
    line-height: 19px;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 3px;
}
.v-post-loop.-card .post-info span.cat-links a{
color: #FFF;
font-size: 12px;
}
.column-post_grid.full-width {
    grid-template-columns: auto;
    grid-gap: 0!important;
}


.rss-page .wrap-thumb {
    padding-bottom: 0!important;
}
.rss-page.v-post-loop.-list .post-header {
    width: 6%;
    text-align: center;
}
.rss-page.v-post-loop.-list .post-header {
    width: 6%;
    text-align: center;
}
.rss-page.v-post-loop.-list .post-info{
  padding: 0;
  width: 94%;
}
.rss-page.v-post-loop.-list {
    margin-top: 50px;
}
.rss-page.v-post-loop.-list .post-header .rss-icon {
    background: #A3CD4D;
    max-width: 50px;
    max-height: 50px;
    padding-top: 5px;
}
.rss-page.v-post-loop.-list .post-info a:hover{
    color: #A3CD4D;
}


.rss-page-single {
    margin-top: 50px;
}
.rss-page-single.v-post-loop.-list .post-header {
    width: 10%;
}
.rss-page-single.v-post-loop.-list .post-info{
  width: 90%;
}
.rss-page-single.v-post-loop.-list .post-info .p_excerpt {
    line-height: 17px;
    margin-top: 6px;
}
.rss-page-single.v-post-loop.-list .post-info h3 a {
    font-size: 21px;
}




.bottom_banner_nav_wrap{
  text-align: center;
}
ul.bottom_banner_nav {
    width: 100%;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
}
ul.bottom_banner_nav li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    padding: 2px 14px;
    font-size: 20px;
    transition: all ease-in-out 250ms;
}
ul.bottom_banner_nav li.active,ul.bottom_banner_nav li:hover {
    background: #A3CD4D;
}

.post-calendar-style-7 .vc-post .vc-info .vc-view-more div:first-child
/* ,.post-tab-style-7-2 .vc-post .vc-info .vc-view-more div:first-child */
 {
    transition: all ease-in-out 250ms!important;
    padding: 0.4em!important;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more div:last-child,
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more div:first-child
{
      transition: all ease-in-out 250ms!important;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more:hover div:first-child ,
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more:hover div:first-child{
    background: #bdeec4;
    color: #225779;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more:hover div:last-child,
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more:hover div:last-child
{
  color: #fff;
  background-color: #225779;
}

.post-tab-style-7-2 .vc-post .vc-info,.post-calendar-style-7 .vc-post .vc-info,.post-tab-style-7-4 .vc-post .vc-info  {
    transition: all ease-in-out 150ms;
}
.post-tab-style-7-2 .vc-post:hover .vc-info,
.post-calendar-style-7 .vc-post:hover .vc-info
 {
    background: #f5f7f9;
}

.post-tab-style-7-4 .vc-post:hover .vc-info{
  background: #225779;
}
 .post-tab-style-7-4 .vc-post:hover .vc-post-date{
  color: #FFF;
}
.post-tab-style-7-4 .vc-post:hover .vc-info h3{
  color: #FFF!important;
}
#carousel_home_weblink img{
  transition: all ease-in-out 150ms;
}
#carousel_home_weblink img:hover{
/* transform: scale(1.1); */
}
#carousel_home_weblink .swiper-slide .text-center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f3f3f3;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: -1;
    height: 100%;
}
#carousel_home_weblink .swiper-slide .text-center:hover:before {
  opacity: 1;
  transform: scaleY(1);
}
.post-tab-style-7-4 .vc-main-title .term-link-all ,.post-tab-style-7-2 .vc-main-title .term-link-all{
    font-size: 18px!important;
    transition: all ease-in-out 250ms!important;
}
.post-tab-style-7-3 .vc-post .vc-info,.post-tab-style-8-2 .vc-post{
      transition: all ease-in-out 250ms!important;
}
.post-tab-style-7-3 .vc-post:hover .vc-info {
    background: #225779;
}
.post-tab-style-7-3 .vc-post:hover .vc-info h3{
  color: #FFF!important;
}

.post-tab-style-7-4 .vc-main-title .term-link-all:hover,
.post-tab-style-7-2 .vc-main-title .term-link-all:hover
 {
  color: #ddd;
}



.bottom-banner-wrap{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 5px;
}


.column-update_calendar article ,.procurement-wrap.style-3 article{
    border: solid 2px #0000;
    transition: all ease-in-out 150ms;
}
.column-update_calendar article:hover,
.procurement-wrap.style-3 article:hover{
    border: solid 2px #A3CD4D!important;
}


.vc_posts.card.style-1.v1 .vcps-item .featured-croped a:before{
  z-index: -999;
  opacity: 0;
  content: '';
  -webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
background: #ffcf2f73;
top: 0;
left: 0;
width: 100%;
position: absolute;
height: calc(100% - 15px);
}

.vc_posts.card.style-1.v1 .vcps-item .featured-croped a:after
 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: -999;
    content: "\f133";
    font-family: "Flaticon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    border: solid 2px #FFF;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    margin-top: -15px;
}
.vc_posts.card.style-1.v1 .vcps-item:hover .featured-croped a:after,
.vc_posts.card.style-1.v1 .vcps-item:hover .featured-croped a:before
 {
   z-index: 2;
   opacity: 1;
}

.post-tab-style-10 .vc-post .vc-info .excerpt{
  color: #222;
}

.item-quick-links .more-info{
  transition: all ease-in-out 150ms;
}
.item-quick-links .more-info:hover{
  background: #FFF;
  color: #222;
}
.card-recent_post .post-header a {
    display: block;
    overflow: hidden;
}


.card-recent_post .post-header img{
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
}


/* .card-recent_post .post-header a:after,
#carousel_home_post .card-post_m .post-header a:after,
.post-tab-style-10 .vc-post .vc-thumbnail:after,
.post-calendar-style-10 .vc-post .vc-thumbnail:after,
.post-basic-style-11-v2 .post-left .wrap-thumb:after,
.card-recent_gallery .feature-thumbnail a:after,
.product-gallery .image-gallery_recent:after
{
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: -999;
    content: "\f133";
    font-family: "Flaticon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    border: solid 2px #FFF;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
}

.card-recent_post .post-header a:before,
#carousel_home_post .card-post_m .post-header a:before,
.post-tab-style-10 .vc-post .vc-thumbnail:before,
.post-calendar-style-10 .vc-post .vc-thumbnail:before,
.post-basic-style-11-v2 .post-left .wrap-thumb:before,
.card-recent_gallery .feature-thumbnail a:before,
.product-gallery .image-gallery_recent:before
{
  z-index: -999;
  opacity: 0;
  content: '';
  -webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
background: #ffcf2f73;
top: 0;
left: 0;
width: 100%;
position: absolute;
height: 100%;
}

.card-recent_post:hover .post-header a:before,
.card-recent_post:hover .post-header a:after,
#carousel_home_post .card-post_m .post-header:hover a:before,
#carousel_home_post .card-post_m .post-header:hover a:after,
.post-tab-style-10 .vc-post:hover .vc-thumbnail:before,
.post-tab-style-10 .vc-post:hover .vc-thumbnail:after,
.post-calendar-style-10 .vc-post:hover .vc-thumbnail:before,
.post-calendar-style-10 .vc-post:hover .vc-thumbnail:after,
.post-basic-style-11-v2 .post-left .vcps-item:hover .wrap-thumb:before,
.post-basic-style-11-v2 .post-left .vcps-item:hover .wrap-thumb:after,
.card-recent_gallery .feature-thumbnail:hover a::before,
.card-recent_gallery .feature-thumbnail:hover a::after,
.product-gallery .image-gallery_recent:hover:before,
.product-gallery .image-gallery_recent:hover:after
{
  opacity: 1;
  z-index: 1;
} */



#carousel_home_post .card-post_m .post-header a{
  padding-bottom: calc( 0.57 * 100% );
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin-bottom: 0;
}
#carousel_home_post .card-post_m img {
  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: auto!important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1) translate(-50%,-50%);
  -ms-transform: scale(1) translate(-50%,-50%);
  transform: scale(1) translate(-50%,-50%);
  object-fit: cover;
}



.page-template-page-all-poll .search-bottom-per .sf-field-posts_per_page{
  bottom: 10px;
}
.page-template-page-all-poll #primary li.sf-field-posts_per_page select {
    color: #979797 !important;
}
.page-template-page-all-poll #primary.archive-box  {
    margin-bottom: 50px;
}

.contact-us-btn .ff_btn_style p {
    display: inline-block;
}
.contact-us-btn .ff_btn_style i {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}
#primary .but-2.reset-btn{
  background-color:#a2a2a2!important;
}
#primary .contact-us-btn .ff-t-cell{
  padding: 0 5px!important;
}
.left-tags.style-2 span {
    font-size: 16px;
    font-weight: 500;
}
.wrap-single.style-2 .tags_list a {
    background: #D1F8D0;
    color: #00AB4E;
    border: solid 1px #D1F8D0;
    border-radius: 50px;
    padding: 2px 15px;
    transition: all ease-in-out 150ms;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 6px;
}
.wrap-single.style-2 .tags_list a:hover{
  background: #00AB4E;
  color: #fff;
}
.wrap-single.style-2 .tags_list span {
    background: #00AB4E;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.wrap-single.style-2 .section-box-single .icon-title {
    display: none;
}
.title-cat_page .head-c{
  color: #00AB4E;
}
.procurement-wrap.style-1-v1 .post-header:after {
    background: #00AB4E;
    border-radius: 0;
}
.wrap-single.style-2 .wrap-all-list.new {
    background: #FFF;
    padding-left: 37px;
    border-bottom: solid 1px #e4f3ff;
    padding: 15px 12px 10px;
    border-top: solid 1px #e4f3ff;
}
.wrap-single.style-2 .wrap-all-list.new img {
    margin-right: 15px;
    width: 42px;
    padding-top: 4px;
}
.wrap-single.style-2 .wrap-all-list .file-btn a {
    margin-right: 10px;
}


.wrap-single.style-2 .gallery-single.section-box-single {
    border-top: 0;
        padding-top: 20px;
}
.wrap-single.style-2 .section-box-single {
    padding-top: 25px;
}
.wrap-single.style-2 .wrap_yp_gallery a.yp_gallery_item{
  display: block!important;
}
.wrap-single.style-2 .wrap_yp_gallery .overlay_thumb{
    display: none!important;
}

.law-modifly h3 {
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 10px;
}
.law-modifly li a {
    color: #111;
    font-size: 20px;
    line-height: 21px;
    display: inline-block;
    float: left;
    width: calc(100% - 15px);
}
.law-modifly li a:hover {
    opacity: .8;
}
.law-modifly ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 2px;
}
.law-modifly li {
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}
.law-modifly li::before {
    content: '';
    background: #225779;
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 7px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

.law-modifly li:after {
    display: block;
    content: '';
    clear: both;
}

.bottom_banner_overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 5px);
  width: 100%;
  content: "";
  background-color: #A3CD4D94;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(0);
  opacity: 0;
  z-index: 1;
}

.item-bottom_banner:hover .bottom_banner_overlay{
  -webkit-transform: translateY(0%);
transform: translateY(0%);
opacity: 1;
}
.bottom_banner_overlay span {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-align: center;
    border-radius: 0;
    width: 25px;
    height: 25px;
    display: block;
    background: #222;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom_banner_overlay span:hover{
  background: #FFF;
}
.bottom_banner_overlay span:hover svg {
    stroke: #222;
}
.bottom_banner_overlay svg {
  width: 13px;
  margin-top: 0px;
}

.bottom_banner_overlay a{
  display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
}


.item-bottom_banner{
  overflow: hidden;
  position: relative;
}

#page .post-basic-style-3 .post-right .btn {
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 3px;
}

.title-carousel_home_weblink .left {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    color: #00AB4E;
}
.title-carousel_home_weblink .left a {
    font-weight: 600;
    color: #3e3e3e;
}
.title-carousel_home_weblink .left i {
    color: #00AB4E;
    font-size: 12px;
}

#back-top {
  border-radius: 50px;
    background: #00AB4E url(../../../plugins/vc-button-top/img/vc-top-arrow.svg) no-repeat center 50%;
}



/* .archive-box.search-page .search-bottom.vc-botom  li.sf-field-posts_per_page label:before,
.archive-box.search-page .search-bottom.vc-botom li.sf-field-posts_per_page label:after {
    position: absolute;
} */
.box-pageination_post.vc-botom{
  margin-top: 25px;
}
.lang-th .search-bar_ypx li:before {
    font-size: 21px;
    color: #555;
}


.archive-box.search-page li.sf-field-post_date label{
  position: relative;
}
.archive-box.search-page li.sf-field-post_date label input {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100%;
}
.archive-box.search-page select.sf-input-select{
  min-width: 100%!important;
}
.archive-box.search-page li.sf-field-post_date label::after {
    content: "\f145";
    font-family: "Flaticon";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: #0000;
    color: #00a94d;
    width: 40px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    border-radius: 50px;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    z-index: 1;
    background: #D1F8D0;
    border: 1px solid #00AB4E;
    border-radius: 50px;
}
/* .lang-th li.sf-field-search:before {
    content: 'ค้นหา';
}
.lang-en_US li.sf-field-search:before {
    content: 'Search';
}
.lang-th li.sf-field-taxonomy-mec_category:before {
    content: 'แบ่งตามหมวดหมู่';
}
.lang-th li.sf-field-sort_order:before {
    content: 'การเรียงลำดับข้อมูล';
}
.lang-en_US li.sf-field-sort_order:before {
    content: 'Sort Results By';
}
.lang-en_US li.sf-field-taxonomy-mec_category:before {
    content: 'All Category';
}
.lang-en_US li.sf-field-taxonomy-poll_cat:before{
    content: 'All Category';
}
.lang-th li.sf-field-taxonomy-poll_cat:before{
    content: 'แบ่งตามหมวดหมู่';
}
.lang-en_US li.sf-field-taxonomy-ebook_category:before{
    content: 'All Category';
}
.lang-th li.sf-field-taxonomy-ebook_category:before{
    content: 'แบ่งตามหมวดหมู่';
}
.lang-en_US li.sf-field-category:before{
    content: 'All Category';
}
.lang-th li.sf-field-category:before{
    content: 'แบ่งตามหมวดหมู่';
}

.lang-en_US li.sf-field-taxonomy-weblink_category:before{
    content: 'All Category';
}
.lang-th li.sf-field-taxonomy-weblink_category:before{
    content: 'แบ่งตามหมวดหมู่';
}

.lang-en_US li.sf-field-taxonomy-wpdmcategory:before{
    content: 'All Category';
}
.lang-th li.sf-field-taxonomy-wpdmcategory:before{
    content: 'แบ่งตามหมวดหมู่';
}

.lang-en_US li.sf-field-taxonomy-post_year:before{
    content: 'All Years';
}
.lang-th li.sf-field-taxonomy-post_year:before{
    content: 'แบ่งตามปี';
}
 */

.search-page li.sf-field-category:before{
display: none;
}
.searchandfilter select.sf-input-select {
    line-height: 23px;
}
.downloads-box .searchandfilter ul {
    margin: 0 auto!important;
}

.downloads-box .box-pageination_post {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.downloads-box .search-bar_yp.search-bottom-per .sf-field-posts_per_page {
    bottom: 0;
}

.v-post-loop.-list article.post-item-style_2 .post-header {
    float: none;
    width: 100%;
    position: relative;
}
.v-post-loop.-list article.post-item-style_2 {
    border: 0;
    padding: 0;
}
.v-post-loop.-list article.post-item-style_2 .wrap-thumb {
    padding-bottom: calc( 0.55 * 100% );
}
.v-post-loop.-list article.post-item-style_2 .entry-meta {
    background: #000055;
    display: inline-block;
    color: #FFF;
    padding: 0 5px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.v-post-loop.-list article.post-item-style_2 .entry-meta .post_date {
    margin: 0;
}
/* .v-container:not(body.home .v-container) {
    max-width: 1100px;
} */

.v-post-loop.-list article.post-item-style_2 .post-info a {
    color: #00038a;
    font-size: 22px;
}
.v-post-loop.-list article.post-item-style_2 .post-info {
    width: 100%;
    padding: 11px 0;
}
.social_shared_style_2 ul {
    margin: 0;
    border-bottom: solid 4px #275d3b;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 30px;
    padding: 5px 15px;
text-align: left;
}
.social_shared_style_2 a {
    background: #A3CD4D!important;
}
.social_shared_style_2 svg{color: #00135a;}
#primary {
      background-position: bottom!important;
    background-size: cover!important;
}
.btn_back svg {
    color: #fec300;
    width: 18px;
    margin-bottom: -8px;
}
.btn_back ,.social_shared_style_2 span{
    background: #0000;
    border: 0;
    padding: 0;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.social_shared_style_2 span svg {
    color: #fec300;
    width: 13px;
    margin-bottom: -8px;
    margin-right: 3px;
    fill: #fec300;
}

.single .single_sidebar {
    padding-top: 0;
    padding-right: 7px;
}
.social_shared_style_2 > span {
    padding: 0 15px 3px;
    display: block;
}
.social_shared_style_2 ul li {
    width: auto;
    margin-right: 13px;
}
.social_shared_style_2 .seed-social a {
  border-radius: 50%;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  padding: 0;
}
.fluentform .ff-el-is-error .text-danger {
    font-size: 14px!important;
}
.ff-form-loading_errors {
    background: #ffdad8;
    border: solid 1px #f44336;
    color: #f44336;
    padding: 7px 15px;
}
.ff-form-loading_errors span.error-clear {
    display: none;
}
.ff-message-success {
    margin-top: 10px;
    overflow-wrap: break-word;
    position: relative;
    background: #d8ffe8;
    border: solid 1px #009e48;
    color: #009e48;
    padding: 10px 15px;
}
.frm-fluent-form {
    margin-bottom: 15px;
}
@media (max-width:767px) {
  .single_sidebar.style-list-s2 {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
  .downloads-box .box-pageination_post li.sf-field-posts_per_page label {
    text-align: center;
}
  .law-modifly h3 {
    font-size: 26px;
    line-height: 24px;
}
  .single-meta.style-2 .left-items {
      grid-template-columns: auto;
  }

  .single-meta.style-2 .entry-title {
      margin: 0;
      line-height: 31px;
      font-size: 32px;
      margin-top: 15px;
  }
.wrap-single.style-2 .file_url_item {
    width: 78%!important;
}
.wrap-single.style-2 .wrap-all-list.new {
    padding-bottom: 15px;
}
.people-list .-people-item {
    display: block;
    margin-top: 30px!important;
  }
  .people-list .-people-item .-people-img ,.people-list .-people-item .-people-text{
    width: 100%;
        text-align: center!important;
}
.people-list .-people-item .-people-img img {
    margin-right: -30px;
    margin-bottom: -100px;
    margin-top: -50px;
}
  .session-people .people-list .-people-item .-people-img {
    width: 100%;
}
.session-people .people-list .-people-item .-people-text {
    width: 100%;
    text-align: center!important;
}

.icon-box-n .elementor-icon-box-wrapper {
    display: flex;
    text-align: left !important;
}

	.icon-box-n .elementor-icon-box-icon {
    padding-right: 10px !important;
}



  .rss-page-single.v-post-loop.-list .post-header {
    width: 25%;
}
.rss-page-single.v-post-loop.-list .post-info{
  width: 75%;
}
  .rss-page.v-post-loop.-list .post-header{
    width: 14%;
  }
  .rss-page.v-post-loop.-list .post-info {
    width: 86%;
}


  .home-theme-4 .procurement-wrap.style-1-v1 .post-header{
    width: 10%;
  }
  .home-theme-4 .procurement-wrap.style-1-v1 .post-info {
    width: 65%;
  }
  .home-theme-4 .procurement-wrap.style-1-v1 .entry-meta {
      width: 25%;
  }

  .home-theme-4 .procurement-wrap.style-1-v2 .post-header {
    width: 15%;
  }
  .home-theme-4 .procurement-wrap.style-1-v2 .post-info{
      width: 58%;
  }
  .home-theme-4 .procurement-wrap.style-1-v2 .entry-meta {
      width: 27%;
  }
.home-theme-4 .vc_posts.card.style-2.v1 .card-recent_post:last-child {
    display: block;
}


  .home-theme-4.col-4 .vc_posts.card.style-2.v1 .vc_posts-wrapper {
      grid-template-columns: repeat(2, 1fr);
  }
  .home-theme-4.col-4 .vc_posts.card.style-2.v1 .card-recent_post:last-child{
    display: block!important;
  }
  .nav-weblink-home{
    bottom: 20px;
  }

  #carousel_home_weblink .swiper-slide:after{
    display: none;
  }
  #carousel_home_weblink .swiper-wrapper {
    padding-bottom: 40px;
  }
  .title-carousel_home_weblink {
    padding: 10px 0;
  }
  .title-carousel_home_weblink h3 {
    font-size: 40px;
}
  .yp_chart_wrap {
      width: 600px!important;
      float: none;
      margin-right: -320px;
      margin-bottom: 50px;
      display: block;
  }
  .yp_chart_wrap canvas {
    margin-top: -80px;
    margin-left: -185px;
}
  .poll-option_name:after {
    display: block;
    content: '';
    clear: both;
}
.poll-option_name li {
    width: 100%;
}
  ul.poll-option_name {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    transform: none;
    clear: both;
    margin-bottom: 10px;
}

  .procurement-archive.poll-layout.style-3 .post-info {
    width: 92%!important;
    padding: 0!important;
    padding-left: 10px!important;
}
.procurement-archive.poll-layout.style-3 .post-link-btn {
    width: 100%;
}
.post-link-btn a {
    margin-top: 5px;
}
.procurement-archive.poll-layout.style-3 .post-header {
    width: 8%!important;
}
  .search-bar_yp.search-bottom-per .sf-field-posts_per_page {
    position: relative;
    bottom: auto;
    float: none;
  }
  .box-pageination_post .searchandfilter ul {
    float: none!important;
    grid-template-columns: revert!important;
}
  .search-bar_yp.search-bottom-per ul{
        grid-template-columns: revert!important;
  }
  .search-bar_yp.search-bottom-per li.sf-field-posts_per_page label:after,.box-pageination_post .searchandfilter label:after{
    top: 32px!important;
  }

  .single-meta .post_by{
    margin-bottom: 10px;
  }
  .archive-box.search-page  .v-post-loop.-list .post-header {
      width: 30%;
  }
  .archive-box.search-page  .v-post-loop.-list .post-info {
      width: 70%;
  }
  span.breadcrumb_last {
    margin-left: 0;
}
  .v-post-loop.-card {
    grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
      margin: 45px 0 70px;
  }
  .single .main-content,.single .single_sidebar{
    width: 100%;
    float: none;
  }
  .single-post .entry-content .v-container {
    padding: 0;
}

 .single #page .entry-title {
   font-size: 26px;
   line-height: 39px;
   margin-top: 0;
  }
  #page .single_sidebar .v-post-loop.-list .post-info h3{
    font-size: 17px;
      line-height: 27px;
      max-height: 50px;
      min-height: 50px;
  }
  .wrap-single.style-2 .tags_list a {
    margin-bottom: 8px;
}
  .wrap-all-list.new img {
    width: 7%;
}
.file_url_item {
    float: left;
    width: 89%;
}

 .v-post-loop .post-item {
     margin-bottom: 10px;
 }


}

.hamburger {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 32px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-left: 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px;
  }


  /*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    }
  .hamburger--slider .hamburger-inner::after {
    top: 16px;
    }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
    }







@font-face {
  font-family: "Flaticon";
  src: url("../fonts/paradizicon/Flaticon.eot");
  src: url("../fonts/paradizicon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/paradizicon/Flaticon.woff2") format("woff2"),
       url("../fonts/paradizicon/Flaticon.woff") format("woff"),
       url("../fonts/paradizicon/Flaticon.ttf") format("truetype"),
       url("../fonts/paradizicon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/paradizicon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
font-style: normal;
margin-left: 0;
}


.flaticon-phone:before { content: "\f100"; }
.flaticon-phone-1:before { content: "\f101"; }
.flaticon-shopping-cart:before { content: "\f102"; }
.flaticon-shopping-cart-1:before { content: "\f103"; }
.flaticon-shopping-cart-2:before { content: "\f104"; }
.flaticon-shopping-cart-empty-side-view:before { content: "\f105"; }
.flaticon-shopping-cart-of-horizontal-lines-design:before { content: "\f106"; }
.flaticon-shopping-cart-3:before { content: "\f107"; }
.flaticon-cart:before { content: "\f108"; }
.flaticon-supermarket:before { content: "\f109"; }
.flaticon-commerce-and-shopping:before { content: "\f10a"; }
.flaticon-cart-1:before { content: "\f10b"; }
.flaticon-shopping-basket:before { content: "\f10c"; }
.flaticon-line-logo:before { content: "\f10d"; }
.flaticon-dialogue:before { content: "\f10e"; }
.flaticon-chat:before { content: "\f10f"; }
.flaticon-speech-bubbles:before { content: "\f110"; }
.flaticon-menu:before { content: "\f111"; }
.flaticon-menu-1:before { content: "\f112"; }
.flaticon-cross-out:before { content: "\f113"; }
.flaticon-error:before { content: "\f114"; }
.flaticon-avatar:before { content: "\f115"; }
.flaticon-user:before { content: "\f116"; }
.flaticon-account:before { content: "\f117"; }
.flaticon-magnifying-glass:before { content: "\f118"; }
.flaticon-search:before { content: "\f119"; }
.flaticon-down-arrow:before { content: "\f11a"; }
.flaticon-downwards-pointer:before { content: "\f11b"; }
.flaticon-chevron:before { content: "\f11c"; }
.flaticon-chevron-1:before { content: "\f11d"; }
.flaticon-back:before { content: "\f11e"; }
.flaticon-left-chevron:before { content: "\f11f"; }
.flaticon-right-chevron:before { content: "\f120"; }
.flaticon-chevron-2:before { content: "\f121"; }
.flaticon-delete-button:before { content: "\f122"; }
.flaticon-delete:before { content: "\f123"; }
.flaticon-heart:before { content: "\f124"; }
.flaticon-car:before { content: "\f125"; }
.flaticon-car-1:before { content: "\f126"; }
.flaticon-car-2:before { content: "\f127"; }
.flaticon-envelope:before { content: "\f128"; }
.flaticon-pin:before { content: "\f129"; }
.flaticon-pointer-spot-tool-for-maps:before { content: "\f12a"; }
.flaticon-pin-1:before { content: "\f12b"; }
.flaticon-pin-2:before { content: "\f12c"; }
.flaticon-pin-3:before { content: "\f12d"; }
.flaticon-earth-grid-symbol:before { content: "\f12e"; }
.flaticon-browser:before { content: "\f12f"; }
.flaticon-browser-1:before { content: "\f130"; }
.flaticon-add:before { content: "\f131"; }
.flaticon-add-1:before { content: "\f132"; }
.flaticon-plus:before { content: "\f133"; }
.flaticon-share:before { content: "\f134"; }
.flaticon-share-1:before { content: "\f135"; }
.flaticon-substract:before { content: "\f136"; }
.flaticon-substract-1:before { content: "\f137"; }
.flaticon-minus-symbol:before { content: "\f138"; }
.flaticon-text-height:before { content: "\f139"; }
.flaticon-text-height-1:before { content: "\f13a"; }
.flaticon-like:before { content: "\f13b"; }
.flaticon-thumbs-up:before { content: "\f13c"; }
.flaticon-clock:before { content: "\f13d"; }
.flaticon-tag:before { content: "\f13e"; }
.flaticon-tag-1:before { content: "\f13f"; }
.flaticon-tag-2:before { content: "\f140"; }
.flaticon-folder:before { content: "\f141"; }
.flaticon-edit:before { content: "\f142"; }
.flaticon-folder-1:before { content: "\f143"; }
.flaticon-paper:before { content: "\f144"; }
.flaticon-timetable:before { content: "\f145"; }
.flaticon-clock-1:before { content: "\f146"; }
.flaticon-clock-2:before { content: "\f147"; }
.flaticon-clock-3:before { content: "\f148"; }
.flaticon-alarm-clock:before { content: "\f149"; }
.flaticon-history:before { content: "\f14a"; }

body, html {
    width: 100%;
    overflow-x: hidden;
      color: #000;
}
.btn-splash input {
    font-weight: bold;
}
.single-post .entry-content p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
}
.single .main-content h3 {
    font-size: 30px;
    line-height: 31px;
    margin-top: 0;
}
.single .entry-featured-image {
    margin-bottom: 30px;
}
.single .right-items .post_views {
    display: block;
    float: none;
}
.single .right-items .post_views .icon-view {
    display: inline-block;
    float: left;
}
.single .right-items .post_views .icon-view svg {
    color: #00AB4E;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: 1px;
}
.single .right-items .post_views .post-views {
    float: left;
    margin-left: 7px;
    margin-top: 0;
}
.left-tags {
    float: left;
}
.right-shared {
    float: right;
}
.seed-social .text{
  display: none;
}
.site {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
#primary {
    min-height: 85vh;
}
.v-container{
  margin-right: auto;
  position: relative;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1280px;
}
ul.sidebar_not_found {
    margin: 0;
    list-style: none;
    padding-left: 17px;
}
.site-header {
    min-height: 70px;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 8%);
}
.site-header>.v-container {
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.desktop_menu ul {
  padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      height: 100%;
}

.desktop_menu li {
    position: relative;
    height: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        min-height: 70px;
}
span.breadcrumb_last{
  border: 0;
  font-weight: 500;
}
.desktop_menu li a {
    padding: 8px 13px;
    font-size: 15px;
    line-height: 18px;
    color: #616161;
    font-weight: 400;
}
.desktop_menu li a:not(.sub-menu a) {
    padding: 8px 13px;
    padding-left: 10px;
  }
  .theme-four .desktop_menu li a:not(.sub-menu a)
  {
    padding: 9px 15px!important;
  }
.desktop_menu  li:hover > a, .site-header .menu-item-has-children:hover > .wrap-toggle-mobile  svg,.site-header  .menu-item-has-children:hover > a,.current_page_item > a {
    color: #00ab4e;
}

.site-branding {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
}
.site-branding a{
  display: flex;
  align-items: center;
}
.main-navigation {
    margin-left: auto;
    width: auto;
}

.site-branding img {
    max-height: 75px;
    width: auto;
    padding: 5px 0;
}
.menu-item-has-children svg {
    width: 15px;
    margin-left: -10px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 6px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.menu-item-has-children:hover > .wrap-toggle-mobile > svg {
color: currentColor;
}
.desktop_menu .sub-menu {
    padding: 6px 0;
    display: block;
    text-align: left;
    overflow: hidden;
    opacity: 0;
    border-radius: 0;
    height: auto;
    max-height: 0;
    position: absolute;
    z-index: 101;
    top: calc(100% + 5px);
    -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #FFF;
    min-width: 250px;
}
.desktop_menu .sub-menu .wrap-toggle-mobile > svg {
  -webkit-transform: rotateZ( 270deg);
  transform: rotateZ( 270deg);
}
#main-header_1 ul.social-ul li a:hover {
  transform: scale(1)!important;
}
 /* ul.social-ul li a{
    transition: all ease-in-out 250ms;
}
 ul.social-ul li a:hover{
  transform: scale(1);
} */
/* .desktop_menu .sub-menu li a:hover {
    color: #000!important;
} */
.desktop_menu .sub-menu .wrap-toggle-mobile {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 100%;
}
.menu-item-has-children .sub-menu svg {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    height: 100%;
}
/* .desktop_menu .sub-menu:before {
  position: absolute;
  content: "";
  left:29px;
  top: -8px;
  height: 0;
  width: 0;
  border-bottom: 8px solid #FFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;

  z-index: 1;
} */
.desktop_menu .sub-menu li a{
  border-bottom: 0;
  font-size: 15px;
  transition: all .5s;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
}
.desktop_menu .sub-menu li:last-child > a{
  border-bottom: 0;
}
.desktop_menu .sub-menu .sub-menu:before {
    border-bottom-color: #fff!important;
}

.desktop_menu li:hover>.sub-menu {
  opacity: 1;
  max-height: 100vh;
  top: 90%;
  height: auto;
  z-index: 200;
  overflow: visible;
}
ul.social-ul li a{
  position: relative;
}

.desktop_menu .sub-menu li a:before {
content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: currentColor;
    left: 20px;
    top: 18px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


/* .desktop_menu .sub-menu li:hover a{
  padding-left: 35px!important;
} */

#mobile-menu li.is-active-mobile>.sub-menu .sub-menu {
    left: 0;
}
/*

#mobile-menu.menu.dropdown>li {
  -webkit-transform: scale(1.1) translateY(-2px);
  transform: scale(1.1) translateY(-2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

 #mobile_menu_wrap.is-active .menu.dropdown>li {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

#mobile-menu.menu.dropdown>li:nth-child(1) {
    transition-delay: .1s
}

#mobile-menu.menu.dropdown>li:nth-child(2) {
    transition-delay: .15s
}

#mobile-menu.menu.dropdown>li:nth-child(3) {
    transition-delay: .2s
}

#mobile-menu.menu.dropdown>li:nth-child(4) {
    transition-delay: .25s
}

#mobile-menu.menu.dropdown>li:nth-child(5) {
    transition-delay: .3s
}

#mobile-menu.menu.dropdown>li:nth-child(6) {
    transition-delay: .35s
} */
/* language */
.languages-yp{
position:relative;
}
.current_btn_lang img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    margin-bottom: -9px;
}
.current_btn_lang svg {
    width: 14px;
    margin-left: 2px;
    margin-bottom: -7px;
}
.current_btn_lang.languages__item--current {
    display: block;
}

.current_btn_lang{
cursor:pointer;
  font-size:14px;
      color: #000;
}
.dropdown_lang {
    display: block;
    text-align: left;
    overflow: hidden;
    opacity: 0;
    border-radius: 3px;
    height: auto;
    max-height: 0;
    position: absolute;
    z-index: 101;
    top: calc(100% + 5px);
    -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #FFF;
    min-width: 150px;
  padding:10px;
}
.current_btn_lang:hover > .dropdown_lang {
    opacity: 1;
    max-height: 100vh;
    top: 90%;
    height: auto;
    margin-top: 15px;
    z-index: 101;
    overflow: visible;
      z-index: 9999;
}
a.languages__item {
    display: block;
    font-size: 13px;
    line-height: 23px;
    text-transform: none;
    color: #000;
    font-weight: 400;
}
a.languages__item:hover {
    color: #0074bc;
}
/* language */

.desktop_menu li>.sub-menu li {
    min-height: auto!important;
    padding: 7px 0;
}

.desktop_menu li.menu-item-has-children>.sub-menu li a {
    font-size: 14px;
    padding: 0;
    padding-left: 15px;
}
/* .desktop_menu li.menu-item-has-children>.sub-menu li:hover > a{
  color: #00ab4e;
} */

.desktop_menu .sub-menu .sub-menu {
    left: 100%;
    top: 0!important;
}
.desktop_menu  .sub-menu  .sub-menu:before{
  display: none;
}
.site-footer {
    background: #eee;
    color: #242424;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
body.admin-bar .site {
    min-height: calc(100vh - 32px);
}
.site-footer p {
    margin: 0!important;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
}
.fix-icon-align svg {
    margin-top: -9px;
}
.fix-icon-align-2 svg {
    margin-top: -5px;
}
.text-center {
    text-align: center;
}
/*for pc*/
._mobile{
  display: none;
}
._desktop{
  display: block;
}

/* end for pc */



/* mobile menu */
#mobile-menu .sub-menu {
    width: 100%;
    max-height: 0;
    filter: none;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    /* -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0); */
    /* -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; */
}

#mobile-menu li.is-active-mobile>.sub-menu {
  /* -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); */
  max-height: 100vh;
}



#mobile-menu li:hover > a,#mobile-menu li:hover svg{
  color: #222!important;
}




.overlay_menu_m{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 997;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
    display: none;
    pointer-events: none;
}
.overlay_menu_m.is-active {
      opacity: .5;
      display: block;
      pointer-events: all;
}
#mobile_menu_wrap {
    position: relative;
}
#mobile_menu_wrap{
    background: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    z-index: 998;
    transform: translateX(350px);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
#mobile_menu_wrap.is-active {
  transform: translateX(0);
  display: block;
}
#close-mobile-menu {
    z-index: 999;
    display: flex;
    border: solid 1px #ddd;
    border-bottom: 0;
    width: 50px;
    height: 50px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}
#close-mobile-menu svg {
    width: 30px;
}
#toggle-main-menu {
    margin-right: 0;
    margin-top: 0;
    height: auto;
}
#mobile-menu {
    display: block;
    height: calc(100vh - 15rem);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
#mobile-menu ul {
    margin: 0;
    padding: 0;
}
#mobile-menu li{
  display: block;
  min-height: auto;
  height: auto;
  border-bottom: solid #ddd 1px;
}
#mobile-menu li:first-child {
    border-top: solid 1px #ddd;
}
#mobile-menu li>a {
  width: 100%;
  display: block;
  min-height: 50px;
  line-height: 29px;
  padding: 10px;
  font-size: 16px;
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile {
    margin: 0;
    border-left: solid 1px #ddd;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#mobile-menu .menu-item-has-children > a {
    width: calc(100% - 50px);
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile svg {
    margin: 0;
    padding-left: 11px;
    width: 50px;
    min-height: 50px;
    margin-bottom: -8px;
    padding-right: 12px;
    transform: rotate(270deg);
    transition: transform .2s;
    right: 0;
}
#mobile-menu li.is-active-mobile>.wrap-toggle-mobile svg {
    transform: rotate(
0deg);
}
/* mobile menu */


/* advance search */
span.options-reset {
    background: #ddd;
    color: #222;
    border-radius: 5px;
    padding: 2px 14px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}
.ad-search {
  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    margin: 50px 0 60px;
    flex-wrap: wrap;
}
.s-sidebar {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
    flex-wrap: wrap;
}
 .has-sidebar .ad-wrap-loop {
    display: flex;
    flex-wrap: wrap;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.term-option-label{
  display: block;
}
.ad-wrap-loop input {
    width: 100%;
    min-height: 40px;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.searchBar-wrap {
    width: 100%;
    position: relative;
}
.searchBar-wrap button.ad-submit {
    background: transparent;
    position: absolute;
    right: 0;
    border: 0;
    max-height: 40px;
}
/*
.has-sidebar .v-post-loop .post-item{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: flex;

  padding-right: 0.625rem;
    padding-left: 0.625rem;
  flex-wrap: wrap;
} */
.has-sidebar .v-post-loop {
    margin: 0!important;
}


/* end card 1 */
/* .card-theme-4.card-post_m h4 a {
color: #0a3b69;
} */
/* .card-theme-4.card-post_m .entry-meta {
  display: -ms-grid;
  display: grid;
grid-template-columns: repeat(30px, 1fr);
  width: 100%;
    bottom: 0;
    background: #eee;
    color: #222;
    margin: 0;
} */

/* body.box-color_3 .card-theme-4.card-post_m .entry-meta{
    background-color: #fff700!important;
} */

body.box-color_3 .v-post-loop.-list .entry-meta {
    color: #fff700!important;
}
body.box-color_3 article.post-item-style_2 .entry-meta {
    background: #000!important;
}
/* end card 4 */


.archive-sidebar {
    margin-top: 0;
}

.post-tab-style-2 .btn-view-all a {
    background: #00AB4E!important;
    font-size: 18px;
    color: #fff!important;
  padding-top: 6px!important;
    padding-bottom: 3px!important;
    }
  .post-tab-style-2 .btn-view-all a:hover {
    background: #ddd!important;
    color: #222!important;
    transform: scale(1.1)!important;
}
.procurement-wrap.style-1-v1 .post-info a {
    position: relative;
    z-index: 5;
}
/* #primary .post-tab-style-2 .nav-sub-term-yp li{
  -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
} */
#primary .post-tab-style-2 .nav-sub-term-yp li.active
/* , #primary .post-tab-style-2 .nav-sub-term-yp li:hover */
 {
    background: #A3CD4D;
    border: solid 1px #A3CD4D;
    color: #00AB4E;
  }

.icon-doc-home .elementor-icon {
    background: #FFF;
    padding: 25px;
    border-radius: 50%;
}
#carousel_quicklink {
    position: static;
    width: calc(100% - 130px);
    padding: 13px 0 23px;
}
#carousel_quicklink .swiper-button-next {
    right: 25px;
}
#carousel_quicklink .swiper-button-prev {
    left: 5px;
}
#carousel_quicklink .swiper-button-next svg ,
#carousel_quicklink .swiper-button-prev svg
{
    background: #FFF;
    color: #00AB4E;
}
.post-tab-style-2 .nav-sub-term-yp li,
.post-tab-style-2 .btn-view-all a,
.post-basic-style-3 .post-right .btn,
#carousel_ebook a.readmore,
.procurement-wrap.style-1-v1 .post-info a,
.searchandfilter label,
.searchandfilter ul li:before
{
  font-size: 21px;
  font-weight: 600!important;
}
.searchandfilter ul li:before{
  color: #000;
}
.single .left-share h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.archive-box .searchandfilter ul li .select2-selection--single {
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 35px 5px 20px;
    height: 40px;
    color: #979797;
    /* min-width: 280px; */
}
.archive-box .searchandfilter ul li .select2-container{
  z-index: 5;
}

.select2-container--open .select2-dropdown {
    top: 32px;
}
li.sf-field-category label{

}
li.sf-field-category label::after {
    content: '';
    display: block;
}
.archive-box .searchandfilter ul li .select2-container {
    width: 100%!important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 20px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
li.sf-field-sort_order label:after, li.sf-field-category label:after, li.sf-field-posts_per_page label:after, li.sf-field-taxonomy-mec_category label:after, li.sf-field-taxonomy-poll_cat label:after, li.sf-field-taxonomy-ebook_category label:after, li.sf-field-taxonomy-weblink_category label:after, li.sf-field-taxonomy-post_year label:after{
  z-index: 10;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 50px;
}
.sidebar_banner {
    position: relative;
    grid-gap: 0 7px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -20px;
    padding: 10px;
    border: solid 1px #ddd;
    padding-bottom: 0;
}
.sidebar_banner a {
  -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sidebar_banner a:hover {
    opacity: .9;
}
.site-branding img {
    image-rendering: -webkit-optimize-contrast;
}

.card-list-announce {
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}
.card-list-announce a,
.card-list-announce svg
{
  -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.card-list-announce .box-terms_text a:after {
    content: ',';
    padding-right: 6px;
    padding-left: 6px;
}
.card-list-announce .box-terms_text a:last-child:after {
    content: unset;
}
.card-list-announce .post-title {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  padding-top: 3px;
  max-height: 73px;
}
.card-list-announce .post-title svg {
    margin-bottom: -4px;
    stroke:#00ab4e!important;
}
.card-list-announce .box-title a {
    text-decoration: none;
    color: #222;
    margin-bottom: -7px;
    display: block;
}
.card-list-announce .box-terms_text {
    margin-bottom: 2px;
}
.card-list-announce .box-title a:hover {
    color: #00AB4E;
}
.card-list-announce .box-title a:hover svg {
    stroke: #a3cd4d;
}
.card-list-announce .box-terms_text a {
  text-decoration: none;
      color: #000;
      font-size: 14px;
  }
.card-list-announce .box-terms_text a:hover {
    color: #a3cd4d;
}
.card-list-announce .meta-post {
    display: flex;
    gap: 0 10px;
    font-size: 14px;
}
.card-list-announce .meta-post .post-views.entry-meta {
    margin-top: 0;
}
.card-list-announce .meta-post .box-count {
    display: flex;
    gap: 0 5px;
    align-items: center;
}
.card-list-announce .meta-post svg{
  width: 12px;
  height: 12px;
    color: #A3CD4D;
    margin-bottom: 0;
}
.card-list-announce .calendar-box {
    display: flex;
    grid-gap: 6px;
    align-items: center;
}

.card-list-announce .box-btn a {
    background: #00AB4E;
    text-decoration: none;
    padding: 6px 15px 8px;
    color: #FFF;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px;
}
.card-list-announce .box-btn a:hover{
  background: #ddd;
  color: #000;
}
.clearfix {
    clear: both;
}

.social-footer ul {
    display: flex;
    gap: 0 8px;
}
.social-footer ul svg {
    fill:#A3CD4D;
    width: 28px;
    height: 28px;
}
.social-footer ul span {
    background: #A3CD4D;
    display: block;
    width: 28px;
    height: 28px;
    padding:  2px;
}
.social-footer {
    margin-top: 5px;
}
.social-footer a,.social-footer a span  {
  transition: all ease-in-out 350ms;
}
.social-footer a:hover ,.social-footer a:hover span{
    opacity: .85;
}

#main-header_4 .bottom-object.fixed {
    position: fixed;
    top: -1px;
    width: 100%;
    animation: fadeInDown .9s;
}
.wpa-test-msg {
    display: none;
}
/* #page .fluentform .ff_btn_style {
    font-size: 24px;
    padding: 4px 29px 3px;
    font-weight: 600;
} */
/* .fluentform .ff-el-input--label {
    font-size: 24px;
} */
.read_post {
    font-size: 20px;
}

  .title-cat_page {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    background: #F4F4F4;
    padding: 1em 0;
    z-index: 1;
        padding-right: 15px;
}

.title-cat_right {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.archive-box .entry-header.two_page_title .in-thumb > .v-container {
    justify-content: left;
    align-items: center;
}
.title-cat_page h1.byline {
    position: relative;
    right: unset;
    left: 0;
    width: 100%;
    padding: 0;
}
.title-cat_page p.ex-cat {
    font-size: 23px;
}
.bg-c .v-container {
    min-height: 130px;
    display: grid;
    align-items: center;
    justify-content: left;
    grid-template-columns: 1.2fr 1fr;
}


.title-cat_page #breadcrumbs a {
    color: #000;
}
.title-cat_page #breadcrumbs {
    padding: 0;
    margin: 0;
}
.title-cat_page:before {
    content: '';
    width: 500%;
    height: 100%;
    background: #F4F4F4;
    position: absolute;
    left: -500%;
}
.bg-c {background-size: cover;background-position: center;}

.title-cat_page #breadcrumbs span > a {
    position: relative;
    display: inline-block;
      margin: 0;
}
.title-cat_page #breadcrumbs > span > span > a {
    margin-left: 0;
}

.main-header *{
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  transition: all .1s;
}
li#wp-admin-bar-wpseo-menu{
  display: none!important;
}


.yp_moved_element {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}
.yp_moved_element2 {
    -webkit-animation: movedelement2 8s linear infinite;
    animation: movedelement2 8s linear infinite;
}
.yp_moved_element3 {
    -webkit-animation: movedelement3 12s linear infinite;
    animation: movedelement3 12s linear infinite;
}


@-webkit-keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.yp_moved_element {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}
.yp_moved_element2 {
    -webkit-animation: movedelement2 8s linear infinite;
    animation: movedelement2 8s linear infinite;
}
.yp_moved_element3 {
    -webkit-animation: movedelement3 12s linear infinite;
    animation: movedelement3 12s linear infinite;
}
.yp_rotated_element {
    -webkit-animation: rotatedelement 5s linear infinite;
    animation: rotatedelement 5s linear infinite;
}
.yp_flash_element {
    -webkit-animation: ypflash 7s linear infinite;
    animation: ypflash 7s linear infinite;
}
.yp_pulse_element {
    -webkit-animation: yppulse 7s linear infinite;
    animation: yppulse 7s linear infinite;
}
.yp_pulse_figure_element {
    -webkit-animation: yppulse_figure 8s linear infinite;
    animation: yppulse_figure 8s linear infinite;
}
.yp_pulse_out_element {
    -webkit-animation: yppulse_out 8s linear infinite;
    animation: yppulse_out 8s linear infinite;
}

@-webkit-keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}


@-webkit-keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
@keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
@-webkit-keyframes ypflash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0.4;
    }
}
@keyframes ypflash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0.4;
    }
}
@-webkit-keyframes yppulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes yppulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@-webkit-keyframes yppulse_figure {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
@keyframes yppulse_figure {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
@-webkit-keyframes yppulse_out {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes yppulse_out {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.title-theme-1 .elementor-icon-list-text span {
    display: block;
    color: #00ab4e;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
.title-theme-1 .elementor-icon-list-item {
    align-items: start;
}
.title-theme-1 .elementor-icon-list-item svg {
    padding-top: 0;
}
.button-theme-1 .elementor-button {
    background: #00ab4e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 300;
    border: solid 1px #00ab4e;
    padding: 7px 15px;
}
.button-theme-1 .elementor-button i {
    background: #006b31;
    font-size: 9px;
    min-width: 17px;
    min-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #FFF;
    margin-top: -1px;
}
.button-theme-1 .elementor-button:hover i {
    background: #00ab4e;
}
.button-theme-1 .elementor-button-content-wrapper {
    display: flex;
    grid-gap: 2px;
    align-items: center;
}
.button-theme-1 .elementor-button:hover {
    background: #fff;
    color: #00ab4e;
    border: solid 1px #00ab4e;
}
.single-e-book .entry-featured-image {
    display: none;
}
.center-bg-ab {
    top: 60%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    position: absolute!important;
}
.relative{
  position: relative;
}
.info-icon-home{
background: linear-gradient(211.21deg, rgba(255, 255, 255, 0.7) 22.75%, rgba(252, 252, 252, 0.7) 88.41%);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
border-radius: 15px;
}

.info-icon-home.box1 .elementor-icon {
    background: linear-gradient(224.71deg, #FB5A40 24.87%, #FFC700 144.97%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 18%);
    padding: 20px;
    border-radius: 50px;
}
.info-icon-home.box1 .elementor-icon-box-title b {
    color: #f85;
        font-weight: 500;
}
.info-icon-home.box1 .elementor-button {
    background: #f85;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 6px 20px;
}


.info-icon-home.box2 .elementor-icon {
  background: linear-gradient(224.71deg, #00AB4E 24.87%, #FFC700 144.97%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 18%);
    padding: 20px;
    border-radius: 50px;
}
.info-icon-home.box2 .elementor-icon-box-title b {
    color: #00AB4E;
    font-weight: 500;
}
.info-icon-home.box2 .elementor-button {
    background: #00AB4E;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 6px 20px;
}


.info-icon-home .elementor-button:hover {
    color: #fff;
    background: #888;
}



/* home-calendar-t1 */
.home-calendar-t1 .mec-calendar{
  margin: 0;
}
.home-calendar-t1 .mec-search-form,.home-calendar-t1 .mec-event-footer,
.home-calendar-t1 .mec-table-side-title{
display: none;
}
.home-calendar-t1 .mec-calendar-side{
  padding: 0;
}
.home-calendar-t1 .mec-calendar dt{
  background-color: #0000;
}
.home-calendar-t1 .mec-selected-day,
.home-calendar-t1 .mec-selected-day:hover,
.home-calendar-t1 .mec-has-event:after {
    background: #00aa4e!important;
}
.home-calendar-t1 .mec-calendar-side i{
  color:#FFF!important;
}
.home-calendar-t1 dt.mec-has-event:hover {
    background: #A3CD4D!important;
}
.home-calendar-t1 .mec-skin-monthly-view-month-navigator-container {
    background: #00aa4e;
    padding: 15px;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.home-calendar-t1 .mec-calendar dl {
    margin: 0 auto;
}
.home-calendar-t1 .mec-calendar-header h2 {
    margin: 0;
    color: #FFF;
    font-weight: 500;
}
.home-calendar-t1 .mec-calendar-events-side {
    padding: 0 20px;
    padding-right: 0;
}
.home-calendar-t1 .mec-event-article{
      padding: 10px!important;
}
.home-calendar-t1 .mec-event-title {
    margin: 10px 0 8px!important;
}
.home-calendar-t1 .mec-calendar-side .mec-next-month, .home-calendar-t1 .mec-calendar-side .mec-previous-month {
    background: #0000;
    top: 3px;
    z-index: 1;
}
.home-calendar-t1 .mec-calendar-events-side,
.home-calendar-t1 .mec-event-article,
.home-calendar-t1 .mec-calendar,
.home-calendar-t1 .mec-calendar-side .mec-next-month,
.home-calendar-t1 .mec-calendar-side .mec-previous-month
{
  border: 0;
}
.home-calendar-t1 .mec-calendar,
.home-calendar-t1 .mec-calendar-side{
  box-shadow: none!important;
}

.home-calendar-t1 .mec-calendar-header {
    margin: 0!important;
    padding: 0!important;
}
.home-calendar-t1 .mec-calendar-table {
    background: #FFF9F0;
    padding-bottom: 10px;
    border-radius: 0 0 20px 20px;
    box-shadow: 1px 4px 0px 0px rgb(0 0 0 / 10%);
}
.home-calendar-t1 .mec-next-month:hover,
.home-calendar-t1 .mec-previous-month:hover{
  background: #0000!important;
}
.home-calendar-t1 .mec-next-month a,
.home-calendar-t1 .mec-previous-month a {
    color: #00aa4e;
    font-size: 0;
}
.fluentform .ff-el-input--label label {
    font-size: 16px;
    font-weight: 500;
}
.fluentform .ff-el-input--label input,
.fluentform .ff_btn_style, .fluentform .ff-el-form-control {
    font-size: 16px;
}
.readonly,.single-vc_request_content .readonly-single {
    pointer-events: none;
    background: #eee;
}



.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordionjs .acc_section {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordionjs .acc_section .acc_content {
    padding: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}

.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: #F9F9F9;
  border-bottom: 1px solid #ccc;
}


main#primary.author-page {
    background: #FFF;
}
.wrap-author-page {
    margin: 70px auto;
    text-align: center;
    max-width: 1080px;
    box-shadow: 1px 4px 13px rgb(0 0 0 / 7%);
    border-radius: 10px;
}
.wrap-profile-info {
    display: flex;
    justify-content: space-between;
    padding: 15px 50px 10px;
    position: relative;
}
.wrap-profile-info::before {
    content: "";
    background: url(../img/bg-user.png);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    right: 0;
    height: 100%;
}
.google-box .item-g:hover {
    transform: scale(1.1);
}
.wrap-profile-info .left .info .details strong {
    font-weight: 500;
    color: #000;
}
.wrap-cover {
    max-height: 270px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.wrap-profile-info .left .avatar {
    margin-top: -50px;
}
.wrap-cover .edit_cover {
    position: absolute;
    border: 0;
    background: #FFF;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    padding: 0;
    align-items: center;
    top: 15px;
    justify-content: center;
    right: 15px;
        opacity: .8;
}
.wrap-cover .edit_cover img{
    width: 16px;
}
.wrap-cover img{
  width: 100%;
}
.wrap-profile-info .left {
    display: flex;
    grid-gap: 25px;
    position: relative;
    z-index: 2;
}
.wrap-profile-info .left .avatar img {
    max-width: 200px;
    border-radius: 50%;
    border: solid 4px #FFF;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
}
.wrap-profile-info .left .info {
    text-align: left;
    font-size: 14px;
    color: #616161;
    padding-top: 0;
}
.edit_cover_input {
    position: fixed;
    z-index: 9999;
    opacity: 0;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 8%);
    visibility: hidden;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    top: 50%;
        left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 240px;
    background: #FFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    grid-gap: 0;
    min-height: 240px;
    padding-top: 25px;
}
.edit_cover_input .ob2 button {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #FFF;
    background: #00ab4e;
    border-radius: 5px;
    margin-top: 20px;
}
.edit_cover_input .ec_close svg {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 17px;
    height: 17px;
    stroke: #b1b1b1;
}
.ec_close{
  cursor: pointer;
}
.edit_cover_input .ec_close svg{
  position: absolute;
}
.edit_cover_input input {
    font-size: 14px;
    width: 100%;
}
.edit_cover_input h6 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
}
body * {
    outline: none!important;
}
.edit_cover_input.active{
  opacity: 1;
  visibility: visible;
  top: 60%;
}

.wrap-profile-info .left .info .name {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.wrap-profile-info .left .info .deport {
    background: #ED1C24;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 50px;
}

.wrap-profile-info .right {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    align-content: end;
}
.wrap-profile-info .right .edit-box a {
    background: #FCFFFC;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 11%);
    border-radius: 50px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-profile-info .right .item-g a {
  display: flex;
  max-width: 65px;
  height: 65px;
  padding: 7px;
  background: #FDFDFD;
  border: 1.5px solid #F0F0F0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.wrap-profile-info .right .google-box {
    display: flex;
    grid-gap: 10px;
}

.wrap-profile-info .name h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}
.wrap-profile-info .details p {
    margin-bottom: 5px;
}

.complaint_box h3 {
    font-size: 20px;
    color: #222;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    border: solid 1px #ddd;
    cursor: pointer;
    justify-content: space-between;
}
.wrap-complaint_box{
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.wrap-complaint_box h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    background: linear-gradient(93.12deg, #00AB4E -1.4%, #00AB4E 14.48%, #A3CD4D 81.45%);
    color: #FFF;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    margin-top: 0;
}
.complaint_box h3 {
    font-size: 20px;
    color: #222;
    padding: 10px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    border: solid 1px #ddd;
    cursor: pointer;
}

.complaint_box h3 .icon {
    background: #fff;
    border-radius: 50px;
    border: solid 1px #e20000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.complaint_box h3 .icon svg {
    width: 33px;
    height: 33px;
    fill: #e20000;
    color: #fff;
}

#yp-accordion.complaint_box {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFF;
}

.complaint_box h3 .left {
    display: flex;
    align-items: start;
    grid-gap: 15px;
}
.complaint_box .sTitle span {
    display: flex;
}
.complaint_box .sTitle span.date {
    font-size: 13px;
    color: #848484;
    margin-top: 5px;
}
.item-status {
    font-size: 14px;
    background: #eee;
    color: #222;
    padding: 9px 10px;
    min-width: 110px;
    border-radius: 5px;
}
.item-status.status_03 {
    color: #FFF;
    background: #00ab4e;
}
.item-status.status_02 {
  background: #ffdead;
  color: #835800;
}
.complaint_box .sTitle{
font-size: 17px;
}
.complaint_not_found {
    font-size: 15px;
    border: solid 1px #ddd;
    padding: 20px 5px;
    margin-top: -15px!important;
    display: block;
    border-top: 0;
}
.box-shadow-1{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}

.slide-style-1 .swiper-button-next,
.slide-style-1 .swiper-button-prev {
    background: #00AB4E;
    box-shadow: 0px 4px 10px rgb(25 195 77 / 26%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.slide-style-1 .swiper-button-next svg, .slide-style-1 .swiper-button-prev svg {
    stroke: #fff!important;
    width: 24px!important;
    height: 24px!important;
}
.slide-style-1 .swiper-slide {
    padding: 15px;
}
.slide-style-1 .swiper-slide.swiper-slide-active {
    padding: 0px!important;
}
.slide-style-1 .swiper-slide img {
    border-radius: 7px!important;
}
.slide-style-1 .outside_arrow .swiper-button-next {
    right: 13px!important;
}
.slide-style-1 .outside_arrow .swiper-button-prev {
    left: 13px!important;
}
.slide-style-1 .carousel_image_link {
    background: #FFF9F0;
    border-radius: 15px;
    box-shadow: 0px -1px 11px rgb(0 0 0 / 10%);
}
.slide-style-1 .swiper-wrapper {
    padding: 25px 0 30px!important;
}
.slide-style-1 #carousel_image_link.outside_arrow {
    margin-bottom: 40px;
}
.slide-style-1 .swiper-pagination-bullet {
    background: #00AB4E!important;
    opacity: .6;
    height: 5px;
    width: 5px;
}
.slide-style-1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    border-radius: 50px;
    height: 5px;
}

.mec-month-side {
    max-height: 300px;
    overflow-x: auto;
}

.mec-month-side::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.mec-month-side::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.mec-month-side::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.mec-month-side::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mec-event-time {
    color: #222!important;
}
.mec-event-time .left {
    display: flex;
    grid-gap: 8px;
}
.mec-event-time .left .day-box,
.mec-event-time .left .view{
    display: flex;
    grid-gap: 5px;
        align-items: center;
}
.mec-event-time .post-views.entry-meta{
  margin-top: 0;
}
.mec-calendar .mec-event-article .mec-event-time svg {
    width: 13px;
}
.mec-event-time .left .day-box svg {
    color: #00ab4e;
}
.mec-event-time .left .view svg {
    color: #A3CD4D;
}
.mec-calendar .mec-event-article .mec-event-image{
  display: none;
}
.mec-monthly-contents {
    width: 100%!important;
}
span.event-color {
    display: none;
}
.mec-event-loc-place svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.mec-event-loc-place {
    font-size: 12px;
    color: #616161;
    font-weight: 400;
    align-items: center;
    display: flex;
}
.mec-calendar .mec-event-article .mec-event-title {
    margin: 0!important;
    margin-bottom: 5px!important;
}
.mec-calendar .mec-event-article {
    border-bottom: solid 1px #eee;
}
.mec-calendar .mec-event-article:last-child {
    border-bottom: 0;
}
.mec-calendar-side .mec-calendar-table {
    min-height: 310px;
}
.fluentform .ff-el-input--label label{
  font-weight: 500!important;
}
.events-form {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 8%);
    padding: 30px 20px 20px;
    border: solid 1px #eee;
    border-radius: 20px 20px 0 20px;
    background: #fefefe;
}

.v-wrap-map h3 {
    margin-bottom: 20px;
}

.events-form-wrap {
    border-top: solid 1px #ddd;
    padding-top: 25px;
    margin: 20px 0 40px;
}
.events-form h4 {
    margin: 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
        color: #00ab4e;
}
#page .ff-btn-submit {
    background-color: #00ab4e;
    min-width: 100px;
}
#page .ff-btn-submit:hover{
  background-color: #fff;
  color: #00ab4e;
}
.mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
    background-color: #dfffee;
    color: #00ab4e!important;
}
.nicescroll-cursors {
    background: #eee!important;
}
.mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event .mec-event-content h4 {
    padding-left: 0;
}
.mec-fluent-wrap .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
    border-color: #eee;
}
.mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event .mec-event-image {
    display: none;
}
.mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event .mec-event-content h4 a{
  font-weight: 500;
}


.mec-yearly-calendar[data-month="1"] > .mec-calendar-table-title:after {
    content: 'มกราคม';
}
.mec-yearly-calendar[data-month="2"] > .mec-calendar-table-title:after {
    content: 'กุมภาพันธ์';
}
.mec-yearly-calendar[data-month="3"] > .mec-calendar-table-title:after {
    content: 'มีนาคม';
}
.mec-yearly-calendar[data-month="4"] > .mec-calendar-table-title:after {
    content: 'เมษายน';
}
.mec-yearly-calendar[data-month="5"] > .mec-calendar-table-title:after {
    content: 'พฤษภาคม';
}

.mec-yearly-calendar[data-month="6"] > .mec-calendar-table-title:after {
    content: 'มิถุนายน';
}
.mec-yearly-calendar[data-month="7"] > .mec-calendar-table-title:after {
    content: 'กรกฎาคม';
}
.mec-yearly-calendar[data-month="8"] > .mec-calendar-table-title:after {
    content: 'สิงหาคม';
}
.mec-yearly-calendar[data-month="9"] > .mec-calendar-table-title:after {
    content: 'กันยายน';
}
.mec-yearly-calendar[data-month="10"] > .mec-calendar-table-title:after {
    content: 'ตุลาคม';
}
.mec-yearly-calendar[data-month="11"] > .mec-calendar-table-title:after {
    content: 'พฤษจิกายน';
}
.mec-yearly-calendar[data-month="12"] > .mec-calendar-table-title:after {
    content: 'ธันวาคม';
}

.mec-calendar-table-title {
    font-weight: 500!important;
}
.search-page .page-sub-title .left {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.search-page .page-sub-title .right .qty {
    font-size: 16px;
}
#page .box-pageination_post li.sf-field-post_date {
    display: none!important;
}
.archive-box.search-page .searchandfilter ul {
    display: flex;
      grid-gap: 0 20px;
    flex-wrap: wrap;
}
.archive-box.search-page li {
    width: 33.33%;
}
.archive-box.search-page li.sf-field-category {
    width: 20%;
}
.archive-box.search-page li.sf-field-sort_order {
    width: 19%;
}
.archive-box.search-page .searchandfilter li.sf-field-search {
    width: 100%;
    display: flex;
    grid-gap: 30px;
    align-items: center;
}
.archive-box.search-page .searchandfilter li.sf-field-search input {
    height: 45px;
    border: solid 1px #ddd;
}
.archive-box.search-page .searchandfilter li.sf-field-search h4 {
  width: 7%;
      text-align: right;
      font-weight: 400;
      color: #616161;
}
.archive-box.search-page .searchandfilter li.sf-field-search label{
    width:93%;
}
.archive-box.search-page li.sf-field-post_date h4 {
    width: 100%;
}
.archive-box.search-page .sf-field-sort_order label {
    min-width: 200px;
}
.archive-box.search-page li.sf-field-sort_order label:after {
    width: 40px;
}
.archive-box.search-page li.sf-field-post_date {
  margin-top: 15px;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    grid-gap: 0;
    width: 40%;
}
.archive-box.search-page li.sf-field-post_date ul {
      display: flex !important;
      flex-wrap: nowrap;
      align-items: center;
      grid-gap: 20px;
      width: auto;
}
.archive-box.search-page li.sf-field-post_date li {
    display: flex;
    align-items: center;
    width: auto;
}
section.no-results.not-found .page-content {
    padding: 0;
    margin-top: -26px;
    font-size: 16px;
    color: #555;
}
.search-page ul.sf_date_field li:first-child:after {
    content: '-';
    padding-left: 20px;
    padding-right: 0;
    font-size: 35px;
    line-height: 0;
}
.archive-box.search-page li.sf-field-reset {
  width: 100%;
}
.box-pageination_post .searchandfilter ul {
    justify-content: end!important;
}
.bottom-related {
    margin-bottom: 40px;
}
.vc_modal__close {
    color: #FFF;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #0009;
    border: 2px solid #fff!important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    right: -13px;
    top: -13px;
}
.vc_modal__container {
    border-radius: 10px;
    overflow: initial;
    padding: 5px;
}
.vc_modal__container img {
    border-radius: 5px;
}
.vc_modal__close:before {
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    width: 24px;
}
.mejs-container {
    margin: 15px 0;
}
.file_url_sub li {
    font-size: 16px;
}
.file_url_list.section-box-single {
    margin-bottom: -20px;
}
.simple-sitemap-container ul {
    font-size: 15px;
    margin-top: 15px!important;
}
.simple-sitemap-container ul li::marker,
ul.wsp-categories-list li::marker {
    color: #00ab4e;
}
.simple-sitemap-container ul li {
    line-height: 24px;
}
h2.wsp-categories-title {
    font-size: 30px;
    margin: 0;
}
ul.wsp-categories-list {
    margin: 0;
    font-size: 15px;
    margin-top: 15px;
    padding-left: 22px;
}
ul.wsp-categories-list li{
  line-height: 24px;
}
ul.wsp-categories-list ul.children {
    padding-left: 0;
}
 #wpadminbar {
    z-index: 99991!important;
}
a.u-forgot {
    display: block;
    margin-bottom: 10px;
}
.um-login .um-form ,.um-form.form-reset,.um-change{
    background: #FFF;
    border-radius: 20px;
    padding: 30px 40px 55px;
    margin-top: 40px;
    -webkit-box-shadow: 0 4px 7px rgb(50 50 93 / 8%), 0 1px 12px rgb(0 0 0 / 0%);
    box-shadow: 0 4px 7px rgb(50 50 93 / 8%), 0 1px 12px rgb(0 0 0 / 0%);
}
.um-field-checkbox-option, .um-field-radio-option {
    font-weight: 400;
}

.um-login .um-right.um-half {
    display: none;
}
.um-login .um-half {
    width: 100%;
    margin-top: 5px;
    margin-bottom: -10px;
}
.um-login .um-form h1 ,.form-reset h1,.um-change h1{
    color: #00401D;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.home_current_user a:hover {
    color: #FFF!important;
}
.um-form a.custom-logo-link {
    max-width: 100%;
    text-align: center;
    display: block;
    margin-bottom: -10px;
}
.um-form a.custom-logo-link img{
    max-width: 70px;
}
.carousel_ebook .ebook-item img,
.hover-img-zoom img,
.post_sidebar_grid .v-post-loop.-list article,
.swiper-button-prev,
.swiper-button-next{
  -o-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
}
.carousel_ebook .ebook-item:hover img{
        transform: scale(1.04);
}
#page .mec-search-reset-button button {
    color: #FFF!important;
    background: #00ab4e!important;
    font-weight: 500;
    font-size: 12px;
    border: 0!important;
}
#page .mec-search-reset-button button:hover {
    background: #ddd!important;
    color: #2f2e41!important;
}
.hover-img-zoom img:hover {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.post_sidebar_grid .v-post-loop.-list article:hover {
    border-color: #00ab4e!important;
    background: #f2fff8;
}
.post_sidebar_grid .v-post-loop.-list article:hover img{
  -webkit-transform: scale(1.1) translate(-46%,-50%);
  -ms-transform: scale(1.1) translate(-46%,-50%);
  transform: scale(1.1) translate(-46%,-50%);
}

.post_sidebar_grid .v-post-loop.-list article:hover a {
    color: #00ab4e;
}
.carousel_ebook {
    padding-top: 20px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
  transform: scale(1.1);
}
.mec-totalcal-view a {
    font-weight: 300!important;
    color: #4e5158;
}
.mec-totalcal-view .mec-totalcalview-selected a{
    background-color: #dfffee;
    color: #00ab4e!important;
}
.mec-wrap.mec-yearly-view-wrap.mec-calendar > div {
    margin-top: 0!important;
}
.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
    width: 230px;
}
.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt {
    background: #0000;
}
.mec-wrap.mec-yearly-view-wrap .mec-date-search {
    display: none;
}
/* .mec-yearly-view-wrap .mec-agenda-date-wrap {
    display: none;
} */
.wrap-employ {
    max-width: 1100px;
    margin: 0 auto;
}
.search-filter-wrap {
    display: flex;
    flex-direction: column;
}
.search-filter-wrap .input-wrap{
  display: flex;
      flex-direction: column;
}
.search-filter-wrap .input-wrap label{
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 1em 0 5px;
  color: #000;
}

.search-filter-wrap .input-wrap input{
  border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 35px 5px 20px;
    height: 40px;
    color: #979797;
    text-align: left;
    margin: 0;
    position: relative;
    width: 100%;
    border-radius: 50px;
    display: block;
    min-width: 280px;
}
.search-filter-wrap .input-wrap.search input{
  min-width: 260px;
}
.search-filter-wrap .input-wrap select{
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  font-size: 16px;
  min-width: 280px;
  font-weight: 400;
  padding: 5px 35px 5px 20px;
  height: 40px;
  color: #979797;
  text-align: left;
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
  appearance: none;
  -webkit-appearance:none;
}

.search-filter-wrap .input-wrap .wrap-in.select::after{
  pointer-events: none;
      content: "\f078";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      color: #333;
      position: absolute;
      top: 50% !important;
      transform: translate(0%,-50%);
      font-size: 12px;
      line-height: 1;
      width: 40px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 0;
      background: #D1F8D0;
      border: 1px solid #00AB4E;
      border-radius: 50px;
}

.search-filter-wrap .v-row {
    margin-bottom: 10px;
}

.search-filter-wrap .v-row.-h {
    display: flex;
    grid-gap: 10px;
}
.search-filter-wrap .wrap-in{
  position: relative;
}
.search-filter-wrap .input-wrap.search .wrap-in:after {
    font-weight: 900;
    content: '';
    position: absolute;
    top: 10px;
    right: 13px;
    height: 18px;
    width: 18px;
    background: url(../img/icon/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.wrap-people {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 20px 25px;
    margin-top: 30px;
}
.wrap-people .item-employ {
    display: flex;
    grid-gap: 7px;
    align-items: center;
    box-shadow: 1px 4px 13px rgb(0 0 0 / 7%);
    border-radius: 10px;
    width: calc(50% - 15px);
    background: #FFF;
    position: relative;
}
.wrap-people .item-employ::after {
    content: '';
    background: url(../img/bg-card.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    width: 125%;
    height: 115%;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    position: absolute;
    opacity: .2;
}
.wrap-people .item-employ .info {
    position: relative;
    z-index: 2;
    padding: 10px 7px;
}
.wrap-people .item-employ .profile {
    padding-bottom: calc( 0.58 * 100% );
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 100%;
    max-width: 220px;
}
.wrap-people .item-employ .profile img {
  object-fit: cover;
      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;
      min-height: 100%;
      max-height: 100px;
      border-radius: 10px;
}
.wrap-people .item-employ ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap-people .item-employ li {
    font-size: 14px;
    color: #616161;
    line-height: 22px;
}
.wrap-people .item-employ li strong{
  font-weight: 500;
}

.wrap-people .item-employ .info h4 {
    margin: 0;
    padding: 0;
    color: #00401D;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}

.wrap-people .item-employ .info h5 {
    margin: 0;
    padding: 0;
    color: #00AB4E;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.vc_load_more{
  text-align: center;
  margin: 50px 15px 10px;
}
.vc_load_more button {
    background: #00AB4E;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 18%);
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    padding: 10px 30px;
    padding-bottom: 11px;
    border: solid 2px #00ab4e;

}
.vc_load_more button:hover {
    background: #eee;
    color: #00ab4e;
    box-shadow: 0px 4px 4px rgb(0 171 78 / 18%);
}

li.sf-field-search label:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 13px;
    height: 18px;
    width: 18px;
    background: url(../img/icon/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}


.yp-msg-login {
    padding: 15px;
    font-size: 14px;
}


.wrap-profile-info .right .edit-box a:hover,
.edit-box-top a:hover{
      transform: scale(1.15);
}
.edit-box-top{
  display: none;
}
.edit-box-top a{
  background: #FCFFFC;
  box-shadow: 1px 2px 7px rgb(0 0 0 / 11%);
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-content {
    padding: 35px 10px;
}

.shadow-event-home.elementor-inner-section{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.yp-vote-wrap label.ff-el-image-input-src {
    height: 47px!important;
    min-width: 47px!important;
    background-size: cover!important;
    background-position: left!important;
    border-radius: 5px;
}



.wrap_coverinput label {
    cursor: pointer;
}

#page .footer-yp .social-box .icon-in {
  width: 30px;
  height: 30px;
}




.job_today h3.not_found {
    font-size: 16px;
}

.box-photo-theme3{
  box-shadow: 1px 4px 13px rgba(0, 0, 0, 0.07);
}
#page .card-box_post .post-info .title-head_card h4.entry-title a {
    font-size: 20px;
        line-height: 26px;
}
#page .card-box_post span.date-post_card,
#page .card-box_post .post-info span.post_view{
  font-size: 14px;
}
#page .card-box_post a.read_more {
    font-size: 12px;
    gap: 1px;
}
#page .card-box_post span.date-post_card svg,
#page .card-box_post span.post_view svg {
    width: 14px;
    height: 14px;
}
.post-header {
    overflow: hidden;
}
/* for animate */
.item-quick-links a,
.my_profile_menu,
.post-header a,
button,
 ul.menu > li > a::after,
.read_more,
.btn-box_hot a,
.all-cat_link,
.social-box a,
.in-view-more,button,.ff-btn-submit,
.item-g,.edit-box a,.edit-box-top a,
.elementor-button-icon,
.card-cat_post .post-info h4,
.card-cat_post .post-info a,
.right-category a,
.post-header img,
.ebook-item a,
.item-quick-links img,
.item-quick-links{
  -o-transition: all .3s ease!important;
  -webkit-transition: all .3s ease!important;
  -moz-transition: all .3s ease!important;
  -ms-transition: all .3s ease!important;
  transition: all .3s ease!important;
}
.mini-banner-theme-3 .swiper-slide img {
    border-radius: 15px;
}
.banner-theme-3 .elementor-main-swiper {
    border-radius: 10px 0 0 10px;
}



.wrap-realtime-vote-out {
  /* display: -ms-grid;
  display: grid; */
  /* padding: 0 10px; */
  /* -ms-grid-columns: (minmax(30px,1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit,minmax(30px,1fr)); */
  display: flex;
  flex-wrap: wrap;
    /* overflow-x: auto; */
    /* max-width: 311px; */
    /* overflow-y: hidden; */
    /* padding-bottom: 10px; */
    /* padding-left: 7px; */
}
.realtime-vote {
    margin-bottom: 5px;
}
  .yp-vote-wrap *{
    -o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
  }
.yp-vote-wrap .ff-el-image-holder {
border: 0!important;
padding: 5px!important;
display: flex!important;
align-items: center!important;
}
.yp-vote-wrap .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
background: #0000!important;
}
.yp-vote-wrap label.ff-el-image-input-src {
height: 47px!important;
width: 47px!important;
}
.yp-vote-wrap .ff-el-image-holder label>span{
padding-left: 15px!important;
}

.yp-vote-wrap .ff-el-form-check {
    padding: 3px 10px 10px;
    /* border-radius: 0px 20px; */
      border-radius: 5px;
    margin-bottom: 2px;
    padding-left: 0;
}
.yp-vote-wrap .ff_el_checkable_photo_holders {
    max-height: 280px;
    overflow-y: scroll!important;
    padding-right: 5px;
}
.yp-vote-wrap .ff-el-input--label label {
    font-size: 15px;
    font-weight: 500!important;
    margin-bottom: 6px!important;
}
.yp-vote-wrap {
    max-width: 450px;
    background: #FFF;
    padding: 15px;
    margin: 0 auto;
}
.yp-vote-wrap .wrap-count{
  position: relative;
}

#page .yp-vote-wrap label.ff-el-form-check-label span {
  color: #333;
  font-size: 14px;
  display: inline-block;
  box-shadow: none!important;
}
  .yp-vote-wrap .fluentform .ff-text-left {
    text-align: center;
    margin-bottom: 0;
}

.yp-vote-wrap .ff-btn-submit {
    background: linear-gradient(96.17deg, #A3CD4D 7.66%, #00AB4E 100%);
    font-weight: 400!important;
    padding: 5px 35px!important;
    border-radius: 50px!important;
    border: 0!important;
    -o-transition: all .1s;
-webkit-transition: all .1s;
transition: all .1s;
}
.yp-vote-wrap .fluentform input {
  top:1px!important;
  accent-color: #00a149;
}
.realtime-item {
    display: flex;
    justify-content: center;
    width: 25%;
    cursor: pointer;
    margin-bottom: 5px;
}
/* .realtime-item:hover > .wrap-count{
    scale: 1.05;
} */
.realtime-item .count {
    width: 60px;
    height: 60px;
    background: #009e48;
    border: 3px solid #8bc34a;
    border-radius: 50px 0px 50px 50px;
    color: #FFF;
    text-align: center;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    flex-wrap: wrap;
}
.realtime-item .count .num {
    font-size: 30px;
    margin-bottom: -13px;
    width: 100%;
}
.realtime-item .txt {
  font-size: 12px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.realtime-item .number {
    position: absolute;
    color: #cacaca;
    font-size: 78px;
    left: -14px;
    line-height: 67px;
    z-index: 1;
    bottom: 0;
    font-family: 'Amaranth', sans-serif;
}
.realtime-item .toolstrip {
opacity: 0;
position: absolute;
display: inline-block;
font-size: 13px;
background: #000000b5;
color: #FFF;
padding: 5px 10px;
z-index: 3;
width: auto;
margin-left: 10px;
top: 28px;
-o-transition: all .1s;
-webkit-transition: all .1s;
transition: all .1s;
}
.realtime-item:hover .toolstrip{
opacity: 1;
}


.yp-vote-wrap .ff-el-form-check {
border: solid 1px #0000!important;
}
.yp-vote-wrap .ff-el-form-check.active {
border: solid 1px #ddd!important;
background: #eee;
}
#page .yp-vote-wrap .ff-el-form-check:hover,
#page .yp-vote-wrap .ff-el-form-check.ff_item_selected{
    background: #009e48;
    color: #FFF!important;
}
#page .yp-vote-wrap .ff-el-form-check:hover span,
#page .yp-vote-wrap .ff-el-form-check.ff_item_selected span{
      color: #FFF!important;
}
.yp-vote-wrap .ff-el-form-check:hover input,
.yp-vote-wrap .ff-el-form-check.ff_item_selected input{
  opacity: 0;
}


.carousel_applist {
    position: static;
    width: calc(100% - 30px);
    padding: 35px 15px;
    margin: -35px 15px;
}
.carousel_applist .swiper-button-next,
.carousel_applist .swiper-button-prev {
    background: #00AB4E;
    box-shadow: 0px 4px 10px rgb(25 195 77 / 26%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.carousel_applist .swiper-button-next svg,
.carousel_applist .swiper-button-prev svg{
  stroke:#FFF;
}

.carousel_applist .item-quick-links.swiper-slide-prev {
    opacity: 0;
}
.carousel_applist.center_mode .item-quick-links.swiper-slide-prev {
    opacity: 1;
}
.carousel_applist .swiper-button-prev {
    left: 8px;
}
.carousel_applist .swiper-button-next {
    right: 8px;
}
.carousel_applist .item-quick-links a {
    background: #fff;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 7%);
    border-radius: 15px;
    padding: 5px 15px 20px;
    display: block;
}
.carousel_applist .item-quick-links .title-link {
    text-align: center;
}
.carousel_applist .item-quick-links h3{
  font-size: 16px;
    color: #616161;
}
.carousel_applist .item-quick-links img {
  margin-bottom: 4px;
    max-width: 60px;
}
.carousel_applist .item-quick-links a:hover img {
    transform: scale(1.05);
}
.carousel_applist .item-quick-links:hover a{
    background: #00ab4e;
    transform: scale(1.05);
    background-image: linear-gradient(40deg, #00ab4e 25%, #a3cd4d 100%);
}
.carousel_applist .item-quick-links:hover h3{
    color: #FFF;
}
.applist-wrap .wrap-in {
    display: flex;
    gap: 12px;
    justify-content: start;
    padding-left: 8px;
}
.applist-wrap .wrap-in .ob1 h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    color: #2A2456;
}
.applist-wrap .wrap-in .ob1 h4 {
    margin: 0;
    color: #00ab4e;
    margin-bottom: 7px;
}
.applist-wrap .wrap-in .ob1{
    max-width: 20%;
}
.applist-wrap .wrap-in .ob2 {
    max-width: 79%;
    position: relative;
}
.applist-wrap.full-width .wrap-in .ob2 {
    max-width: 100%;
}

.carousel_applist.center_mode .item-quick-links a {
    margin: 10px;
}
.applist-wrap.theme-two .item-quick-links a {
    box-shadow: none;
    border: solid 1px #ddd;
  margin: 12px 5px;
}
.applist-wrap.theme-two .item-quick-links:hover a {
    background: #FB5A40;
    background-image: none;
}
.applist-wrap.theme-two .swiper-button-next,
.applist-wrap.theme-two .swiper-button-prev {
    background: #FB5A40;
    box-shadow: 2px 2px 10px rgb(195 25 25 / 26%);
}
.applist-wrap.theme-two .swiper-button-next {
    right: -25px;
}
.applist-wrap.theme-two .swiper-button-prev {
    left: -25px;
}
#page a.all-cat_link {
    background: #0000;
    color: #222;
    padding: 0;
}
.vc_posts.v2.post_grid .card-box_post .post-header::before{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #0000 35%, #000000ab 67%);
  top: 0;
  z-index: 1;
}
#page .category-tab-post .main-category_box .list-content .cat_tab_box article:hover .post-header img{
  -webkit-transform: scale(1.05) translate(-50%,-50%);
  -ms-transform: scale(1.05) translate(-50%,-50%);
  transform: scale(1.05) translate(-50%,-50%);
}
.menu-item-svg {
    display: none;
}
.social-box a:hover {
    transform: scale(1.15);
}
#page a.all-cat_link span.elementor-button-text {
    font-weight: 400;
    color: #222;
    font-size: 14px;
}
.mec-calendar .mec-calendar-topsec{
  background: #0000;
}

.my_profile_menu {
    position: absolute;
    opacity: 0;
    background: #FFF;
    min-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 44px;
    z-index: -99;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 8%);
    visibility: hidden;
}
.my_profile_menu::before{
    width: 100%;
    height: 100%;
    /* border-left: 9px solid #0000;
    border-right: 9px solid #0000;
    border-bottom: 9px solid #fff;
    left: 10px; */
    content: '';
    position: absolute;
    top: -9px;
}
.wrap-my-profile {
    position: relative;
}
.wrap-my-profile:hover .my_profile_menu {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
#page .my_profile_menu a {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center;
    gap: 7px;
}
#page .my_profile_menu li:last-child a{
  border-bottom: 0;
}
#page .wrap-my-profile.desktop_menu ul.my_profile_menu li svg {
    width: 20px;
    height: 20px;
    stroke: #222!important;
}
.wrap-my-profile.desktop_menu ul.my_profile_menu {
    display: block;
    height: auto;
}
.wrap-my-profile.desktop_menu ul.my_profile_menu li {
    height: auto;
    min-height: auto;
}
#page .add-request {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
}
#page .add-request svg{
  width: 18px;
  height: 18px;
  margin-bottom: 1px;
}
.request-box p.complaint_not_found {
  border: 0;
  margin: 10px;
  padding: 0;
}
.kanit-font,
.kanit-font p,
.kanit-font input,
.kanit-font label,
.ff-message-success,
.ff-message-error,
a.view-work{
    font-family: 'Kanit', sans-serif!important;
    font-weight: 400
}

.item-request .cate-text {
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.item-request h6 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.item-request .reObj{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  min-height: 42px;
}
#page .item-request {
    margin-bottom: 45px!important;
}
.item-request .avatar-group .avatar {
    border: 2px solid #ddd;
    background: #FFF;
}
.item-request .avatar-group .avatar img {
  opacity: 0;
}
.item-request .avatar.avatar-xl.bg-gradient-dark.border-radius-xl.p-2.mt-n4 h4 {
    margin: 0;
    color: #FFF;
}
.item-request .bg-gradient-dark {
    background: #ffd9d9;
    color: #C34146;
    min-width: 74px;
}

.item-request:nth-child(2n) .bg-gradient-dark{
  background: #caffb0;
  color: #2E7900;
}
.item-request:nth-child(3n) .bg-gradient-dark{
  background: #ebd8ff;
  color: #89439A;
}
.item-request:nth-child(4n) .bg-gradient-dark{
  background: #ffe37f;
  color: #796D00;
}
body.page-template-page-request #primary {
    background: #f8f9fa;
}
.item-request .bg-gradient-dark span {
    font-size: 28px;
    font-weight: 500;
}
body.single-vc_request_content  .main-content.request-box {
    padding: 20px 0;
    width: 100%;
}
body.single-vc_request_content .entry-content {
    padding: 0;
}
.wrap-add-request .user_form{
    max-width: 550px;
    margin:10px auto;
}
.ff-message-success p {
    margin: 0;
}
.vc_posts.card.style-1.v2.s-one.announce_table table.rwd-table {
    display: flex;
    flex-direction: column;
    background: #0000;
    box-shadow: none;
}
.vc_posts.card.style-1.v2.s-one.announce_table table tbody {
    display: flex;
    flex-wrap: wrap;
}

.vc_posts.card.style-1.v2.s-one.announce_table table tbody tr{
width: 100%;
}
#page .vc_posts.card.style-1.v2.s-one.announce_table table.rwd-table tbody tr.announ-item_v2 td {
    justify-content: start;
    display: flex!important;
}
.single-vc_request_content .file_work,
.single-vc_request_content .wrap_submit,
.single-vc_request_content .er_box  {
    display: none!important;
}
.fluentform .ff-el-form-control:disabled, .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input) {
    background-color: #eee!important;
}
.single-vc_request_content textarea.ff-el-form-control{
    height: 150px;
}
.single-vc_request_content .reDetail{
  background: #eee;
  height: 170px;
}

ul.order_notes {
    margin: 0;
    list-style: none;
    padding: 0;
    max-height: 447px;
    overflow-x: auto;
}
ul.order_notes li .note_content {
    padding: 10px;
    background: #faf1bf;
    position: relative;
    margin-bottom: 10px;
}
ul.order_notes li .note_content p {
    color: #222;
    margin-bottom: 0;
}
ul.order_notes li .note_content::after {
    content: "";
    border-color: #faf1bf #0000;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 0;
    border-style: solid;
}
ul.order_notes li .note_content.no_comment {
    background: #eee;
}
ul.order_notes li .note_content.no_comment::after {
  display: none;
}
ul.order_notes li.user-note .note_content{
  background: #deffdf;
}
ul.order_notes li.user-note .note_content::after{
border-color: #deffdf #0000;
}
.entry-content.request-page{
  padding: 0!important;
}
.add_comment_box .form-wrap select {
    width: 100%;
        min-height: 45px;
}
.add_comment_box .form-wrap label {
    margin: 0;
}
.add_comment_box .form-wrap {
    margin-top: 5px;
}
.add_comment_box .btn_add_comment {
    border: 0;
    background: #3bbf4d;
    color: #FFF;
    padding: 0;
    min-width: 100px;
    height: 40px;
}
.add_comment_box .btn_add_comment:hover{
  opacity: .9;
}
a.view-work {
    background: #65c841;
    color: #FFF;
    padding: 3px 9px;
    border-radius: 5px;
}
a.view-work:hover,
a.view-work:focus{
  color: #FFF;
    opacity: .8;
}
.flatpickr-innerContainer {
    margin: 0 auto!important;
    display: block!important;
}
/* #page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px;
} */
tr.announ-item .featured ,
tr.announ-item_v2 .featured{
    background: #ED1C24;
    color: #FFF;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px 50px 6px;
    max-width: 48px;
}

body.theme-two tr.announ-item .featured,tr.announ-item_v2 .featured {
    border-radius: 4px;
    min-width: 48px;
    min-height: 19px;
    margin-top: 2px;
    font-size: 11px;
    margin-left: 5px;
}


body.theme-two tr.announ-item span.post_view {
    align-items: center;
}

body.theme-two tr.announ-item span.post_view svg {
    width: 13px;
    height: 13px;
}
body.theme-four #primary {
    background: #FFF!important;
}
body.theme-four table.rwd-table thead th.date-post{
  display: none;
}
body.theme-four tr.announ-item_v2 .featured {
    margin-left: 0;
}
.category-hot-post .main-category_box .cat_tab_box article .post-header img {
    max-height: 366px;
}
body.theme-four .desktop_menu ul.menu > li.current-menu-item a::after,
body.theme-four .desktop_menu ul.menu > li a::after {
}

body.theme-five .card-box_course .post-info .btn-box_hot a {
    background-image: linear-gradient(30deg, #219a98 0%, #6fccc6 100%);
}
.vc-wrap-vote > .elementor-widget-wrap {
    background: #FFF;
}
.top-bar a:hover{
  color: #eee;
}

.favorite_close {
    cursor: pointer;
    position: absolute;
    right: 7px;
  top: 1px;
}
form.yp-favorite-form ul {
  list-style: none;
      font-size: 16px;
      margin: 0 -15px;
      padding: 0;
      padding-bottom: 15px;
      margin-bottom: 0;
      max-height: 265px;
overflow-x: auto;
}
form.yp-favorite-form button {
    padding: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    min-height: 38px;
    background: #00ab4e;
    color: #FFF;
}
form.yp-favorite-form ul li {
    padding: 6px 15px;
    border-bottom: solid 1px #ddd;
}
form.yp-favorite-form ul li:last-child {
    border-bottom: 0;
}
form.yp-favorite-form ul.children {
    display: none;
}
form.yp-favorite-form {
    position: fixed;
    background: #FFF;
    border-radius: 10px;
    display: flex;
flex-wrap: wrap;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
    padding: 15px;
    max-width: 300px;
    margin: 0 auto;
}
form.yp-favorite-form ul li.active label .switch {
    background: #00ab4e;
}
.favorite_close svg {
    width: 17px;
    height: 17px;
}
.yp-favorite-overlay {
    pointer-events: all;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99998;
    margin-top: 0;
    background-color: #00000087;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.wrap-all-favorite.active .yp-favorite-overlay,
.wrap-all-favorite.active .yp-favorite-form{
  opacity: 1;
  visibility: visible;
}
form.yp-favorite-form h4 {
    text-align: center;
    font-size: 18px;
    margin: 0 -15px;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

form.yp-favorite-form ul li label {
    position: relative;
    width: 100%;
    justify-content: space-between;
    display: flex;
    height: 30px;
    align-items: center;
}
form.yp-favorite-form ul li label .switch {
    position: absolute;
    cursor: pointer;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #eee;
    border: 1px solid #ccc;
    content: '';
    width: 60px;
    height: 28px;
    border-radius: 50px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
form.yp-favorite-form ul li label .switch:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 0.19em;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  border: solid 1px #fff;
}

form.yp-favorite-form ul li label input {
    display: none;
}
form.yp-favorite-form ul li.active label .switch:before {
  -webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
.job-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.job-title h4 {
    color: #00401D;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

#page .button-theme-3 .elementor-button{
    font-size: 14px;
    fill: #000;
    color: #000;
    background-color: #02010100;
    padding: 0;
}
.button-theme-3 .elementor-button:hover{
  color: #222;
}
li#wp-admin-bar-duplicate-post,li#wp-admin-bar-secupress,li#wp-admin-bar-new-content,li#wp-admin-bar-updates{
  display: none!important;
}
table.rwd-table h4 {
    line-height: 22px;
        margin-bottom: 4px;
}
.vc_modal__container {
      max-width: 490px;
}
body.theme-six #page .button-theme-3 .elementor-button {
    top: 20px;
}
.post_grid_carousel {
    padding-bottom: 10px;
}
#page .mec-wrap .mec-calendar.mec-event-calendar-classic:not(.mec-event-container-simple) .mec-selected-day:hover {
    color: #000!important;
}
.job_grid-wrapper > h4 {
    margin: 15px 5px;
    font-weight: 500;
    border-bottom: solid #ddd 1px;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.job_grid-wrapper {
    padding: 10px 10px 30px;
}

.calendar-time h3 {
    display: none;
}
.event-meta .calendar-time .mec-time-comment{
  display: none;
}
.event-meta .calendar-time .mec-single-event-time {
    padding: 0;
    background: #0000;
    display: flex;
        gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.event-meta .calendar-time dl,
.event-meta .calendar-time dd {
    margin: 0;
}

.event-meta .calendar-time .mec-events-abbr {
    border: 0;
}
.event-meta .calendar-date, .calendar-text {
    display: flex;
    align-items: center;
    gap: 5px;
}
.event-meta .calendar-date{
  margin-bottom: 5px;
}
.event-meta i.mec-sl-clock {
    margin-top: -3px;
    width: 15px;
    height: 15px;
}
.event-meta svg {
    width: 15px;
    height: 15px;
}
.event-meta {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}
.event-meta .calendar-time i:before {
    font-size: 13px!important;
    font-weight: bold;
}
.yp_single_content h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0;
}

.single.single-mec-events .entry-featured-image {
    margin-bottom: 15px;
}
.single.single-mec-events #breadcrumbs > span > span > span > a {
    pointer-events: none;
}
.job_grid-wrapper article.card-today.today-grid_card .grid-column .grid-list-1 {
    text-align: left;
}
.job_grid-wrapper article.card-today.today-grid_card .grid-column {
    display: flex;
    gap: 0;
}
li.sf-field-taxonomy-company {
    display: none!important;
}
.yp-vote-wrap .ff-el-input--label.ff-el-is-required {
      width: 100%;
}
.yp-vote-wrap .ff-el-input--label.ff-el-is-required label {
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}


/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .wrap-realtime-vote-out::-webkit-scrollbar {
  height: 5px;
}
.wrap-realtime-vote-out::-webkit-scrollbar-thumb {
  background: #666;
} */
section.no-results.not-found input.search-field {
    font-size: 15px;
    padding: 10px;
}
section.no-results.not-found input.search-submit {
    font-size: 15px;
    padding: 12px;
}
section.no-results.not-found form.search-form {
    margin-top: 15px;
}
.wrap_coverinput small {
    font-size: 13px;
    color: #969696;
}
.file_work label span {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #939393;
  margin-bottom: 5px;
}
.remark-login {
    margin: 10px 0;
}
.remark-login strong {
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.remark-login p {
  font-size: 14px;
}
.news_most_view-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news_most_view-title select {
    border: 1px solid #dbdbdb;
    max-width: 105px!important;
    min-width: 107px!important;
    height: 34px!important;
    border-radius: 50px;
    font-size: 16px;
    -webkit-appearance: none!important;
    background: #FFF;
    padding: 0 10px;
}
.news_most_view-title h4 {
    margin: 0;
}
.news_most_view-title label {
    position: relative;
    height: 34px!important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.news_most_view-title label span {
    font-size: 14px;
    font-weight: 500;
}
.news_most_view-title label::after{
  pointer-events: none;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #333;
  position: absolute;
  top: 50% !important;
  transform: translate(0%,-50%);
  font-size: 12px;
  line-height: 1;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  background: #D1F8D0;
  border: 1px solid #00AB4E;
  border-radius: 50px;
}
.main-header .v-container {
    max-width: 95%;
}

.wrap-employ .search-filter-wrap .submit_data {
    background: #00AB4E;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 18%);
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    border-radius: 50px;
    border: solid 2px #00ab4e;
    max-width: 85px;
    text-align: center;
    padding: 0;
    min-height: 35px;
}
.wrap-employ .search-filter-wrap .submit_data:hover {
    background: #fff;
    color: #00AB4E;
}

.wrap-employ .loading img {
    max-width: 40px;
    margin-top: 30px;
}
.archive-box .searchandfilter ul{
  padding: 0!important;
  padding-bottom: 15px!important;
}
#page .item-quick-links .thumbnail-link svg {
    max-width: 70px;
    height: 70px;
}
.carousel_applist .item-quick-links h3 {
    min-height: 58px;
}
article.card-benefit svg{
  min-width: 45px;
min-height: 45px;
}
table.rwd-table tbody tr:last-child td {
    border-bottom-left-radius: 20px;
}
.wrap-employ form {
    z-index: 5;
    position: relative;
}
.footer-yp .main-footer .main-object-f {
    gap: 10px;
}
#page .object-grid.object-1.footer-address{
  padding-right: 0;
}
#page .footer-yp .wrap-address {
    grid-gap: 5px;
}
.frm-fluent-form .choices__list--dropdown .choices__list {
overflow: hidden!important;
    max-height: 100%!important;
}
.file_work span.rea_s {
    display: inline;
    color: #f56c6c;
}
/*for Mobile*/
@media (max-width: 767px) {
  body.role-subscriber {
    margin-top: -46px!important;
}
  .wrap-employ {
    padding-bottom: 60px;
}
  .wrap-people .item-employ .profile{
        max-width: 165px;
            padding-bottom: calc( 0.52 * 100% );
  }
  .news_most_view-title {
    flex-wrap: wrap;
    gap: 10px;
}
  .select2-container--open .select2-dropdown {
    top: 45px;
}
.archive-box .searchandfilter ul {
    display: block!important;
}
.archive-box .searchandfilter ul h4{
    margin-top: 5px;
}
  .row-rev .elementor-container {
      flex-direction: column-reverse;
  }
  .button-theme-3.cat-tab a {
    top: 36px;
}
  .category-tab-post .tab-bar_post {
      display: flex!important;
      flex-wrap: wrap;
  }
  .applist-wrap.theme-two .swiper-button-next {
      right: 0;
  }
  .applist-wrap.theme-two .swiper-button-prev {
      left: 0;
  }
  .applist-wrap.theme-two .v-container {
    padding: 0;
}
  .applist-wrap .wrap-in {
    display: block;
    padding: 0;
}
.applist-wrap .wrap-in .ob1 {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.applist-wrap .wrap-in .ob2 {
    max-width: 100%;
}
.carousel_applist {
    width: 100%;
    padding: 10px 4px;
    margin: 0;
}
.carousel_applist .nav-wrap {
    display: flex;
    gap: 7px;
    margin-top: 38px;
}
.carousel_applist .swiper-button-prev {
    position: relative;
    left: 0;
    width: 30px;
height: 30px;
}
.carousel_applist .swiper-button-next {
    position: relative;
    right: 0;
    width: 30px;
    height: 30px;
}
.carousel_applist .swiper-button-next svg, .carousel_applist .swiper-button-prev svg {
    width: 20px;
    height: 20px;
}
.applist-wrap .wrap-in .ob1 h3 {
    font-size: 28px;
}
.applist-wrap .wrap-in .ob1 h4 {
    font-size: 18px;
}
.applist-wrap .elementor-button span {
    font-size: 14px;
}



  .mini-banner-theme-3.slide-style-1 .swiper-button-prev,
    .mini-banner-theme-3.slide-style-1 .swiper-button-next{
    display: none;
  }
  .mini-banner-theme-3 .swiper-slide img {
      border-radius: 0;
  }
  .banner-theme-3 .elementor-main-swiper {
      border-radius: 15px 15px 0 0;
  }
  .banner-mini-m .img-1{
    width:calc(50% - 5px)!important;
  }
  .banner-mini-m .img-2{
    width:calc(50% - 5px)!important;
  }
.banner-mini-m .elementor-widget-wrap{
    gap: 10px;
}


  .edit-box-top {
      display: flex;
      position: absolute;
      right: 15px;
      top: -28px;
  }
  .search-filter-wrap .input-wrap {
      width: calc(50% - 5px);
  }
.search-filter-wrap .v-row.-h {
    display: flex;
    flex-wrap: wrap;
}
  .search-filter-wrap .input-wrap.search input, .search-filter-wrap .input-wrap select {
    min-width: 50%;
}
.search-filter-wrap .input-wrap.search label {
    padding-top: 5px;
}
.search-filter-wrap .input-wrap.search {
    width: 100%;
}
  .vc_load_more button {
      font-size: 14px;
      padding: 7px 25px;
  }
  .vc_load_more {
    margin-bottom: 0;
}
  .wrap-people {
    display: block;
}

.wrap-people .item-employ {
    width: 100%;
        margin-bottom: 15px;
}
.wrap-people .item-employ .info {
    padding: 0 5px;
}

.wrap-people .item-employ .info h4 {
  font-size: 16px;
  line-height: 25px;
}
.wrap-people .item-employ li {
  font-size: 11px;
  line-height: 15px;
}

.wrap-people .item-employ .info h5 {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 11px;
}


  .um-login .um-form, .um-form.form-reset, .um-change {
      padding: 30px 40px 55px!important;
  }
  .archive-box.search-page .searchandfilter li.sf-field-search h4 {
      width: 20%;
      font-weight: 500;
      color: #222;
  }
  .archive-box.search-page li.sf-field-post_date li{
    padding-top: 8px;
  }
  .search-page ul.sf_date_field li:first-child:after{
    display: none;
  }
  .title-theme-1 .elementor-icon-list-text span{
    font-size: 20px;
  }
  .home-calendar-t1 .mec-calendar-events-side {
    padding-left: 0;
}
  .wrap-author-page {
    margin: 0;
}
.wrap-profile-info {
    padding: 0 0 30px;
    flex-wrap: wrap;
    justify-content: start;
}
.wrap-profile-info .right {
    padding-left: 20px;
}
.wrap-profile-info .right .edit-box a{
  display: none;
}
.wrap-profile-info .right .item-g a {
    max-width: 55px;
    height: 55px;
}
.wrap-profile-info::before {
    opacity: 0.2;
}
.wrap-cover {
    border-radius: 0;
}
.wrap-profile-info .left .info{
  padding-top: 0;
}
.wrap-profile-info .left {
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
        padding-bottom: 10px;
}
.wrap-profile-info .left .info .name {
    flex-wrap: wrap;
    grid-gap: 0;
    margin-bottom: 10px;
}
  .bottom-related .v-post-loop{
    flex-wrap: wrap;
  }
#page .bottom-related .v-post-loop .card-recent_post{
  width: 100%;
}

  .single .right-items .post_views {
    display: flex;
}
.wrap-vc-read-post {
    bottom: 0;
}
  .icon-doc-home .elementor-icon {
      padding: 15px;
  }
  #carousel_ebook {
      padding: 0;
      width: calc(100% - 30px);
  }
  #carousel_ebook .card-post_m {
      /* padding: 20px 12px; */
      border-radius: 5px;
  }
  #carousel_ebook .card-post_m img {
      height: 200px !important;
          padding-bottom: 15px;
  }
  .archive-sidebar {
      margin-top: 30px;
  }
  .main-navigation {
    width: 70px;
    margin-right: 0;
}
.post_embed_wrap {
    width: 100%;
    margin-top: 12px;
}
input.post_embed_name {
    min-width: auto;
    width: 100%;
    margin: 0!important;
}
.yp_post_embed label {
    width: 100%;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.v-container{
  padding: 0 20px;
}

  ._mobile{
    display: block;
  }
  ._desktop{
    display: none;
  }
  .-pdf-item .-pdf-file {
    display: block;
    width: 60%;
}
.-pdf-item .-pdf-download {
    width: 40%;
    align-items: flex-end;
-ms-flex-align: flex-end;
padding-bottom: 15px;
}
.-pdf-item .-pdf-download .-pdf-btn-img img {
    margin-bottom: -10px;
}
}
/* end for Mobile */

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
  body.role-subscriber {
    margin-top: -46px!important;
}
  .applist-wrap .wrap-in .ob1 h3 {
    font-size: 24px;
}
.applist-wrap .wrap-in .ob1 h4 {
    font-size: 18px;
}
.applist-wrap .wrap-in .ob1 {
    max-width: 22%;
}
.applist-wrap .wrap-in .ob2 {
    max-width: 78%;
}
.carousel_applist .item-quick-links img {
    max-width: 45px;
}
.carousel_applist .item-quick-links h3 {
    font-size: 14px;
}
.applist-wrap .elementor-button span {
    font-size: 14px;
}
.applist-wrap .elementor-button {
    font-size: 14px;
    padding: 6px 10px;
}
.applist-wrap .elementor-button i {
    min-width: 15px;
    min-height: 15px;
    font-size: 6px;
}

  #page .widget-category_post .main-widget .m-container .grid-post_2 .swiper-slide {
    height: 270px;
}
  .wrap-profile-info .left .avatar img {
    max-width: 130px;
}
.wrap-author-page{
  margin-top: 0;
}
.wrap-profile-info .left .avatar {
    margin-top: -15px;
}
.wrap-profile-info .right .edit-box {
    display: none;
}
.wrap-profile-info .right {
    position: absolute;
    right: 20px;
    bottom: 35px;
}
.wrap-profile-info .right .item-g a {
    max-width: 50px;
    height: 50px;
}
.wrap-profile-info {
    padding-top: 0;
}
.wrap-profile-info {
    flex-wrap: wrap;
}
  .vc_load_more{
    margin-bottom: 10px;
  }
  .search-filter-wrap .input-wrap select,.search-filter-wrap .input-wrap.search input{
    min-width: 200px;
        max-width: 235px;
  }
  .wrap-people .item-employ .profile img {
      max-width: 120px;
  }
  .wrap-people .item-employ .info h4 {
    font-size: 14px;
    line-height: 20px;
}
.wrap-people .item-employ li {
    font-size: 11px;
    line-height: 15px;
}

.wrap-people .item-employ .info h5 {
  font-size: 10px;
  margin-bottom: 6px;
  line-height: 10px;
}

  .archive-box.search-page .searchandfilter li.sf-field-search h4 {
    width: 10%;
}
.archive-box.search-page .searchandfilter ul li.sf-field-reset {
    padding-top: 10px;
}
  .hide-shadow-tablet .elementor-element-populated{
    box-shadow: none!important;
  }
  .wrap-single.style-2 .tags_list a {
    margin-bottom: 8px;
}
  .archive-sidebar {
      margin-top: 30px;
  }
  .-pdf-item .-pdf-file {
    display: block;
    width: 60%;
}
.-pdf-item .-pdf-download {
    width: 40%;
}


  .rss-page-single.v-post-loop.-list .post-header {
    width: 25%;
}
.rss-page-single.v-post-loop.-list .post-info{
  width: 75%;
}

  #carousel_home_weblink .swiper-wrapper {
    padding-bottom: 40px;
  }
  .yp_chart_wrap {
      width: 600px!important;
      float: none;
      margin: -50px;
      margin-bottom: 50px;
      display: block;
  }
  .yp_chart_wrap canvas {
    margin-top: -80px;
    margin-left: -130px;
}
  .poll-option_name:after {
    display: block;
    content: '';
    clear: both;
}
  ul.poll-option_name {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    width: calc(100% + 120px);
    transform: none;
    clear: both;
    margin-bottom: 10px;
}
    .user-feed-page .search-bar_yp.search-bottom-per .sf-field-posts_per_page{
        bottom: 32px;
  }
  .procurement-archive.poll-layout.style-3 .post-info {
    width: calc(80% - 29px)!important;
  }
  .procurement-archive.poll-layout.style-3 .post-link-btn {
    width: 21%;
}
  .archive-box li.sf-field-posts_per_page select {
    max-width: 77px;
    min-width: 77px;
}
  .post_embed_wrap {
    width: 45%;
}
.archive-box.search-page  .v-post-loop.-list .post-header {
    width: 15%;
}
.archive-box.search-page  .v-post-loop.-list .post-info {
    width: 75%;
}
input.post_embed_name {
    min-width: 40%;
}
.yp_post_embed label {
    width: 10%;
}
  .single .main-content,
  .single .single_sidebar
  {
    width: 100%;
    float: none;
  }
  .single-post .entry-content .v-container {
    padding: 0;
  }
  ._mobile{
    display: block;
  }
  ._desktop{
    display: none;
  }
  #toggle-main-menu {
    margin-right: 15px
  }
}
/* end for tabletV */

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
  .v-container {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
  ._mobile{
    display: none;
  }
  ._desktop{
    display: block;
  }
}
/* end for tabletH */
