body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #7F7F7F;
}
img{
    max-width: 100%;
}


a:hover, a:focus {
    text-decoration: none;
}

.strong {
    font-weight: bold;
    color: #777;
}

.section {
    padding: 1em 0;
}
.section .h1 {
    margin-bottom: 1em;
}


/*Header*/

.header {
    padding: 0px 0;
}

.header-border {
    border-top: 3px solid #f9b332;
}

.header-left {
    float: left;
}

.header-title {
    font-size: 22px;
    font-variant: small-caps;
    font-weight: 500;
}

.header-right {
    float: right;
    text-align: right;
    margin-top: 3em;
}

.header-right .header-ul {
    list-style: none;
    padding: 0;
}

.header-right .header-ul li {
    margin-left: 10px;
    display: inline-block;
    list-style: none;
}

.header-right .header-ul li i {
    margin-right: 5px;
}

.header-right nav li {
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #DDD;
}

.header-right nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}


/*Header*/


/* Nav */

.navbar {
    border: 0;
}

.nav>li a {
    display: block;
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: all 0.8s;
}

.nav>li a:hover {
    background-color: #fff;
    color: #024D8E;
    border-bottom: 2px solid #337AB7;
}

.nav>li a:focus {
    color: #737373;
}

.nav-border {
    border-top: 3px solid #f9b332;
}

.nav-bg {
    background-color: #0f8749;
    margin-bottom: 0;
}

a {
    color: #f9b332;
    text-decoration: none;
}

/* Nav */



.carousel-inner > .item{
    padding: 0px;
}

/* Icono */

.icono-color {
    background-color: #0f8749;
}

.icono-content {
    display: block;
}

.icono-ul {
    display: table;
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    list-style: none;
}

.icono-ul li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.icono-ul li a {
    display: inline-block;
    color: #EEE;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 1s;
}

.icono-info {
    padding: 15px 0;
}

.icono-info i {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 30px;
    height: 70px;
    padding: 20px 0 0 0;
    margin: 30px;
    width: 70px;
}

.icono-info .h5 {
    text-transform: uppercase
}

.icono-info .p {
    text-transform: lowercase;
    font-size: 12px;
}


/* Icono */


/* Noticia*/

.wp-separator {
    background-color: #EEE;
}

.descrip {
    font-size: 15px;
    text-align: justify;
}

.item {
    padding-bottom: 20px;
}

.thumbnail {
    border-radius: 0;
}


/* Noticia */


/* Footer */

.footer {
    background-color: #f9b332;
    color: #fff;
    padding-top: 30px;
}

.foot-geo {
    text-align: left;
}

.footer-p {
    background-color: #2B679A;
    color: #EEE;
    padding-top: 20px;
    text-align: center;
}

.footer-nav {
    display: inline-block;
    list-style: none;
}

.footer-nav li {
    float: left;
    margin-right: 15px;
}

.footer-nav li a {
    display: inline-block;
    background-color: #EEE;
    border-radius: 50%;
    font-size: 25px;
    height: 45px;
    width: 45px;
    padding-top: 3px;
    transition: all 1s;
}

.footer-nav li a:hover {
    background-color: #FFF;
}

.footer-info {
    text-align: right;
}


/*PAGINA GALERIA */

.galeria {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.26);
    margin-top: 20px;
}

.galeria-img {
    max-width: 100%;
    margin: auto;
}

.galeria-info {
    padding: 20px;
    min-height: 180px;
}


/* Footer */

@media screen and (max-width: 768px) {
    /*Header*/
    .header-left, .header-right {
        float: none;
        text-align: center;
    }
    .header-right {
        display: block;
        width: auto;
    }
    /* Header */
    /* Nav*/
    .navbar-collapse {
        background-color: #EEE;
    }
    .navbar-toggle {
        border: 1px solid rgb(220, 220, 220);
    }
    /*Icono*/
    .icono-ul {
        margin: auto;
        width: 90%;
    }
    .icono-ul li {
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .icono-info {
        padding: 5px 0;
    }
    .icono-info i {
        margin: 0;
    }
    /* Noticia*/
    .descrip {
        text-align: start;
    }
    /* Footer*/
    .footer-geo, .footer-info {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    /* Nav */
    .nav>li.active {
        background-color: #fff;
       
    }
    .nav>li.active a {
        color: #0f8749;
       
    }
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .dropdown-menu {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .dropdown-menu>li>a {
        padding: 15px 20px;
    }
    /* Nav */
    /*Carousel*/
    .carousel-caption {
        padding-top: 100px;
    }
    /* Icono */
    .icono-ul li a:hover {
        color: #FFF;
        border-top: 3px solid #FFF;
        border-bottom: 3px solid #FFF;
    }
}
.mainsliderdiv {
    margin: 4px 0px;
}

.h1{
    color:#2d834c;
   padding-bottom: 0.6em;
}
.topnews{
        background: #F7F7F7;
    border: 2px solid #f9b332;
    padding: 5px;
}
.nopaddinglef{
    padding-left: 0px;
}
.topnews h2{
	margin: 0px;
    text-align: center;
    padding: 10px 0px;
   
}

.chairman{
       text-align: center;
    background: #f7f7f7;
    padding: 10px;
    border: 2px solid #f9b332;
}

.chairman img {
width: 200px;
    display: block;
    border-radius: 100%;
    margin: 5px auto;
    
    
}

.activitiesldier .carousel-caption {
    position: static;
    text-shadow: 0px 0px 0px #fff;
    color: #000;
    padding-top: 0px;
}
.activitiesldier img{
    width: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

.descrip{
    text-align: center;
}
@media (min-width: 768px)
{
.navbar {
    border-radius: 0px;
}
}
.whyhkmc {
    padding: 3em 0px;
}
.principle {
    border: 1px solid #000;
    padding: 10px;
}
.principle img{
    float: right;
    margin: 10px;
    width:150px;
}

.chairman h2{
        margin: 0px;
    font-size: 1.3em;
    margin-bottom: 11px;
}
.textwidget, .widget_text{
    display: inline;
}

.nav > li {
    position: relative;
    display: block;
    border-right: 1px dotted #F9B332;
}
.whitebg{
    background: #fff;
    padding: 10px;
    min-height: 380px;
}
@media screen and (min-width: 768px) {
    #testimonail .carousel-caption {
        right: 0%;
        left: 0%;
        padding-bottom: 0px;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
    .dropdown li .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    min-width: 100%;
    width: 100%;
    z-index: 9999;
}
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #F8B225;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
}
.innerpage{
        border-left: 2px solid #f9b332;
}
.innerpage .chairman {
	margin-bottom: 5px;
}
.myapix img{
    height: 82px;
}