﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.khung {
    text-align: center;
    margin: 10px 0 10px 0;
}

    .khung img {
        width: 20%;
        height: auto;
    }

        .khung img.full {
            width: 100%;
            height: auto;
        }

    .khung h2 {
        font-size: 15px;
        margin: 5px;
        min-height: 35px;
    }

@media (max-width: 767px) {
    .khung1 {
        height: auto !important;
    }

    .khung3 img {
        width: 100%;
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .khung1 {
        border-right: 1px #ddd solid;
        position: absolute;
        top: 0;
        left: 0;
        width: 210px !important;
        height: 100%;
    }

    .col-lg-10.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
        padding-top: 15px;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 210px) !important;
        height: 100%;
        overflow: auto;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .khung3 img {
        width: auto !important;
        max-width: 100%;
        height: 120px !important;
    }
}

.khung:hover {
    background-color: #E0FAFF;
}

.khung1 .panel {
    box-shadow: none;
    border: none;
}

.khung1 .daudong li {
    list-style-image: url(../images/icon2.png);
    list-style-position: outside;
}

a {
    color: #000;
    font-weight: normal;
}

.khung1 .daudong a :hover {
    background-color: #E0FAFF;
}

.khung3 {
    text-align: center;
    margin-bottom: 15px;
}

    .khung3 img {
        width: auto !important;
        max-width: 100%;
        height: 160px;
    }

@media (min-width: 1650px) {
    .khung3 img {
        height: 180px !important;
        height: 220px !important;
    }
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .khung3 img {
        height: 180px !important;
    }
}

.khung3 h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.khung3 h3 {
    font-size: 14px;
    margin: 5px 0 10px 0;
    color: #333;
}

.img {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .img img {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 768px) {
    .img {
        width: 100% !important;
    }

    .content {
        width: 100% !important;
    }
}

.content h1 {
    font-size: 24px;
    font-weight: 600;
    color: #B90003;
    text-align: center;
}

.content h2 {
    font-weight: 600;
    font-size: 16px;
}

    .content h2 span {
        font-weight: normal;
    }

.content h3 span {
    font-weight: normal;
}

.content h3 {
    font-weight: 600;
    font-size: 16px;
}

.content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0035B3;
    margin: 25px 0;
}

.content p {
    line-height: 25px;
}

.content {
    padding: 10px 20px;
}

.breadcrumb li {
    color: #C1C1C1;
}

    .breadcrumb li a {
        color: #333;
    }

.khung1 .contact {
    line-height: 25px;
}

#zoom_img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

    #zoom_img:hover {
        transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        -moz-transform: scale(1.5,1.5);
        -o-transform: scale(1.5,1.5);
        -ms-transform: scale(1.5,1.5);
    }

.signin {
    color: #DD0000;
    font-size: 14px;
}

.daudong {
    padding: 0 0 0 25px;
}

.dsach_chon {
    background-color: #3982C5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 28px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    right: 0;
    position: absolute;
}

    .dsach_chon h1 {
        font-size: 16px;
        text-align: center;
    }

    .dsach_chon span {
        padding: 0 5px;
        font-size: 18px;
    }

.updownnumber {
    border: none;
    background: none;
    width: 20px;
    text-align: center;
}

.btn_add {
    border-radius: 50%;
    padding: 5px 10px;
}

.login {
    background-color: #3982C5;
    margin: 10% auto;
    ;
    width: 500px;
    height: auto;
    padding: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    color: #fff;
    border-radius: 10px;
}

    .login h1 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

.khungM3 table {
    width: 100%;
}