@media screen and (max-width: 780px) {
    #main_nav{
        display: none;
    }
}

body {
    font-family: Tahoma, 'Open Sans'!important;
    background: #f5f5f5;
    font-size: 12px!important;
}

ul {
    list-style: none;
}

.box-news li a {
    color: #333;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s all;
}

.box-news li a:hover {
    color: #00a859;
}

.box-news li {
    padding-left: 12px;
    padding-bottom: 10px;
}

#main_nav ul {
    background: #00a859;
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 999;
}

#main_nav li {
    float: left;
    position: relative;
    min-width: 40px;
    list-style: none;
    -webkit-transition: .5s;
    transition: .5s;
    height: 100%;
}

#main_nav li:hover {
    background-color: #ffad2e;
}

#main_nav li.active {
    background-color: #ffad2e;
}

#main_nav > ul > li > a, h1 {
    text-transform: uppercase;
}

#main_nav a {
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
}

#main_nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto!important;
    visibility: hidden;
    opacity: 0;
    padding: 0;
}
#main_nav ul li li a{
    text-transform: none;
}

#main_nav ul ul li {
    width: 100%;
    white-space: nowrap;
}

#main_nav ul ul ul {
    left: 100%;
    top: 0;
}

#main_nav li:hover li {
    background: #00a859;
}

#main_nav li li:hover, #main_nav li li:hover li {
    background: #218838;
}

#main_nav li li li:hover {
    background: #00a859;
}

#main_nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.bg-green {
    background-color: #00a859 !important;
}


/*vertical menu*/
.vertical-hover ul {
    z-index: 99;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    /*width: 200px;*/
    /*background-color: #f1f1f1;*/
    /*position: fixed;*/
}

.vertical-hover ul li {
    font-size: 14px;
}

.vertical-hover ul li a {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 0 5px 16px;
}

.vertical-hover ul li li a {
    color: white;
}

.vertical-hover ul li:hover > a {
    color: white;
    background-color: #00a859;
}

.vertical-hover ul li li:hover > a {
    color: white;
    background-color: #00a859;
}

.dropdown-content {
    min-width: 150px;
    display: none;
    left: 100%;
    float: left;
    position: absolute;
    font-size: 14px;
    margin-top: -32px !important;
}

.dropdown-content a {
    background-color: #218838;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 16px 0 16px 16px;
}

.vertical-hover .dropdown:hover > .dropdown-content {
    display: inline-block;
}

.relative {
    position: relative;
}

.img-logo {
    z-index: 9999;
    height: 110px;

    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translate(0%, -50%);*/
}

.title-box {
    background: #00a859;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.box {
    box-shadow: 0px 0px 10px #dfdfdf;
}

.text-organ {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(0, -25px);
    text-shadow: -2px 1px 7px rgba(40, 167, 69, 0.71)
}

.text-logo {
    height: 100%;
    background-size: cover;
}

.text-name-host {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(0, 18px);
    color: #ffad2e;
}

.item-slide {
    border-bottom: 1px dashed #e6e6e6;
}

.item-slide.active {
    background-color: #e6e6e6;
}

.item-slide.active .title-item {
    color: #28a745
}

.image-main img {
    height: 220px;
    object-fit: cover;
}

.img-item img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    margin-right: 5px;
}

.title-item {
    color: #333;
    font-weight: bold;
}

.list-slide {
    max-height: 320px;
    overflow: auto;
}

.news-slide {
    height: 350px;
}

/*box-news-center*/
ul.nav-tabs {
    margin: 15px 0 25px 0;
}

.lifestyle-news ul.nav-tabs {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ededed;
    border-bottom: 2px solid red;
}

.lifestyle-news ul.nav-tabs {
    border-bottom: 2px solid #00a859;
}

.lifestyle-news ul.nav-tabs li {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}

.lifestyle-news ul.nav-tabs li:first-child {
    float: left;
    color: #00a859;
    padding: 3px 0 5px 0;
    text-indent: 15px;
    position: relative;
    z-index: 3;
    color: #fff;
}

.lifestyle-news ul.nav-tabs li:first-child::before {
    background: #00a859 none repeat scroll 0 0;
    content: "";
    height: 34px;
    position: absolute;
    right: -90px;
    top: -6px;
    transform: skewX(30deg);
    width: 150px;
    z-index: -2;
}

.lifestyle-news ul.nav-tabs li:first-child::after {
    background: #00a859 none repeat scroll 0 0;
    content: "";
    height: 35px;
    left: -1px;
    position: absolute;
    top: -6px;
    width: 100%;
    z-index: -1;
}

.lifestyle-news ul.nav-tabs li:first-child::before, .lifestyle-news ul.nav-tabs li:first-child::after {
    background: #00a859;
}

.item-first img {
    height: 100px;
    width: 140px;
    object-fit: cover;
}

.list-slide .carousel-indicators {
    top: 5px;
}

#main_nav a {
    padding: 8px 15px;
}
.mainNav {
    background: #00a859;
    width: 100%;
}
/* First Level */
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #fff
}
.mainNav ul li {
     border-top: 1px solid #4ac77c;

}
.mainNav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    padding:12px 20px;
    text-decoration:none;
}
.mainNav ul li a:hover {
    background:  #218837;
    text-decoration: none;
}
.mainNav ul li span span{
    color: white;
    background-color: #2ab373;
}
/* Second Level */
.mainNav ul ul {
    border-bottom: none
}
.mainNav ul ul li {
    border-top-color: #38905f;
    background: #218837;
}
.mainNav ul ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    line-height: normal;
    padding: 0.5em 1em 0.5em 2.5em;
}


.mainNav ul ul li a:hover {
    background: #218837;
}
/* Third Level */
.mainNav ul ul ul {
    border-top:1px solid #218837;
}
.mainNav ul ul ul li {
    border:none;
}
.mainNav ul ul ul li a {
    padding-left:3.5em;
    padding-top:0.25em;
    padding-bottom:0.25em;
}

/*VERTICAL MENU*/
nav.vertical {
    position: relative;
    z-index: 99;
    font-size: 14px;
}

/* ALL UL */
nav.vertical ul {
    list-style: none;
}

/* ALL LI */
nav.vertical li {
    position: relative;
}

/* ALL A */
nav.vertical a {
    display: block;
    color: #343a40;
    text-decoration: none;
    padding: 10px 15px;
    background: #ffffff;
    transition: 0.2s;
}
nav.vertical ul li {
    border-bottom: 1px solid;
    border-bottom-color: #d4d4d4;
}
nav.vertical ul li li a {
    color: white;
    background: #007941;
    border-bottom: 1px solid;
    border-bottom-color: #08864c;
}

/* ALL A HOVER */
nav.vertical li:hover > a {
    background: #00a859;
    color: white;
}

/* INNER UL HIDE */
nav.vertical ul ul {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s;
    transform: translateX(50px);
}

/* INNER UL SHOW */
nav.vertical li:hover > ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}
.text-custom{
    color: #28a745
}
.custom-placehoder{
    background: #fff;
    outline: none;
}
.custom-btn-search{
    background: #28a745;
    border: none;
    color: white;
    position: absolute;
    top: 3px;
    right: 0;
}
.custom-menu-left{
    border-bottom: 1px solid white;
}
.content-answer{
    font-size: 14px;
    background: #eeeeee;
}
.pagination li{
    margin-right: 5px;
}
.pagination{
    justify-content: center;
}

.box-news li {
    background: url("../../images/org-common/green-dot.png") no-repeat scroll 0px 6px;
}

/*scroll*/
#return-to-top {
    position: fixed;
    bottom: 55px;
    right: 5px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*loading*/
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    /*overflow: show;*/
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.required:after{
    content: "*";
    font-weight: bold;
    color: red;
}