﻿.body {
    position: relative;
    background: #f9faeb;
}

#body {
    margin-top: 10px;
}

.gpls-sheet {
    margin: 10px 0 0 0;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

    .affix + .container-fluid {
        padding-top: 80px;
    }

/* Fading out Effect in TOP VIEW of HOME PAGE */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 430px) {
    .prev, .next, .text {
        font-size: 11px
    }

    .header-outer {
        height: 70px;
    }

    .header-logo {
        margin: 1em 0 1em 0;
    }

        .header-logo img {
            height: 100% !important;
            width: 100% !important
        }
}

.header-outer {
    max-height: 120px;
    margin: 1em 0 1em 0;
}

.header-logo img {
    width: 60%;
}


.logo img {
    width: 100%;
}

.header-title-text {
    display: inline-block;
    margin: 2.0em 0 0 0;
}

    .header-title-text a {
        text-decoration: none;
    }

        .header-title-text a > h1 {
            color: #743e23;
            letter-spacing: 0.3px;
            text-shadow: 2px 2px 2px #6b7475;
            font-weight: 700;
            text-transform: uppercase;
            text-align: justify;
            font-size: 2.0em;
            font-family: UTM Helve, Cochin, Georgia, Times, Times New Roman, serif;
            margin: 0 0 0 10px;
        }

        .header-title-text a > h3 {
            color: #3b2808;
            letter-spacing: 0.3px;
            text-shadow: -2px 2px 1px #fff;
            margin: 10px 0 0 10px;
            letter-spacing: 0.5px;
            font-weight: 500;
            font-size: 2.0em;
            font-family: UTM Helve, Cochin, Georgia, Times, Times New Roman, serif;
            text-align: justify;
        }

.topnav {
    overflow: hidden;
    /*background-color: #245a4a;*/
    background-image: linear-gradient(to right, #4b3303, #fff);
}

    .topnav a {
        float: left;
        color: #fff;
        padding: 5px 0px 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.2em;
        letter-spacing: 0.3px;
        text-shadow: 1px 1px 1px #022b48;
    }

/*--------------LEFT TOP VIEW-----------*/

#tieudiem_tinmoi {
    margin: 10px 0 10px 0
}

@media screen and (min-width:300px) and (max-width:480px) {

    .topview-homepage {
        margin-top: 5px 0 0 0;
        color: #fff;
        padding: 0 0 0 0;
        height: 250px;
    }

    .topview-homepage-inner {
        min-height: 250px;
        max-height: 250px;
        margin: 0 0 0px 0px;
    }

        .topview-homepage-inner img {
            min-height: 250px;
            max-height: 250px;
            object-fit: contain;
        }

        .topview-homepage-inner a h2 {
            font-size: 1.1em;
        }
}

.topview-homepage-heading {
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(144,144,144,0.6);
}

.topview-homepage-heading-tittle {
    height: 35px;
    position: relative
}

    .topview-homepage-heading-tittle h5 {
        text-transform: uppercase;
        padding: 10px 10px 10px 10px;
        color: #fff;
        text-align: center;
        font-size: 1.3em;
        font-weight: 600;
        text-shadow: 1px 1px 1px #024b58;
    }

.topview-homepage {
    margin-top: 0 0 0 0;
    color: #fff;
    padding: 0 0 0 0;
    background-image: linear-gradient(to top, #f9faeb,#4b3303);
}

.topview-homepage-inner {
    min-height: 450px;
    max-height: 450px;
    border: 1px;
    border-style: solid;
    border-color: #bbb;
    margin: auto;
    width: 100%;
}

    .topview-homepage-inner:hover {
        box-shadow: 0 0 5px #000;
    }

    .topview-homepage-inner img {
        min-height: 450px;
        max-height: 450px;
        object-fit: cover;
        object-position: 100% 0;
        width: 100%;
        opacity: 0.7;
    }

    .topview-homepage-inner a h2 {
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 3.5em;
        letter-spacing: 0.7px;
        text-shadow: 2px 2px 8px #bfccd2;
        position: absolute;
        top: 40%;
        left: 43%;
        transform: translate(-40%, -40%);
        max-height: 200px;
    }

        .topview-homepage-inner a h2:hover {
            text-decoration: none;
        }

.topview-homepage-inner-heading {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
    background: rgba(1,37,44,0.5);
}

.topview-homepage-inner-heading-title {
    height: 70px;
    position: relative
}

    .topview-homepage-inner-heading-title a {
        font-size: 1.4em;
        font-weight: 600;
        text-align: justify;
        margin: 15px 10px 5px 10px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        /*color: #104173;*/
        color: #fff;
        text-transform: none;
        text-shadow: 1px 1px 1px #024b58;
    }

        .topview-homepage-inner-heading-title a:hover {
            color: #bbb;
            text-transform: none;
        }

/********************RIGHT TOP VIEW*************************/
@media screen and (max-width:640px) {

    .homepage-right img {
        max-width: 100%;
        position: relative;
    }

    .home-right-topview-inner-info {
        min-height: 410px;
    }

    .home-right-topview-inner-newest {
        width: 100%;
        margin: 1em 0 0em 0;
        min-height: 250px;
    }

    .home-right-topview-inner-newest-image {
        min-height: 200px;
    }

        .home-right-topview-inner-newest-image img {
            min-height: 200px;
            max-height: 300px;
            object-fit: contain;
            width: 100%;
        }

    .home-right-topview-inner-newest-title {
        width: 100%;
        padding: 10px 10px 10px 10px;
        margin: 5px 5px 10px 10px;
        min-height: 40px;
        max-height: 100px;
    }

    hr.border {
        border-top: 1px dotted #bbb;
        margin: 5px 5px 5px 0;
    }
}

.homepage-right {
    padding: 0;
}

.homepage-right-topview {
    margin: 0px 0 0 0;
    height: 450px;
    border: 1px;
    border-style: solid;
    border-color: #bbb;
}

.home-right-topview-inner-title {
    height: 35px;
    position: relative;
    background-image: linear-gradient(to right,#e8e4d9, #fff);
}

    .home-right-topview-inner-title h5 {
        color: #4b3303;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        font-size: 1.2em
    }

    .home-right-topview-inner-title a {
        color: #a9a187;
    }

        .home-right-topview-inner-title a:hover {
            color: #dfdfdf;
        }

.home-right-topview-inner-info {
    overflow-y: auto;
    min-height: 410px;
    max-height: 410px;
    padding: 10px 10px 10px 10px;
}

.home-right-topview-inner-newest-title {
    margin: 0px;
}

    .home-right-topview-inner-newest-title a {
        color: #4b3303;
        padding: 0px 0px 0px 0px;
        font-weight: 500;
        text-align: justify;
        text-decoration: none;
        font-size: 1.1em;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 5px 0px 0px 0px;
        min-height: 100px;
    }

        .home-right-topview-inner-newest-title a:hover {
            color: #aaa;
        }

.home-right-topview-inner-newest {
    width: 100%;
    margin: 10px 0 1em 0;
    height: 100px;
}

.home-right-topview-inner-newest-image {
    margin: 0;
    padding: 0;
    height: 90px;
}

    .home-right-topview-inner-newest-image img {
        object-fit: cover;
        object-position: 100% 0;
        height: 90px;
        margin: 0;
        top: 0;
        width: 100%;
        border: 1px solid #c0c0c0;
    }

hr.border {
    border-top: 1px dotted #c0c0c0;
    margin: 5px 5px 5px 0;
}

#scollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}

#scollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 0px solid #ddd;
}
/**********************************************************/

.topnav a:hover {
    color: #bbb;
}

.topnav a.active {
    background-color: #35807e;
    /*background-color: #cde1e2;*/
    color: yellow;
    font-weight: 500;
    width: 130px;
}


topnav-article-list {
    overflow: hidden;
    /*background-color: #245a4a;*/
    background-image: linear-gradient(to bottom, #fff, #adadad);
    height: 35px;
    position: relative;
}

.topnav-article-list a {
    float: left;
    color: #4b3303;
    padding: 5px 0px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #022b48;
}

    .topnav-article-list a:hover {
        color: #bbb;
    }

    .topnav-article-list a.active {
        background-color: #35807e;
        /*background-color: #cde1e2;*/
        color: yellow;
        font-weight: 500;
        width: 130px;
    }

.news-content {
    position: relative;
    /*border: 1px;
    border-style: solid;
    border-color: #4b3303;*/
}

.article-info {
    margin: 10px 0 15px 0;
}

.article-info-inner {
    margin: 0px 0 10px 0;
    height: 250px;
}

    .article-info-inner img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        object-position: 100% 0;
        margin: 0 0 0 0;
    }

    .article-info-inner a p {
        height: 75px;
        display: block;
        overflow: hidden;
        text-overflow: " [..]";
        color: #4b3303;
        font-size: 1.1em;
        font-weight: 500;
        text-align: justify;
        text-decoration: none;
        padding: 5px 5px 10px 5px;
        width: 100%;
    }

    .article-info-inner:hover {
        box-shadow: 0 0 3px #978f7a;
    }

    .article-info-inner p:hover {
        text-decoration: none;
        color: #bbb;
    }

    .article-info-inner a:hover {
        text-decoration: none;
    }

#giaohoihoancau {
    margin-bottom: 10px;
}

#giaohoivietnam {
    margin-bottom: 10px;
}

#sinhhoatgiaophan {
    margin-bottom: 10px;
}

#loichua {
    margin-bottom: 10px;
}

#video {
    margin-bottom: 10px;
}

.topview-homepage-bottom {
    margin-top: 9px;
    width: 100%;
}

.news-home-newest-inner {
    padding: 0;
    border: 1px;
    border-style: solid;
    border-color: #bbb;
    margin-bottom: 5px;
    margin-top: 5px
}

    .news-home-newest-inner:hover {
        box-shadow: 0 0 5px #000;
    }

    .news-home-newest-inner p {
        height: 200px;
        color: #4b3303;
        font-size: 14px;
        padding: 5px 5px 5px 5px;
        text-align: justify;
        width: 100%;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-home-newest-inner img {
        object-fit: cover;
        object-position: 100% 0;
        height: 170px;
        width: 100%;
        margin: 0 0 0 0;
    }

    .news-home-newest-inner ul {
        height: 300px;
        color: #4b3303;
        font-size: 14px;
        padding: 5px 10px 5px 10px;
    }

.home-right-inner p {
    min-height: 65px;
    background: #fff;
    color: #4b3303;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    text-align: justify;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-right-inner-title {
    background-image: linear-gradient(to right,#554b3d, #9e8179);
    height: 30px;
    position: relative;
    text-align: center;
    /*background: #977971;*/
}

    .home-right-inner-title label {
        /*float: left;*/
        color: #4b3303;
        padding: 5px 10px 10px 10px;
        text-decoration: none;
        font-size: 1em;
        text-transform: uppercase;
    }

    .home-right-inner-title h5 {
        /*float: left;*/
        padding: 5px 0px 10px 0px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
    }

    .home-right-inner-title a {
        color: #fff;
    }

        .home-right-inner-title a:hover {
            color: #dfdfdf;
        }

.home-right-inner:hover {
    box-shadow: 0 0 5px #000;
}

li.article-home-newest-inner-first-title {
    min-height: 20px;
    max-height: 80px;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: justify;
    font-weight: 600;
    padding: 5px 0 0px 0;
}

    li.article-home-newest-inner-first-title a {
        color: #4b3303;
        text-decoration: none;
    }

        li.article-home-newest-inner-first-title a:hover {
            color: #bbb;
        }

li.article-home-newest-inner-relate-title a {
    color: #4b3303;
    text-decoration: none;
}

    li.article-home-newest-inner-relate-title a:hover {
        color: #bbb;
    }

hr.border {
    border-top: 1px dotted #c0c0c0;
    margin: 5px 5px 5px 0;
}

hr.border-related-article {
    border-top: 1px dotted #c0c0c0;
    margin: 5px 20px 5px 20px;
}

.information-left {
    height: 485px;
    /*border: 1px;
    border-style: solid;
    border-color: #f0fafe;*/
    margin: 10px 0px 5px 0px;
    position: relative;
}

    .information-left:hover {
        box-shadow: 0 0 5px #978f7a;
    }

.information-left-inner-image {
    position: relative;
    right: 0px;
    left: 0px;
    width: 100%;
}

    .information-left-inner-image img {
        width: 100%;
        object-fit: cover;
        object-position: 100% 0;
        height: 485px;
    }

.information-left-heading {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0px;
    left: 0px;
    background: rgba(1,37,44,0.5);
}

.information-left-heading-title {
    height: 80px;
    position: relative
}

    .information-left-heading-title a {
        font-size: 1.4em;
        font-weight: 600;
        text-align: justify;
        margin: 15px 10px 5px 10px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        /*color: #104173;*/
        color: #fff;
        text-transform: none;
        text-shadow: 1px 1px 1px #024b58;
    }

        .information-left-heading-title a:hover {
            color: #bbb;
            text-transform: none;
        }

@media screen and (max-width:480px) {
    .information-left {
        height: 230px;
        border: 1px;
        border-style: solid;
        border-color: #f0fafe;
        margin: 5px 5px 5px 0px;
    }

    .information-left-inner-image {
        height: 230px;
        right: 0px;
        left: 0px;
    }

        .information-left-inner-image img {
            object-fit: contain;
        }

    .information-left-heading {
        height: 60px;
        width: 100%;
        position: absolute;
        margin-top: 0px;
        bottom: 0px;
    }

    .information-left-heading-title {
        position: relative;
    }

        .information-left-heading-title a {
            font-size: 1.1em;
        }
}

.information-right {
    margin: 5px 0px 0px 0px;
    width: 100%;
}

.information-right-inner {
    margin: 5px 0 5px 0;
    height: 240px;
}

    .information-right-inner img {
        width: 100%;
        height: 165px;
        object-fit: cover;
        object-position: 100% 0;
        margin: 0 0 0 0;
    }

    .information-right-inner a p {
        height: 70px;
        display: block;
        overflow: hidden;
        text-overflow: " [..]";
        color: #4b3303;
        font-size: 1.1em;
        font-weight: 500;
        text-align: justify;
        text-decoration: none;
        padding: 5px 10px 10px 10px;
        width: 100%;
    }

    .information-right-inner:hover {
        box-shadow: 0 0 3px #978f7a;
    }

    .information-right-inner a p :hover {
        color: #bbb;
    }

/********************Video Home Page*******************/
.video-homepage {
    margin: 1em 10px 0 10px;
    position: relative;
}

.video-homepage-first {
    text-align: center;
    height: 650px;
    margin: 0 0 1em 0;
}

.video-homepage-first:hover {
    box-shadow: 0 0 3px #4b3303;
}

.video-homepage-first iframe {
    height: 650px;
    width: 100%;
    position: relative;
    border-style: solid;
    border: 1px;
    border-color: #4b3303;
    position: relative;
}

@media screen and (min-width:300px) and (max-width:480px) {
    .video-homepage-first {
        max-height: 280px;
    }

        .video-homepage-first iframe {
            height: 260px !important;
        }

    .video-homepage-inner {
        max-height: 300px;
    }

        .video-homepage-inner img {
            height: 210px;
        }

        .video-homepage-inner a p {
            max-height: 75px;
            width: 100%;
        }
}

.video-homepage-inner {
    position: relative;
    height: 250px;
    margin: 0 0 1em 0
}

.video-homepage-inner img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: 100% 0;
}

.video-homepage-inner a p {
    height: 75px;
    display: block;
    overflow: hidden;
    text-overflow: " [..]";
    color: #4b3303;
    font-size: 1.1em;
    font-weight: 500;
    text-align: justify;
    text-decoration: none;
    padding: 5px 5px 10px 5px;
    width: 100%;
}

.video-homepage-inner:hover {
    box-shadow: 0 0 3px #978f7a;
}

.video-homepage-inner p:hover {
    text-decoration: none;
    color: #bbb;
}

/***************ARTICLE LIST*************************/

#article-list {
    margin: 15px 0 15px 0;
}

.article-list {
    margin: 15px 0 15px 0;
    border: 1px;
    border-style: solid;
    border-color: #bbb;
    position: relative;
}

.article-list-search {
    border: 1px;
    border-style: solid;
    border-color: #bbb;
}

.article-list-content {
    position: relative;
    margin-top: 10px;
    /*border:1px;
    border-style:solid;
    border-color:#bbb;*/
}

.article-list-content-inner {
    margin: 0 0 10px 0;
    border: 1px;
    border-style: solid;
    border-color: #dbf1fb;
}

    .article-list-content-inner a p:hover {
        color: #bbb;
    }

    .article-list-content-inner:hover {
        box-shadow: 0 0 3px #0e6daf;
    }

    .article-list-content-inner img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        object-position: 100% 0;
    }

    .article-list-content-inner a p {
        height: 75px;
        display: block;
        overflow: hidden;
        text-overflow: " [..]";
        color: #104173;
        font-size: 1.2em;
        font-weight: 500;
        text-align: justify;
        text-decoration: none;
        padding: 5px 10px 10px 10px;
        width: 100%;
    }

    .article-list-content-inner a:hover {
        text-decoration: none;
        color: #bbb;
    }

.article-list-search {
    border: 1px;
    border-style: solid;
    border-color: #bbb;
}

.article-info-content {
    width: 100%;
    position: relative;
}

.article-info-content-first {
    margin: auto;
    width: 90%;
    border: 1px;
    border-style: solid;
    border-color: #dbf1fb;
    background-image: linear-gradient(to bottom, #000, #5abee9);
}

    .article-info-content-first img:hover {
        box-shadow: 0 0 3px #0e6daf;
        background-image: none;
        opacity: 1;
        color: #000;
    }

    .article-info-content-first img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: 100% 0;
        position: relative;
        opacity: 0.4;
    }

    .article-info-content-first a h2:hover {
        text-decoration: none;
    }

    .article-info-content-first a h2 {
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 3.0em;
        letter-spacing: 0.7px;
        text-shadow: 2px 2px 8px #bfccd2;
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-45%, -45%);
        max-height: 100px;
    }

@media screen and (max-width:480px) {
    .article-info-content-first {
        margin: auto;
        border: 1px;
        max-height: 175px;
        border-style: solid;
        border-color: #dbf1fb;
        background-image: linear-gradient(to bottom, #000, #5abee9);
    }

        .article-info-content-first a h2 {
            font-size: 1.5em;
            letter-spacing: 0.7px;
        }

        .article-info-content-first img {
            width: 100%;
            object-fit: contain;
            position: relative;
            opacity: 0.4;
        }

        .article-info-content-first a h2 {
            text-align: center;
            color: #fff;
            font-weight: 500;
            font-size: 1.2em;
            letter-spacing: 0.7px;
            text-shadow: 2px 2px 8px #bfccd2;
            position: absolute;
            /* top: 45%;
        left: 45%;
        transform: translate(-45%, -45%);*/
            max-height: 80px;
        }
}

/*************FOOTER***************/
#footer {
    margin: 10px 0 0 0;
}

.footer-bg {
    background: #424442;
}

.footer {
    font-family: Helvetica, Roboto, Arial, sans-serif !important;
}

.footer-heading h4 {
    color: #d2d4d2;
    font-weight: 600;
    padding: 15px 0 10px 0px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.footer-inner-content {
    margin: 10px 10px 10px 0px;
}

    .footer-inner-content hr {
        color: #aaa;
    }

    .footer-inner-content p {
        font-size: 14px;
        color: #bbb;
        text-align: justify
    }

    .footer-inner-content ul li {
        padding: 0 0 10px 0;
        color: #bbb;
    }

        .footer-inner-content ul li i {
            font-size: 14px;
            color: #bbb;
        }

        .footer-inner-content ul li a {
            font-size: 14px;
            color: #bbb;
            text-align: justify;
        }

            .footer-inner-content ul li a:hover {
                color: #fff;
            }

#footer-bottom {
    background: #fff;
}

.footer-bottom {
    min-height: 40px;
}

.footer-bottom-copyright {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

    .footer-bottom-copyright label {
        color: #424442;
        font-size: 1.2em;
        font-weight: 400
    }

.social-network {
    margin: 6% 0 10px 10px;
}

    .social-network label {
        margin-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
    }

.social-network-inner {
    /*background:#fff;*/
}

ul.follow {
    display: inline;
    margin-left: 0 !important;
    margin-bottom: 0;
}

    ul.follow li {
        display: inline;
        margin: 0px 15px 0 0px;
        color: #4d4d4d
    }

    ul.follow a i {
        padding: 5px 5px 5px 5px;
        color: #757575;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

        ul.follow a i:hover {
            color: #fff;
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
        }

.fa-facebook:hover {
    background: #0083C9;
}

.fa-twitter:hover {
    background: #5BBCEC;
}

.fa-linkedin:hover {
    background: #FF4518;
}

.fa-youtube:hover {
    background: #CE3C2D;
}

.height-follow {
    margin: 10px 0 10px 0;
}


.web-link {
    margin: 20px 0 20px 5px
}

    .web-link label {
        margin-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #bbb;
        font-size: 16px;
    }

.web-link-inner {
    font-size: 14px;
    font-weight: 400;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
}

    .web-link-inner ul li {
        padding: 0px 5px 5px 10px;
    }

        .web-link-inner ul li span {
            font-weight: 400;
            margin-right: 10px;
            font-size: 12px;
        }

        .web-link-inner ul li a {
            color: #bbb;
        }

            .web-link-inner ul li a:hover {
                color: #fff;
            }
