/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body{
	font-size: 16px;
    padding-top: 96px;
}

a{
	color: #000;
	    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.site-header-n{
  height: 96px;
    box-shadow: 0px 1px 6px #e8e8e8;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
}
#wpadminbar + .site-header-n {
    height: 96px;
    box-shadow: 0px 1px 6px #e8e8e8;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 32px;
}
.site-header-n > .container{
	max-width: 94%;
	display: flex;
	 justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
}
.site-navigation{
	justify-content: center;
}
.right_function {
}
.login {
    justify-content: flex-end;
    border-left: 1px solid #ececec;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 45px;
}
a.bt_top {
    padding: 9px 20px;
    border: 1px solid #CBCBCB;
    border-radius: 100px;
    color: #000;
    width: 198px;
    display: block;
    margin-right: 45px;
}
a.bt_top span{
	float: right;
}
.login span{
	width: 44px;
    height: 44px;
    background: #FFF8B9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 15px;
}
.login span img{
    width: 17px;
    height: 17px;
}
.site-navigation ul.menu > li{ padding: 7px 15px; }
.site-navigation ul.menu li:last-child{
	margin-right: 0;
    }
.menu-main-container {
    width: 100%;
    max-width: 415px;
}
.site-navigation ul.menu{
	justify-content: space-between;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    width: 7px;
    height: 7px;
    content: "";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(315deg) !important;
    margin-top: 15px;
    top: unset;
    right: 15px;
}

.site-navigation ul.menu li ul.sub-menu {
    left: -15px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    top: 50px !important;
    padding: 12px 30px;
    width: 255px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
}
.site-navigation ul.menu li:last-child  ul.sub-menu{
    right: -6px !important;
    left: auto;
}
.site-navigation ul.menu li:last-child  ul.sub-menu li ul.sub-menu{
    right: auto!important;
    left: -253px;
}
.site-navigation ul.menu li ul.sub-menu li{
	border-bottom: 1px solid #E6E6E6;
    padding-left: 15px;
}
.site-navigation ul.menu li ul.sub-menu li:last-child{
	border: none;
}
.site-navigation ul.menu li ul.sub-menu li a{
	padding: 10px 0;
}
.site-navigation ul.menu li:hover>ul{
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
	transition: 0.3s all ease !important;
    transform: translateY(0px) !important;
}
.site-navigation ul.menu li:last-child  ul.sub-menu li:hover>ul {
    transform: translateY(-52px) !important;
}
.site-navigation ul.menu li:nth-last-child(1){

}

.site-navigation ul.menu li:nth-last-child(2) ul.sub-menu{
    right: -6px !important;
    left: auto;
}
.site-navigation ul.menu li:nth-last-child(2)  ul.sub-menu li ul.sub-menu{
    right: auto!important;
    left: -253px;
}
.site-navigation ul.menu li:nth-last-child(2)  ul.sub-menu li:hover>ul {
    transform: translateY(-52px) !important;
}

.mob-nav-icon {
    display: none;
    float: left;
    cursor: pointer;
    margin: -11px 0px 0px 0px;
    margin-right: 15px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;/* active state, i.e. menu open */
}
.mob-nav-icon .cmn-toggle-switch__htx {
}
.mob-nav-icon .cmn-toggle-switch__htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.mob-nav-icon .cmn-toggle-switch__htx span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.mob-nav-icon .cmn-toggle-switch__htx span:before {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.mob-nav-icon .cmn-toggle-switch__htx span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.mob-nav-icon .cmn-toggle-switch__htx.active {
}
.mob-nav-icon .cmn-toggle-switch__htx.active span {
    background: none;
}
.mob-nav-icon .cmn-toggle-switch__htx.active span:after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
.mob-nav-icon .cmn-toggle-switch__htx.active span:before {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}
.mob-nav-icon .cmn-toggle-switch__htx.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}
.mob-nav-icon .cmn-toggle-switch {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
        width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.mob-nav-icon .cmn-toggle-switch:focus {
    outline: none;
}
.mob-nav-icon .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
    height: 3px;
    background: #000;
    width: 30px;
}
.mob-nav-icon .cmn-toggle-switch span:after {
    position: absolute;
    display: block;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
}
.mob-nav-icon .cmn-toggle-switch span:before {
    position: absolute;
    display: block;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    top: -9px;
}
.mob-nav-icon .cmn-toggle-switch span:after {
    bottom: -9px;
    width: 30px;
}
.tablet{
		display: none;
	}
.mobile{
	display: none;
}
.elementor-location-header {
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0px;
    z-index: 999;
}
#wpadminbar + .elementor-location-header {
    top: 32px;
}
.login a{
    display: flex;
    align-items: center;
}
.site-logo a img{
    width: 151px;
}
.login img{
    width: 17px;
}
.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__top-meta {
    position: static;
}
.anwp-pg-classic-slider .anwp-pg-category__wrapper-filled {
    background-color: transparent !important;
    color: #000000 !important;
    border-bottom: 2px solid #006738;
    margin: 15px 0 0;
    padding: 5px 0 !important;
}
.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}
.elementor-260 .elementor-element.elementor-element-43c6b8c .elementor-tab-desktop-title.elementor-active {
    background-color: #287e3e;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 25px !important;
    position: absolute;
    height: 1px !important;
    background: #fff;
    width: calc(100% - 50px) !important;
    margin-right: 22px;
    bottom: 12px !important;
}
.elementor-260 .elementor-element.elementor-element-43c6b8c .elementor-tab-content.elementor-active{
    max-width: 1140px;
    margin: auto;
}
form#search_hoivien {
   display: flex;
   justify-content: space-between;
   margin: 0 -10px;
}
span.page-numbers.current {
    background: #277E3E;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.green{
    color:#277E3E;
}
.elementor-element-343221c .elementor-post__text {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
}
.elementor-widget-theme-post-excerpt .elementor-widget-container {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
div#show_ev_with_date {
   height: 335px;
   overflow-y: auto;
}
.month_event {
   margin-left: 35px;
}
.month_event h2{
   font-size: 25px;
}
p.date_ev {
   font-size: 16px;
   margin-bottom: 0;
}
h4.title_ev {
   font-size: 21px;
   margin-bottom: 5px;
}
.iterm_event {
   margin-bottom: 20px;
}
.elementor-553 .elementor-element.elementor-element-eb264d5 img {
   width: 100%;
}
.member_list h3.elementor-heading-title.elementor-size-default {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.elementor-element-72e9ab3 h2.elementor-heading-title.elementor-size-default {
   font-size: 25px;
   color: #000;
   margin-top: 35px;
   font-weight: 500;
}
.member_list .elementor-element-b84bb5b article.post{padding: 25px 12px;}
.member_list .elementor-element-b84bb5b article.post:hover{
      box-shadow: 0px 1px 32px 0px rgb(0 0 0 / 14%);
      

}
ul.page-numbers {
   display: flex;
   list-style: none;
   justify-content: center;
   align-items: center;
}
ul.page-numbers li {
   margin: 0 15px;
   text-align: center;
}
ul.page-numbers a.prev.page-numbers {
   text-indent: -9999px;
    display: block;
    background: url(images/prev-icon.svg) no-repeat;
    width: 17px;
    height: 30px;
    background-position: 0px 10px;
}
ul.page-numbers a.next.page-numbers {
   text-indent: -9999px;
    display: block;
    background: url(images/next-icon.svg) no-repeat;
    width: 17px;
    height: 30px;
    background-position: 0px 10px;
}
.search_text {
   display: flex;
   width: 23.5%;
}
input#Search_text_hv {
   height: 40px;
   border: 1px solid #ddd;
}
#search_hoivien button[type="submit"]{
   height: 40px;
    color: #fff;
    border: none;
    width: 45px;
    margin-left: -3px;
    border-radius: 3px;
    text-indent: -9999px;
    background: url(images/search.svg) #277E3E no-repeat;
    background-position: 14px 12px;
}
.select_member {
   width: 23.5%;
}
.select_member {
   width: 23.5%;
   border: 1px solid #ddd;
   border-radius: 3px;
}
.select_member select{
   width: 95%;
   border: none;
}
.current-menu-item > a, .current-menu-ancestor > a {
   font-weight: bold;
   color: #006738;
   position:relative;
}
.current-menu-item > a:before, .current-menu-ancestor > a:before {
   content: "";
   height: 2px;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 9999999;
   background: #006738;
}
.site-navigation ul.menu li a {
   display: block;
   padding: 8px 0;
}
.image_hoivien img {
    height: 96px;
    width: auto !important;
    display: block;
    margin: 0px auto;
	    object-fit: contain !important;
}
.member-post-info > div{
    display: flex;
    margin-bottom: 15px;
}
.member-post-info > div .headline{
    margin-right: 15px;
}
.base_info_hv{
    list-style: none;
    padding-left: 0;
}
.base_info_hv li{
    float:left;
    width: 50%;
    margin: 5px 0;
    padding-left: 0;
    margin-left: 0;
}
.base_info_hv li strong{
    width: 120px;
    display: inline-block
}
.base_info_hv li .green a{
    color: #277E3E;
}
form.fillter_vb {
    display: flex;
    justify-content: space-between;
}
form.fillter_vb input[type=text]{
    border-radius: 0;
    border: 1px solid #ddd;
}
form.fillter_vb button {
    height: 42px;
    color: #fff;
    border: none;
    width: 45px;
    margin-left: -3px;
    border-radius: 0;
    text-indent: -9999px;
    background: url(images/search.svg) #277E3E no-repeat;
    background-position: 14px 12px;
}
.search_text_f {
    width: 42%;
    display: flex;
}
form.fillter_vb .select {
    width: 17%;
    border: 1px solid #ddd;
    border-radius: 3px;
}
form.fillter_vb .select select {
    width: 95%;
    border: none;
}
.list_vanban {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iterm_vb {
    
    background: #FAFAFA;
    padding: 20px;
    margin-bottom: 20px;
    width: 32%;
}
.list_vanban .cat_vb {
    border: 1px solid #ddd;
    display: block;
    float: left;
    padding: 5px 9px;
    font-size: 13px;
    text-transform: uppercase;
}
.list_vanban p.date {
    width: 100%;
    clear: both;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    float: left;
}
.list_vanban h3{
    font-size: 25px;
}
.iterm_vb a {
    font-size: 14px;
    background: url(images/down.svg) no-repeat;
    padding-left: 20px;
    display: block;
    background-position: 0px 5px;
}
.iterm_vb:hover {
    box-shadow: 0px 1px 32px rgb(0 0 0 / 14%);
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 0px !important;
    height: 40px !important;
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
.secsion_news{
    display: flex;
}
.secsion_news .sidebar_left{
    width: 30%;
}
.secsion_news .main_news_right{
    width: 70%;
}
.soft_news {
    display: flex;
    align-items: center;
}
.soft_news select {
    width: 125px;
    border: none;
    padding: 0;
    margin-left: 15px;
}
.cat_news {
    margin-top: 15px;
}
.cat_news h4 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
}
.cat_news ul{
    list-style: none;
    padding-left: 0;
}
.cat_news ul li a{
    font-size: 14px;
}

.search-news {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.search-news input{
    border: none;
    padding-left: 5px;
}
.search-news button{
    border:none;
    background: url(images/bt_search.png) no-repeat center;
    color: #333;
}
.iterm-news {
    display: flex;
    margin-top: 15px;
}
.left_ct_iterm {
    padding-right: 25px;
    width: 80%;
}
p.cat_name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid rgba(23, 95, 43, 1);
    display: table;
    padding-bottom: 3px;
}
.left_ct_iterm a.title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}
p.ex_content {
    color: rgba(0, 0, 0, 0.6);
}
.left_ct_iterm time{
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 100%;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    background: #fff;
    border: none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 20% !important;
    border: none;
    padding-right: 10px !important;
    position: relative;
    text-align: center;
}
.ui-datepicker select:before{
    content:"ccc";
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999;
    
}
.ui-datepicker select.ui-datepicker-month{
    background: #F5F5F5;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.5em !important;
    text-decoration: none;
    text-align: center !important;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}
h4.title_ev.green a {
    color: #277E3E;
    font-size: 21px;
}
a.ui-state-default.ui-state-active {
    color: #006738;
    font-weight: bold;
    position:relative;
    background-color: transparent !important;
}
td.ui-datepicker-current-day{
    position: relative;
}
td.ui-datepicker-current-day:before{
    content: "";
    background-color: #e3e3e3;
    position: absolute;
    width: 36px;
    height: 36px;
    left: calc(50% - 18px);
    border-radius: 100%;
}
.ui-datepicker-calendar tr td{
    background-color: transparent !important;
}
select.filter_news {
    width: 195px;
    border: 1px solid #000;
    border-radius: 0;
    float: right;
    margin-top: -100px;
    color: rgb(0 0 0 / 60%);
    appearance: none;
    height: 50px;
}
.list_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_news .iterm_list_news {
    width: 48%;
}
.list_news .iterm_list_news img {
    height: 275px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.list_news .iterm_list_news .cat_name {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #277E3E;
    display: table;
    margin-bottom: 15px;
}
.list_news .iterm_list_news a{
    font-size: 21px;
    font-weight: 600;
}
.list_news .iterm_list_news p.date_time{
    font-size: 13px;
    color: rgb(0 0 0 / 60%);
}
.list_news .iterm_list_news p.des_news {
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 15px;
}
.search_form_all {
    background: rgb(0 0 0 / 50%);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 95px;
    width: 100%;
    height: 100px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.search_form_all.active {
    opacity: 1;
    visibility: visible;
}
.search_form_all form{
    width: 50%;
    display: flex;
}
.search_form_all form button{
    background-color: #277E3E;
    color: #fff;
    margin-left: -2px;
    border: none;
    width: 80px;
}
.related_singel .elementor-widget-wrap.elementor-element-populated{
    padding: 0;
}
.related_singel .elementor-553 .elementor-element.elementor-element-eb264d5 img {
    height: 215px;
    object-fit: cover;
}
.link_dm_singel a{
    color: #277E3E;
}
.tag-singel{
    padding-left: 50px;
    position:relative;
}
.tag-singel:before {
    content: "Tags:";
    position: absolute;
    left: 0;
    color: #000;
}
.tag-singel a{
    font-weight: bold;
    color: #277E3E;
}
.social_singel .elementor-share-btn{
    border:none !important;
}
.social_singel .elementor-share-btn__icon{
    background: transparent !important;
}
.social_singel svg {
   fill:#000 !important;
}
.slick-slide.slick-active > div:first-child{
    margin-bottom: 50px;
}
.slick-slide.slick-active > div > div a img{
    margin: auto;
    height: 75px;
    width: auto;
}
ul.slick-dots {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}
ul.slick-dots li button {
    background-color: #fff;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    padding: 0;
    margin: 0 5px;
    text-indent: -999999px;
    border: 1px solid #277E3E;
}
ul.slick-dots li.slick-active button{
    background-color: #277e3e;
    border: 1px solid #277E3E;
}
ul.slick-dots li button:hover,ul.slick-dots li button:active,ul.slick-dots li button:focus {
    background-color: #277E3E;
    outline: none;
}
.member-list-home .slick-list .slick-track{
    height: 210px;
}
.title_3row_max a{
    max-height: 95px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
}
.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon, .anwp-pg-wrap .anwp-pg-icon{
    display: none;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 33px;
}
.site-navigation ul.menu li a:hover{
    color: #277E3E;
}
.elementor-icon-list-items .elementor-icon-list-item{
    align-items: flex-start !important;
}
.elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 3px;
}
.elementor-location-footer .menu-item .elementor-item.elementor-item-active::before{
    background-color: transparent !important;
}
.elementor-363 .elementor-cta__content, .elementor-409 .elementor-cta__content{
    position: relative;
}
.elementor-363 .elementor-cta__content:before , .elementor-409 .elementor-cta__content:before {
    background: linear-gradient(180deg, rgba(39, 126, 62, 0.05) 63.39%, rgba(39, 126, 62, 0.53) 106.77%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*** Responsiver ************/
@media(max-width: 1100px){
	.menu-main-container {
	        width: 100%;
    max-width: 400px;
    margin: 0 35px;
	}



}
@media(max-width: 1024px){
    #wpadminbar + .elementor-location-header {
        top: 45px;
    }
    .elementor-location-header {
        position: fixed;
        width: 100%;
        height: 72px;
        top: 0px;
        z-index: 999;
    }
   


}

@media(max-width: 950px){
	.menu-main-container {
	        width: 100%;
    max-width: 100%;
    margin: 0 15px;
	}
	.login {
    padding-left: 15px;

}

a.bt_top span {
    float: right;
    margin-top: 2px;
}
a.bt_top {
    width: 125px;
    margin-right: 15px;
}
.login span {
    width: 40px;
    height: 40px;
    background: #FFF8B9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 0px;
}
.login span img{
    width: 17px;
}

}
@media(max-width: 768px){
	.tablet{
		display: block;
	}
	.desktop{
		display: none;
	}
	.site-header-n {
    height: 72px;

}
body{
    padding-top: 72px;
}
#wpadminbar + .site-header-n{
    height: 72px;
    top: 46px;
}
.list_news {

    padding: 15px;
    clear: both;
}
.list_news .iterm_list_news {
    width: 100%;
    margin-bottom: 15px;
}
select.filter_news {
    float: right;
    margin-right: 15px;
    margin-top: 0;
}


	.site-header-n > .container{
		justify-content: space-between;
	}
	.site-navigation.display_block_menu{
		display: block;
    position: fixed;
    top: 72px;
    background: #fff;
    width: 100%;
    left: 0;
    height: calc(100% - 72px);
    z-index: 9;
    border-top: 1px solid #ddd;
	}
	.logged-in.admin-bar .site-navigation.display_block_menu{
		display: block;
    position: fixed;
    top: 118px;
    background: #fff;
    width: 100%;
    left: 0;
    height: calc(100% - 118px);
    border-top: 1px solid #ddd;
    z-index: 9;
	}
	.site-navigation.display_block_menu ul li{
		width: 100%;
		justify-content: center;
        text-align: center;
	}
	.site-navigation.display_block_menu ul li a{
		font-size: 36px;
	}
	.menu-main-container {
	    margin: 0;
	}
	.site-navigation ul.menu li.menu-item-has-children{
		padding-right: 0;
	}
	.right_function.tablet {
    text-align: center;
    justify-content: center;
    display: flex;
        margin-top: 25px;
}
.site-navigation ul.menu {
    justify-content: space-between;
    padding-top: 50px;
    max-height: 100vh;
    overflow: auto;
}
.right_function.tablet a.bt_top {
    width: 199px;
    margin-right: 0;
    text-align: left;
}
.site-navigation ul.menu li.menu-item-has-children:after{
	margin-top: 35px;
}
.login.desktop.login_mobile {
    display: block;
    position: absolute;
    z-index: 999;
    top: 90vh;
    width: 100%;
    padding-left: 0;
    left: 0;
    text-align: center;
}
.login.desktop.login_mobile a{
	display: flex;
	flex-direction: row-reverse;
}
.login.desktop.login_mobile a span{
	display: block;
}
.login.login_mobile.tablet.active {
    position: absolute;
    height: auto;
    bottom: 35px;
    width: 100%;
    text-align: center;
}
.login.login_mobile.tablet.active a{
	display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 36px;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 0;
    flex-direction: column;
}
.site-navigation.display_block_menu ul li a{
    text-align: center;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    margin-top: 0;
    position: absolute;
    right: 17px;
    top: 24px;
    cursor: pointer;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    width: 12px;
    height: 12px;
}
.site-navigation ul.menu li ul.sub-menu {
    position: static;
    width: 100%;
    border-radius: 0;
    background: #dadada;
    display: block;
    height: 0;
    visibility: hidden;
    transform: translateY(0px) !important;
    padding: 0;
    opacity: 0;
}
.site-navigation ul.menu li ul.sub-menu li {
    padding: 7px;
    padding-left: 0;
}
.site-navigation ul.menu li ul.sub-menu.active{
    height: auto;
    visibility: visible;
    transform: translateY(0px) !important;
    padding: 0 30px;
    opacity: 1;
}
ul.sub-menu li a{
    font-size: 15px !important;
    padding: 8px 0 !important;
}
.site-navigation ul.menu li:hover>ul{
    display: block;
}
.site-header-n > .container {
    max-width: 100%;
    padding: 0 30px;
}

.site-navigation ul.menu li.menu-item-has-children.trans90:after{
    transform: rotate(135deg);
}
.site-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu {
    right: auto!important;
    left: -253px;
    margin-top: 18px;
    background: #cacaca;
    border-radius: 20px;
}
.iterm_vb {
    width: 48%;
}


}
@media(max-width: 740px){
    .payment .intro-col-expand{
        z-index: 1;
    }
    .payment .intro-col-title {
        float: left;
        width: 100%;
    }
    .payment .intro-col-bottom{clear: both;}


}
@media(max-width: 480px){
.mobile{
	display: block;
}
.site-navigation.display_block_menu ul li a{
		font-size: 28px;
	}
	.site-navigation ul.menu li.menu-item-has-children:after {
    margin-top: 15px;
}
.login.login_mobile.tablet.active a{font-size: 28px;}
.site-navigation ul.menu {
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 70px;
}
.login.login_mobile.tablet.active {
    bottom: 10px;

}
.site-navigation ul.menu li.menu-item-has-children:after {

    top: 12px;
}
.site-navigation ul.menu li ul.sub-menu li a{
    padding: 0 !important;
}
	.site-logo a img {
    width: 90px;
    float: left;
}
	.site-header-n > .container {
    max-width: 100%;
    padding: 0 15px;
}
.base_info_hv li {
    width: 100%;
}
.iterm_vb {
    width: 100%;
}
.site-logo {
    display: flex;
    align-items: center;
}
li#menu-item-229 {
    display: none;
}
.search_form_all {
    padding: 15px;
    top: 72px;
    width: 100%;
    height: 80px;
}
.search_form_all form {
    width: 95%;
    display: flex;
}
.slick-slide.slick-active > div > div a img {
    object-fit: contain;
}
.swiper-pagination-bullet {
    background: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #277E3E;

}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #175f2b !important;
}
.member-list-home .slick-list .slick-track {
    height: 95px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 38% !important;
    border: none;
    padding-right: 10px !important;
    position: relative;
    text-align: center;
    color: #006738;
    font-weight: 600;
    padding-left: 0;
}
.month_event {
    margin-left: 0;
}
.secsion_news {
    flex-direction: column;
}
.secsion_news .sidebar_left {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    display: none;
    transition: all 0.2s ease-in;
}
.secsion_news .sidebar_left.active{
    display: block;
}
.secsion_news .main_news_right {
    width: 100%;
}
.left_ct_iterm a.title {
    font-size: 16px;
    font-weight: bold;
}
.left_ct_iterm .ex_content {
    display: none;
}
.elementor-widget-image a {
    display: inline-block;
    width: 100%;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
#menu-2-6a4a7cf a{
    padding: 10px 0;
}
.related_signel .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1526ea1 {
    width: 60%;
    float: left;
}
.related_signel .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-6f171ca {
    width: 40%;
    float: right;
}
.related_signel .elementor-element-2bbc050.elementor-section.elementor-section-boxed > .elementor-container {
    flex-direction: row-reverse;
}
form#search_hoivien {
    flex-direction: column;
    margin: 0;
}
.search_text,.select_member {
    display: flex;
    width: 100%;
    margin-top: 15px;
}
.elementor-element-ba1a538 .swiper-container-horizontal>.swiper-pagination-bullets, .elementor-element-ba1a538 .swiper-pagination-custom, .elementor-element-ba1a538 .swiper-pagination-fraction {
    bottom: -10px;
}
.member_list .elementor-widget-container .ecs-posts.elementor-posts-container.elementor-posts.elementor-grid.elementor-posts--skin-custom{
    display: flex;
    flex-wrap: wrap;
}

.member_list .elementor-element-b84bb5b article.post {
    padding: 25px 0;
    float: left;
    width: 50%;
}
form.fillter_vb {
    flex-direction: column;
}
form.fillter_vb .search_text_f {
    width: 100%;
}
form.fillter_vb .select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: 15px;
}
.slider_aboutus .swiper-slide {
    background: #fff;
}
.elementor-element-a81069e .swiper-slide[data-swiper-slide-index="0"]::after{
    content: "Thủ công mỹ nghệ";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.elementor-element-a81069e .swiper-slide[data-swiper-slide-index="1"]::after{
    content: "Chế biến gỗ";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
} 
.elementor-element-a81069e .swiper-slide[data-swiper-slide-index="2"]::after{
    content: "Thương mại";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.elementor-element-a81069e .swiper-slide[data-swiper-slide-index="3"]::after{
    content: "Dịch vụ";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
}
