/*
Theme Name: IClient V5
Author: Embebo672019@gmail.com
Version: 5.5
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
body{
    font-size:15px;
    font-family: 'Manrope', sans-serif;
}
.container{
    max-width:1200px;
}
.clear-both{
    clear:both;
}
.bg-white{
    background: #FFF;
}
p{
    margin-bottom:5px;
}
.clear_both{
    clear: both;
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.h1,
h1,
h2,
.h2{
    font-size:22px;
    font-weight: bold;
}
h3,
.h3{
    font-size:20px;
    font-weight: bold;
}
h6,.h6,
h5,.h5,
h4,.h4{
    font-size:18px;
    font-weight: bold;
}

.lineheight35{
    line-height: 35px;
}
#ModalMenuMobile .modal-content{
    max-width:320px !important;
}
#ModalMenuMobile .modal-header,
#ModalMenuMobile .modal-content,
#ModalMenuMobile .modal-dialog{
    width:100%;
    max-width:100%;
    border-radius: 0px !important;
    border:0px !important;
}
#ModalMenuMobile .modal-body{
    padding:0px;
    padding-left:15px;
    padding-right:15px;
}
#ModalMenuMobile .modal-dialog{
    display: flex;
    flex-direction: row;
    align-items: end;
    margin: 0px;
    height: 100vh;
}
#ModalMenuMobile .modal-header img{
    width: auto;
    max-width:80px;
}
.modal.fade#ModalMenuMobile .modal-dialog{
    transform: translate(0,50px) !important;
}
#ModalMenuMobile ul.menu,
#ModalMenuMobile ul.menu li{
    margin:0px;
    padding:0px;
    list-style: none;
    position: relative;
}
#ModalMenuMobile ul.menu li ul{
    padding:0px;
}
#ModalMenuMobile ul.menu li a{
    display: block;
    padding:12px 20px 12px 20px;
    width:100%;
    color:#333;
    transition: all 0.4s;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
#ModalMenuMobile ul.menu li a:hover{
    background: #E7E7E7;
    padding-left:30px;
    color:#008099;
}
#ModalMenuMobile ul.menu li ul{
    display: none;
}
#ModalMenuMobile ul.menu li:hover ul{
    display: block;
}
#ModalMenuMobile .modal-body img{
    max-width:30px;
}
#ModalMenuMobile ul.menu li span.icon_dropdown_menu{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#ModalMenuMobile ul.menu li span.icon_dropdown_menu:hover{
    background: #E7E7E7;
}
#ModalMenuMobile ul.menu li ul a{
    padding-left:35px;
}
#ModalMenuMobile ul.menu li ul li ul a{
    padding-left:50px;
}
#ModalMenuMobile ul.menu li ul li ul a:hover{
    padding-left:60px;
}
#ModalMenuMobile .btn-close-menu-mobile{
    width: 35px;
    height: 35px;
    color:#008099;
    border:1px solid #008099;
}
#ModalMenuMobile a.btn-contact-mobile{
    background: #f05123;
    padding: 12px 30px;
    border-radius: 25px;
    border: 2px solid #f05123;
    transition: all 0.3s;
    font-weight: 400;
    line-height: 100%;
}
#ModalMenuMobile .hotline_mobile{
    color:#f05123;
}
#ModalMenuMobile .hotline_mobile i{
    border: 2px solid #f05123;
}
.marquee_text{
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-top:2px;
    padding-bottom:2px;
}
.marquee_text .js-marquee-wrapper{
    display: flex;
}
.z-100{
    z-index:100;
}
a{
    text-decoration: none;
}
.font-weight-bold{
    font-weight: bold;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-300{
    font-weight: 300;
}

img{
    max-width:100%;
    height:auto
}
.w10{
    width:10%;
}
.w15{
    width:15%;
}
.w20{
    width:20%;
}
.w25{
    width:25%;
}
.w30{
    width:30%;
}
.w35{
    width:35%;
}
.w40{
    width:40%;
}
.w45{
    width:45%;
}
.w50{
    width:50%;
}
.w55{
    width:55%;
}
.w60{
    width:60%;
}
.w65{
    width:65%;
}
.w70{
    width:70%;
}
.w75{
    width:75%;
}
.w80{
    width:80%;
}
.w85{
    width:85%;
}
.w90{
    width:90%;
}
.w95{
    width:95%;
}
.w100{
    width:100%;
}
.font14{
    font-size:14px;
}
.font13{
    font-size:13px;
}
.font12{
    font-size:12px;
}
.font11{
    font-size:11px;
}
.font10{
    font-size:10px;
}
.font15{
    font-size:15px;
}
.font16{
    font-size:16px;
}
.font17{
    font-size:17px;
}
.font18{
    font-size:18px;
}
.font19{
    font-size:19px;
}
.font20{
    font-size:20px;
}
.font21{
    font-size:21px;
}
.font22{
    font-size:22px;
}
.font23{
    font-size:23px;
}
.font24{
    font-size:24px;
}
.font30{
    font-size:30px;
}
.line1,
.line2,
.line3,
.line4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line1{
    -webkit-line-clamp: 1;
}
.line3{
    -webkit-line-clamp: 3;
}
.line2{
    -webkit-line-clamp: 2;
}
.line4{
    -webkit-line-clamp: 4;
}

.pagination-template a,
.pagination-template span{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    width:40px;
    height:40px;
    margin-left:8px;
}
.pagination-template span:hover,
.pagination-template a:hover,
.pagination-template span.current{
    background: rgba(168, 209, 143, 0.5);
    color:#FFF;
}
.tags-template a{
    display: inline-block;
    padding:3px 6px;
    background:#EEE;
    margin:2px;
    color:#333;
    font-size:13px;
}
.title-box-widget-sidebar{
    display: block;
    overflow: hidden;
    line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    clear: both;
    background: #198B57;
    border-radius: 5px 5px 0px 0px;
    color:#FFF;
    font-weight: 600;
}
.tagcloud a{
    display: inline-block;
    background: #ccc;
    position: relative;
    color: #000;
    font-size: 11px !important;
    margin: 2px 5px 7px 12px;
    padding: 0 15px 0 12px;
    height: 24px;
    line-height: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tagcloud a:before{
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #ccc transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.wp-calendar-table{
    width:100%;
}
.wp-calendar-table td{
    padding-top:5px;
    padding-bottom:5px;
    font-size:14px;
}
.wp-calendar-table td a{
    color:#198B57;
    font-weight: 800;
}
.wp-calendar-table caption{
    background: rgba(168, 209, 143, 0.5);
    text-align: center;
}
.widget-sidebar-template h2{
    text-transform: uppercase;
    display: block;
    margin-bottom:20px;
    font-size:17px;
    position: relative;
}
.widget-sidebar-template{
    margin-bottom:20px;
    clear: both;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background:#FFF;
}
.widget-sidebar-template h2:after{
    content: '';
    position: absolute;
    bottom:-10px;
    left:0px;
    height:2px;
    width:100px;
    background: #333;
}
.widget-sidebar-template ul,
.widget-sidebar-template ul li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.widget-sidebar-template ul li{
    display: block;
    width:100%;
    padding: 15px;
    border-bottom: 1px solid #00000012;
}
.widget-sidebar-template ul li ul{
    display: none;
}
.widget-sidebar-template a{
    color:#333;
}
.widget-sidebar-template a:hover{
    text-decoration: underline;
}
.custom-list-post-news .box_img{
    width: 93px;
    height:93px;
    position: absolute;
    left:15px;
    top:0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.widget-sidebar-template .custom-list-post-news li{
    width:100%;
    margin-bottom: 15px !important;
    position: relative;
    clear: both;
    padding-left:125px;
    padding-right:15px;
}
.widget-sidebar-template .custom-list-post-news li a.title-custom-list-post-news{
    color:#333;
    font-size:16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 24px;
}
.widget-sidebar-template.widget_search input[type='submit']{
    display:none;
}
.widget-sidebar-template.widget_search input[type='text']{
    display: block;
    width:100%;
    border:0px;
    border-bottom:1px solid #ddd;
    padding-left:10px;
    height:38px;
    outline: none !important;
    padding-right:15px;
    background: none !important;
    background: #EEE !important;
}
.widget-sidebar-template.widget_search form{
    position: relative;
    width:100%;
    display: block;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0px 5px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0px 5px 5px;
}

.alignleft {
    float: left;
    margin: 5px 5px 5px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 5px 5px;
}

a img.alignnone {
    margin: 5px 5px 5px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 5px 5px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.gallery img{
    border:0px !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*
back to top and zalo chat
 */

#btnZaloChat {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #028fe3;
    box-shadow: 0 0 0 0 #028fe3;
    right: 50px;
    top:calc(40% + 70px);
    overflow: hidden;
    z-index: 100;
    transform: scale(1);
    -webkit-animation: pulse-blue 2s infinite;
    animation: pulse-blue 2s infinite;
}
@-webkit-keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 143, 227, 0.7000000000000001);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 143, 227, 0);
    }
    to {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 143, 227, 0);
    }
}
@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 143, 227, 0.7000000000000001);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 143, 227, 0);
    }
    to {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 143, 227, 0);
    }
}



/*
default loading
 */
.loader_animation {
    color: #ffffff;
    font-size: 20px;
    margin: 0px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index:999;
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
#loading_page{
    z-index:99999;
    top:0px;
    left:0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading_page:after{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: #00000094;
}



/*
default single template
 */

.content-page-full .container,
.single-full-page .container{
    max-width:900px;
}
.randompost,
.randompost li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.randompost li a{
    color:#333;
}

.read-more__link-wrap {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    margin-top:70px;
}
.read-more__link-wrap a.read-more__link {
    border: 1px solid #2f80ed;
    border-radius: 5px;
    color: #2f80ed;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    display: block;
    max-width: 340px;
    margin: 0px auto;
    position: relative;
    z-index: 10;
}
.read-more__link-wrap:after {
    content: '';
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgb(255 255 255 / 75%),rgba(255 255 255/1));
    bottom: 0px;
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%;
}



/*
header template
 */
.header-box{
    position: relative;
}
.header-top-primary-logo img{
    max-width:150px;
    transition: all 0.3s;
    position: absolute;
}
.header-top-primary-logo img:hover{
    max-width:160px;
}
.header-top{
    background: #333;
    height:36px;
}
.right-header-menu{
    background: #198B57;
}
body .right-header-menu ul li img._mi._image{
    max-width:30px !important;
}
.menu-header-top img{
    max-width:20px;
}
.header-menu{
    padding-top:16px;
    padding-bottom:16px;
}
.left-header-logo *{
    color: #198B57;
}
.left-header-logo img{
    max-width:80px;
    margin-right:24px;
}
.sticky_logo img{
    margin-right:0px;
    max-width:70px;
}
.client_title_site_header{
    font-weight: 800;
    font-size: 30px;
    line-height: 24px;
}
.client_sub_title_site_header{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom:0px;
}
.right-header-menu ul,
.right-header-menu ul li,
.menu-header-top ul li,
.menu-header-top ul{
    list-style: none;
    margin:0px;
    padding:0px;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
}
.menu-header-top a{
    color:rgba(255,255,255,.8);
    position: relative;
    padding:0px 10px;
}
.menu-header-top a:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 10%;
    width: 1px;
    height: 80%;
    background: rgba(255,255,255,.3);
}
.menu-header-top a:hover{
    color:#FFF;
}
.menu-header-top li:last-child a:after{
    display: none;
}
.menu-header-top ul li{
    padding:5px 0px;
}
.menu-header-top ul li ul{
    position: absolute;
    left:0px;
    top:100%;
    background: #FFF;
    min-width:250px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding-top:10px;
    padding-bottom:10px;
    display: none;
    z-index:10;
}
.menu-header-top ul li:hover ul{
    display: block;
}
.menu-header-top ul li ul a{
    color:#333;
    display: block;
    padding:10px 15px;
    transition: all 0.3s;
    font-size:14px;
}
.menu-header-top ul li ul li{
    display: block;
    width:100%;
    text-align: left;
    padding:0px !important;
}
.menu-header-top ul li ul li a:hover{
    background: #0000000f;
    color:#333;
    padding-left:20px;
}
.menu-header-top ul li ul li ul{
    display: none !important;
    left:100%;
    top:0px;
}
.menu-header-top ul li ul li:hover ul{
    display: block !important;
}
.menu-header-top ul li ul li:hover ul li ul{
    display: none !important;
}
.menu-header-top ul li ul li ul ul{
    display: none !important;
}
.right-header-menu ul li a{
    display: inline-block;
    padding:15px 20px;
    color:#333;
    transition: all 0.3s;
}
.right-header-menu.header-menu-full ul li a{
    color:#FFF;
}
.right-header-menu.header-menu-full ul li:hover{
background: #fff;
}
.right-header-menu.header-menu-full ul li:hover a{
    color: #A8D18F;
}
.right-header-menu.header-menu-full ul li:hover ul li a{
    color:#333;
}
.right-header-menu.header-menu-full ul li ul li a,
.right-header-menu ul li ul li a{
    color:#333;
}
.right-header-menu ul li ul{
    height:auto;
    padding:0px;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
    position: absolute;
    width:100%;
    min-width: 200px;
    background: #FFF;
    top:110%;
    left:0px;
    z-index:100;
    justify-content: inherit;
    transition: all 0.3s;
    border-radius: 0px 0px 3px 3px;
    display: none;
}
.right-header-menu ul li ul li a{
    display: block;
    position: relative;
    width:100%;
    padding:10px 0px 10px 0px;
    font-size:14px;
    border-bottom:1px solid #d4e8c7;
}
.right-header-menu ul li ul li:last-child a{
    border-bottom: 0px;
}
.right-header-menu ul li ul li{
    position: relative;
    display: block;
    width:100%;
    padding:0px 10px;
}

.right-header-menu ul li ul li ul{
    position: absolute;
    left:100%;
    top:0px !important;
    display: none !important;
}
.right-header-menu ul li:hover ul li a{
    color:#333;
}
.right-header-menu ul li ul li a:hover{
    color:#A8D18F !important;
}

.right-header-menu ul li:hover ul{
    top:100%;
    display: block;
}
.right-header-menu ul li ul li:hover ul{
  display: block !important;
}

.btn-menu-mobile{
    display: none;
    right:15px;
    top:50%;
    font-size:30px;
    padding:0px;
    width: 30px;
    transform: translate(0,-50%);
}
.btn-menu-mobile span {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    height: 3px;
    background: #198B57;
}
.btn-menu-mobile span:nth-child(2) {
    width: 75%;
}

.logo-menu-mobile img{
    max-width:220px;
}
/*
footer template
 */
.logo_footer img{
    max-width:200px;
}
.footer-template{
    background: #198B57;
    padding:64px 0px;
}
.copyright-template{
    background: #29AE6C;
    padding:10px;
}
.copyright-template p{
    margin:0px;
    opacity: 0.65;
}
.item-footer p{
    margin-bottom:0px;
    line-height: 200%;
}
.item-footer ul,
.item-footer ul li{
    list-style: none;
    margin:0px;
    padding:0px;
    position: relative;
    display: block;
}
.item-footer ul a{
    color: #fff;
    display: block;
    position: relative;
    line-height: 32px;
    font-weight: 500;
}
.item-footer ul a:hover{
    color:#FFCC00;
}
.item-footer ul li ul{
    display: none !important;
}

.item-footer hr{
    margin:7px 0px;
}
.title-general-builder{
    font-weight: 600;
    color: #444;
    font-size: 22px;
}
.item-blog a {
    color: #000;
}
/*
responsive table in content
 */

.wp-video{
    margin:10px auto;
    width:100% !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
    width:100% !important;
}
.itheme-content table{
    margin: 15px 0px !important;
}
.itheme-content table tr,
.itheme-content table tbody,
.itheme-content table thead,
.itheme-content table{
    width: 100% !important;
    overflow: hidden;
}
.itheme-content table tr{
    overflow: hidden;
}
.itheme-content table tr td,
.itheme-content table tr th{
    padding: 5px 10px !important;
    height: auto !important;
}
.itheme-content table tr{
    border: 1px solid #CCC !important;
}
.itheme-content table tr td,
.itheme-content table tr th{
    width: auto !important;
    border-right:1px solid rgba(0,0,0,.1) !important;
    background: none;
}
@media (max-width: 768px){
    .itheme-content table tr td,
    .itheme-content table tr th{
        display: block !important;
        width: auto !important;
        height: auto !important;
        border: 0px !important;
        border-bottom: 1px solid #CCC !important;
    }
    .itheme-content table tr{
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
    .itheme-content table tr:first-child{
        border-top: 1px solid #CCC !important;
    }
}
.itheme-content .form-control li{
    padding:0px 15px;
}
.itheme-content .form-control li:before{
    display: none;
}
.itheme-content.h-auto{
    padding-bottom:100px !important;
}
.box-morelink{
    width: 100%;
    text-align: center;
    color: #333;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    margin-top: -150px;
    position: relative;
}
.box-morelink:before{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: rgb(255,255,255);
    background:linear-gradient(to bottom,rgba(255 255 255/0),rgb(255 255 255 / 75%),rgba(255 255 255/1));
}
.box-morelink a{
    display: inline-block;
    padding: 10px;
    text-align: center;
    border: 1px solid #004aad;
    border-radius: 5px;
    width: 200px;
    margin: 0px auto;
    z-index: 1;
    position: relative;
    background: #FFF;
    color:#004aad;
}

/*
category template
 */
.right-archives-first .side-post-item:last-child{
    border:0px !important;
}



/*
support shortcode
 */
.content_client_button_link {
    margin-bottom: 15px;
}
.client_button_link a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    background: #3885b7;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #3885b7;
    transition: all .3s;
}
.bootstrap_button_shortcode{
    min-width:90px;
    border-radius: 4px;
}
.mega-sub-menu .textwidget.custom-html-widget{
    text-align: center;
}
.mega-sub-menu img{
    margin:0px auto;
    display:block;
}

/*
support plugins
*/
.kk-star-ratings .kksr-legend{
    font-size:15px !important;
}
.swiper-slide-bg{
    height:100% !important;
}

.elementor-nav-menu img{
    max-width:20px !important;
}
.elementor-section .elementor-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.elementor-element table.eael-data-table{
    border-collapse: collapse !important;
}
.mega-menu-description{
    display:none !important;
}

/*
boootstraps modail left and right
 */
.modal_left .modal-dialog,
.modal_right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal_left .modal-content,
.modal_right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal_left .modal-body,
.modal_right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal_left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal_left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.modal_right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal_right.fade.in .modal-dialog {
    right: 0;
}


/*
update version
 */
iframe{
    max-width:100%;
    height:auto;
}
.footer-template iframe{
    height:auto !important;
}
.wp-video, .mejs-container {
    width: 100%!important;
}
.column_client,
.column_client_image {
    flex: 0 0 auto;
    width: 100%;
    padding: 5px 5px;
    position: relative;
    float: left;
}
.column_client_width2,
.column_client_image_width2{
    width: 50%;
}
.column_client_width3,
.column_client_image_width3{
    width: calc(100%/3);
}
.column_client_width4,
.column_client_image_width4{
    width: 25%;
}
.column_client_width5,
.column_client_image_width5{
    width: 20%;
}
.column_client_image a {
    color: #FFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    z-index: 10;
}
.column_client_image .content_column_client_image:after {
    content: '';
    display: inline-block;
    width: 170px;
    height: 340px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    position: absolute;
    right: -85px;
    bottom: -170px;
    background: #162d57;
    opacity: 0.7;
    z-index: 1;
    transition: all 0.3s;
}
.itheme-content p{
   clear: both;
}

.icon_loader_more_client {
    width: 40px;
    height: 40px;
    border: 3px solid #333;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation_client 1s linear infinite;
}
.icon_loader_more_client::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #FF3D00 transparent;
}

@keyframes rotation_client {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#client-breadcrumb {
    display: flex;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    padding:10px;
    background: #eee;
}
#client-breadcrumb *{
    color:#000;
    text-decoration: none;
    font-size:13px;
}
#client-breadcrumb .item {
    text-decoration: none;
    color: #4d4d4d;
    margin:0px 5px;
}
.itheme-content blockquote{
    margin:10px 0px 10px 35px;
    padding:10px 20px;
    background: #EEE;
}
.post-password-form input{
    border:1px solid #CCC;
    padding:5px 10px;
    outline: none !important;
}
.post-password-form input[type='submit']{
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    padding:5px 20px;
}
.select2-container--default .select2-selection--single{
    border:1px solid #DDD !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top:5px !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    clear:none;
}
.woocommerce ul.order_details{
    background: #1212120a;
    padding: 25px;
    border-radius: 5px;
    margin-top:15px;
}
.client_get_language_site{
    display: none;
    z-index:10;
}
.client_get_language_site a:hover{
    background: #EEE;
}
.dropdown_wpml_client:hover .client_get_language_site{
    display: block;
}
/*
support plugins
 */
.wpcf7-form br{
    display: none !important;
}
.wpcf7-form .wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap{
    width:100%;
    position: relative;
    display: block;
    text-align: left;
}
.wpcf7-form .wpcf7-form-control{
    padding: 12px 18px;
    font-size: 14px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 1.5px;
}
.wpcf7-form .wpcf7-form-control-wrap{
    margin-bottom:10px;
}
.wpcf7-form .wpcf7-not-valid-tip{
    font-size:12px;
    margin-top:3px;
    color:#FFF;
}
.wpcf7-form .wpcf7-submit{
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
    color: #FFF !important;
    border-radius: 2px;
    background: transparent !important;
    width:auto;
    display: inline-block;
    text-transform: uppercase;
    margin:15px 0px;
}

.wpcf7-form .wpcf7-submit:hover{
    background: #FFF !important;
    color:#000 !important;
}
.social-header-client img{
    max-width:32px;
}
.social-header-client li{
    padding:0px 8px;
}
.logo_footer img{
    max-width:105px;
}
.item-footer .footer_infomation li{
    margin-bottom:15px;
}
.footer-template .item-footer:nth-child(4n) ul,
.footer-template .item-footer:nth-child(3n) ul{
    opacity: 0.75;
}
.footer_infomation img{
    margin-bottom:4px;
}
a.backtotop_footer{
    background: #A8D18F;
    width:40px;
    height:40px;
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.25));
    opacity: 1;
}
.list-info-content-loop{
    background: rgba(0, 0, 0, 0.03);
    margin-bottom:24px;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
}
.list-info-content-loop .info-post-loop{
    padding:24px;
}
.list-info-content-loop .info-post-loop a{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:#373737;
}
.list-info-content-loop .info-post-loop a:hover{
    color:#198B57;
}
.title-first-post-item{
    color: #373737;
    line-height: 36px;
    margin-top:15px;
}
.description-first-post-item{
    margin-top:32px;
}
.pagination-template{
    margin-top:32px;
}

.content-box-widget-sidebar{
    padding:10px;
}
.sidebar-template .widget_pages ul,
.sidebar-template .widget_categories ul,
.sidebar-template ul.menu{
    background: rgba(168, 209, 143, 0.5);
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}
.widget-sidebar-template .tagcloud{
    padding:10px;
}
.widget-sidebar-template ul.custom-list-post-news{
    padding-top:15px;
}
.widget-sidebar-template ul.custom-list-post-news li{
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
    padding-top:0px;
}
.widget-sidebar-template ul.custom-list-post-news li:last-child{
    border-bottom:0px;
}
.calendar_wrap{
    margin:15px;
}
.infomation-post-new{
    margin-top:24px;
}
.infomation_item_post li img,
.infomation-post-new img{
    position: relative;
    left: inherit;
    top:inherit;
    margin-right:8px;
}
.infomation-post-new{
    color:#9B9B9B;
}
.widget-sidebar-template.widget_media_gallery .gallery-item .gallery-caption{
    display: none;
}
.widget-sidebar-template.widget_media_gallery .gallery-item{
    margin:0px;
}
.widget-sidebar-template.widget_media_gallery .gallery{
    padding:15px;
}
.w68{
    width: 68%;
}
.w32{
    width:32%;
}
.background_item_post{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px 0px 0px 5px;
}
.infomation_item_post ul li{
    margin-right:32px;
    color:#9B9B9B;
}
.list-info-content-loop .description-info-post a{
    color:#198B57;
    font-weight: 600;
    font-size:14px;
}
.header_active_sticky{
    z-index:999999;
}
.client-author-post span,
.client-tags-post span,
.client-share-post span{
    color: #373737;
}
.client-author-post a,
.client-tags-post a,
.client-share-post a{
    font-weight: 300;
    color: #373737;
}
.client-author-post{
    margin-top:30px;
}
.client-share-post img{
    margin-right:8px;
}
.info-single-post{
    color: #9B9B9B;
    margin-top:15px;
    margin-bottom:50px;
}
.right-header-menu .container{
    padding-right:200px;
}
.menu_search_form input{
    border:0px !important;
    padding:5px 5px 5px 15px;
    outline: none !important;
    border-radius: 2px;
}
.menu_search_form{
    top: 50%;
    transform: translate(0,-50%);
}
.header_sticky_template .right-header-menu ul li a{
    color:#000;
    padding:25px 15px;
}
.header_sticky_template .menu_search_form input{
    border:1px solid #198B57 !important;
}
.header_sticky_template{
    z-index:999999;
}
.header_sticky_template .right-header-menu ul li:hover{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.header_sticky_template .right-header-menu ul li ul li a{
    padding:10px;
}
.header_sticky_template .right-header-menu ul li ul li:hover{
    box-shadow: none;
}
.header_sticky_template .right-header-menu ul li ul{
    width:100%;
}
.header_sticky_template .right-header-menu ul li:hover ul{
    top:90%;
}
.client_icon_dropdown_menu{
    background-image: url("images/down-arrow.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
#ModalMenuMobile .client_title_site_header{
   font-size:16px;
    color:#198B57;
    margin-bottom:0px;
}
#ModalMenuMobile .client_sub_title_site_header{
    font-size:12px;
    color:#198B57;
}
.mobile_social_site,
#ModalMenuMobile .modal-body{
    border-top: 2px solid #1f7b5130;
}
.elementor-widget-loop-carousel .elementor-widget-container,
.elementor-widget-loop-carousel .elementor-widget-container .elementor-loop-container{
    overflow: hidden;
    position: relative;
}
.elementor-widget-loop-carousel .elementor-widget-container .elementor-swiper-button{
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    left: 0px;
    font-size: 25px;
    color: #198B57;
    background: #fff;
    z-index: 10;
}
.elementor-widget-loop-carousel .elementor-widget-container .swiper-scrollbar{
    display: none;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next{
    left: inherit;
    right:0px;
}
.widget_media_image{
    margin-bottom: 21px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    border: 1px solid var(--border);
    padding: 22px 31px 21px;
    position: relative;
}