﻿ul {
    list-style: none;
    padding: 0 15px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #ff0000;
        text-decoration: none;
    }

select {
    background: transparent;
    border: 1;
}

.width-common {
    width: 100%;
    float: left;
}

.width-commonrss {
    padding: 10px !important;
    width: 100%;
    float: left;
}

    .width-commonrss .i-more:first-child {
        border-top: unset !important;
    }

.rsslinks {
    color: #818182;
    width: 100%;
    float: left;
}

.line {
    border-bottom: 1px solid #004490;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.article-khv3 .img-khv3:hover {
    opacity: 0.8;
    transition: ease-in-out 200ms all;
}

.slider-main .union_main_image {
    position: relative;
}

    .slider-main .union_main_image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .slider-main .union_main_image img:hover {
            opacity: 0.8;
            transition: ease-in-out 200ms all;
        }

.slider-main .Union_desc {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    padding: 5px 0px;
    height: 95px;
}

    .slider-main .Union_desc h2 {
        line-height: 18px;
        font-weight: 500;
        margin: 0;
        min-height: 60px;
    }

    .slider-main .Union_desc a {
        color: #333;
        font-size: 15px;
        font-weight: 700;
        line-height: 17px;
    }

        .slider-main .Union_desc a:hover {
            color: #ff0000;
        }

.slider-main .Union_block {
    opacity: 1 !important;
    text-align: justify;
}

.slider-hoat-dong {
    padding: 0px 0px;
    margin-bottom: 5px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.backgr {
    height: 55px;
    background: rgb(44, 127, 219);
    text-align: center;
    position: unset;
    float: left;
    bottom: 0;
    border-top: 2px solid #efb637;
}

    .backgr a {
        background: transparent;
        display: -webkit-box;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 6px;
        margin-left: 4px;
        margin-right: 4px;
        color: #fff !important;
        text-align: left;
    }

.slider-news .backgr a {
    color: #101010 !important;
    line-height: 130%;
}

.backlist .backgr:hover {
    background-color: #064f7c;
    transition: all 0.9s;
}

.article-thumblist {
    height: 120px;
    overflow: hidden;
    float: left;
    margin-right: 0px;
}

.slider-hoat-dong .text-head {
    color: #3175f3;
}

.slider-hoat-dong .text-title a {
    color: #1f1f1f;
}

    .slider-hoat-dong .text-title a:hover {
        color: #3175f3;
    }

.slider-hoat-dong .article-thumb {
    margin-bottom: 3px;
}

.slider-hoat-dong .owl-theme {
    padding: 0px 0px;
    position: relative;
}

    .slider-hoat-dong .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
        color: #ccc;
        font-size: 60px;
        padding: 0 0px !important;
        border-radius: 0;
    }

        .slider-hoat-dong .owl-theme .owl-nav [class*='owl-']:hover {
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
        }

    .slider-hoat-dong .owl-theme .owl-next, .slider-hoat-dong .owl-theme .owl-prev {
        position: absolute;
        top: 0;
    }

    .slider-hoat-dong .owl-theme .owl-prev {
        left: -10px;
    }

    .slider-hoat-dong .owl-theme .owl-next {
        right: -10px;
    }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.tab .nav-tabs .active a {
    color: #3175f3 !important;
    border-color: #c8c8c8;
    border-bottom-color: transparent;
    text-transform: uppercase;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: 1px solid #ff891e;
    border-bottom-color: transparent;
    font-weight: bold;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tab .nav-tabs .active a {
    color: #3175f3 !important;
    border-color: #c8c8c8;
    border-bottom-color: transparent;
    text-transform: uppercase;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 10px;
}

@media(max-width:767px) {
    .slider-main .union_main_image img {
        width: 100%;
        height: auto;
    }

    .slider-main .union_main_imagenews img {
        width: 100%;
        height: auto !important;
    }

    .mCustomScrollbarnews {
        height: auto !important;
        padding-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .slider-thu-vien-anh .item-content {
        border-color: transparent;
    }

    .sp-bottom-thumbnails.sp-has-pointer {
        display: none;
    }
}

.psc-three-col {
    overflow: hidden;
}

@media (min-width: 769px) {
    .psc-three-col li {
        width: 33.3333%;
        float: left;
    }

        .psc-three-col li:nth-child(3n + 1) {
            clear: both;
        }
}

@media (max-width: 768px) and (min-width: 500px) {
    .psc-three-col li {
        width: 50%;
        float: left;
    }

        .psc-three-col li:nth-child(2n + 1) {
            clear: both;
        }
}

.tab {
    margin-left: 0px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab {
        margin-left: 0;
        margin-top: 0px;
    }
}

.tab .nav-tabs {
    padding-left: 5px;
    padding-top: 5px;
    background-color: #f0f0f0;
    border-color: #ff891e;
}

    .tab .nav-tabs .active a, .nav-tabs .nav-link.active {
        color: #fff !important;
        border-color: #ff891e;
        border-bottom-color: transparent;
        text-transform: uppercase;
        /*background: #ff891e;*/
    }

.tab.tab-tochuc {
    margin-bottom: 20px;
}

    .tab.tab-tochuc .header-tab {
        text-transform: uppercase;
    }

.item-1 .text-head {
    background-image: url(../imgs/icon-head/icon-01.png);
}

.item-2 .text-head {
    background-image: url(../imgs/icon-head/icon-02.png);
}

.item-3 .text-head {
    background-image: url(../imgs/icon-head/icon-03.png);
}

.item-4 .text-head {
    background-image: url(../imgs/icon-head/icon-04.png);
}

.item-5 .text-head {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 0px;
    background-color: #e0edff;
    border-bottom: 2px solid #076ad6;
    border-top: 1px solid #076ad6;
    border-right: 1px solid #076ad6;
}

.item-6 .text-head {
    background-image: url(../imgs/icon-head/icon-06.png);
}

.item-7 .text-head {
    background-image: url(../imgs/icon-head/icon-07.png);
}

.block {
    /*overflow: hidden;
    float: left;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px 0 #dadada;
    background-color: #fff;
    padding: 10px;*/
}

.select-box11 {
    width: 100%;
}

.block .col-left {
    width: 60%;
    float: left;
}

.block .col-hotnews {
    width: 40%;
    float: left;
    padding-right: 0;
    padding-left: 1px;
}

.block .col-right {
    width: 40%;
    float: left;
    padding-right: 0;
    padding-left: 1px;
    max-height: 380px;
    overflow: auto;
}

    .block .col-right::-webkit-scrollbar {
        width: 5px;
    }

    .block .col-right::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .block .col-right::-webkit-scrollbar-thumb {
        background: #919191;
        border-radius: 2px;
    }

        .block .col-right::-webkit-scrollbar-thumb:hover {
            background: #7d7d7d;
        }

@media (max-width: 992px) {
    .block .col-left, .block .col-right {
        width: 100%;
    }

    .blockvideo .col-left, .blockvideo .col-right {
        width: 100% !important;
    }

    .blocknews .col-leftnews, .blocknews .col-rightnews {
        width: 100% !important;
    }
}

.block.two-col article {
    overflow: hidden;
    margin-bottom: 10px;
}

.owl-item .article-thumb {
    width: 100%;
}

.block.two-col article .article-thumb {
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}

.block.two-col article .text-title {
    margin-top: 0px;
    margin-bottom: 0;
}

.block.two-col [class^="item"]:nth-child(odd) {
    clear: both;
}

.block.three-col article {
    overflow: hidden;
}

    .block.three-col article .article-thumb {
        margin-bottom: 15px;
    }

    .block.three-col article .text-title {
        margin-bottom: 15px;
    }

.articles li {
    padding-left: 10px;
    margin-bottom: 10px;
}

    .articles li:before {
        margin-left: -15px;
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        margin-top: 7px;
        padding-right: 3px;
        background: #0072bc;
        width: 6px;
        height: 6px;
    }

.style-3 li:before {
    margin-left: -13px;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0.125em;
    padding-right: 3px;
    background: #4f4f4f;
    width: 7px;
    height: 7px;
}


@media (min-width: 768px) {
    .articles.two-col-desktop {
        overflow: hidden;
    }

        .articles.two-col-desktop li {
            float: left;
            width: 50%;
        }

            .articles.two-col-desktop li:nth-child(odd) {
                clear: both;
                padding-right: 5%;
            }

            .articles.two-col-desktop li:nth-child(even) {
                padding-left: 5%;
            }
}


.articles.style-1 li {
    padding: 0px 10px 10px 15px;
    margin-bottom: 0;
}

.firstflag :before {
    position: absolute;
    top: 4px;
    left: -17.2px;
    width: 5px;
    height: 5px;
    display: block;
    background-color: #c00;
    border-radius: 50000px;
}

.articles.style-1 li:last-child {
    border-bottom: 0;
}

.articles style-1:before {
    position: absolute;
    left: -1px;
    width: 1px;
    height: calc(100% - 7px);
    background-color: #ccc;
}

.articles.style-1:before {
    position: absolute;
    top: 4px;
    left: -17.2px;
    width: 5px;
    height: 5px;
    display: block;
    background-color: #c00;
    border-radius: 50000px;
}

.articles.style-1 li:hover, .articles.style-1 li.hover, .articles.style-1 li.firstflag.active, .articles.style-1 li.active {
    padding: 0px 10px 10px 15px;
}

    .articles.style-1 li:hover a, .articles.style-1 li.hover a, .articles.style-1 li.firstflag.active a, .articles.style-1 li.active a {
        color: #0072bc;
    }

.articles.style-1 h2 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

.articles.style-2 {
    margin-top: 5px;
    padding-left: 15px;
}

    .articles.style-2 li {
        padding: 5px 15px;
        margin-bottom: 0;
    }

        .articles.style-2 li::before {
            color: #076ad6;
        }

        .articles.style-2 li:hover {
            background-color: #f0f0f0;
        }

            .articles.style-2 li:hover a {
                color: #076ad6;
            }

    .articles.style-2 h2 {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

.list-tb {
    overflow: hidden;
}

    .list-tb li {
        float: left;
        width: 20%;
        margin-bottom: 25px;
    }

@media (min-width: 1001px) {
    .list-tb li:nth-child(5n +1) {
        clear: both;
    }
}

@media (max-width: 1000px) {
    .list-tb li {
        width: 25%;
    }
}

@media (max-width: 900px) {
    .list-tb li {
        width: 33.3333%;
    }
}

@media (max-width: 500px) {
    .list-tb li {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .list-tb li {
        width: 100%;
    }
}

.list-tb .tb-icon {
    display: table;
}

    .list-tb .tb-icon img, .list-tb .tb-icon span {
        display: inline-block;
    }

    .list-tb .tb-icon span {
        vertical-align: middle;
        padding-left: 5px;
    }

.articles-khv3.style-2-khv3 {
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tab-pane .box {
    min-height: 260px;
}

.articles-khv3.style-2-khv3 li {
    padding: 5px 0px 5px 10px;
    margin-bottom: 0;
}

.list-khv3 li a:hover {
    color: #076ad6;
}

.articles-khv3 li:before {
    margin-left: -12px;
    font-family: 'FontAwesome';
    content: "\f009";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    position: relative;
    top: 8px;
    color: #0768d5;
    font-size: 6px;
}

.tab.tab-khv3 {
    margin-bottom: 20px;
}

.nav-tabs-khv3 > li {
    float: left;
    margin-bottom: 0px;
}

.nav-tabs-khv3 {
}

    .nav-tabs-khv3 > li.active > a, .nav-tabs-khv3 > li.active > a:focus, .nav-tabs-khv3 > li.active > a:hover {
        color: #555;
        cursor: default;
        border-bottom-color: transparent;
    }

    .nav-tabs-khv3 > li > a {
        padding: 5px 15px;
    }

.tab-list {
    margin-left: 0px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab-list {
        margin-left: 0;
        margin-top: 5px;
    }
}

.tab-list.tab-khv0 .header-tab-khv3right {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #dadada;
    font-family: "Merriweather",serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-weight: 700;
}

.tab-list .nav-tabs-khv3right {
    background-color: #fff;
    padding-top: 5px;
    width: 100%;
}

.tab-list.tab-khv3 .header-tab-khv3right {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #dadada;
    font-family: "Merriweather",serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-weight: 700;
}

.nav-tabs-khv3right > li > a:hover {
    text-decoration: none;
    color: #333;
    background-color: #fff !important;
    border-bottom: 1px solid #ffb27e !important;
}

.tab-list .nav-tabs-khv3 {
    background-color: #fff;
    padding-top: 12px;
    width: 100%;
}

.nav-tabs-khv3 > li > a:hover {
    text-decoration: none;
    color: #333;
    background-color: #fff !important;
    border-bottom: 2px solid #ffb27e;
}

.nav-tabs-khv3 > li:first-child {
    float: left;
    margin-left: 10px;
}

.nav-tabs-khv3 > li {
    float: left;
    height: 32px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.tab-list .nav-tabs-khv3 .active a {
    border-bottom: 2px solid #4a90e2;
    font-weight: 700;
    color: #333;
}

.nav-tabs-khv3 > li > a {
    line-height: 1.42857143;
    padding: 5px 3px;
}

.tab-list.tab-khv0 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px 0 #dadada;
}

.tab-list.tab-khv3 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px 0 #dadada;
}

.tab-list.tab-khv4 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px 0 #dadada;
    border-radius: 3px;
}

.tab-list.tab-khv5 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px 0 #dadada;
    border-radius: 6px;
}

.tab-content {
    margin: 0 10px;
}

.tab-pane .box {
    padding-left: 0px;
    padding-right: 0px;
}

.tab-content > .active {
    display: block;
}

.tab-list.tab-khv3 .header-tab-khv3 {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
    font-family: "Merriweather",serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.nav-tabs-khv3 > li.active > a, .nav-tabs-khv3 > li.active > a:focus, .nav-tabs-khv3 > li.active > a:hover {
    cursor: default;
    border-bottom: 2px solid #4a90e2;
    background-color: #fff;
}

.tabnews .tab-content {
    padding: 0 0;
    background-color: #ecf1f7;
}

.articlex .created-date {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #6c6c6c;
    padding-left: 10px;
    float: left;
}

.read-article1 {
    float: left;
    clear: both;
}

.read-article {
    float: left;
    clear: both;
}

    .read-article:first-child {
        border-top: none;
        margin-top: 5px;
    }

.article-khv3 {
    overflow: hidden;
}

    .article-khv3 .img-khv3 {
        width: 100%;
        height: 86px;
    }

.text-title-khv3 {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    float: left;
}

.readtopics:hover {
    background-color: #c5d0f1;
}

.list-khv3 li a {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.lista a.viewall {
    font-size: 13px;
    line-height: 15px;
    color: #4a90e2;
    height: auto;
    border: 0;
    float: left;
    font-weight: bold;
    padding: 10px 0;
}

.col-sm-4 .article-thumb img {
    height: 140px;
    width: 100%;
}

.col-sm-6 .article-thumb img {
    height: 90px;
    width: 100%;
}

.owl-item .article-thumb img {
    height: 96px;
}

.sbn {
    border: 1px solid #076ad6;
}

.sobang {
    background-color: #e0edff !important;
}

.item-5li {
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px 0 #dadada;
    float: left;
    width: 100%;
    background-color: #fff;
}

    .item-5li .text-head {
        background-color: #fff;
        padding-top: 12px;
    }

        .item-5li .text-head a {
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
            margin: 0px 10px 0px 0px;
            font-family: "Merriweather",serif;
            font-feature-settings: 'pnum' on, 'lnum' on;
            background-color: #fff;
        }

.list_right_1 {
    margin-top: 0px;
    border: 1px solid #076ad6;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.icon {
    background: #f6fbff;
    display: block;
    overflow: hidden;
    padding: 10px 5px 10px 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

    .icon:hover {
        background-color: rgba(162, 211, 247, 0.47843137254901963);
    }

    .icon img {
        margin-right: 10px;
        width: auto;
        float: left;
    }

    .icon span {
        color: #1c5599;
        font-weight: bold;
        line-height: 20px;
    }

#banner {
    min-height: 130px;
    width: 100%;
    float: left;
}

#psc-divPanelBottom .container {
    padding: 0;
    width: 100%;
    float: left;
}

.header .container, .menu .container {
    padding: 0;
}

@media(min-width:768px) {
    #psc-divPanelCenter {
        /*float: left;*/
    }

    #psc-divPanelRight {
        float: left;
        padding: 0 15px;
    }

    #psc-divPanelMid {
        overflow: hidden;
        margin: 0 -15px;
        padding-top: 5px;
        float: left;
    }
}

.sp-thumbnail-image-container img {
    width: 162px;
    height: 95px;
}

.languages {
    z-index: 100;
    float: right;
    right: 10px;
    top: 0px;
    position: absolute;
}

@media(max-width:767px) {
    .languages {
        z-index: 100;
        float: right;
        right: 10px;
        top: 0px;
        position: absolute;
    }

    .block .col-right {
        padding: 0;
        padding-top: 15px;
    }

    .mCSB_scrollTools {
        width: 5px;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 4px;
    }
    .slider-main .Union_desc {

    height:auto;
}
}

#yt_spotlight2 {
    padding: 10px;
    width: 100%;
    margin-bottom: 6px;
}

@media (max-width: 450px) {
    .features .feature-item {
        width: 50%;
    }
}

.hvr-underline-from-left:before {
    background: #e5a83d;
}

.features {
    width: 100%;
    float: left;
}

    .features .feature-item {
        width: 16.66667%;
        float: left;
        position: relative;
        min-height: 135px;
        text-align: center;
        background-color: #0458b3;
    }

        .features .feature-item:nth-child(odd) {
            background-color: #ecf1f7;
        }

            .features .feature-item:nth-child(odd) span {
                color: #004287;
            }

@media (max-width: 978px) {
    .features .feature-item {
        width: 33.33333%;
    }
}

@media (max-width: 568px) {
    .features .feature-item {
        width: 50%;
    }

        .features .feature-item:nth-child(3) {
            float: right;
        }
}

@media (max-width: 450px) {
    .features .feature-item:nth-child(3) {
        float: right;
    }
}

.features .feature-item a {
    font-family: 'utm_neo_sans_intelregular', 'ubunturegular','Open Sans', sans-serif;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7px 5px 5px 5px;
    color: #fff;
}

    .features .feature-item a img {
        webkit-transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -ms-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s;
    }

    .features .feature-item a:hover img {
        -webkit-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }

.features .feature-item span {
    font-family: "utm_neo_sans_intelbold", "LatoWebBlack", "Open Sans", sans-serif;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 17px;
}
