﻿

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

.top {
    width: 100%;
    min-height: 10px;
    background: #f26a21;
}

.pagination-container {
    width: 100%;
    float: left;
}

form {
    margin-bottom: 10px;
}

.hr-title {
    width: 40%;
    margin: auto;
    min-height: 1px;
    margin-bottom: 23px;
    margin-top: 20px;
    border-bottom: 4.5px solid #D1D1D1;
    padding-bottom: 1px;
}

.swiper-slide {
    height: 600px;
}

#slide-main img {
    width: 100%;
    border-bottom: 10px solid #d9d9d9;
}

.title-promotion {
    text-align: center;
    margin: 10px 0;
}

.promotion-containt {
    text-align: justify;
}

    .promotion-containt h2 {
        text-align: center;
    }

    .promotion-containt p {
        font-size: 14px;
        color: #626263;
        margin-top: 10px;
        font-weight: 600;
        line-height: 24px;
        text-align: justify;
        font-family: 'Roboto Condensed', sans-serif;
    }


.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand {
    width: 115px;
}

.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.nav-item {
    margin-right: 20px;
}

.footer {
    background: rgba(180, 180, 180, 0.31);
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #193650;
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

    .footer li {
        list-style-type: none;
        margin: 5px;
        border-bottom: 1px dotted #C5C5C5;
    }

.copyright {
    text-align: center;
    color: #fff;
    background: #f26a21;
}

.img-title-promotion {
    overflow: hidden;
    min-height: 200px;
}

    .img-title-promotion:hover img {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}




.img-title-promotion img {
    position: relative;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 100% !important;
    height: auto !important;
    margin: auto;
}

.r-foot {
    text-align: center;
}

.f-catalog {
    float: right;
}

.r-foot img {
    width: 60%;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 45px;
}
/*Site blog*/
.content-title {
    background: #e8e8e8;
}

.breadcrumb {
    background: none;
    padding: 20px 0;
}

    .breadcrumb li {
        float: left;
        padding: 0 1px;
    }

        .breadcrumb li:first-child::before {
            content: "";
        }

        .breadcrumb li::before {
            padding: -1px 5px;
            color: #ccc;
            content: "/ ";
        }

        .breadcrumb li::after {
            display: block;
            clear: both;
            content: "";
        }

    .breadcrumb span {
        text-transform: uppercase;
    }

.title_page {
    padding: 20px;
}

.blog {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
    margin-bottom: 10px;
}

    .blog .date-views {
        float: left;
        width: 70px;
        text-align: center;
    }

        .blog .date-views .date {
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background-color: #232c3b;
            height: 70px;
            font-size: 12px;
            color: #c6cad2;
            line-height: 14px;
            margin-bottom: 35px;
        }

            .blog .date-views .date span {
                display: block;
                font-family: "bold",sans-serif,Arial;
                font-size: 28px;
                line-height: 30px;
                padding-top: 10px;
                color: #fff;
                margin-bottom: 3px;
            }

        .blog .date-views .views .icon-views {
            margin-bottom: 5px;
            display: inline-block;
            height: 28px;
            width: 28px;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url('../Upload/images/icon/icon-126.png');
        }

        .blog .date-views .views {
            margin-bottom: 35px;
            font-size: 15px;
            line-height: 14px;
            color: #333;
        }

.content-blog .title {
    font-size: 24px;
    line-height: 30px;
    color: #232c3b;
    font-family: "Roboto",sans-serif,Arial;
    margin-bottom: 5px;
    display: inline-block;
}

.content-blog .button {
    line-height: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff6c3a;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2), inset 0 -2px #fd845b;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2), inset 0 -2px #fd845b;
    border: solid 1px #ff6c3a;
    display: inline-block;
    padding: 16px 20px;
    font-size: 11px;
    color: #fff;
    font-family: 'Roboto',sans-serif,Arial;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.content-blog p {
    text-align: justify;
}

.content-blog input[type=image] {
    max-width: 100%;
    height: auto;
}


.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.asidenews {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.aside-title {
    font-weight: bold;
}

.side-menu {
    display: block;
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
}

    .side-menu .title {
        font-size: 18px;
        color: #ffffff;
        line-height: 18px;
        font-family: 'Roboto',sans-serif,Arial;
        padding: 20px 30px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 25px;
        background: #f26a21;
    }

.side-menu-image-item .title {
    font-size: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
    text-align: left;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
}

.side-menu-image-item img {
    width: 100%;
}

.side-menu-image-item .image:hover:before {
    opacity: 1;
}

.side-menu-image-item .image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(35,44,59,.8);
    z-index: 1;
    opacity: 0;
}

.side-menu-image-item .image:after {
    content: "Đọc tiếp ...";
    font-family: "bold",sans-serif,Arial;
    font-size: 15px;
    line-height: 14px;
    color: #ff6c3a;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

.side-menu-image-item .image:hover:after {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.side-menu-image-item {
    margin-bottom: 15px;
}

    .side-menu-image-item .image {
        margin: 0 30px 10px 30px;
        display: block;
        position: relative;
        overflow: hidden;
        height: 120px;
    }

.contact-info ul {
    padding: 0;
    margin: 0;
}

    .contact-info ul li {
        list-style-type: none;
        padding: 10px 0;
    }

.logoHome {
    width: 150px;
    height: auto;
}

.sotienungho {
    width: 25%;
}

.solanungho {
    width: 25%;
}

.sotienungho , .solanungho {
    width:15%;
}