.current-lang {
    font-weight: bold !important;
}

.menu li {
    margin-left: 5px;
}

.logo {
    max-width: 350px;
    max-height: 89px;
}

.thumbnail {
    width: 287px;
    height: 200px;
    overflow: hidden;
}

* {
    box-sizing: border-box
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #1d40d7;
    background-color: #fff;
    width: 30%;
    height: 300px;
}

.tab1 {
    float: left;
    border: 1px solid #1d40d7;
    background-color: #fff;
    width: 30%;
    height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #263e58;
    padding: 20px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;

    font-weight: bold;
    border-bottom: 1px solid #f3eaea;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 6px 8px;
    border: 1px solid #6999e3;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(105, 153, 227);
    width: 70%;
    border-left: none;
    height: 300px;
}

.popular-item .news-bg .text-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    color: #fff;
}

.popular-places .popular-item .news-bg .text-content h4 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.news-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent 30%, rgba(1, 51, 120, 1) 100%);
    opacity: .9;
}

.nav-tabs > li {
    width: 25%;

}

.nav-tabs > li > a {
    text-align: center;
    margin-right: 0px !important;
    line-height: 1.42857143;
    border: 1px solid white;
    background-color: #013378;
    color: white;
    border-radius: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgb(42, 224, 224) !important;
}

.tab {
    border: none;
}

.tabcontent {
    border: none !important;
    height: 400px !important;
}

.text-content h4 a, .desc a {
    color: white;
}

body {
    margin: 0;
    /*height: 2000px;*/
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 2;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.table-item p {
    padding: 20px;
    text-align: justify;
    color: black;
}

.rThumb {
    overflow: hidden;
    height: 70px;
    width: 107px;
    float: left;
    margin-right: 9px;
}

.list_thumb {
    overflow: hidden;
    width: 225px;
    height: 125px;
}

#primary-nav li a {
    font-size: 13px;
}

.faq {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.faq > li {
    padding: 5px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.faq li .question p {
    color: #08c;
}

.faq li:first-child .answer {
    display: block;
}

.faq li .answer {
    display: none;
}

.answer p {
    color: black;

}

.tab-pane ul {
    list-style: inherit;
    padding-left: 15px;
}

.tab-pane a {
    color: #337ab7;
}

#primary-nav .sub-menu {
    width: 350px;
}

.header {
    z-index: 1;
}

.about-veno p {
    color: white;
}

.contact-info ul li span {
    color: white !important;
}

.contact-info p {
    color: white !important;
}

.col-xs-4 ul li a {
    color: black;
    text-transform: uppercase;
    font-size: 11px !important;
}

@media (max-width: 400px) {
    .banner-caption h2 {
        font-size: 20px !important;
    }

    #services {
        display: none;
    }

    #primary-nav-button:before {
        width: 50px;
        height: 50px;
        line-height: 50px;

    }

    #primary-nav-button {
        right: 0;
        top: 110px;
    }

    .desc {
        width: auto;
    }

    .header {
        z-index: 1;
        top: 20px !important;
    }

    .header li {
        line-height: 20px;
    }

    #primary-nav.mobile .menu {
        width: auto;
    }

    #primary-nav.mobile {
        right: 0px;
        left: inherit;
        top: 15px;
        width: auto;
    }

    .col-xs-4 ul li a {
        font-size: 10px !important;
    }
}
.header li a{
    color:black;
    text-transform:uppercase;
}

.readmore ul{
    list-style:inherit;
}

.readmore-text table tr td{
    padding:7px;
}