﻿* {
    margin: 0px;
    padding: 0px;
}

.bg {
    background: #345985;
}

img {
    border: none;
}

#main {
    height: auto;
}
table[align=center] {
    margin: auto;
}
#banner {
    background-image: url("../images_new/banner_1.png");
    height: 168px;
    position: relative;
    width: 1000px;
}

    #banner .logo {
        position: absolute;
        /*background-image: url("../images_new/logo.png");*/
        /*height: 137px;*/
        width: 134px;
        top: 15px;
        left: 25px;
    }

    #banner .dep-name {
        text-align: left;
        color: #fff700;
        padding-top: 60px;
        padding-left: 180px;
        font-size: 2.5em;
        font-weight:bold;
        font-family:'Times New Roman', Times, serif;
        text-shadow: 1px 1px 2px #333;
    }

    #banner .uni-name {
        text-align: left;
        color: #ffffff;
        font-size: 1.5em;
        padding-top:15px;
        padding-left: 180px;
    }

    #banner div#menu1 {
        position: absolute;
        top: 20px;
        right: 12px;
        height: 28px;
    }

        #banner div#menu1 #menu1_l {
            float: left;
            width: 16px;
            background: url("../images_new/sitemap_bg_l.png") no-repeat;
            height: 28px;
        }

        #banner div#menu1 #menu1_m {
            float: left;
            background: url("../images_new/sitemap_bg_m.png") repeat-x;
            height: 28px;
        }

        #banner div#menu1 #menu1_r {
            float: left;
            background: url("../images_new/sitemap_bg_r.png") no-repeat;
            height: 28px;
            width: 16px;
        }

        #banner div#menu1 #menu1_m ul {
            list-style: none;
        }

            #banner div#menu1 #menu1_m ul li {
                padding: 0px 7px;
                border-right: 1px solid #585A59;
                display: inline;
                line-height: 29px;
            }

                #banner div#menu1 #menu1_m ul li:last-child {
                    border: none;
                }

                #banner div#menu1 #menu1_m ul li a {
                    text-decoration: none;
                    color: #5A5A5A;
                }

                    #banner div#menu1 #menu1_m ul li a:hover {
                        color: #F71C1A;
                    }

    #banner div#search {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

        #banner div#search #txt_search {
            background-image: url("../images_new/txt_search.png");
            background-repeat: no-repeat;
            padding-top: 2px;
            width: 215px;
            height: 21px;
            float: left;
        }

            #banner div#search #txt_search .text {
                background: #F1F1F1;
                width: 200px;
                height: 18px;
                border-style: none;
            }

        #banner div#search #btn_search {
            background-image: url("../images_new/btn_search.png");
            margin-left: 2px;
            width: 57px;
            height: 21px;
            float: left;
            background-repeat: no-repeat;
            padding-top: 2px;
        }

            #banner div#search #btn_search .btn {
                width: 43px;
                height: 18px;
                background-image: url("../images_new/btn_search.png");
                background-position: -8px -4px;
                cursor: pointer;
            }

#menu {
    position: relative;
    background-image: url("../images_new/menu2.png");
    background-repeat: no-repeat;
    height: 45px;
    width: 1000px;
    text-align: left;
    z-index: 1000;
}

    #menu ul {
        list-style: none;
    }

        #menu ul li {
            display: block;
            float: left;
            position: relative;
        }

            #menu ul li a {
                display: block;
                float: left;
                height: 45px;
                font-weight: bold;
                cursor: pointer;
                text-decoration: none;
                color: White;
                font-size: 13px;
                text-transform: uppercase;
            }

                #menu ul li a span {
                    float: left;
                    display: block;
                    padding: 14px 13px 0px 13px;
                    height: 31px;
                    white-space: nowrap;
                }
    #menu.dl-menu-en ul li a span {
        padding: 14px 10px 0px 10px;
    }
/*Menu cu
#menu li a:hover {background:url(../images_new/menu_hover_left.png) center left no-repeat;}
#menu li a:hover span {background:url(../images_new/menu_hove_r.png) center right no-repeat;}
#menu li:hover > a{background:url(../images_new/menu_hover_left.png) center left no-repeat;}
#menu li:hover > a span {background:url(../images_new/menu_hove_r.png) center right no-repeat;}
#menu li a.top_select {background:url(../images_new/menu_hover_left.png) center left no-repeat; }
#menu li a.top_select span {background:url(../images_new/menu_hove_r.png) center right no-repeat;}
#menu li > a.top_select {background:url(../images_new/menu_hover_left.png) center left no-repeat;}
#menu li > a.top_select span {background:url(../images_new/menu_hove_r.png) center right no-repeat;}
*/
#menu li a:hover {
    color: Yellow;
}

        #menu li a:hover span {
            color: Yellow;
        }

    #menu li:hover > a {
        color: Yellow;
    }

        #menu li:hover > a span {
            color: Yellow;
        }

    #menu li a.top_select {
        color: Yellow;
    }

        #menu li a.top_select span {
            color: Yellow;
        }

    #menu li > a.top_select {
        color: Yellow;
    }

        #menu li > a.top_select span {
            color: Yellow;
        }

    #menu ul li:first-child {
        padding-left: 20px;
    }

    #menu ul li ul {
        display: none;
        position: absolute;
        top: 44px;
        background: #2D496A;
    }

    #menu ul li:last-child ul {
        right: -13px;
    }

    #menu ul li ul li:last-child ul {
        right: auto;
    }

    #menu ul li ul li, #menu ul li ul li:first-child {
        float: none;
        padding: 0px;
        display: block;
        height: 32px;
    }

        #menu ul li ul li a {
            font-size: 12px;
            display: block;
            padding: 0px 0px 0px 20px;
            height: 32px;
            line-height: 32px;
            text-align: left;
            width: 280px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            #menu ul li ul li a:hover {
                background: #3B5F89;
            }

        #menu ul li ul li ul {
            top: 0px;
            left: 300px;
        }

#content {
    clear: both;
    margin-left: 10px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    margin-right: 9px;
    line-height: 18px;
    width: 980px;
    background: #fff;
    position: relative;
    z-index: 1;
}

    #content div#slide {
        background: #F1F1F1;
        padding: 15px 20px 30px 20px;
        position: relative;
        margin-bottom: 30px;
    }

        #content div#slide #top {
            border: 1px solid #dfdfdf;
            border-radius: 5px;
            moz-border-radius: 5px;
            webkit-border-radius: 5px;
            padding: 10px;
            text-align: left;
            background: #DFDFDF;
        }

        #content div#slide #bottom {
            background-image: url(../images_new/slide_bottom.png);
            position: absolute;
            bottom: 0px;
            left: 100px;
            width: 817px;
            height: 30px;
        }

#slideshow {
    width: 879px;
    height: 280px;
    background: #fff;
}

#slides {
    position: relative;
    width: 879px;
    height: 280px;
    list-style: none;
    overflow: auto;
}

    #slides li {
        width: 879px;
        height: 280px;
        background: #dfdfdf;
        display:flex;
        justify-content:center;
        align-items:center;
    }
        #slides li img{
            width:auto;
            height:100%;
        }

        .pagination {
            list-style: none;
            height: 25px;
            margin: 15px 0 0 4px;
        }

    .pagination li {
        cursor: pointer;
        background: url(../images_new/slide_btn.png) no-repeat;
        margin: 0 4px 0 0;
        width: 19px;
        height: 21px;
    }

        .pagination li:hover {
            background: url(../images_new/slide_active.png) no-repeat;
        }

li.current {
    background: url(../images_new/slide_active.png) no-repeat;
}

#left {
    width: 640px;
    float: left;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 25px;
    font-weight: bold;
}

    #left .thongbao {
        width: 300px;
        float: left;
        margin: 0px 20px 10px 0px;
    }

        #left .thongbao h2 {
            color: #07539F;
            border-bottom: 2px solid #DCDCDC;
            padding-bottom: 10px;
            text-transform: uppercase;
            font-size: 1.3em;
            padding-left: 24px;
            background: url(../Images/icon/Icon_Dao_tao.png) no-repeat;
        }

        #left .thongbao ul {
            list-style: square;
            /*height: 315px;*/
            overflow: hidden;
        }

            #left .thongbao ul li {
                list-style: square;
                margin: 10px 5px 10px 15px;
                width: 280px;
            }

                #left .thongbao ul li img {
                    width: 27px;
                }

                #left .thongbao ul li a {
                    text-decoration: none;
                    color: #5A5A5A;
                }

                    #left .thongbao ul li a:hover {
                        color: #07539F;
                    }

    #left div#tintuckhoa {
        width: 620px;
        clear: both;
        height: 333px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        #left div#tintuckhoa h2 {
            color: #07539F;
            text-transform: uppercase;
            font-size: 1.3em;
            padding-left: 24px;
            background: url(../Images/icon/tintuc1.png) left center no-repeat;
            border-bottom: 2px solid #DFDFDF;
            padding-bottom: 10px;
            padding-top: 10px;
        }

        #left div#tintuckhoa #tinchinh {
            background: #F0F0F0;
            border: 1px solid #dfdfdf;
            border-radius: 5px;
            moz-border-radius: 5px;
            webkit-border-radius: 5px;
            padding: 15px 12px;
            margin: 10px 0px 10px 0px;
        }

            #left div#tintuckhoa #tinchinh .img {
                width: 105px;
                float: left;
                margin-right: 10px;
            }

            #left div#tintuckhoa #tinchinh .text {
                float: left;
                width: 177px;
                margin-right: 5px;
            }

                #left div#tintuckhoa #tinchinh .text p {
                    margin-top: 7px;
                }

                    #left div#tintuckhoa #tinchinh .text p a {
                        color: #5A5A5A;
                        text-decoration: none;
                    }

                        #left div#tintuckhoa #tinchinh .text p a:hover {
                            color: #07539F;
                        }

            #left div#tintuckhoa #tinchinh h2 {
                font-size: 18px;
                color: #A50100;
                margin-top: 5px;
            }

            #left div#tintuckhoa #tinchinh img {
                border: 1px solid #dfdfdf;
                border-radius: 5px;
                moz-border-radius: 5px;
                webkit-border-radius: 5px;
                padding: 2px;
                background: #ffffff;
                max-height: 81px;
                overflow: hidden;
            }

        #left div#tintuckhoa #tincungchuyenmuc ul {
            list-style: square;
            height: 139px;
            overflow: hidden;
        }

            #left div#tintuckhoa #tincungchuyenmuc ul li {
                list-style: square;
                margin: 5px 0px 5px 25px;
            }

                #left div#tintuckhoa #tincungchuyenmuc ul li a {
                    text-decoration: none;
                    color: #5A5A5A;
                }

                    #left div#tintuckhoa #tincungchuyenmuc ul li a:hover {
                        color: #07539F;
                    }
        #left div#tintuckhoa.lang-en {
            height: auto;
        }

            #left div#tintuckhoa.lang-en #tincungchuyenmuc ul, #left div#tintuckhoa.lang-en #tincungchuyenmuc ul li{               
                height:auto;
                width:100%;
            }
                #left div#tintuckhoa.lang-en #tincungchuyenmuc ul{
                    display:flex;
                    flex-wrap:wrap;
                }
                    #left div#tintuckhoa.lang-en #tincungchuyenmuc ul li img.img-news {
                        width: 60px;
                        float: left;
                        margin-right: 10px;
                        border: 1px solid #dfdfdf;
                        border-radius: 5px;
                        moz-border-radius: 5px;
                        webkit-border-radius: 5px;
                        padding: 2px;
                        background: #ffffff;
                        overflow: hidden;
                        max-height: 60px;
                    }

                #right {
                    width: 295px;
                    float: left;
                    text-align: left;
                    margin-bottom: 25px;
                }

    #right div#thuvienanh {
        margin-bottom: 10px;
    }

        #right div#thuvienanh h2 {
            color: #07539F;
            border-bottom: 2px solid #dfdfdf;
            padding-bottom: 10px;
            text-transform: uppercase;
            font-size: 1.3em;
            padding-left: 24px;
            background: url(../Images/icon/album.png) no-repeat;
        }

        #right div#thuvienanh #slide_2 {
            height: 165px;
            width: 100%;
            margin: 20px 0;
            padding: 0;
            overflow: hidden;
            background-color: #f0f0f0;
        }

            #right div#thuvienanh #slide_2 .highslide img {
                width: 100%;
                height: auto;
            }

            #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-item:hover, #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-item:focus {
                border: none;
            }

            #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-item {
                border: none;
            }

            #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-item {
                display:flex;
                align-items:center;
                justify-content:center;
            }

                #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-container-vertical,
                #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-clip-vertical,
                #right div#thuvienanh #slide_2 .jcarousel-skin-ie7 .jcarousel-item{
                    width: 100%;
                }
              
#doitac {
    padding-top: 7px;
}

#right div#webinfo {
    margin-top: 20px;
}

        #right div#webinfo h2 {
            color: #07539F;
            border-bottom: 2px solid #dfdfdf;
            padding-bottom: 10px;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 1.3em;
            padding-left: 24px;
            background: url(../Images/icon/truycap.png) no-repeat;
        }

#container {
    position: relative;
    text-align: left;
    width: 262px;
    background: #fff;
    margin-bottom: 2em;
}

#slide_truot {
    position: relative;
}

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
/* // image replacement */
/* Easy
/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider2 {
    margin-top: 1em;
}

    #slider li, #slider2 li {
        width: 260px;
        height: 160px;
        overflow: hidden;
    }

#nextBtn, #prevBtn, #slider1prev, #slider1next {
    display: block;
    width: 20px;
    height: 38px;
    position: absolute;
    left: -30px;
    top: 55px;
}

#nextBtn, #slider1next {
    left: 230px;
    top: 55px;
}

    #prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
        display: block;
        position: relative;
        width: 260px;
        height: 160px;
        background: url(../images_new/thuvienanh_left.png) no-repeat 0 0;
    }

    #nextBtn a, #slider1next a {
        background: url(../images_new/thuvienanh_right.png) no-repeat 0 0;
    }

#right div#thuvienanh span a {
    text-decoration: none;
    color: #5A5A5A;
}

    #right div#thuvienanh span a:hover {
        color: #07539F;
    }

div#vieclam {
    margin-bottom: 10px;
    width: 620px;
}

    div#vieclam ul {
        list-style: square;
    }

        div#vieclam ul li {
            margin: 5px 0px 5px 25px;
            list-style: square;
        }

            div#vieclam ul li a {
                text-decoration: none;
                color: #5A5A5A;
            }

                div#vieclam ul li a:hover {
                    color: #07539F;
                    font-weight: bold;
                }

#right div#doitac h2 {
    color: #07539F;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-left: 24px;
    background: url(../Images/icon/doitac1.png) no-repeat;
}

#right div#doitac .hinhanh {
    margin: 5px;
}

#right div#doitac img {
    border: 1px solid #dfdfdf;
    padding: 1px;
    border-radius: 2px;
    webkit-border-radius: 2px;
    moz-border-radius: 2px;
    margin: 5px;
}

#right div#doitac a:hover {
    text-decoration: none;
}

/*form #right div#lienket select {
    /*background-image:url(../images_new/lienket.png);     background-repeat:no-repeat;*/
    /*height: 30px;
    width: 284px;
    border: 1px solid #c5c5c5;
}*/

.clr {
    clear: both;
}

#footer {
    background: url(../images_new/footer.png);
    position: relative;
    margin: 0px 10px;
    width: 980px;
    height: 125px;
    margin-bottom: 10px;
}

    #footer div#menuduoi {
        position: absolute;
        background: #345985;
        width: 980px;
        height: 35px;
        left: 0px;
        margin: 0px;
        padding: 0px;
    }

        #footer div#menuduoi ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            white-space: nowrap;
        }

        #footer div#menuduoi li {
            padding: 0px 20px;
            display: inline;
            line-height: 35px;
            white-space: nowrap;
        }

        #footer div#menuduoi ul li:hover a {
            color: Yellow;
        }

        #footer div#menuduoi ul li a {
            text-decoration: none;
            color: White;
            font-size: 13px;
            /*text-transform: capitalize;*/
            font-weight: bold;
        }

    #footer div#info {
        color: White;
        padding-top: 40px;
        line-height: 17px;
    }

        #footer div#info p {
            color: White;
            font-size: 12px;
            margin-bottom: 5px;
            font-weight: bold;
        }

    #footer .logodps {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

        #footer .logodps p {
            color: Yellow;
            font-weight: bold;
            margin-bottom: 10px;
        }

    #footer div#info a {
        color: #FFF;
    }

.gui {
    background: url(../images_new/btn_bg.png) no-repeat;
    width: 92px;
    height: 30px;
    border-style: none;
    text-transform: capitalize;
    color: White;
    cursor: pointer;
    font-weight: bold;
}

.title_right {
    margin-bottom: 10px;
    border-bottom: 2px solid #DFDFDF;
    padding-bottom: 10px;
    margin-top: 3px;
}

    .title_right h2 {
        text-align: left;
        clear: both;
        display: block;
        color: #0552A0;
        font-weight: bold;
        width: 100%;
        text-transform: uppercase;
        font-size: 1.3em;
    }

.nut {
    color: #4F4F4F;
    font-weight: bold;
    text-transform: capitalize;
    background: url(../images_new/btn.png) no-repeat;
    width: 84px;
    height: 32px;
    border-style: none;
    font-size: 12px;
    cursor: pointer;
}

input[type=text] {
    height: 20px;
}

.lammoi {
    width: 24px;
    height: 24px;
    background: url(../images_new/1337861508_gtk-refresh.png) no-repeat;
    border-style: none;
    cursor: pointer;
    float: left;
}

.dkonline {
    padding: 0px;
    color: #0552A0;
}

    .dkonline :hover {
        color: #D90011;
    }

.box-thongbao {
    /*border-bottom: 2px solid #DCDCDC;*/
    overflow: hidden;
}

.xemtatca {
    padding-right: 10px;
    text-align: right;
}

    .xemtatca a {
        color: #07539F !important;
        font-size: 11px;
    }

.title-vieclam {
    color: #07539F;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-left: 24px;
    background: url(../Images/icon/timviec.png) no-repeat;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px;
}

.box-vieclam {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    webkit-border-radius: 5px;
    moz-border-radius: 5px;
    padding: 5px;
    width: 610px;
}
    .box-vieclam.lang-en{
        display:flex;
        flex-wrap:wrap;
    }
    .box-vieclam-left {
        float: left;
        width: 290px;
        margin-right: 10px;
    }
        .box-vieclam-left.lang-en img.img-news {
            width: 50px;
            float: left;
            margin-right: 10px;
            border: 1px solid #dfdfdf;
            border-radius: 5px;
            moz-border-radius: 5px;
            webkit-border-radius: 5px;
            padding: 2px;
            background: #ffffff;
            overflow: hidden;
            height: auto;
            max-height: 50px;
            margin-bottom: 10px;
        }
        .box-vieclam-left.lang-en .cover-text {
            overflow: hidden;
            height: auto;
            max-height: 36px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
#left div#tintuckhoa.lang-en #tinchinh .text p a {
    overflow: hidden;
    height: auto;
    max-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.box-vieclam-left a {
    background: url(../images/bulet2.png) no-repeat left center;
    padding-left: 10px;
    color: #5A5A5A !important;
}
    .box-vieclam-left.lang-en a{
        background:none;
        padding-left:0;
        display:block;
        padding-right:10px;
    }
    .box-vieclam-left.lang-en{
        width:50%;
        margin:0;
    }
    .box-vieclam-left a:hover {
        color: #07539F !important;
        text-decoration: none;
    }

    .box-vieclam-left p {
        color: #5A5A5A !important;
        padding-left: 10px;
        font-weight: normal;
        font-size: 12px;
        margin-top: 5px;
    }

.date {
    color: #999;
    font-size: .9em;
    text-align: right;
    padding: 0px 0px 0px 10px;
    font-style: italic;
}

.ghichu {
    line-height: 23px;
}

    .ghichu .tit {
        text-decoration: underline;
    }

.box-tuvan {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 28px 0px;
    margin-top: 10px;
    text-align: center;
}

    .box-tuvan a {
        font-size: 24px;
        color: #07539F;
    }

.inputselect {
    display: inline-block;
    height: 28px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .inputselect:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
    }

.txtbox {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .txtbox:focus {
        border-color: rgba(82, 168, 236, 0.8);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4B6C9E;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4B6C9E;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4B6C9E;
        outline: 0;
    }

textarea.txtbox {
    height: auto;
}

.box-faq {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

    .box-faq .title {
        border-bottom: 1px solid #07539F;
        padding-bottom: 5px;
        color: #07539F;
        font-size: 13px;
        margin: 0px;
    }

.qc {
    position: relative;
    margin-top: 10px;
}

.qcflash {
    position: relative;
    z-index: 0;
}

.qcname {
    position: absolute;
    z-index: 100;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 75px;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold
}

    .qcname a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: block
    }

.home_video {
    margin-bottom: 10px;
}
