html #wpadminbar {
    z-index: 99!important;
}
html.nofixed #wpadminbar {
    position: relative;
}
html.nofixed{
  margin-top: 0!important;
}
html.nofixed .main-object.fixed {
    position: relative!important;
}
.heateor_sss_sharing_container{
  display: none!important;
}
.left-share .heateor_sss_sharing_container{
  display: block!important;
}
.lang-box span.text-span{
  font-size: 19px;
}
.link-all{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.card-weblink .link-all{
    z-index: 999;
}
.in-thumb-overlay {
    background: #00a1e1c4;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    color: #FFF;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    border-radius: 15px;
}
.in-thumb-overlay a {
    width: 100%;
    height: 100%;
    display: block;
}
td h4 {
    margin: 0;
}
.vc_general.vc_cta3.vc_cta3-shape-rounded .vc_cta3_content-container {
    padding: 0!important;
}
.vc_general.vc_cta3.vc_cta3-shape-rounded h5 {
    margin-top: 15px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
}
#carousel_ebook {
    position: static!important;
    padding: 20px 10px;

    width: calc(100% - 106px);
}
#carousel_ebook .card-post_m {
    display: block;
    /* box-shadow: 3px 3px 8px 0 rgb(0 0 0 / 10%); */
    background: #FFF;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}
#carousel_ebook a.readmore {
    background: #fdcd0e;
    color: #005;
    display: inline-block;
    min-width: 90px;
    text-align: center;
    justify-content: center;
    margin: 15px 0 0;
    -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      padding: 4px 0 2px;
}
#carousel_ebook a.readmore:hover{
  background: #ddd;
  color: #005;
}

.carousel_ebook_nav .swiper-button-prev {
    left: 0;
    background: #ffe066;
    color: #005;
    width: 44px;
}

.carousel_ebook_nav .swiper-button-next {
    right: 0;
    background: #ffe066;
    color: #005;
    width: 44px;
}




.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: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;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}
.in-view-more.icon {
    background-color: #0000;
    color: #FFF;
    width: auto;
}
.in-view-more.icon i {
    border: solid 2px #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 11px;
    justify-content: center;
    line-height: 20px;
    border-radius: 50px;
}
.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 #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
      margin-top: 25px;
}
.left-tags.style-2 .tags_list
{
    margin-top: 0;
}

.right-shared.style-2
{
display: none;
}



.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: #fdcd0e;
}
.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;
    font-family: 'Chulabhorn Likit Text','Chulabhorn Likit Display';
}
/* .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{
  width: 100%;
}
.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: #00a1e1c4;
    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: 30px;
    height: 30px;
    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;
    background: #df4425;
    font-size: 14px;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    min-height: 40px;
    border-radius: 50px;
    color: #FFF;
    margin-top: 20px;
    transition: all ease-in-out 250ms;
}
.video_local_wrap .btn-video-download:hover,
.shared-embedded-wrap .get_embed:hover{
  background: #eee;
  color: #de4425;
}

.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;
    border-radius: 15px;
    margin-bottom: 15px;
}
.single .video_local_wrap .plyr--video {
    border-radius: 15px;
}
.single .video_embed_wrap {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	padding-top: 25px;
  	height: 0;
    margin-bottom: 15px;
  }
.single .video_embed_wrap iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
    border-radius: 15px;
  }

.single .video_local_wrap .plyr__menu__container .plyr__control {
    font-size: 14px;
    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: #005;
}
.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: #fdcd0e;
    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: 14px;
}
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: #005654;
    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: #005654;
    border: solid 2px #005654;
    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);
}




}


.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: #005;
  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 #005;
    position: relative;
    padding-right: 23px;
}
/* .weblink-button-next.weblink-btn:before {
    position: absolute;
    height: 9px;
    width: 9px;
    content: "";
    background: #fdcd0e;
    top: 7px;
    right: 26px;
    border-radius: 50px;
} */
.weblink-button-prev.weblink-btn {
  margin-right: 6px;
      border: solid 1px #005;
}
.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: #fdcd0e;
    border-color: #fdcd0e;
}
.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: #ffce09;
    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: #fdcd0e;
  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: #fdcd0e;
    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: #fdcd0e;
    width: 13px;
    margin-bottom: -6px;
}
.poll-toggle .btn-report svg {
    fill: #fdcd0e;
}

.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: #343338!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: #222;
  top: 25px;
  font-size: 16px;
  right: 0;
}
.archive-box.search-page li.sf-field-category li input:checked ~ label::before {
    background: #fdcd0e;
    border-color: #fdcd0e;
}
.generate-btn {
    box-shadow: none;
    padding: 7px 20px;
    display: inline-block;
    border: 0;
    font-size: 20px;
    color: #FFF;
    border-radius: 0!important;
    background: #ffce09;
}
.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-weight: 500!important;
    font-size: 20px!important;
}
.archive-box li.sf-field-posts_per_page select{
    max-width: 60px;
    min-width: 60px;
}
.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;
}
.archive-box.search-page li.sf-field-reset {
    padding-top: 0;
}
/* .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: flex!important;
  gap: 25px;
  align-items: center;
  justify-content: end;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page h4{
  padding: 0;
  font-size: 14px;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page ul{
  grid-gap: 6px;
      display: flex;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li label,
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page li.sf-level-0.sf-item-0::after {
    background: #FFF;
    color: #000;
    font-size: 14px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    font-weight: 400!important;
    padding: 0;
    border-radius: 50px;
    cursor: pointer;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li:hover label,
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page li.sf-item-0:hover::after,
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li.sf-option-active label,
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li.sf-item-0.sf-option-active::after{
      background: #df4425;
      color: #FFF;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page ul,
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page ul li {
    padding: 0;
    margin: 0;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li input {
  display: none;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page > ul > li:nth-child(2) {
    display: none;
}

.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page li.sf-item-0 label.sf-label-radio {
    overflow: hidden;
    position: absolute;
    opacity: 0;
    display: block;
    font-size: 35px;
    line-height: 13px;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page li.sf-item-0::after{
    content: "12";
}
.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-search,.archive-box.search-page li.sf-field-post_date ,.archive-box.search-page li.sf-field-sort_order{

    float: left;
}
.archive-box.search-page li.sf-field-sort_order{
  width: 15%;
}
.archive-box.search-page li.sf-field-post_date {
    width: 45%;
    padding-top: 10px!important;
}

.archive-box.search-page li.sf-field-category li input, .archive-box.search-page li.sf-field-category li label {
    display: inline-block;
}
.archive-box.search-page li.sf-field-category li {
    float: left;
    width: 33.33%;
    max-height: 40px;
}
ul.sf_date_field li, ul.sf_date_field, li.sf-field-post_date {
    display: inline-block!important;
    padding: 0!important;
}

.archive-box.search-page li.sf-field-search{
  padding-right: 20px;
      width: 30%;
}
.archive-box.search-page li.sf-field-category ,.archive-box.search-page li.sf-field-reset {
    float: left;
    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;
}
.archive-box.search-page ul:after {
    content: '';
    clear: both;
    float: none;
    display: block;
}
.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;
}
.w3eden .card.mb-3.p-3.hide_empty {
    display: none;
}
.archive-box li.sf-field-posts_per_page select{
  height: 31px!important;
  font-weight: 600!important;
  color: #fdcd0e!important;
  text-align: left!important;
  float: right;
}
.archive-box li.sf-field-posts_per_page option{
    color: #222!important;
}
/* .archive-box li.sf-field-posts_per_page select option:first-child {
    display: none;
} */
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: 2px;
    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;
} */
/* .box-pageination_post .searchandfilter ul {
    float: right;
} */
.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: #005;
      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: #ffce09;
    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: #ffce09;
    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: #fdcd0e;
    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;
}
.card-recent_post h4 a {
    line-height: 25px!important;
    max-height: 70px;
}

  .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%;
    border-radius: 15px;
    max-height: 450px;
    object-fit: cover;
}
.yp_single_content {
    padding: 20px 0 30px;
}
.wrap-tag-shared .left-share {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-wrap: wrap;
}

.icon-yellow .elementor-button-icon {
    background: #ffce09!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 {
    background: #fdcd0e;
    display: inline-block;
    width: 25px;
    height: 25px;
    float: left;
}
.single-meta {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    align-content: center;
}
.single-meta .left-items {
}
.single-meta .right-items {display: flex;align-items: center;}

.single .icon-date svg {
    width: 14px;
    color: #005;
    margin-left: 6px;
    margin-top: 0;
}
.single span.posted-on {
    float: left;
    margin-left: 8px;
    margin-top: 0;
}
.single-meta .post_by {
    display: flex;
    margin-right: 15px;
    float: left;
    align-items: center;
}
.single .main-content {
  display: flex;
  gap:20px;
}
.single .main-content .content-left{
  width: 70%;
  padding-right: 50px;
}
 #page .main-content .single_sidebar {
    width: 30%;
    border-left: solid 1px #ddd;
    padding-left: 35px;
    padding-top: 50px;
}
.single .main-content .content-left h1.entry-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.single_sidebar .widget-title,
.archive-sidebar .widget-title_head{
    font-size: 18px;
    padding-top: 4px;
    font-weight: 600;
}
.single_sidebar .widget-title {
    color: #ffce09;
    margin: 0;
    margin-bottom: 10px;
}

.single_sidebar.style-list-s2 .widget-title {
    color: #000;
    position: relative;
    display: inline-block;
    background: #0000;
    z-index: 5;
    padding-top: 4px;
    margin-bottom: 25px;
    font-size: 28px;
}

.btn_back {
    position: absolute;
    top: 0;
    right: 0;
}
.single-meta .post_date {
    display: flex;
    align-items: center;
}
.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%;
}
.um-page-loggedout .page-sub-title {
    max-width: 450px;
    margin: 0 auto;
    display: block!important;
}
.search-page .page-sub-title {
    margin: 0;
}
.search-page .page-sub-title h2{
  margin: 0;
}
.search-page .page-sub-title h3 {
    margin: 0;
    font-weight: 600;
    color: #ffce09;
    font-size: 34px;
}
.search-page .page-sub-title span.result {
    color: #222;
        font-weight: 400;
}
.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 {
    background: #fdcd0e;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #005;
    padding: 4px;
    float: left;
    font-size: 13px;
    line-height: 18px;
}

.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: #fdcd0e!important;
}
.um input[type=submit].um-button, .um input[type=submit].um-button: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: #fdcd0e;
    font-size: 20px;
}
.um-login .um-half {
    width: 49%;
}
.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{
  background: #ffce09!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 .yp-btn-reset svg{
  width: 15px;
  margin-bottom: -6px;
  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: 20px!important;
    color: #222!important;
}
.label-reset div {
    font-size: 20px!important;
    color: #000;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container{
  font-family: 'Chulabhorn Likit Text','Chulabhorn Likit Display'!important;
  font-size: 20px;
}

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-family: 'Chulabhorn Likit Text','Chulabhorn Likit Display'!important;
    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: 20px!important;
    color: #000;
}
.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: #ffce09;
}
#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 {
    box-shadow: none;
    padding: 7px 7px 9px!important;
    display: block!important;
    width: 100%!important;
    font-size: 20px;
    border-radius: 0!important;
    background: #ffce09;
}
#primary .um-change #um-submit-btn svg{
  width: 15px;
  margin-bottom: -6px;
  margin-right: 2px;
}

.custom-register-btn{
  background: #ffce09;
}
#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: #fdcd0e!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: #a7a7a7;
    color: #FFF;
    font-size: 20px;
    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: 700;
  color: #fdcd0e;
}
.file_url_sub li {
    display: inline-block;
}
.wrap-all-list .file-btn a{
  display: inline-flex;
  gap:10px;
  align-items: center;
  justify-content: center;
}
.wrap-all-list .file-btn a svg {
    width: 18px;
    height: 18px;
    display: block;
    /* margin-top: 8px;
    margin-bottom: -7px;
    margin-left: 3px; */
}


.file-download-list h3 {
    margin-bottom: 10px;
}
.file-download-list {
  display: flex;
  gap:15px;
}
.file-download-list .left{
  width: 25%;
}
.file-download-list .right{
  width: 75%;
}


.section-box-single h3{
font-size: 30px;
line-height: 31px;
margin-top: 0;
font-weight: 600;
}

.section-box-single .icon-title {
    background: #fdcd0e;
    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;
}

.archive-description{
  text-align: center;
}
.box-pageination_post .count-found {
    width: 20%;
}
.box-pageination_post .search-bar_yp {
    width: 20%;
}
/*pagination*/
.content-pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 60%;
}



.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 span.page-numbers.dots {
  min-width: 20px;
}
/* //// end */


.posted-cats {
    text-align: center;
}


.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-left: 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;
}

.card-post_m h4 a:hover {
    color: #df4425;
}
.v-post-loop.-list .post-header: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%);
}

.v-post-loop.-list .post-header a{
  overflow: hidden;
  display: block;
}
.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: 1;
  padding: 5px 10px 0;
}
.v-post-loop.-list .post-info a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    /* line-height: 20px; */
    transition: all ease-in-out 150ms;
}


.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: #fdcd0e;
    margin-bottom: -8px;
}
.v-post-loop .entry-meta .post_view{
  float: left;
  margin: 0 5px;
  padding-top: 1px;
  font-size: 12px;
  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: 12px;
    }
.tags_list {
    display: block;
    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; */
  font-weight: 300;
}
span.breadcrumb_last {
  padding: 0;
  font-weight: 300!important;
  white-space: nowrap;
  overflow: hidden;
  max-width: 420px;
  text-overflow: ellipsis;
  display: inline-block!important;
}

.entry-meta {
    text-align: center;
    margin-top: 12px;
}


.post-views.entry-meta {
    text-align: left;
    margin-top: 0;
}
header.entry-header {
  padding:50px 0;
  background: #eee;
}

#breadcrumbs {
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #000;
    align-content: center;
}
#breadcrumbs span {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

#breadcrumbs a {
    text-decoration: none;
    color: #222;
    margin: 0;
}
#breadcrumbs a:after{
    content: '';
    display: block;
    width: 10px;
    height: 0.11em;
    background: #000;
    position: absolute;
    left: -30px;
    bottom: 11px;
}
#breadcrumbs span > a{
  position: relative;
}
#breadcrumbs span > a:before {
  content: '';
  display: block;
  width: 10px;
  height: 0.11em;
  background: #000;
  position: absolute;
  right: -30px;
  bottom:11px;
}
.single #breadcrumbs span > span:nth-last-child(2) > a::before{
  display: none;
}
#breadcrumbs svg {
    width: 20px;
    height: 20px;
    background: #df4425;
    color: #FFF;
    padding: 3px;
    border-radius: 50px;
    margin-right: 10px;
}
#breadcrumbs a.svg-b {
    display: flex;
    align-items: center;
}
#breadcrumbs a.svg-b::after{
  display: none!important;
}
#breadcrumbs .divider {
    content: '';
    display: none;
    width: 10px;
    height: 0.11em;
    background: #000;
    position: relative;
    margin: 0 20px;
    margin-left: 13px;
}
#breadcrumbs > span > span > a:after {
    display: none;
}
#breadcrumbs > a:after {
    display: none;
}
.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: #fdcd0e;
    max-width: 50px;
    max-height: 50px;
    padding-top: 5px;
}
.rss-page.v-post-loop.-list .post-info a:hover{
    color: #fdcd0e;
}


.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: #fdcd0e;
}

.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 #fdcd0e!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-post_m .title-head_card {
    padding: 10px 15px;
}
.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;
}
.single-tags {
    display: flex;
    gap: 10px;
    align-items: center;
}
#page .single-tags p{
 font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.wrap-single.style-2 .tags_list a {
  background: #eaeaea;
  color: #000;
  border: solid 1px #ddd;
  border-radius: 0;
  padding: 0 8px;
  transition: all ease-in-out 150ms;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50px;
}
.wrap-single.style-2 .tags_list a:hover{
  background: #ddd;
  color: #000;
}
.wrap-single.style-2 .tags_list span {
    background: #005;
    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: #005;
}
.procurement-wrap.style-1-v1 .post-header:after {
    background: #005;
    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 {
    border-radius: 0;
    margin-right: 10px;
}
.wrap-single.style-2 .section-box-single .section-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.wrap-single.style-2 .section-box-single .file_url_item a {
  font-family: 'Chulabhorn Likit Text','Chulabhorn Likit Display'!important;
  font-size: 23px;
  font-weight: bold;
}
.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: #fdcd0e94;
  -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: #005;
}
.title-carousel_home_weblink .left a {
    font-weight: 600;
    color: #3e3e3e;
}
.title-carousel_home_weblink .left i {
    color: #005;
    font-size: 12px;
}


.archive-box.search-page .search-bottom li.sf-field-posts_per_page{
  max-width: 170px;
    min-width: 170px;
    display: block!important;
    float: right;
    position: relative;
    bottom: 0;
}

/* .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 h4 {
    margin-top: 22px;
}
.search-bar_ypx li.sf-field-post_date li:before {
    content: 'ช่วงเวลา';
    width: 100%;
    display: block;
    opacity: 0;
}
.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: 40px;
    padding-right: 0;
}
.archive-box.search-page li.sf-field-post_date label::before {
    content: "\f145";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: 0;
    background: #0000;
    color: #777;
    width: auto;
    padding: 8px 11px;
    height: 100%;
    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;
}
/* .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: #fdcd0e!important;
}
.social_shared_style_2 svg{color: #00135a;}

.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;
}


.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;
}

@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%;
  }
  .single .entry-content .v-container {
    padding: 0;
}

  .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: 15px 15px;
  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: 5px;
}

.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;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/paradizicon/Flaticon.svg#Flaticon") format("svg");
    font-display: swap;
  }
}

[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 .entry-content p {
    margin-bottom: 15px;
    font-family: 'Chulabhorn Likit Text','Chulabhorn Likit Display';
    font-size: 1rem;
    line-height: 1.7;
}
.single .main-content h3 {
    font-size: 30px;
    line-height: 31px;
    margin-top: 0;
}
.single .entry-featured-image {
    margin-bottom: 20px;
}
.wrap-tag-shared {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.single .right-items .post_views {
    float: none;
    display: flex;
    align-items: center;
}
.single .right-items .post_views .icon-view {
    background: #fdcd0e;
    display: inline-block;
    width: 25px;
    height: 25px;
    float: left;
}
.single .right-items .post_views .icon-view svg {
    color: #005;
    width: 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;
}
.v-container{
  margin-right: auto;
  position: relative;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1240px;
}
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;
}

.desktop_menu li a {
    /* padding: 8px 17px; */
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
}
/* body.lang-th .desktop_menu li a{
    font-size: 14px;
} */
.desktop_menu .current_page_item > a{
border-bottom: solid 3px #df4425;
}
.desktop_menu li a:not(.sub-menu a) {
    padding: 35px 10px;
    margin: 0 3px;
    padding-left: 2px;
}
.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: #df4425;
}

.site-branding {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
}

.site-branding a {
    display: flex;
}
.site-branding img {
      max-height: 74px;
    max-height: 74px;
    width: auto;
}
.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: #df4425;
}
.desktop_menu .sub-menu {
    padding: 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: 220px;
}
.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);
} */

.menu-item-has-children .sub-menu svg {
    margin: 0;
    padding: 0;
    margin-top: 3px;
}
.menu-item-has-children .sub-menu .wrap-toggle-mobile {
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* .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: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{
  border-bottom: 0;
  font-size: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  position: relative;
  width: 100%;
}
/* body.lang-th .desktop_menu .sub-menu li a{
  font-size: 14px;
} */
.desktop_menu .sub-menu li a:before {
     content: "\f344";
       font-family: "dashicons";
      color: #df4425;
      position: absolute;
      top: 50%;
      left: -20px;
      font-size: 12px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(-5px,-50%);
      -ms-transform: translate(-5px,-50%);
      transform: translate(-5px,-50%);
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
}

.desktop_menu .sub-menu > li:hover > a::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}

.desktop_menu .sub-menu li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 0px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #df4425;
}
.desktop_menu .sub-menu > li:hover > a::after {
  width: 100%;
}

.desktop_menu .sub-menu {
    padding: 10px 0;
    padding-right: 0;
}


/* .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;
}
.desktop_menu li.menu-item-has-children>.sub-menu li{
  margin:16px 35px;
}
.desktop_menu li.menu-item-has-children>.sub-menu li a {
    min-height: auto;
}

.desktop_menu .sub-menu .sub-menu {
  left: 100%;
      top: 0!important;
      margin-left: 35px;
}
.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;
}
html #wpadminbar {
    z-index: 996;
}
/* 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;
    max-width: 95%;
    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: block;
    text-align: right;
    border: solid 1px #ddd;
    border-bottom: 0;
    width: 60px;
    margin-left: auto;
    padding-left: 15px;
}
#close-mobile-menu svg {
    width: 30px;
}
#toggle-main-menu {
    margin-right: -15px;
    margin-top: 10px;
    height: 60px;
}
#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;
}

#mobile-menu .menu-item-has-children > a {
    width: calc(100% - 60px);
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile {
    margin: 0;
    border-left: solid 1px #ddd;
    width: 60px;
    height: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
#mobile-menu .menu-item-has-children .wrap-toggle-mobile svg {
      margin: 0;
      padding: 17px;
      width: 60px;
      min-height: 60px;
      transform: rotate(270deg);
      transition: transform .2s;
      display: block;
}
#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: #005!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: #fdcd0e;
    border: solid 1px #fdcd0e;
    color: #005;
  }

.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: #005;
}
.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;
}

.archive-box .searchandfilter ul li .select2-container {
    width: 100%!important;
    height: 40px;
    border: 1px solid #dbdbdb;
}
.archive-box .searchandfilter ul li .select2-selection--single {
    border: 0;
    height: 38px;
    padding: 5px 35px 5px 20px;
}
.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: 25px;
}
.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: 32px;
    line-height: 35px;
    font-weight: 600;
    padding-top: 3px;
    max-height: 73px;
}
.card-list-announce .post-title svg {
    margin-bottom: -4px;
}
.card-list-announce .box-title a {
    text-decoration: none;
    color: #005;
}
.card-list-announce .box-title a:hover {
    color: #000192;
}
.card-list-announce .box-title a:hover svg {
    stroke: #000192;
}
.card-list-announce .box-terms_text a {
    text-decoration: none;
    color: #000;
}
.card-list-announce .box-terms_text a:hover {
    color: #000192;
}
.card-list-announce .meta-post {
    display: flex;
    gap: 0 10px;
}
.card-list-announce .meta-post .post-views.entry-meta {
    margin-top: 0;
}
.card-list-announce .meta-post .box-count {
    display: flex;
    gap: 0 5px;
}
.card-list-announce .meta-post svg{
  width: 12px;
    color: #fdcd0e;
    margin-bottom: -8px;
}

.card-list-announce .box-btn a {
    background: #005;
    text-decoration: none;
    padding: 5px 15px;
    color: #FFF;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
}
.card-list-announce .box-btn a:hover{
  background: #ddd;
  color: #000;
}
.clearfix {
    clear: both;
}
.doc-list a.elementor-icon:hover {
    transform: scale(1.1);
}
#page .home-ebook img {
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    height: 245px !important;
}
.carousel_ebook_nav .swiper-button-prev,
.carousel_ebook_nav .swiper-button-next{
  border-radius: 50px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
#page .home-ebook img:hover{
    transform: scale(1.04);
}
.carousel_ebook_nav .swiper-button-prev:hover,
.carousel_ebook_nav .swiper-button-next:hover{
    transform: scale(1.07);
}
.new-sitemap .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #1026cf;
    background-color: #050581;
    line-height: 17px;
        border-radius: 0;
}
.new-sitemap .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
    font-size: 19px;
    border-color: #1026cf;
    border-radius: 0;
    padding: 8px 15px 5px;
    background: #1026cf;
    box-shadow: 0 5px 0 #050581;
}
.new-sitemap .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
    color: #000;
    border-color: #fdcd0e;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0;
    background-color: #fdcd0e;
    padding: 8px 15px 5px;
    box-shadow: 0 5px 0 #f3c200;
}

.new-sitemap .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  padding: 8px 15px 5px;
  box-shadow: 0 5px 0 #ddd;
  font-size: 18px;
  border-radius: 0;
  font-weight: bold;
  color: #000;
}
.post-tab-style-2 .nav-sub-term-yp li {
    padding: 6px 10px 2px;
}
.post-basic-style-3 .post-right .btn {
    line-height: 25px;
}
.social-footer ul {
    display: flex;
    gap: 0 8px;
}
.social-footer ul svg {
    fill:#fdcd0e;
    width: 28px;
    height: 28px;
}
.social-footer ul span {
    background: #fdcd0e;
    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;
}
.ninja-forms-all-fields-wrap input[type="submit"] {
    background: #005;
    border: 0;
    border-radius: 0;
    color: #FFF;
    font-weight: bold;
    min-width: 100px;
    cursor: pointer;
      transition: all ease-in-out 350ms;
}
.ninja-forms-all-fields-wrap input[type="submit"]:hover {
  opacity: .85;
}
.ninja-forms-all-fields-wrap * {
    font-size: 19px!important;
}
.ninja-forms-form .field-wrap {
    margin-bottom: 14px;
}
#main-header_4 .bottom-object.fixed {
    position: fixed;
    top: -1px;
    width: 100%;
    animation: fadeInDown .9s;
}
#page .fluentform .ff_btn_style {
    font-size: 24px;
    padding: 4px 29px 3px;
    font-weight: 600;
}
.fluentform .ff-el-input--label {
    font-size:14px;
}
.read_post {
    font-size: 20px;
}
.polylang_slink .languages__item--current {
    display: none!important;
}
/* for animation */
.donation-back,
.polylang_slink a, .desktop_menu li a,
.button-banner-readmore a,
.title-cat li,
.btn-pagina,
.confirm_box a,
input.ywcds_submit_widget,
.wp-element-button,
.wrap-question,
.liquidpoll-option-single input + label:before,
.nav-sub-term-yp li,
.co-box .elementor-image-box-img a:before,
.nav-menu-left li,
a.fc-event,
.vc-view-more,article,
.ob2 a h4,
.item-download-toggle,
.download-btn svg,
.footer-yp a,
label,
li.sf-item-0::after,
button,
.vitem-download-list,
.vitem-download-list a,
.link-read_all,
.sw-bottom_banner a{
  -o-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}

.main-header .main-object .v-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header .main-object .object-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-object {
    display: none;
}
#page .button-banner-readmore a {
    background: #FFF;
    color: #df4425;
    min-width: 200px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#page .button-banner-readmore a:hover {
    background: #eee;
    color: #df4425;
}
.mobile-object .mobile-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}
.mobile-object .mobile-wrap > div {
    width: 50%;
}
.mobile-object .mobile-wrap > .object-2 #site-navigation {
    display: flex;
    justify-content: end;
    font-size: 16px;
}
.mobile-object .mobile-wrap > .object-2 #site-navigation .main-tog {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom_banner {
    border-top: solid 1px #ddd;
    background: #FFF;
    padding: 40px 10px;
    z-index: 1;
    position: relative;
}
.sw-bottom_banner {
    position: static;
    width: calc(100% - 250px);
}

.sw-bottom_banner .swiper-button-next svg,
.sw-bottom_banner .swiper-button-prev svg {
    background: #de4325;
    stroke: #FFF;
    padding: 3px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
}
.sw-bottom_banner a {
    border: solid 1px #0000;
    padding: 10px;
    border-radius: 20px;
    margin: 1px;
    align-items: center;
}
.sw-bottom_banner .swiper-slide:hover a {
  border: solid 1px #ddd;
}
.sw-bottom_banner a img {
    max-height: 60px;
    object-fit: contain;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#v-calendar .mec-wrap .mec-totalcal-box,
#v-calendar .mec-event-footer,
#v-calendar .mec-table-side-title,
#v-calendar .mec-table-side-day{
  display: none!important;
}
#v-calendar .mec-calendar{
  border: 0!important;
}
#v-calendar .mec-event-article {
    background: #f5f6fa;
    padding: 20px 18px;
    border-radius: 20px;
    margin-bottom: 14px;
    border: solid 2px #0000;
      border-bottom: solid 7px #0000;
}
#v-calendar .mec-event-article:hover {
    border: solid 2px #41bfef;
    border-bottom: solid 7px #41bfef;
}
#v-calendar .mec-calendar-side {
    padding: 15px 20px;
    margin: 0 auto;
    border-radius: 15px;
}
#v-calendar .mec-event-title {
    margin: 7px 0 6px;
}
#v-calendar .mec-event-title a {
    color: #2e476c;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 22px;
    min-height: 44px;
}
#v-calendar .mec-event-title a:hover {
    color: #f44336;
}
#v-calendar .mec-calendar dt {
    border: 0!important;
    margin: 0 auto;
}

#v-calendar .mec-selected-day {
    display: flex;
    justify-content: center;
}
#v-calendar .mec-calendar{
  box-shadow: none!important;
}
#v-calendar .mec-selected-day,
#v-calendar .mec-selected-day:hover {
    background: #0000;
    color: #fff;
}
#v-calendar .mec-calendar dt {
    position: relative;
    height: 45px;
    line-height: 45px;
    /* min-width: 50px; */
}
#v-calendar .mec-calendar dt:before {
    content: '';
    position: absolute;
    background: #df4425;
    width: 26px;
    height: 26px;
    opacity: 0;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
    top: 50%;
    border-radius: 5px;
    z-index: 1;
}
#v-calendar .mec-calendar dt:hover::before,
#v-calendar .mec-calendar .mec-selected-day::before{
  opacity: 1;
}
#v-calendar dt.mec-calendar-day-head:before{
  display: none;
}
#v-calendar .mec-calendar dt a{
  width: auto!important;
}
#v-calendar .mec-calendar dt a,
#v-calendar .mec-calendar dt span{
  position: relative;
  z-index: 1;
}
#v-calendar .mec-calendar-side,
#v-calendar .mec-calendar-side dt {
    background: #04237e;
}
#v-calendar .mec-calendar-side * {
    color: #FFF;
}
#v-calendar dt.mec-table-nullday {
    opacity: 0.4;
    pointer-events: none;
}
#v-calendar .mec-next-month,
#v-calendar .mec-previous-month {
    border: 0;
    top: 13px;
    background: #0000;
    z-index: 1;
    padding: 0;
}
#v-calendar .mec-previous-month{
  left: 30px;
}
#v-calendar .mec-next-month{
  right: 30px;
}
#v-calendar .mec-calendar-header h2{
  margin-top: 10px;
  margin-left: -20px;
}
#v-calendar .mec-next-month i, #v-calendar .mec-previous-month i {
    background: #FFF;
    color: #04237e;
    padding: 5px 5px;
    font-size: 8px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
}
#v-calendar .mec-calendar-header {
    padding: 0!important;
    margin: 0;
}
#v-calendar .mec-next-month a {
    font-size: 0;
}
#v-calendar .mec-previous-month a {
    font-size: 0;
}
#v-calendar .mec-calendar-events-side {
    padding: 0;
    max-width: 300px;
    border: 0;
}
#v-calendar .mec-calendar-topsec {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 17px;
}
#v-calendar .mec-has-event:after{
  margin: -4px 0 0 -3px;
}
#v-calendar .event-color{
  display: none;
}
#v-calendar .mec-calendar-side dl {
    margin: 0 auto !important;
}
#v-calendar .mec-event-time {
    color: #df4425;
    font-weight: 500;
}
#v-calendar .mec-calendar-events-sec {
    max-height: 295px;
    overflow-y: auto;
    padding-right: 8px;
}
#v-calendar .vdate{
  display: flex;
  gap:5px;
  font-size: 12px;
  fill: #6e6e6e;
  align-items: center;
  margin-top: 5px;
}
#v-calendar .vdate svg {
    width: 13px;
    height: 13px;
    stroke: #df4425;
}
#v-calendar h4.mini-title {
    margin: 0;
    font-size: 34px;
    font-weight: 600!important;
    margin-bottom: 10px;
}
body.archive .post-info .new-label {
    display: none;
}
.card-post_m .post-header .new-label {
    top: 6px;
    bottom: auto;
}

/* download */
.vitem-download-list {
    display: flex;
    gap: 0;
    border-radius: 0;
    box-shadow: 0 0 0px 1px #ececec;
    margin-bottom: 15px;
    align-items: center;
    border: solid 1px #0000;
    position: relative;
    overflow: hidden;
}
.file-download-list.section-box-single .vitem-download-list,
.vc_post_download_list .vitem-download-list{
      border-radius: 20px;
}
/* .vitem-download-list:hover {
    border: solid 1px #41bfef;
    box-shadow: 0 0 0px 1px #0000;
    border-bottom: solid 6px #41bfef;
} */

.vitem-download-list .ob1 .bg {
    background: #284369;
    padding: 18px 14px;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    max-width: 65px;
    -webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
/* .vitem-download-list:hover .ob1 .bg {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
} */

.vitem-download-list .ob1 .bg.type-pdf{
      background: #cd0442;
      padding-left: 12px;
}
.vitem-download-list .ob1 .bg.type-ppt,
.vitem-download-list .ob1 .bg.type-pptx{
      background: #ef5a00;
      padding-left: 12px;
}
.vitem-download-list .ob1 .bg.type-doc,
.vitem-download-list .ob1 .bg.type-docx{
      background: #284599;
      padding-left: 12px;
}
.vitem-download-list .ob1 .bg.type-xls,
.vitem-download-list .ob1 .bg.type-xlsx{
      background: #188239;
      padding-left: 12px;
}
.vitem-download-list .ob1 .bg.type-zip{
      background: #530071;
      padding-left: 12px;
}
.vitem-download-list .ob1 .bg.type-rar{
      background: #39054c;
      padding-left: 12px;
}
.vitem-download-list .ob2 .bottom {
    display: flex;
    gap: 25px;
    align-items: center;
}
.vitem-download-list .ob2 .bottom > div {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    color: #6e6e6e;
    position: relative;
}
.vitem-download-list .ob2 .bottom > div:after,
.vitem-download-list .ob2 .bottom > .list-2.ac::before {
    content: "|";
    position: absolute;
    right: -15px;
    color: #ddd;
}
.vitem-download-list .ob2 .bottom > .list-3.the_date svg{
    color: #41bfef;
}
.vitem-download-list .ob2 .bottom > .list-3.the_date::after{
  display: none;
}

.vitem-download-list.-full .list-3 button{
  padding: 0;
  border: 0;
  color: #6e6e6e;
  font-weight: 400;
  background: #0000;
}
.vitem-download-list.-full .list-3 button:hover{
    color: #df4425;
}
.vitem-download-list .ob2 .top {
    margin-bottom: 5px;
}
.vitem-download-list .ob2 .bottom > div button {
    padding: 0;
    border: 0;
    color: #6e6e6e;
    font-weight: 400;
    background: #0000;
}
.vitem-download-list .ob2 .bottom > div button:hover {
    color: #feab27;
}
.vitem-download-list .ob2 .bottom > div svg {
    width: 16px;
    height: 16px;
        color: #41bfef;
    margin-top: -2px;
}
.vitem-download-list .ob2 .bottom .list-3 svg {
    color: #feab27;
}
.vitem-download-list .ob1 .bg img {
    max-height: 45px;
}

/* .vitem-download-list:hover .ob2 a {
  color: #df4425;
} */

.vitem-download-list .ob2 a h4 {
    font-weight: 300;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6e6e6e;
    font-size: 18px;
    line-height: 25px;
}
.vitem-download-list.-full .ob2 h4 {
    margin: 0;
    font-weight: 400;
}
.vitem-download-list .ob2 a h4 span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
}
.vitem-download-list .ob2 a .new-label {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-left: 8px;
  line-height: 21px;
  min-width: 65px;
  margin-bottom: 4px;
  text-align: center;
}
.vitem-download-list .ob3 .download-btn {
    display: flex;
    color: #df4425;
    flex-wrap: wrap;
    gap: 3px;
    align-items: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
}
.vitem-download-list .ob3 .download-btn span{
  width: 100%;
}
.vitem-download-list .ob3 .download-btn svg {
    background: #df4425;
    padding: 7px;
    color: #FFF;
    width: 33px;
    height: 33px;
    border-radius: 50px;
}
.vitem-download-list .ob3 .download-btn:hover svg {
    background: #eee;
    color: #df4425;
}
.vitem-download-list .ob1 {
    width: 15%;
}
.vitem-download-list .ob2 {
    width: 68%;
}
.vitem-download-list .ob3 {
    width: 17%;
}
/* End download */
.vc_post_list-wrapper .vtitle h4 {
    font-size: 34px;
    font-weight: 600!important;
    margin: 0;
    margin-bottom: 10px;
}
.post-s-list .post-header .new-label {
    display: none;
}

#page .post-s-list .post-header {
    display: none;
}
#page .post-s-list .post_excerpt {
    display: none;
}
#page .post-s-list .card-recent_post {
    border: 0!important;
    padding: 0!important;
    border-radius: 0!important;
    border-left: solid 2px #209af0!important;
    padding-left: 10px!important;
    margin-bottom: 8px!important;
    position: relative;
}
#page .post-s-list .card-recent_post:hover {
    border: 0!important;
    border-radius: 0!important;
    border-left: solid 2px #40d9f1!important;
}
#page .vc_post_tab_v4 .card-recent_post {
    border: solid 1px #ddd!important;
    padding: 20px 15px!important;
    border-radius: 10px!important;
}
#page .vc_post_tab_v4 .card-recent_post:hover{
  border: solid 1px #ddd!important;
  border-radius: 10px!important;
}
#page .post-s-list .post-info {
    padding: 0;
}
#page .post-s-list .card-post_m h4 a {
    font-weight: 400;
    color: #222;
    -webkit-line-clamp: 2;
    min-height: 40px;
    font-size: 15px;
}
#page .post-s-list .card-post_m .read-more {
    font-size: 13px;
}
#page .post-s-list .card-post_m:hover h4.entry-title a {
    color: #df4425;
}
#page .post-s-list .card-post_m .title-head_card {
    padding-bottom: 2px!important;
}
#page .post-s-list .card-post_m h4.entry-title {
    color: #df4425;
    line-height: 18px;
}
.vc_post_list-wrapper .vc_post_list {
    margin-bottom: 20px;
}
.vpost_title {
    padding: 50px;
    color: #FFF;
    min-height: 300px;
    background-position:center right!important;
    background-size: cover!important;
    margin-right: -30%;
    margin-top: 50px;
    margin-bottom: 45px;
    padding-left: 0;
    position: relative;
}
.vpost_title:before {
    content: '';
    background: #df4523;
    width: 8px;
    height: 60%;
    display: block;
    position: absolute;
    left: -8px;
    top: 0;
}
.vpost_title .wrap-in-title {
    min-height: 200px;
    display: block;
    background: #000;
    position: absolute;
    width: 60%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url(../img/bg-page-title.png);
    background-position: center;
    background-size: cover;
    margin-left: -19%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    transform: translate(0%, -50%) scale(1);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.vpost_title .wrap-in-title .img-ab-yb {
    background: url(../img/bg-page-title.png);
    background-size: cover;
    width: 100.6%;
}
.vpost_title .wrap-in-title {
    margin-left: -27%;
}
.vpost_title .in-title {
    position: absolute;
    right: auto;
    left: 45%;
    font-size: 28px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 2;
}
/* .vpost_title .in-title::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #29426a;
    display: block;
    margin: 10px 0;
} */
.single .entry-content {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: 0;
}
.yp_breadcrumb {
    margin-bottom: 45px;
}
.single-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.single-meta .wrap-date-post svg {
    stroke: #41bfef;
    width: 18px;
    height: 18px;
}
.single-meta .left strong{
    display: flex;
    gap: 20px;
}
.single-meta .left > div{
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-meta .left {
    display: flex;
    gap: 20px;
}
.single-meta .left strong{
  color: #294599;
  font-weight: 600;
}
.single-meta .post_type strong {
    /* color: #294599; */
    color: #000;
    font-weight: 400;
}
body.single-mec-events .single-meta .post_type strong{
  color: #294599;
  font-weight: 500;
}
.single-meta .post_type a{
  color: #df4425;
}
.single-meta .right .wrap-date-post > span,
.single-meta .wrap-date-post{
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}
.single-meta .post_type,
.wrap-date-post .shared-count {
    display: flex;
    gap: 5px;
    align-items: center;
}

.wrap-date-post .post_view:after,.wrap-date-post .shared-count:after{
    content: "|";
    position: absolute;
    left: -20px;
    color: #ddd;
}
.wrap-date-post .shared-count {
    position: relative;
    margin-left: 35px;
}
.single-meta span.date-post_card {
    margin-right: 30px;
}
#page .single_sidebar .card-recent_post {
    border: 0!important;
    margin-bottom: 30px!important;
}
#page .single_sidebar .card-post_m .title-head_card {
    padding-bottom: 3px;
}
#page .single_sidebar .card-post_m h4 a {
    -webkit-line-clamp: 2;
    min-height: 40px;
}
#page .single_sidebar .card-recent_post:hover {
    border-bottom: 0!important;
}
#page .single_sidebar .last-news {
    margin-bottom: 80px;
    margin-top: 50px;
}

#page .single_sidebar .card-post_m img {
    height: 190px !important;
}
body.single-vc_ebook #page .single_sidebar .card-post_m img {
    height: 100%!important;
}
.post_excerpt{
  margin-bottom: 10px;
}
.single .contorl-bottom {
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: inline-flex;
  max-width: 210px;
  justify-content: center;
  background: #FFF;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  left: 50%;
  bottom: 3px;
  border-radius: 15px;
  min-height: 40px;
  justify-content: space-around;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.single .contorl-bottom .swiper-pagination-fraction {
  color: #df4425;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 19px;
  gap: 5px;
  font-weight: 500;
}
.single .contorl-bottom .swiper-pagination-fraction .swiper-pagination-current {
    color: #000;
}
.single .contorl-bottom svg{
  margin: 0;
  width: 18px;
height: 18px;
}
.single .contorl-bottom .swiper-button-prevx,
.single .contorl-bottom .swiper-button-nextx {
    background: #df4425;
    color: #FFF;
    cursor: pointer;
    border-radius: 50px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-archive_box .post-tab-v1 .head-tab {
    border-bottom: solid 1px #ddd;
    padding-bottom: 17px;
}
.right-rss-archive svg {
    stroke-width: 4px;
    fill: #df4425;
    width: 28px;
    height: 28px;
}
.yp_breadcrumb .v-container {
    display: flex;
    justify-content: space-between;
}
.right-rss-archive a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #294599;
    font-weight: 500;
    font-size: 18px;
}
.banner-archive_box .v-container.wrap {
    padding: 0 0 50px;
}


/*archive photo*/
.banner-archive_box .nav-sub-term-yp li.active {
  background: #284599;
  padding: 13px 15px;
  border-radius: 8px;
  color: #fff;
}
.banner-archive_box .nav-sub-term-yp li {
  background: #eaeaea;
  padding: 13px 15px;
  border-radius: 8px;
  color: #284599;
}
.banner-archive_box .nav-sub-term-yp ul {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
}
.banner-archive_box .nav-sub-term-yp {
  display: block;
  position: relative;
}
.banner-archive_box .nav-sub-term-yp ul li {
  display: inline-block;
  list-style: none;
  float: left;
  margin-right: 8px;
  height: 100%;
}
.banner-archive_box .post-tab-v1 .head-tab {
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  position: relative;
}
.banner-archive_box .post-tab-v1 .head-tab > div{
width: 100%;
}
.banner-archive_box .post-tab-v1 .head-tab .vc-view-more {
  position: absolute;
  right: 0;
  font-size: 15px;
  font-weight: 400;
  bottom: 0;
  color: #FFF;
  background: #df4425;
  padding: 10px 30px;
  border-radius: 5px;
}
.banner-archive_box .post-tab-v1 .head-tab .vc-view-more:hover{
background: #eaeaea;
color: #df4425;
}
.vc_posts-wrapper.vc_post_tab_v1 {
  display: flex;
  gap: 20px;
}
.vc_posts-wrapper.vc_post_tab_v1 .left {
  width: 45%;
}
.vc_posts-wrapper.vc_post_tab_v1 .right {
  width: 55%;
}
.vc_posts-wrapper.vc_post_tab_v1 .left article{
border: 0!important;
box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
}
.vc_posts-wrapper.vc_post_tab_v1 .left article .read-more{
margin: 20px 0 30px;
}
.vc_posts-wrapper.vc_post_tab_v1 .left article span.date-post_card{
width: auto;
}

.vc_posts-wrapper.vc_post_tab_v1 .left article img {
  height: 377px!important;
}

.vc_posts-wrapper.vc_post_tab_v1 .right article .post-header {
  min-width: 50%;
  padding-bottom: calc( 0.287 * 100% );
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .post-info {
  min-width: 50%;
  padding-right: 10px;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .post-header img {
  border-radius: 15px;
  min-height: 190px;
}
/* .banner-archive_box .post-tab-v1 .card-post_m .post-header .new-label {
  display: none;
} */
.vc_posts-wrapper.vc_post_tab_v1 .right article .post_excerpt{
    -webkit-line-clamp: 1;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article h4 a{
      -webkit-line-clamp: 1;
          min-height: 20px;
}
.vc_posts-wrapper.vc_post_tab_v1 .left article .post_excerpt {
    -webkit-line-clamp: 3;
}
#page .vc_posts-wrapper.vc_post_tab_v1 .left article .post-info {
    margin-top: 12px;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .post_excerpt {
    display: -webkit-box!important;
}
.banner-archive_box .post-tab-v1 .nav-sub-term-yp ul,
.archive-event .title-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
#page .vc_posts-wrapper.vc_post_tab_v1 .right article {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
  margin-bottom: 15px!important;
  gap: 10px;
  padding: 7px!important;
}

.banner-archive_box .post-tab-v1 .nav-sub-term-yp li,
.archive-event .title-cat li {
  cursor: pointer;
  color: #294599;
  background: #eaeaea;
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
}
.banner-archive_box .post-tab-v1 .nav-sub-term-yp li:hover,
.archive-event .title-cat li:hover{
background: #ddd;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .read-more {
  font-size: 13px;
}
.banner-archive_box .post-tab-v1 .read-more svg {
  stroke: #df4425;
}
.banner-archive_box .post-tab-v1 .nav-sub-term-yp li.active,
.archive-event .title-cat li.active
{
background: #294599;
color: #FFF;
}
.banner-archive_box .post-tab-v1 .p-title h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}
.detail-archive_box {
  padding: 43px 0;
  background: #eaeaea;
}

.title-td h3 {
  display: none!important;
  padding: 25px 0 5px;
}
.detail-archive_box .column-post_grid .box-post_grid #main {
    display: flex !important;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
}
.detail-archive_box .column-post_grid {
   grid-template-columns: 1fr;
}
.detail-archive_box .column-post_grid .box-post_grid #main article {
   width: calc(25% - 12px);
}
#page .box-pageination_post .searchandfilter > ul {
    display: flex;
    justify-content: end;
}
.gallery-label {
    position: absolute;
    top: 0;
    left: 20px;
    background: #41bfef;
    color: #FFF;
    min-width: 50px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 1;
    justify-content: center;
    font-size: 12px;
    padding: 4px 15px;
    width: 65px;
}
#page .gallery-label svg {
    stroke: #FFF;
    width: 12px;
    height: 12px;
}
.video-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #41bfef;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  z-index: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}
#page .video-label svg {
    stroke: #FFF;
    margin-left: 3px;
}
.newsletter-home{
max-width: 400px;
}
.newsletter-home input {
    font-size: 13px;
    border-radius: 50px!important;
    border: 0!important;
    min-height: 47px;
    padding: 10px 30px!important;
}
.newsletter-home button {
    font-size: 14px!important;
    font-weight: 500!important;
}
.newsletter-home .ff_submit_btn_wrapper_custom {
    max-width: 200px;
        margin: 0 auto!important;
}
.icon-circle-home .elementor-button-icon {
    margin: 0!important;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page .icon-circle-home .elementor-button:hover {
    background-color: #eee;
    color: #DB4829;
}
.icon-circle-home .elementor-button-icon svg {
    width: 18px;
}
#page .newsletter-home .ff_btn_style {
  padding: 10px;
  font-size: 11px!important;
}
#page .newsletter-home .ff-el-is-error .text-danger {
    font-size: 13px!important;
    text-align: center;
    color: #df4425;
}
.detail-archive_box.detail-archive-vc_downloadmanager {
    background: #FFF;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.item-download-toggle {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 0px 1px #ececec;
    margin-bottom: 0;
    border: solid 1px #0000;
    border-bottom: solid 5px #0000;
}
.item-download-toggle:hover{
  border: solid 1px #ddd;
box-shadow: 0 0 0px 1px #0000;
border-bottom: solid 5px #41bfef;
}
.vitem-download-list.-list-full::before,
.vitem-download-list.-full::before{
  display: none!important;
}
.vitem-download-list.-list-full,
.vitem-download-list.-full{
    border: 0!important;
    box-shadow: none!important;
}
.vitem-download-list.-list-full .bg {
    margin: 0;
    margin-top: 2px;
}
.vitem-download-list.-list-full:hover,
.vitem-download-list.-full:hover {
    border: 0!important;
    box-shadow: none!important;
}
/* .vitem-download-list.-full .ob2 .top, */
.vitem-download-list.-full .ob2 > .top > div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    margin-top: 2px;
}
.vitem-download-list.-full .ob2 .top svg{
  width: 16px;
  height: 16px;
  color: #41bfef;
  margin-top: -2px;
}
.vitem-download-list.-full .ob2 .top .list-3 svg{
    color: #feab27;
    width: 15px;
    height: 15px;
}
.vitem-download-list.-full .list-full-in > div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.item-download-toggle .new-label {
    display: none!important;
}

.vitem-download-list.-list-full .ob3 {
    display: flex;
    justify-content: end;
}
.vitem-download-list.-list-full .ob3 .download-btn {
    padding: 13px;
    flex-wrap: nowrap;
    background: #df4425;
    border: 0;
    min-width: 85%;
    color: #FFF;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    gap: 10px;
}
.vitem-download-list.-list-full .ob3 .download-btn:hover{
  background: #ececec;
  color: #df4425;
}
.vitem-download-list.-list-full .ob3 .download-btn span {
    width: auto;
}
.vitem-download-list.-list-full .ob3 .download-btn svg {
    background: #FFF;
    color: #df4425;
    width: 20px;
    height: 20px;
    padding: 4px;
}
.vitem-download-list.-list-full .ob1 {
    width: 7%;
}
.vitem-download-list.-list-full .ob2 {
    width: 73%;
}
.vitem-download-list.-list-full .ob3 {
    width: 20%;
    padding-right: 17px;
}
.vitem-download-list.-full .ob1 {
    width: 7%;
}
.vitem-download-list.-full .ob2 {
    width: 73%;
}
.vitem-download-list.-full .ob3 {
    width: 20%;
    display: flex;
    justify-content: end;
    padding-right: 20px;
}

.vitem-download-list.-full .ob2,
.vitem-download-list.-full .ob3{
      border-bottom: solid 1px #ddd;
}
.vitem-download-list.-full .ob3 .download-btn {
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.vitem-download-list.-full .ob3 .download-btn span {
    width: auto;
    font-size: 13px;
    font-weight: 400;
}
.vitem-download-list.-full .ob3 .download-btn svg {
    padding: 5px;
    width: 26px;
    height: 26px;
}
.vitem-download-list.-full .ob2 a h4 {
    font-size: 14px;
    color: #000;
}
.vitem-download-list.-full {
    margin: 0;
    padding-right: 50px;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}
.vitem-download-list h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 23px;
}
.vitem-download-list.-full:hover .ob2 a h4 {
    color: #df4425!important;
}
.vitem-download-list.-list-full .ob2 h4 {
    font-weight: 500;
    margin-top: 0;
}
.item-download-toggle .download-close {
    background: #000;
    display: none;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.item-download-toggle.active .vitem-download-list.-list-full .download-close:hover {
    background: #444;
}
.vitem-download-list.-list-full .download-close svg {
    color: #FFF;
    min-width: 20px!important;
    height: 20px!important;
    padding: 0;
}
.item-download-toggle.active .vitem-download-list.-list-full .download-close{
  display: flex;
}
.item-download-toggle.active .vitem-download-list.-list-full .download-btn{
  display: none;
}
.item-download-toggle .content-download {
    display: none;
    position: relative;
}
.item-download-toggle.active{
    padding-bottom: 15px;
}
.vitem-download-list.-list-full {
    margin-bottom: 0;
}
.item-download-toggle.active .content-download {
  display: block;
}
.item-download-toggle.active .vitem-download-list.-list-full {
    margin-bottom: 6px;
    padding-bottom: 15px;
}


.detail-archive_box.detail-archive-vc_downloadmanager #main {
    gap: 10px!important;
}

.detail-archive-vc_downloadmanager .vitem-download-list .ob2 .bottom > div.list-2:after {
    display: none;
}


article.article-cpt:hover .overlay-img,
#page .card-recent_post .in-thumb-overlay {
    background: #0000!important;
}
.wrap-404 {
    display: flex;
    gap: 20px;
    padding: 50px 20px 70px;
}
.wrap-404 .left{
width: 60%;
}
.wrap-404 .right {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wrap-404 h1 {
    margin: 0;
    font-size: 150px;
    color: #284599;
    width: 100%;
    display: block;
    line-height: 130px;
}
.wrap-404 h4 {
  margin: 0;
    font-size: 57px;
    color: #898989;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.wrap-404 a {
    margin: 0;
    color: #284599;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.wrap-404 a svg {
    width: 15px;
    height: 15px;
}
body.error404 .site {
    background: #ebebeb;
}
body.error404 .site-main {
    min-height: auto;
}
.wrap-404 img {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.v-search-events {
    display: flex;
    align-items: center;
    gap: 15px;
}
#page .event-ss svg {
    top: 11px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
}
.event-content-a{
    border-top: solid 1px #ddd;
    margin-top: 30px;
}
.event-content-a .wrap-con{
  display: flex;
}
.event-content-a .wrap-con #v-calendar-full {
    width: 75%;
    padding-right: 50px;
}
.event-content-a .wrap-con .e-rightbar{
    width: 25%;
    border-left: solid 1px #ddd;
    padding-left: 30px;
        padding-top: 40px;
}
.event-content-a .wrap-con .e-rightbar .widget-title{
color: #000;
position: relative;
display: inline-block;
background: #0000;
z-index: 5;
padding-top: 4px;
margin-bottom: 25px;
font-size: 28px;
}
.mec-fluent-current-time-text, .mec-fluent-wrap .mec-agenda-event>i, .mec-fluent-wrap .mec-available-tickets-details i:before, .mec-fluent-wrap .mec-calendar .mec-week-events-container dl>span, .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table.mec-date-labels-container span, .mec-fluent-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt:first-letter, .mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item>span.mec-time, .mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item>span.mec-time-end, .mec-fluent-wrap .mec-date-details i:before, .mec-fluent-wrap .mec-date-details:before, .mec-fluent-wrap .mec-date-wrap i, .mec-fluent-wrap .mec-event-article .mec-event-title a:hover, .mec-fluent-wrap .mec-event-carousel-type2 .owl-next i, .mec-fluent-wrap .mec-event-carousel-type2 .owl-prev i, .mec-fluent-wrap .mec-event-location i, .mec-fluent-wrap .mec-event-location i:before, .mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing li:hover a, .mec-fluent-wrap .mec-more-events-icon, .mec-fluent-wrap .mec-price-details i:before, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i, .mec-fluent-wrap .mec-text-input-search i, .mec-fluent-wrap .mec-time-details:before, .mec-fluent-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-fluent-wrap .mec-totalcal-box .nice-select, .mec-fluent-wrap .mec-totalcal-box .nice-select .list li, .mec-fluent-wrap .mec-totalcal-box .nice-select:after, .mec-fluent-wrap .mec-totalcal-box input, .mec-fluent-wrap .mec-totalcal-box select, .mec-fluent-wrap .mec-venue-details:before, .mec-fluent-wrap.colorskin-custom .mec-color-before :before, .mec-fluent-wrap.mec-skin-masonry-container .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-fluent-wrap.mec-skin-masonry-container .mec-events-masonry-cats a:hover, .mec-fluent-wrap.mec-timetable-wrap .mec-cell .mec-time, .mec-single-fluent-body .lity-content .mec-events-meta-group-booking .nice-select .list li, .mec-single-fluent-wrap .mec-event-schedule-content dl dt.mec-schedule-time:before, .mec-single-fluent-wrap .mec-events-meta-group-booking .nice-select .list li, .mec-single-fluent-wrap .mec-local-time-details li:first-child:before, .mec-single-fluent-wrap .mec-local-time-details li:last-child:before, .mec-single-fluent-wrap .mec-local-time-details li:nth-of-type(2):before, .mec-single-fluent-wrap .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-single-fluent-wrap .mec-next-event-details a, .mec-single-fluent-wrap .mec-next-event-details i:before, .mec-single-fluent-wrap .mec-single-event-additional-organizers dd i, .mec-single-fluent-wrap .mec-single-event-additional-organizers dd.mec-organizer-description:before, .mec-single-fluent-wrap .mec-single-event-bar>div i, .mec-single-fluent-wrap .mec-single-event-category a, .mec-single-fluent-wrap .mec-single-event-location i, .mec-single-fluent-wrap .mec-single-event-organizer dd i, .mec-single-fluent-wrap .mec-single-event-organizer dd.mec-organizer-description:before{
  color:#222!important;
}
#v-calendar-full .mec-fluent-wrap {
    max-width: 100%!important;
    box-shadow: none!important;
    border-radius: 0!important;
    background: #0000!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar {
    padding: 0;
    background: #0000;
}
#v-calendar-full .mec-calendar-table{
    box-shadow: none!important;
}
#v-calendar-full .mec-fluent-wrap .mec-skin-monthly-view-month-navigator-container,
#v-calendar-full .mec-fluent-wrap .mec-calendar-a-month,
#v-calendar-full .mec-fluent-wrap .mec-yearly-title-sec {
  border-radius: 0!important;
      padding: 0;
      margin-bottom: 35px;
      background: #0000!important;
      border: 0!important;
  box-shadow: none!important;
}
#v-calendar-full .mec-totalcal-box,
#v-calendar-full .mec-search-form,
#v-calendar-full .mec-calendar-weekly .mec-calendar-d-top,
#v-calendar-full .mec-date-labels-container.mec-calendar-d-tablex,
#v-calendar-full .mec-daily-view-events-right-side,
#v-calendar-full .mec-gCalendar-search-text-wrap,
#v-calendar-full .mec-fluent-weekly-wrap .mec-calendar-d-top,
#v-calendar-full .mec-fluent-weekly-wrap .mec-search-form,
#v-calendar-full .mec-skin-daily-view-events-containerx{
  display: none!important;
}
#v-calendar-full .mec-skin-daily-view-events-container {
    box-shadow: none!important;
    border-color: #ccc!important;
}
#v-calendar-ful .mec-fluent-wrap .mec-skin-daily-view-events-container{
    border-color: #ccc;
}
#v-calendar-full .mec-fluent-wrap .mec-daily-view-events-left-side{
  border: 0;
  padding-top: 0;
  background: #df4425;
}
#v-calendar-full .mec-fluent-wrap .mec-daily-view-events-left-side h5.mec-daily-today-title span {
    padding: 0;
    margin: 0;
    color: #FFF!important;
    position: relative;
}
#v-calendar-full .mec-calendar-d-table.mec-date-labels-container .mec-daily-view-day,
#v-calendar-full .mec-calendar-d-table.mec-date-labels-container .mec-daily-view-day:hover {
    background: #294599;
}
#v-calendar-full .mec-daily-today-title:after {
    content: 'รายละเอียดกิจกรรม';
    position: absolute;
    right: 20px;
    top:9px;
  }
  body.lang-en_GB #v-calendar-full .mec-daily-today-title:after {
      content: 'Activity details';
    }

#v-calendar-full .mec-fluent-wrap .mec-daily-view-events-left-side h5.mec-daily-today-title {
    padding: 10px 20px 12px;
    margin-bottom: 0;
    color: #FFF;
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative;
}
#v-calendar-full .mec-daily-view-events-item:nth-child(1) .mec-time {
    margin-top: 15px;
}
#v-calendar-full .mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item {
    border-top: dashed 1.5px #ddd;
    border-left: dashed 1.5px #ddd;
    background: #EEEEEE;
}
#v-calendar-full .mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-inner {
    background: #C6C6C6;
}
#v-calendar-full .mec-daily-view-events-left-side {
    width: 100%;
}
#v-calendar-full .mec-next-month.mec-load-month {
    position: absolute;
    right: 0;
    bottom: -4px;
}
#v-calendar-full .mec-previous-month.mec-load-month {
    position: absolute;
    right: 40px;
    bottom: -4px;
}
#event-view {
    cursor: pointer;
}
#v-calendar-full .mec-load-month {
    position: absolute;
    right: 0;
    background: #df4425;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-color: #df4425!important;
    padding-top: 5px;
}
#v-calendar-full .mec-load-month:hover {
    background: #ddd;
    border-color: #ddd!important;
}
#v-calendar-full .mec-fluent-wrap .mec-load-month:hover i {
    color: #df4425!important;
}
#v-calendar-full .mec-fluent-wrap .mec-load-month i,
#v-calendar-full .mec-fluent-wrap .mec-load-year i {
      color: #FFF!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic .mec-calendar-table-head {
    background: #294599;
    border-radius: 13px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt {
  background: #0000;
  color: #FFF!important;
  padding: 0;
      height: 50px!important;
  text-align: center;
  padding-top: 6px;
}
#v-calendar-full .mec-month-navigator{
    padding-top: 6px;
}
#v-calendar-full .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dt.active {
    background: #df4425;
}
#v-calendar-full .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dt {
    display: flex;
    align-items: center;
    gap: 10px;
        background: #294599;
}
#v-calendar-full .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dt.active span {
    color: #FFF;
}
#v-calendar-full .mec-skin-weekly-view-events-container.mec-custom-scrollbar {
    background: #C6C6C6;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-week-events-container dl > span {
    color: #000!important;
}
#v-calendar-full .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dt span {
    margin: 0;
 color: #FFF;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-week-events-container dt {
    background: #eee;
      border: 0!important;
}

#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-week-events-container dt .mec-event-article .mec-event-title a {
    color: #FFF!important;
}

#v-calendar-full .mec-fluent-current-time{
      background-color: #de4325!important;
}
#v-calendar-full .mec-fluent-current-time-text{
  color: #de4325!important;
}
#v-calendar-full .mec-fluent-current-time-first
{
      border-left: 11px solid #de4325!important;
}
#v-calendar-full .mec-fluent-current-time-last
{
      border-right: 11px solid #de4325!important;
}

#v-calendar-full .mec-skin-weekly-view-events-container {
    border: 1px solid #eee;
}
#v-calendar-full .vtime-w,
#v-calendar-full .vplace{
  display: flex;
  gap:8px;
  font-weight: 400;
  align-items: center;
}
#v-calendar-full .vtime-w svg,
#v-calendar-full .vplace svg{
  width: 15px;
  height: 15px;
  color: #3EB5E9;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-week-events-container dt:nth-child(odd) {
    background: #FFF;
}
#v-calendar-full .mec-skin-weekly-view-month-navigator-container .mec-month-label {
    font-size: 26px;
    font-weight: 500!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-week-events-container dt .mec-event-article {
    background: #294599;
    color: #FFF;
    border: 0!important;
    border-radius: 10px;
    margin-bottom: 3px;
    padding: 10px 15px 20px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-week-events-container dt:nth-child(odd)  .mec-event-article{
    background: #172C6D;
}
#v-calendar-full .vplace{
    font-size: 12px;
}
#v-calendar-full .vtime-w {
    margin-top: 10px;
    margin-bottom: 10px;
}
body .nicescroll-cursors{
    background-color: #ddd!important;
}

#v-calendar-full button.fc-filterEvents-button,
#v-calendar-full button.fc-findEvents-button {
    display: none!important;
}
#v-calendar-full .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk,
#v-calendar-full .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk > div{
    width: 100%!important;
}
#v-calendar-full .mec-gCalendar #mec-gCalendar-wrap .fc-toolbar-title {
    width: 90%;
    font-size: 26px;
}
#v-calendar-full .mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
#v-calendar-full .mec-gCalendar button.fc-prevYear-button.fc-button,
#v-calendar-full .mec-gCalendar button.fc-nextYear-button.fc-button {
    display: none;
}
#v-calendar-full .mec-gCalendar #mec-gCalendar-wrap a.fc-event > div{
  color: #FFF!important;
}
#v-calendar-full .mec-gCalendar #mec-gCalendar-wrap a.fc-event span,
#v-calendar-full .mec-gCalendar .fc-event-selected:after,
#v-calendar-full .mec-gCalendar .fc-event:focus:after {
display: none;
}
#v-calendar-full .mec-gCalendar button.fc-today-button {
    border: 0;
    color: #df4425;
    cursor: pointer;
      min-width: 50px;
          padding-bottom: 5px;
}

#v-calendar-full .mec-gCalendar button.fc-prev-button,
 #v-calendar-full .mec-gCalendar button.fc-next-button {
   background: #df4425;
   border-radius: 50px;
   min-width: 40px;
   min-height: 40px;
   color: #FFF;
}
 #v-calendar-full .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
    gap: 7px;
}
 #v-calendar-full .mec-gCalendar button.fc-button.fc-button-primary:hover span {
    background: #0000;
    color: #FFF;
}
 #v-calendar-full .mec-gCalendar button.fc-button:hover{
   background: #c83518;
 }
 #v-calendar-full .mec-gCalendar button.fc-today-button:hover {
    background: #0000;
    color: #294598;
}
#v-calendar-full .mec-gCalendar #mec-gCalendar-wrap a.fc-event {
    background-color: #172C6D!important;
    opacity: 1!important;
    color: #FFF!important;
    border: 0!important;
    border-radius: 10px!important;
    line-height: 14px!important;
    padding: 10px!important;
}
#v-calendar-full .mec-gCalendar #mec-gCalendar-wrap a.fc-event:hover {
      background-color: #294599!important;
}
#v-calendar-full .mec-gCalendar-tooltip {
    display: none;
}
#v-calendar-full #mec-gCalendar-wrap table.fc-scrollgrid{
    border-radius: 10px;
}
#v-calendar-full #mec-gCalendar-wrap table.fc-scrollgrid th{
      padding: 6px 0;
      text-align: center;
      background: #294599;
    border-radius: 10px;
}
#v-calendar-full .mec-gCalendar table.fc-scrollgrid-sync-table tbody td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#v-calendar-full #mec-gCalendar-wrap .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #df4425;
}
#v-calendar-full #mec-gCalendar-wrap table.fc-scrollgrid tr th a {
    color: #FFF;
}
#v-calendar-full .mec-skin-daily-view-events-container .mec-calendar-d-table {
      background: #294599;
}
#v-calendar-full .mec-skin-daily-view-events-container .mec-calendar-d-table span {
    color: #FFF!important;
}
#v-calendar-full .mec-skin-daily-view-events-container .mec-calendar-d-table span,
#v-calendar-full .mec-calendar-d-table.mec-date-labels-container .mec-daily-view-day{
    color: #FFF!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar .mec-daily-view-day.mec-has-event:after {
    background: #ddd!important;
    bottom: 0!important;
    width: 5px;
    height: 5px;
}
#v-calendar-full .mec-fluent-wrap .mec-daily-view-date-labels.mec-owl-carousel {
    border-left: 1px solid #ffffff1a;
    border-right: 1px solid #ffffff1a;
    padding-bottom: 14px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vmeta {
    display: flex;
    gap: 20px;
    align-items: center;
        font-size: 12px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vdate {
    display: flex;
    align-items: center;
    gap: 7px;
}
#v-calendar-full  .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vplace{
  gap: 7px;
}
#v-calendar-full  .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vplace svg {
    margin-bottom: -3px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-event-article .vexceprt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    color: #eee;
    margin-bottom: 10px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-event-article h4 {
    padding: 0;
    margin-bottom: 7px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-event-article {
    background: #294599;
    color: #FFF;
    border: 0!important;
    border-radius: 10px;
    padding: 15px 20px!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-event-article:hover{
      background: #172C6D;
}

#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vmore svg {
    width: 13px;
    height: 13px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vmore a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    margin-top: 20px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-event-article .mec-event-title a{
      color: #FFF!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .vmeta svg {
    color: #3EB5E9;
    width: 13px;
    height: 13px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table.mec-date-labels-container a {
    background: #0000;
    margin-top: 8px;
    color: #FFF;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table.mec-date-labels-container a i {
    color: #FFF;
}
#v-calendar-full .mec-skin-list-wrap .mec-load-more-button {
    background: #ef6332;
    box-shadow: none!important;
    color: #FFF!important;
    border: 0;
}
#v-calendar-full .mec-skin-list-wrap .mec-load-more-button:hover {
    background: #de4325!important;
}
#v-calendar-full .mec-fluent-wrap .mec-skin-list-wrap .mec-calendar-a-month {
    padding-top: 0!important;
}
#page article.vevent-card {
    border: solid 1px #ddd!important;
    border-color: #ddd!important;
    border-radius: 10px;
    padding:7px;
    gap:20px;
    margin-bottom: 7px;
    display: flex;
    position: relative;
    overflow: hidden!important;
}
#page article.vevent-card:hover .mec-event-title{
  color: #df4425;
}
#page article.vevent-card:hover .mec-event-vdate{
      border: solid 3px #df4425;
}
#page article.vevent-card .vdate-in svg{
  min-width: 20px;

}
#page article.vevent-card .vmore.-m {
    display: none;
}
#page article.vevent-card .vdate-in {
    display: flex;
    align-items: center;
    color: #6E6E6E;
    gap:8px;
}
#page article.vevent-card .vdate-in svg{
  width: 15px;
  height: 15px;
  color: #3EB5E9;
}
#page article.vevent-card .vplace {
    line-height: 12px;
    align-items: center;
    display: flex;
    gap: 6px;
}
#page article.vevent-card .vplace:before {
    content: '';
    height: 20px;
    display: block;
    width: 1px;
    background: #dfdfdf;
    margin: 0 10px;
}
#page article.vevent-card h3.mec-event-title {
    margin: 0;
    color: #1d509a;
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
}
#page article.vevent-card .mec-event-content {
    padding: 0!important;
}

#page article.vevent-card .mec-event-vdate span {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#page article.vevent-card .mec-event-vdate {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F6FA;
    border: solid 3px #3EB5E9;
    padding: 7px;
    border-radius: 8px;
    color: #3E5478;
    min-width: 85px;
    min-height: 100px;
    justify-content: center;
}
#page article.vevent-card .vmore a {
    display: flex;
    align-items: center;
    gap:10px;
    color: #df4425;
    font-size: 13px;
}
#page article.vevent-card .mec-event-vdate svg{
color: #df4425;
width: 20px;
height: 20px;
margin-bottom: 7px;
}
#page article.vevent-card .mec-event-vdate span > div {
  display: flex;
  gap: 4px;
  align-items: center;
}
#page article.vevent-card .mec-event-vdate span > div b {
    font-size: 22px;
    font-weight: 700;
}
#page article.vevent-card .mec-event-vdate span div.l1 {
    flex-direction: column;
    gap: 2px;
}
#page article.vevent-card .mec-event-vdate span > div.big1 b {
    font-size: 36px;
    margin-top: -6px;
}
#page article.vevent-card .mec-event-vdate .vdivider {
    content: '';
    width: 13px;
    height: 4px;
    background: #3E5478;
    display: block!important;
    border-radius: 5px;
    margin: 5px 0 4px;
}
#page article.vevent-card .vdate-in .vdate {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* #v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt {
    border-color: #cacaca!important;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:first-of-type {
    border-left: 0;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:last-of-type{
    border-right: 0;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt.mec-table-nullday {
    color: #222;
}
#v-calendar-full .mec-calendar.mec-event-calendar-classic dl:last-child dt:first-of-type {
        border-bottom-left-radius: 12px;
}
#v-calendar-full .mec-calendar.mec-event-calendar-classic dl:last-child dt:last-of-type{
        border-bottom-right-radius: 12px;
}
#v-calendar-full .mec-month-container {
    border: solid 1px #cacaca;
    border-radius: 13px;
}
#v-calendar-full .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:hover {
    color: #222!important;
} */
.e_news_shortcode label, .e_news_shortcode h2 {
    color: #284599;
}
.e_news_shortcode label{
    font-size: 16px;
}
.e_news_shortcode label.ff-el-form-check-label {
    color: #636363;
}
.e_news_shortcode label.category_data{
    color: #636363;
    display: block;
        margin-bottom: 5px;
}
.e_news_shortcode .ff-el-form-check {
    margin-bottom: 0!important;
}
.e_news_shortcode .full-width{
  width: 100%;
}

.form-submit-reset .ff-t-cell {
    display: flex;
    gap: 20px;
}
.e_news_shortcode button.ff-btn.ff-btn-submit {
    font-size: 18px!important;
    font-weight: 400!important;
    background-color: #284599!important;
    border-color: #284599!important;
    color: #FFF!important;
    border-radius: 10px!important;
    padding: 10px!important;
}
.e_news_shortcode button.reset-form {
    font-size: 18px;
    background: #ebebeb;
    color: #363636;
    width: 100%;
    border-radius: 10px!important;
    padding: 10px!important;
    line-height: 1.5;
    max-width: 200px;
    min-width: 200px;
    border-color: #ebebeb;
}
.e_news_shortcode button.reset-form:hover {
    opacity: .8;
}
.e_news_shortcode .ff_submit_btn_wrapper_custom {
    max-width: 200px;
    min-width: 200px;
}
.e_news_shortcode .form-submit-reset .ff-t-cell {
    flex-direction: row!important;
    gap: 20px;
}
.e_news_shortcode .ff-el-form-control {
    border: solid 2px #284599!important;
    padding: 10px 15px!important;
}
.e_news_shortcode h2 {
    font-size: 28px;
    margin-top: 0;
}
.e_news_shortcode {
  display: flex;
  gap:20px;
}
.e_news_shortcode .left {
    width: 27%;
    position: relative;
}
.e_news_shortcode .right {
    width: 73%;
    position: relative;
    padding-left: 30px;
}
.e_news_shortcode .nav-menu-left {
    border: solid 2px #14abf9;
    border-radius: 15px;
    margin-right: 30px;
    position: relative;
    height: 100%;
    padding: 0 22px;
}
.e_news_shortcode .nav-menu-left::after {
  content: '';
  height: 100%;
  width: 1px;
  display: block;
}
.e_news_shortcode .right::after {
    content: '';
    height: 100%;
    width: 0.02em;
    display: block;
    position: absolute;
    left: -25px;
    background: #284599;
    top: 0;
}
.e_news_shortcode .nav-menu-left .venew-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #284599;
    padding: 10px 0 6px;
}
.e_news_shortcode .nav-menu-left .venew-title svg{
 color: #284599;
}
.e_news_shortcode .nav-menu-left .venew-title h4 {
    margin: 0;
    color: #284599;
    font-size: 20px;
}
.e_news_shortcode .nav-menu-left ul {
    margin: 30px 0 20px;
    list-style: none;
    padding: 0;
}
.e_news_shortcode .nav-menu-left li {
  font-size: 18px;
      background: #ebebeb;
      color: #363636;
      padding: 12px 15px;
      border-radius: 10px;
      margin-bottom: 18px;
      cursor: pointer;
}
.e_news_shortcode .nav-menu-left li.active,
.e_news_shortcode .nav-menu-left li:hover {
    background: #df4424;
    color: #FFF;
}
.e_news_shortcode .right .content-item {
    display: none;
}
.e_news_shortcode .right .content-item.active{
    display: block;
}
.e_news_shortcode .ff-message-success {
    font-size: 16px;
    line-height: 24px;
    color: #41bfef;
}
.e_news_shortcode .ff-message-success i{
  color: #df4424;
}

#page .e-rightbar article.vevent-card {
    border: 0!important;
    padding: 0;
    gap: 11px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#page .e-rightbar article.vevent-card .vplace:before{
  display: none;
}
#page .e-rightbar article.vevent-card .vdate-in {
    flex-wrap: wrap;
}
#page .e-rightbar article.vevent-card .vdate-in {
    flex-wrap: wrap;
    font-size: 13px;
    gap: 4px;
}
#page .e-rightbar article.vevent-card .mec-event-vdate {
    min-width: 90px;
    min-height: 100px;
    padding: 0;
    gap: 0;
    max-height: 100px;
        font-size: 13px;
}
#page .e-rightbar article.vevent-card .vmore a {
    font-size: 13px;
    margin-top: 15px;
}
#page .e-rightbar article.vevent-card .vmore a svg{
  width: 20px;
  height: 20px;
}
#page .e-rightbar article.vevent-card .mec-event-vdate span > div b {
    color: #000;
    font-size: 18px;
}

#page .e-rightbar article.vevent-card .vdate-in svg {
    width: 15px!important;
    height: 15px!important;
    min-width: 15px!important;
}
#page .e-rightbar article.vevent-card .mec-event-vdate svg {
    margin-bottom: 5px;
    min-width: 20px;
    min-height: 20px;
}
#page .e-rightbar article.vevent-card .vdate-in .vdate {
    align-items: start;
    width: 100%;
    margin-bottom: 3px;
}
.mec-events-meta-s .vdate {
    margin-bottom: 5px;
}
.event-views{
  position: relative;
}
.mec-events-meta-s{
  margin: -5px 0 40px;
}
.mec-events-meta-s svg {
    width: 20px;
    height: 20px;
    color: #3EB5E9;
}
.mec-events-meta-s > div {
  display: flex;
  align-items: center;
  gap:6px;
}
.single_sidebar .e-rightbar h3.widget-title.section-title {
margin-bottom: 30px;
}

.bub {
    position: absolute!important;
    height: 100%;
}
.bubble-dotted {
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
  }

  .bubble-dotted .dotted {
    position: absolute;
    border-radius: 50%;
  }

  .bubble-dotted .dotted-1 {
    width: 11px;
    height: 11px;
    left: 100px;
    top: 50%;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-2 {
    width: 7px;
    height: 7px;
    left: 240px;
    top: 40%;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-3 {
    width: 11px;
    height: 11px;
    left: 460px;
    top: 30%;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-4 {
    width: 16px;
    height: 16px;
    left: 430px;
    top: 90%;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-5 {
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-6 {
    width: 9px;
    height: 9px;
    left: 70%;
    top: 230px;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-7 {
    width: 6px;
    height: 6px;
    left: 65%;
    top: 30%;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-8 {
    width: 6px;
    height: 6px;
    left: 85%;
    top: 35%;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-9 {
    width: 13px;
    height: 13px;
    left: 90%;
    top: 40%;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted-10 {
    width: 12px;
    height: 12px;
    left: 80%;
    top: 70%;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  }

  .bubble-dotted .dotted {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
  }

  .bubble-dotted .dotted-1 {
    width: 6px;
    height: 6px;
    left: 270px;
    top: 100px;
    background: #ff3614;
  }

  .bubble-dotted .dotted-2 {
    width: 6px;
    height: 6px;
    left: 190px;
    top: 210px;
  }

  .bubble-dotted .dotted-3 {
    width: 11px;
    height: 11px;
    left: 150px;
    top: 90%;
    background: #ff3614;
  }

  .bubble-dotted .dotted-4 {
    width: 11px;
    height: 11px;
    left: 25%;
    top: 100px;
  }

  .bubble-dotted .dotted-5 {
    width: 11px;
    height: 11px;
    left: 45%;
    top: 60px;
    background: #ff3614;
  }

  .bubble-dotted .dotted-6 {
    width: 6px;
    height: 6px;
    left: 50%;
    top: 370px;
  }

  .bubble-dotted .dotted-7 {
    width: 9px;
    height: 9px;
    left: 75%;
    top: 25px;
    background: #ff3614;
  }

  .bubble-dotted .dotted-8 {
    width: 8px;
    height: 8px;
    left: 77%;
    top: 170px;
  }

  .bubble-dotted .dotted-9 {
    width: 6px;
    height: 6px;
    left: 85%;
    top: 50%;
    background: #ff3614;
  }

  .bubble-dotted .dotted-10 {
    width: 6px;
    height: 6px;
    left: 90%;
    top: 80%;
  }

  @keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}

#mobile-menu li.is-active-mobile > a {
    background: #FFF;
}
#mobile-menu li.is-active-mobile > .wrap-toggle-mobile {
    background: #FFF;
}
.btn-main a,#page .btn {
    background: #df4425;
    padding: 9px 33px;
    font-weight: 400;
    color: #FFF;
        line-height: 25px;
    border-radius: 3px;
    font-size: 15px;
    min-height: 41px;
    display: inline-flex;
    align-items: center;
}
.btn-icon span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-icon span svg{
  width: 20px;
  height: 20px;
}
#page .btn:hover{
  background: #0000;
}
#page .btn:hover span,
#page .btn a:focus span,
#page .btn a:active span,
.btn-main a:hover,
.btn-main a:focus,
.btn-main a:active {
    color: #df4425;
}
.vc-view-more,.vc-view-more span,
.btn-main a,
#page .btn:hover span,
#page .btn a:focus span,
#page .btn a:active span,
.btn,
.btn-main .elementor-button-text{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vc-view-more:before,
.btn::before,
.btn-main a .elementor-button-content-wrapper:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #eaeaea;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vc-view-more:hover:before,
.btn:hover:before,
.btn-main a:hover .elementor-button-content-wrapper:before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.wrap-button_back .btn {
    border-radius: 50px!important;
    padding: 7px 25px!important;
    min-height: 30px!important;
}
.wrap-button_back {
    margin-top: 50px;
    justify-content: end;
    display: flex;
}

.post-tab-v1 .nav-sub-term-yp li:hover,
.post-tab-v2 .nav-sub-term-yp li:hover,
.post-tab-v3 .nav-sub-term-yp li:hover {
    color: #FFF;
    background: #294599;
}
.post-tab-v3 .head-tab .vc-view-more:before{
    background: #FFF;
}

.wrap-popup-broken {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: #00000087;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.wrap-popup-broken.active {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.wrap-popup-broken .broken-form .btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.wrap-popup-broken .broken-form .btn-close svg {
    width: 20px;
    height: 20px;
}
.wrap-popup-broken .broken-form {
    display: block;
    width: 100%;
    max-width: 520px;
    padding: 45px 35px 20px!important;
    border-radius: 0.5rem;
    background: #FFF;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
}
.wrap-popup-broken .broken-form .ff-btn-submit {
    background-color: #df4425!important;
    color: #FFF!important;
    border: 0!important;
}
.wrap-popup-broken .ff-btn-reset {
    line-height: 1.5;
    min-width: 81px;
    padding: 7px 12px;
    width: 87px;
    color: #222;
    background: #eee;
    border: 0;
    border-radius: 5px;
}
.wrap-popup-broken .ff-btn-reset:hover{
  opacity: .8;
}
#page .fluentform .ff-el-form-control{
  font-size: 14px;
  border-radius: 20px;
}
 .iti__selected-flag {
    border-radius: 0!important;
}
#page .fluentform .ff-el-group {
    margin-bottom: 12px;
}
.wrap-popup-broken .broken-form .broken_msg {
    min-height: 150px;
    margin-bottom: 10px;
}
.wrap-popup-broken .fluentform .ff-el-group {
    margin-bottom: 15px;
}
.wrap-popup-broken .broken-form h5 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.image-flip-360,.image-flip-360-in .elementor-image-box-img{
  -webkit-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.image-flip-360:hover,
.image-flip-360-in .elementor-image-box-img:hover{
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* .icon-circle-t1 .elementor-icon-box-wrapper:hover */
.file-download-list.section-box-single .new-label{
  display: none!important;
}
.card-recent_post .post-header a picture {
    width: 100%;
}
.detail-archive_box.detail-archive-vc_publications #main {
    max-width: 950px;
}
.single .bottom_banner {
    border-top: 0;
}

.embedded-iframe{
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 16rem;
    opacity: 0;
    pointer-events: none;
    border-radius: 1.3125rem;
    transition: bottom 0.25s, opacity 0.25s;
    box-shadow: 0px 5px 20px 10px rgb(0 0 0 / 10%);
    padding: 15px;
    background: #FFF;
    z-index: 10;
}
.embedded-iframe.active{
  bottom: calc(100% + 1rem);
  opacity: 1;
  pointer-events: auto;
}
.shared-embedded-wrap {
    margin-right: -5px;
}
.shared-embedded-wrap .copy_this {
    width: 100%;
    background: #eee;
    color: #df4425;
    border-radius: 50px;
    padding: 10px 15px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    text-align: center;
    margin-top: 10px;
}
.shared-embedded-wrap .copy_this:hover{
  background: #df4425;
  color: #eee;
}
.shared-embedded-wrap .get_embed {
  background: #df4425;
  color: #FFF;
  border-radius: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: bold;
  border: 0;
}
.shared-embedded-wrap .get_embed svg {
    width: 16px;
    height: 18px;
    stroke-width: 3px;
}
.embedded-iframe textarea{
  color: #000!important;
  position: relative;
  font-size: 13px;
  padding: 0.6rem 1rem;
  min-height: 2.875rem;
  border-radius: 1.4375rem;
  line-height: 1.1;
  font-weight: 400;
  min-width: 0;
  width: 100%;
  transition: border-color 0.25s, border-radius 0.25s;
}

.profile-modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
}
.profile-modal.active{
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.profile-content {
    position: fixed;
    top:10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFF;
    max-width: 960px;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 20px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    gap:20px;
}
.profile-content .close-profile {
    position: absolute;
    background: #df4425;
    color: #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 0;
    right: -30px;
}
.profile-content .close-profile svg {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.profile-modal.active .profile-content{
  top: 50%;
}
.profile-modal .profile-overlay{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000087;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  /* -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s; */
}
.profile-modal.active .profile-overlay{
  opacity: 1;
  visibility: visible;
}

.profile-modal .profile-content .left {
    width: 70%;
}

.profile-modal .profile-content .right {
    width: 30%;
}
.profile-modal .profile-content .right img{
  width: 100%;
}

.profile-modal .profile-content h2 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    word-break: break-all;
}
.profile-modal .profile-content .vcontent h3 {
    font-size: 20px;
      color: #df4425;
}
.professional-wrap .elementor-widget-image-box{cursor: pointer;}
.profile-modal .profile-content .vcontent h3 {
    font-size: 20px;
    margin: 5px 0 0;
}
.profile-modal .profile-content .vcontent p {
  margin-top: 10px;
}
.searchandfilter ul li[data-sf-field-type="taxonomy"],
.searchandfilter ul li.sf-field-category{
    min-width: 300px;
}

.searchandfilter label {
    width: 100%;
    text-align: left;
}
.map-single.section-box-single iframe {
    width: 100%!important;
}
.iti__selected-flag {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
}
.ct .ff-btn.ff-btn-submit {
    border: 0;
      min-width: 165px!important;
    padding: 6px 13px 8px!important;
}
.ct .ff-btn.ff-btn-reset,
#page .form-contact-faq .ff-btn-reset {
    border: 0;
    border-radius: 8px;
    color: #222;
    background: #eee;
    padding: 6px 55px 8px!important;
    font-weight: 600;
    font-size: 16px !important;
    min-height: 38px;
    min-width:  165px!important;
}
#page .form-contact-faq .ff-btn-reset {
  background: #FFF;
}
.carousel_home_banner-m{
  display: none;
}
#page .form-contact-faq .frm-fluent-form .ff-t-container[data-name="ff_cn_id_3"]{
    max-width: 165px;
}
body.lang-th #page .form-contact-faq .frm-fluent-form .ff-t-container[data-name="ff_cn_id_3"] {
    max-width: 365px;
}

body.search-results #breadcrumbs span > span > span {
    pointer-events: none;
}
.wrap-all-list.gallery-top {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.single .wrap-title-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single .wrap-title-download h3{
  margin: 0!important;
}

.gallery-single.bottom .wrap-title-download {
    margin-bottom: 15px;
}
.wrap-all-list.gallery-bottom a {
      margin: 0!important;
    padding: 0!important;
    min-height: 38px;
    min-width: 130px;
    font-size: 13px;
}
.wrap-all-list.gallery-bottom svg {
  width: 15px;
  height: 15px;
}
.single-vc_rss .detail-archive_box {
    padding-bottom: 80px;
}
.single-vc_rss article.card-rss .column-box .c-1 .feature-column .feature-image {
    background: #0000!important;
    padding: 0;
}
.single-vc_rss article.card-rss .column-box .c-1 .feature-column .feature-image img {
    height: 95px;
    width: 95px;
    object-fit: cover;
    object-position: center;
}

.cpt-newsletter .column-1 .title .head-h2 {
    line-height: 50px;
}

.faqs-loop .vitem-download-list.-full .ob2 .bg {
    min-width: 42px;
    padding: 13px 10px;
    margin-top: 0;
}

.faqs-loop .vitem-download-list.-full .ob2 h4 {
    font-size: 14px;
}
.faqs-loop .vitem-download-list.-full .ob3{
  border-bottom: 0!important;
}
.faqs-loop .vitem-download-list.-full .ob3 .download-btn {
    margin-bottom: 15px!important;
    margin-top: 11px!important;
}
.faqs-loop .vitem-download-list.-full {
    justify-content: end;
    max-width: calc(100% - 170px);
    margin: 0 auto;
      padding-right: 0;
    border-bottom: solid 1px #ddd!important;
}
.faqs-loop .vitem-download-list.-full:last-child{
    border-bottom:0!important;
}
.faqs-loop .vitem-download-list.-full .ob2 {
    display: flex;
    width: 100%;
}
.faqs-loop .vitem-download-list.-full .ob2 {
    border-bottom: 0!important;
}
.faqs-loop .vitem-download-list .ob2 .bottom > div span {
    display: flex;
    gap: 7px;
    align-items: center;
}
.faqs-loop .vitem-download-list .ob2 .bottom > div:after{
  right: auto;
  left: -15px;
}
.faqs-loop .faq-content {
    justify-content: end;
    max-width: calc(100% - 170px);
    margin: 0 auto;
    color: #6e6e6e;
    font-size: 14px;
}
.faqs-loop .faq-content.attachment h4 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.faqs-loop.item-download-toggle.active .content-download {
    border-top: solid 2px #df4425;
    padding-top: 10px;
    margin: 0 10px;
}
.faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question {
  background: #284599;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
  flex-wrap: wrap;
  gap: 0;
  text-align: center;
  max-width: 70px;
  border-radius: 7px;
}
.faqs-loop.active .vitem-download-list.-list-full .ob1 .wrap-question,
.faqs-loop:hover .vitem-download-list.-list-full .ob1 .wrap-question {
  background: #df4425;
}
.item-download-toggle:hover {
    border-bottom: solid 5px #ce5033;
}
.faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question h5{
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: -3px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.faqs-loop .vitem-download-list.-list-full .ob1 .wrap-question span {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
.faqs-loop .answer-label {
    display: inline-block;
    position: absolute;
    background: #df4425;
    color: #FFF;
    max-width: 70px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    padding: 4px 10px;
    top: -15px;
    left: -10px;
}


.vc_posts-wrapper.vc_post_tab_v1 .left article h4 a {
    line-height: 35px!important;
    margin-bottom: 15px;
    min-height: 70px!important;
}
body.lang-th .vc_posts-wrapper.vc_post_tab_v1 .left article h4 a {
    line-height: 46px!important;
    min-height: 78px!important;
}
body.lang-th .vc_posts-wrapper.vc_post_tab_v1 .right article h4 a {
    -webkit-line-clamp: 1;
    min-height: 34px;
    line-height: 34px!important;
}
body.lang-th .card-recent_post h4 a {
    line-height: 30px!important;
}
#page .vc_posts-wrapper.vc_post_tab_v1 .left article img {
    height: 335px!important;
}
.cpt-newsletter .grid-box .column-1 .title {
    margin-bottom: 15px;
}
.detail-archive_box .column-post_grid .box-post_grid #main article.card-rss.card-publications .text-box p {
    display: block;
    font-size: 17px;
    word-break: break-all;
}


/* poll */
.liquidpoll-countdown-timer{
  display: none;
}
.liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    left: 13px;
}

.poll-single.theme-1 .liquidpoll-option-list-1 .liquidpoll-option-single input + label {
    background: #f1f1f1;
    border: solid 2px #f1f1f1;
    padding: 10px;
    border-radius: 12px;
    padding-left: 35px!important;
}

#page .poll-single.theme-1 .liquidpoll-option-list-1 .liquidpoll-option-single:hover input + label {
  background: #FFF;
  border-color: #df4425;
}

.poll-single.theme-1 .liquidpoll-option-single .liquidpoll-option-input span {
    font-size: 14px;
    font-weight: 400;
    color: #6e6e6e;
    margin-top: 2px;
}
.liquidpoll-option-list-1 .liquidpoll-option-single {
    margin-bottom: 7px;
}
.liquidpoll-option-list-1 .liquidpoll-option-single input + label:before {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0);
}
.liquidpoll-option-list-1 .liquidpoll-option-single input:hover + label:before, .liquidpoll-option-list-1 .liquidpoll-option-single input:checked + label:before {
    background-image: none;
    background: #222;
    border: 2px solid #FFF;
}
.liquidpoll-button {
    background: #df4425;
    font-size: 14px;
    font-weight: 500;
}
.liquidpoll-button.liquidpoll-get-poll-results{
  display: none;
}

.poll-content-all article.polls-list .top {
    background: #ddd;
    display: block;
    height: 6px;
    width: 100%;
    border-radius: 5px;
}
.poll-content-all article.polls-list .top span {
    background: #209af0;
    display: block;
    height: 5px;
    border-radius: 5px;
}
.poll-content-all article.polls-list {
    width: 100%!important;
}

.poll-content-all article.polls-list h4.item-title small {
    color: #000;
    font-weight: 600;
}
.item-download-toggle.faqs-loop .ob2 .bottom > div{
  font-size: 12px;
}
[class*="liquidpoll-option-list"] {
    margin-bottom: 25px;
}
.liquidpoll-submit-poll {
    max-width: 20px;
    padding: 10px;
}
.poll-content-all .poll-single {
    width: 100%;
    margin: 5px 70px;
}
/* .item-download-toggle.poll-loop{

} */
.polls-list-wrap {
    max-width: 565px;
}
.poll-content-all {
    display: block;
    margin: 40px 70px 0;
}
.poll-content-all .poll-single {
    width: 100%;
    margin: 0;
    margin-top: -37px;
    margin-bottom: 20px;
}
.poll-content-all .poll-single .liquidpoll-poll-title{
display: none;
}
.poll-content-all article.polls-list h4.item-title {
    font-weight: 300;
    margin-top: 5px;
}
p.liquidpoll-responses{
      font-size: 13px;
}
.form-contact-faq {
    background: #eaeaea;
    padding: 80px 10px;
}
.form-contact-faq .wrap-in {
    display: flex;
    gap: 60px;
}
.form-contact-faq .wrap-in .left{
  width: 20%;
}
.form-contact-faq .wrap-in .right{
  width: 80%;
}
.form-contact-faq .wrap-in p {
    margin-bottom: 20px;
}
.card-recent_post .post-info .new-label {
    display: none;
}
.page-sitemap .menu ul.sub-menu ul.sub-menu a {
    color: #222;
}
.main-footer {
    padding: 50px 0 0;
}
#breadcrumbs {
  margin-bottom: 20px;
}
li.print2pdf {
    cursor: pointer;
}
body.nofixed .main-header .main-object,
body.nofixed .main-header .mobile-object{
  position: relative!important;
}
.cpt-newsletter .grid-box .column-1 .title{
width: 100%;
}
.cpt-newsletter .swiper-pagination-fraction{
  display: none;
}
.vc_new_arrow {
    margin-top: 10px;
    padding-left: 18px;
}
html.nofixed div#wpadminbar {
    display: none;
}
html.nofixed body *{
  transition: none !important;
  -webkit-transition: none !important;
  /* transform: none!important; */
  animation: none!important;
  animation-duration: 0s!important;
 -webkit-animation-duration: 0s!important;
}
html.nofixed body .animated {
     animation-duration: 0s!important;
    -webkit-animation-duration: 0s!important;
}
html.nofixed body .main-header .main-object{
  position: relative!important;
}
html.nofixed body .elementor-invisible {
    visibility: visible!important;
}
html.nofixed body .vpost_title .wrap-in-title{
    overflow: inherit!important;
}
.mec-calendar .mec-calendar-table-head dt,.mec-calendar .mec-calendar-header h2 {
    text-transform: capitalize!important;
}
html[lang="th"] .box-pageination_post .searchandfilter ul li.sf-field-posts_per_page h4 {
    min-width: 95px;
}
.main-footer .main-wrap .object-grid.object-3 h4 {
    margin-top: 2px;
}
.single .main-content .content-left.w-100 {
    width: 100%;
}
.post-tab-v4 .nav-sub-term-yp ul{
    overflow-x: auto;
    flex-wrap: wrap;
}
.post-tab-v4 .nav-sub-term-yp ul::-webkit-scrollbar {
  width: 3px;
}
/* .yp_breadcrumb #breadcrumbs span a {
    max-width: 205px;
    display: inline-block;
} */
/*for Mobile*/
@media (max-width: 767px) {
  .single #breadcrumbs span > span:nth-last-child(2) > a::before{
    display: block;
  }
  .vc_posts-wrapper.vc_post_tab_v1 .right article .post-header img {
        padding-bottom: calc( 0.68 * 100% );
  }
  .yp_breadcrumb #breadcrumbs span a {
      max-width: 205px;
      display: inline-block;
  }
  .searchandfilter ul li[data-sf-field-type="taxonomy"],#event-s,
  .searchandfilter ul li.sf-field-category,.search-bar_ypx li.sf-field-search{
      min-width: 100%!important;
  }
  .top-bar .main-top .right, .top-bar .main-top .left{
    gap:25px;
  }
  .mobile-object .mobile-wrap {
    padding: 5px 15px;
}
  .detail-archive-vc_ebook #main.main-post_column .top-post  .card-recent_post .post-info .read-more,
   .detail-archive-vc_ebook #main.main-post_column .top-post  .card-recent_post .post-info .read-more {
      bottom: 15px!important;
  }
  .detail-archive_box .column-post_grid .box-post_grid #main .top-post .in-top {
      flex-wrap: wrap;
      margin-bottom: 5px!important;
  }
  #breadcrumbs {
    margin-bottom: 0;
  }
  .form-contact-faq .wrap-in{
    display: block;
  }
  .form-contact-faq .wrap-in .left,
    .form-contact-faq .wrap-in .right{
    width: 100%;
  }
  #page .vc_posts-wrapper.vc_post_tab_v1 .right article {
    flex-wrap: wrap;
}
#page .vc_posts-wrapper.vc_post_tab_v1 article {
  gap:0!important;
}
.poll-content-all {
    margin: 10px 0 0;
}
.poll-content-all .poll-single {
    margin-top: 0;
}
#page .vc_posts-wrapper.vc_post_tab_v1 .right article img,
#page .vc_posts-wrapper.vc_post_tab_v1 .left article img{
      min-height: 200px!important;
      height: auto!important;
}

  #page .vc_posts-wrapper.vc_post_tab_v1 .left article h4 a {
    line-height: 34px!important;
    min-height: 60px!important;
    margin-bottom: 5px;
    font-size: 20px!important;
  }
.vc_posts-wrapper.vc_post_tab_v1 .right article h4 a {
    max-height: 34px;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .post_excerpt {
    -webkit-line-clamp: 1;
    max-height: 23px;
}
#page .card-post_m h4 a {
    max-height: 60px;
}

  .vc_posts-wrapper.vc_post_tab_v1 .left article .post_excerpt {
    -webkit-line-clamp: 3;
    max-height: 69px!important;
}
  /* #v-calendar .mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a {
      margin-right: 9px;
  } */
  .single-meta {
    flex-wrap: wrap;
}

  .carousel_home_banner-m{
    display: block;
  }
  .carousel_home_banner{
    display: none;
  }
  .single-mec-events .single-meta {
    flex-wrap: wrap;
}
  .vc_post_download_list .download-list .vitem-download-list{
    padding-bottom: 20px;
    width: 100%!important;
  }
  .searchandfilter ul li[data-sf-field-type="taxonomy"],
  .searchandfilter ul li.sf-field-category {
    margin-bottom: 10px;
}
  .profile-modal .profile-content .vcontent h3 {
    font-size: 20px;
}
  .profile-modal .profile-content .left {
    padding: 0 17px 22px;
}
.profile-modal .profile-content h2 {
  margin: 0;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
}
  .profile-modal .profile-content {
    flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 85%;
        margin-left: -15px;
        padding: 0;
  }
  .profile-modal .profile-content .right, .profile-modal .profile-content .left {
    width: 100%;
}
  li.sf-field-taxonomy-vc_publications_category {
      display: block;
      margin-bottom: 10px!important;
  }
  .menu-item-has-children .sub-menu .wrap-toggle-mobile{
    -webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
  }
  #v-calendar-full .mec-fluent-wrap {
    margin-top: 10px!important;
}
#page article.vevent-card {
    gap: 11px;
    align-items: start;
}
#v-calendar-full .mec-month-navigator {
    text-align: left;
}
#v-calendar-full .mec-month-navigator .mec-calendar-header h2 {
    font-size: 24px;
}
  .type-mec-events .yp_breadcrumb .v-container {
    flex-direction: column;
  }
    .type-mec-events .yp_breadcrumb {
      margin-bottom: 0;
  }
  .type-mec-events label.event-views,
  .type-mec-events #event-s,
    .type-mec-events #event-view {
    width: 100%;
}
  .type-mec-events .v-search-events {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
  .type-mec-events .event-ss {
    position: relative;
    width: 100%;
}
  #page article.vevent-card .vmore.-d {
      display: none;
  }
  #page article.vevent-card .vmore.-m {
      display: flex;
            margin-top: 8px;
  }
  #page article.vevent-card .vplace:before{
    display: none;
  }
  #page article.vevent-card .vplace {
    margin-bottom: 5px;
}
  #page article.vevent-card .mec-event-vdate {
    min-width: 105px;
}
#page article.vevent-card {
    gap: 11px;
}
#page article.vevent-card .vdate-in {
    flex-wrap: wrap;
}
  .event-content-a .wrap-con {
    flex-direction: column;
}
.event-content-a .wrap-con #v-calendar-full,
.event-content-a .wrap-con .e-rightbar{
    width: 100%;
    padding: 0;
}
.event-content-a .wrap-con .e-rightbar {
    border: 0;
    border-top: solid 1px #ddd;
    padding-top: 30px;
}
  .e_news_shortcode .right {
    padding: 10px;
}
.e_news_shortcode .form-submit-reset .ff-t-cell {
    gap: 15px;
}
.e_news_shortcode .ff_submit_btn_wrapper_custom {
    max-width: 50%;
    min-width: 50%;
}
 .e_news_shortcode button.reset-form {
    max-width: 150px;
    min-width: 150px;
}
  .e_news_shortcode {
    flex-wrap: wrap;
}
.e_news_shortcode .left,
.e_news_shortcode .right{
      width: 100%;
}
.e_news_shortcode .nav-menu-left {
    margin: 0 10px;
}
  .wrap-404 .left,
  .wrap-404 .right{
    width: 100%;
        justify-content: center;
  }
  .in-right {
    text-align: center;
    margin-top: 25px;
}
.wrap-404 a {
    display: inline-flex;
    justify-content: center;
}
  .wrap-404 {
    flex-wrap: wrap;
}
.wrap-404 {
    display: block;
    text-align: center;
}

  .title-td h3{
    padding-top: 0;
  }
  .vitem-download-list.-list-full .ob1 {
      width: 20%;
  }
  .vitem-download-list.-list-full .ob2 {
      width: 100%;
      margin-bottom: 15px;
  }
.vitem-download-list.-list-full .ob2 {
  width: 100%;
}
.vitem-download-list.-list-full .ob3 {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
}
.vitem-download-list.-list-full .ob3 .download-btn {
    max-width: 100%;
    width: 100%;
}
.vitem-download-list.-list-full .bg {
    margin-top: 10px;
}
.vitem-download-list.-list-full {
    gap: 0;
    justify-content: center;
}
.vitem-download-list.-full .ob1, .vitem-download-list.-full .ob2, .vitem-download-list.-full .ob3 {
    width: 100%!important;
}
.vitem-download-list.-full {
    padding: 0 10px;
}
.item-download-toggle {
    margin-bottom: 10px;
}
.vitem-download-list.-full .ob3 {
    justify-content: center;
    padding: 0;
}

  #page .banner-archive_box .v-container.wrap {
      padding: 20px;
  }
  #page .detail-archive_box {
      padding: 50px 10px 40px;
      margin: 0!important;
  }
  .box-pageination_post {
      flex-wrap: wrap;
      margin-top: 40px;
  }
  .box-pageination_post .count-found {
      width: 100%;
      text-align: center;
  }
  .box-pageination_post .search-bar_yp {
      width: 100%;
      display: block;
  }

  .box-pageination_post .searchandfilter ul li.sf-field-posts_per_page {
      flex-wrap: wrap;
      gap: 5px;
      justify-content: center;
  }
  #page .box-pageination_post .searchandfilter ul li.sf-field-posts_per_page h4 {
      width: 100%;
      text-align: center;
      padding: 0!important;
  }
  .content-pagination {
      width: 100%;
      margin: 10px 0;
  }

  .vc_posts-wrapper.vc_post_tab_v1 .right article .post-info .date-post_card span.post_view {
    display: none;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .post-info .date-post_card {
    width: 100%;
}
.vc_posts-wrapper.vc_post_tab_v1 .right article .post-info .date-post_card::after{
display: none;
}
  /* .vc_posts-wrapper.vc_post_tab_v1 .right article .post-header img {
      min-height: 140px!important;
  } */
  .vc_posts-wrapper.vc_post_tab_v1 .right article .post-header {
    min-width: 47%;
        padding-bottom: calc( 0.60 * 100% );
}
  /* .vc_posts-wrapper.vc_post_tab_v1 .left article img {
    height: 290px !important;
  } */
.vc_posts-wrapper.vc_post_tab_v1 {
    flex-wrap: wrap;
}
  .vc_posts-wrapper.vc_post_tab_v1 .left, .vc_posts-wrapper.vc_post_tab_v1 .right {
    width: 100%;
  }
  .banner-archive_box .post-tab-v1 .head-tab .vc-view-more {
    top: 10px;
    bottom: auto;
    padding: 7px 17px;
  }
  .banner-archive_box .post-tab-v1 .nav-sub-term-yp ul,
  .archive-event .title-cat ul{
    overflow-x: scroll;

  }
  .detail-archive_box .column-post_grid .box-post_grid #main article {
  width: 100%;
}

#page .archive-box .searchandfilter ul {
    display: block;
}
#page .box-pageination_post .searchandfilter ul {
    display: flex!important;
}
.search-bar_ypx li.sf-field-search {
    min-width: 100%;
    margin-bottom: 10px;
}

  .single .contorl-bottom {
      max-width: 180px;
      padding: 7px 10px;
  }
  .overflow-hide{
    overflow: hidden!important;
  }
/* download */
.vitem-download-list{
    flex-wrap: wrap;
    gap: 10px;
}
.vitem-download-list .ob2 a h4 {
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.vitem-download-list .ob1 .bg {
    margin: 20px auto 5px;
}
.vitem-download-list .ob2 {
    padding: 0 10px;
}
.vitem-download-list .ob2 .bottom {
    flex-wrap: wrap;
    gap: 10px 15px;
    justify-content: center;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 8px 0;
    margin-top: 10px;
}
.vitem-download-list .ob2 .bottom > div {
    width: auto;
}

.vitem-download-list .ob2 .bottom {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.vitem-download-list .ob2 .bottom > div:after{
  display: none;
}
.vitem-download-list .ob1,
.vitem-download-list .ob2,
.vitem-download-list .ob3 {
    width: 100%;
}
  #v-calendar .mec-calendar-topsec {
    flex-wrap: wrap;
}
/* End download */
.main-wrap .footer-menu {
    border-bottom: solid 1px #dddddd4f;
}
.main-wrap .object-grid.object-3 .footer-menu:last-child {
    border-bottom:0;
}
#v-calendar .mec-calendar-events-side {
    max-width: 100%;
}
  #page .button-banner-readmore a {
    min-width: 75px;
    padding: 0;
    min-height: 27px;
    font-size: 10px;
}
  .card-post_m img{
    min-height: 200px!important;
  }
  .sw-bottom_banner {
      width: calc(100% - 70px);
  }
  .main-header .main-object, #page .top-bar .main-top .left{
    display: none;
  }
  .top-bar {
      padding: 5px 0;
  }
  #page .top-bar .main-top {
    justify-content: center;
  }
  .mobile-object {
    display: block;
  }


  .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;
  }

.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;
}

.vpost_title{
  margin-left: 20px;
}
.vpost_title .wrap-in-title {
    width: 95%;
}
.vpost_title .in-title {
    padding-left: 0;
    right: auto;
    left: 25%;
      font-size: 25px;
}

.yp_breadcrumb {
  margin-bottom: 25px;
  margin-top: -15px;
      padding: 0 5px;
}
#breadcrumbs {
    flex-wrap: wrap;
}
#breadcrumbs {
    flex-wrap: wrap;
    align-items: start;
}
#breadcrumbs a:after,
#breadcrumbs a:before,
#breadcrumbs > span > span > a:after  {
  display: none;
}
.yp_breadcrumb #breadcrumbs span a:before,#breadcrumbs .breadcrumb_last:before {
    content: '';
    display: block;
    width: 10px;
    height: 0.11em;
    background: #000;
    position: absolute;
    left: -30px;
    top: 11px;
}
/* span.breadcrumb_last {
    overflow: initial;
} */
#page #breadcrumbs span {
  display: block!important;
}
#breadcrumbs a:after {
  position: relative;
  bottom: 13px;
}
#breadcrumbs > a:after {
  display: none!important;
}
span.breadcrumb_last {
    max-width: 250px;
    margin-top: 5px;
}

#page .yp_breadcrumb #breadcrumbs span.divider {
opacity: 0;
display: block;
}
#breadcrumbs span:has( > .breadcrumb_last) > a:before {
    right: auto;
    left: -30px;
    bottom: -12px;
}
.single .main-content {
  flex-wrap: wrap;
  padding: 10px 20px;
}
.single .main-content .content-left,
#page .main-content .single_sidebar{
  padding: 0;
  width: 100%;
}
#page .main-content .single_sidebar {
  border: 0;
  border-top: solid 1px #ddd;
  padding-top: 40px;
}
.file-download-list .right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.file-download-list .left{
width: 100%;
}
.file-download-list .right .vitem-download-list {
    width: 100%;
    margin-bottom: 0;
}
.wrap-single.style-2 .section-box-single {
  flex-wrap: wrap;
}
.wrap-tag-shared {
    flex-wrap: wrap;
    gap:15px;
}

#page .main-content .single_sidebar .v-post-loop {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#page .main-content .single_sidebar .v-post-loop article {
    width: 100%;
    margin-bottom: 15px!important;
}
#page .single_sidebar .last-news {
  margin: 20px 0;
}
  .faqs-loop .vitem-download-list.-full {
      max-width: calc(100% - 10px);
      padding: 0;
      gap: 0;
  }

  .faqs-loop .vitem-download-list.-full .ob3 .download-btn svg {
    width: 22px;
    height: 22px;
    padding: 4px;
        margin-bottom: -5px;
}
.faqs-loop .vitem-download-list.-full .ob3 {
    width: 21%!important;
}
  .faqs-loop .vitem-download-list .ob2 .top {
    margin-bottom: 0;
}
.faqs-loop .vitem-download-list.-full .ob2 h4 {
    font-size: 13px;
}
.faqs-loop .vitem-download-list.-full .ob3 .download-btn span{
  font-size: 10px;
}
  .faqs-loop .vitem-download-list.-full .ob1 {
      width: auto!important;
      max-width: 40px;
  }
  .faqs-loop .vitem-download-list.-full .ob2 {
    width: 79%!important;
    padding-right: 3px!important;
    gap: 8px;
    padding-left: 0;
    padding-top: 5px;
  }
  .faqs-loop .vitem-download-list.-full .ob3 .download-btn {
    margin-bottom: -5px!important;
    margin-top: 0!important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    flex-direction: column;
  }
    .faqs-loop .vitem-download-list.-list-full .ob1 {
    width: 24%;
        margin-bottom: 10px;
  }
  .faqs-loop .faq-content {
    max-width: 100%;
    margin-top: 26px;
  }
  .faqs-loop .faq-content.attachment {
    margin-top: 10px;
    margin-bottom: 5px;
}
  .faqs-loop .item-download-toggle.active .content-download {
    margin: 0 5px!important;
  }
}
/* end for Mobile */

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
  #breadcrumbs span > a:before{
    display: none;
  }
  .search-bar_ypx li.sf-field-search {
    margin-bottom: 9px!important;
}
  .detail-archive-vc_ebook #main.main-post_column .top-post  .card-recent_post .post-info .read-more,
   .detail-archive-vc_ebook #main.main-post_column .top-post  .card-recent_post .post-info .read-more {
      bottom: 0;
  }
  #breadcrumbs {
    margin-bottom: 0;
  }
  #page .poll-single,.polls-list-wrap{
    max-width: 100%!important;
}
  .poll-content-all {
      margin: 30px 0 0;
  }
  .poll-content-all .poll-single {
      margin-top: 0;
  }
  .carousel_home_banner-m{
    display: block;
  }
  .carousel_home_banner{
    display: none;
  }
  .search-bar_ypx form ul {
    text-align: right;
    flex-wrap: wrap;
    display: flex!important;
    flex-direction: column;
    gap: 0!important;
}
  .search-bar_ypx form ul li {
    width: 100%;
    padding-bottom: 0;
}
  .profile-modal .profile-content {
      max-width: 90%;
      margin-left: -15px;
      padding: 25px 17px;
  }
  .co-box .elementor-image-box-content h3 {
    font-size: 15px!important;
    padding-right: 10px;
  }
  .co-box .elementor-image-box-content img {
    width: 40px!important;
  }
  .menu-item-has-children .sub-menu .wrap-toggle-mobile{
    -webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
  }
  .event-content-a .wrap-con {
    flex-direction: column;
}
.event-content-a .wrap-con #v-calendar-full,
.event-content-a .wrap-con .e-rightbar{
    width: 100%;
    padding: 0;
}
.event-content-a .wrap-con .e-rightbar {
    border: 0;
    border-top: solid 1px #ddd;
    padding-top: 30px;
}
  #page article.vevent-card .vmore.-d {
      display: none;
  }
  #page article.vevent-card .vmore.-m {
      display: flex;
      margin-top: 8px;
  }
  .title-td h3{
    padding-top: 0;
  }
  .e_news_shortcode button.reset-form {
     max-width: 150px;
     min-width: 150px;
 }
 .e_news_shortcode .ff_submit_btn_wrapper_custom {
     max-width: 150px;
     min-width: 150px;
 }
  .e_news_shortcode .left {
      width: 45%;
  }
  .e_news_shortcode .right {
    width: 55%;
    padding-left: 0;
}
.e_news_shortcode {
    padding: 0 10px;
}
  .vc_posts-wrapper.vc_post_tab_v1 .left article img {
    height: 290px !important;
  }
  .vc_posts-wrapper.vc_post_tab_v1 {
    flex-wrap: wrap;
  }
  .vc_posts-wrapper.vc_post_tab_v1 .left, .vc_posts-wrapper.vc_post_tab_v1 .right {
    width: 100%;
  }

  .banner-archive_box .post-tab-v1 .head-tab .vc-view-more {
    top: 10px;
    bottom: auto;
    padding: 7px 17px;
  }
  .banner-archive_box .post-tab-v1 .nav-sub-term-yp ul,
  .archive-event .title-cat ul{
    overflow-x: scroll;

  }
  .detail-archive_box .column-post_grid .box-post_grid #main article {
    width: calc(50% - 8px);
  }


#page .banner-archive_box .v-container.wrap {
    padding: 20px;
}
#page .detail-archive_box {
    padding: 50px 10px 40px;
    margin: 0!important;
}
.box-pageination_post {
    flex-wrap: wrap;
    margin-top: 40px;
}
.box-pageination_post .count-found {
    width: 100%;
    text-align: center;
}
.box-pageination_post .search-bar_yp {
    width: 100%;
    display: block;
}
#page .box-pageination_post .searchandfilter ul {
  display: flex;
  justify-content: center;
}
.box-pageination_post .searchandfilter ul li.sf-field-posts_per_page {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
#page .box-pageination_post .searchandfilter ul li.sf-field-posts_per_page h4 {
    width: 100%;
    text-align: center;
    padding: 0!important;
}
.content-pagination {
    width: 100%;
    margin: 10px 0;
}



  .vpost_title{
    margin-left: 20px;
  }

.vpost_title .wrap-in-title {
    margin-left: -50px;
    width: 70%;
}
 .vpost_title .in-title {
    padding-left: 0;
    right: auto!important;
    left: 70px;
}

.yp_breadcrumb {
    margin-bottom: 25px;
    margin-top: -15px;
        padding: 0 5px;
}
#breadcrumbs {
    flex-wrap: wrap;
    align-items: start;
}
span.breadcrumb_last {
    max-width: 420px;
    margin-top: 5px;
}
#breadcrumbs > a:after,
#breadcrumbs > span > span > a:after  {
    display: block!important;
}
#page #breadcrumbs span {
    display: block!important;
}
#breadcrumbs a:after {
    position: relative;
    bottom: 13px;
}
#page .yp_breadcrumb #breadcrumbs span.divider {
  opacity: 0;
  display: block;
}
#breadcrumbs span:has( > .breadcrumb_last) > a:before {
    right: auto;
    left: -30px;
    bottom: -15px;
}
.single .main-content {
    flex-wrap: wrap;
    padding: 10px 30px;
}
.single .main-content .content-left,
 #page .main-content .single_sidebar{
    padding: 0;
    width: 100%;
}
 #page .main-content .single_sidebar {
    border: 0;
    border-top: solid 1px #ddd;
    padding-top: 40px;
}
.file-download-list .right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.file-download-list .left{
  width: 100%;
}
.file-download-list .right .vitem-download-list {
    width: calc(33.33% - 14px);
    margin-bottom: 0;
}
.wrap-single.style-2 .section-box-single {
    flex-wrap: wrap;
}
 #page .main-content .single_sidebar .v-post-loop {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
 #page .main-content .single_sidebar .v-post-loop article {
    width: calc(50% - 5px);
}
#page .single_sidebar .last-news {
    margin: 20px 0;
}

  /* download */
  .vitem-download-list{
      flex-wrap: wrap;
      gap: 10px;
  }
  .vitem-download-list .ob1 .bg {
      margin: 20px auto 5px;
  }
  .vitem-download-list .ob2 {
      padding: 0 10px;
  }
  .vitem-download-list .ob2 .bottom {
      flex-wrap: wrap;
      gap: 10px 15px;
      justify-content: center;
      border-bottom: solid 1px #ddd;
      border-top: solid 1px #ddd;
      padding: 8px 0;
      margin-top: 10px;
  }
  .vitem-download-list .ob2 .bottom > div {
      width: auto;
  }
  .vitem-download-list .ob2 .bottom {
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
  }
  .vitem-download-list .ob2 .bottom > div:after{
    display: none;
  }
  .vitem-download-list .ob1,
  .vitem-download-list .ob2,
  .vitem-download-list .ob3 {
      width: 100%;
  }
    #v-calendar .mec-calendar-topsec {
      flex-wrap: wrap;
  }
  .vitem-download-list .ob2 a h4 {
    text-align: center;
}
  /* End download */

  #v-calendar .mec-calendar-events-side{
    min-width:320px;
  }
  #v-calendar .mec-calendar {
    display: flex;
    justify-content: center;
}
  .sw-bottom_banner {
    width: calc(100% - 110px);
}
.card-post_m img {
    height: 190px !important;
  }
  .main-header .main-object,
  #page .top-bar .main-top .phone-top,
  #page .top-bar .main-top .fax-top,
  #page .box-size .text-size{
    display: none;
  }
  .top-bar {
      padding: 5px 0;
  }
  #page .top-bar .main-top {
    justify-content: space-between;
  }
  .mobile-object {
    display: block;
  }
  .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%;
  }
  .single .entry-content .v-container {
    padding: 0;
  }
  ._mobile{
    display: block;
  }
  ._desktop{
    display: none;
  }
  .vitem-download-list.-list-full .ob1 {
      width: 10%;
  }
  .vitem-download-list.-list-full .ob2 {
    width: 88%;
  }
  .vitem-download-list.-list-full .ob3 {
      width: 100%;
    padding: 0 3px;
  }
  .vitem-download-list.-full .ob1 {
      width: 12%;
  }
  .vitem-download-list.-full .ob2 {
      width: calc(75% - 10px);
  }
  .vitem-download-list.-full .ob3 {
    width: calc(10% - 10px);
  }
  .vitem-download-list.-full{
    padding-right: 30px;
    gap:0;
  }
  .vitem-download-list.-full .ob3 .download-btn {
      flex-wrap: nowrap;
      gap: 8px;
  }
  .item-download-toggle {
      margin-bottom: 10PX;
  }
  .vitem-download-list.-list-full .ob3 .download-btn{
    padding: 10px;
    width: 100%;
  }
  .vitem-download-list.-list-full .bg {
    margin-top: 0;
  }
  .faqs-loop .vitem-download-list.-full .ob2 {
    width: 90%;
        gap: 10px;
    padding: 0;
  }
}
/* end for tabletV */

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
  .item-download-toggle.faqs-loop .vitem-download-list.-list-full .ob2 {
    padding-left: 20px;
  }
  .site-branding img {
    max-height: 65px;
    max-height: 65px;
  }
  .desktop_menu li a{
    font-size: 12px;
  }
  .v-container {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
  ._mobile{
    display: none;
  }
  ._desktop{
    display: block;
  }
}
/* end for tabletH */