﻿* {
    border: 0;
    margin: 0;
    padding: 0;
}
ins{text-decoration:none;}
::-webkit-input-placeholder {
    color: #656565;
    text-overflow: ellipsis;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #656565;
    text-overflow: ellipsis;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

::-moz-placeholder {
    color: #656565;
    text-overflow: ellipsis;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #656565;
    text-overflow: ellipsis;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background: rgba(215, 206, 206, 0.48)
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(57, 52, 52);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(67, 59, 59, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgb(76, 66, 66);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgb(2, 67, 113);
    }

a:focus, input:focus, select:focus, button:focus {
    outline: none;
    text-decoration: none;
}

a, a:hover {
    text-decoration: none;
    transition: .3s;
    color: inherit;
}

    a:hover {
        color: #940000
    }

.tbl {
    display: table;
}

.tbl-cell {
    display: table-cell;
}

.tbl > .tbl-cell {
    vertical-align: middle;
}

.avt {
    overflow: hidden;
}

    .avt img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

body {
    min-height: 100vh;
}

.body-hidden {
    overflow: hidden;
}

header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #dcdbdb;
    background: white;
    height: 75px;
    z-index: 999;
    box-shadow: 0 -5px 10px #000;
}

    header .container {
        position: relative;
    }

.btn-sticker {
    width: 45px;
    height: 45px;
    position: absolute;
    padding: 4px 0;
    top: 15px;
    cursor: pointer;
    transition: all .35s;
}

    .btn-sticker:before, .btn-sticker:after {
        content: '';
    }

    .btn-sticker span, .btn-sticker:before, .btn-sticker:after {
        width: 39px;
        height: 3px;
        border-radius: 4px;
        background: #868686;
        display: block;
        margin: 7px auto;
        transition: all .35s;
    }

.logo-conainer {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 10px;
}

header .logo {
    display: block;
    width: 196px;
}

    header .logo img {
        width: 100%;
        height: 100%;
    }

.search {
    position: absolute;
    right: 15px;
    width: 200px;
    background: rgb(247, 247, 247);
    border-radius: 3px;
    top: 20px;
}

    .search input {
        width: calc(100% - 45px);
        float: left;
        line-height: 35px;
        background: transparent;
        padding-left: 10px;
    }

    .search button {
        width: 45px;
        height: 35px;
        float: left;
        background: url(../img/search.svg)center no-repeat;
        background-size: 18px;
    }

.btn-sticker.active {
    transform: rotate(45deg);
}

    .btn-sticker.active:before, .btn-sticker.active:after {
        transform: rotate(90deg);
        width: 19px;
    }

#sticker {
    width: 100%;
    height: calc(100% - 75px);
    max-height: calc(100% - 75px);
    overflow: auto;
    position: fixed;
    top: 75px;
    background: rgb(247, 247, 247);
    padding-top: 30px;
    transition: 0.35s;
    transform: translate(0,-10px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

    #sticker .container > ul {
        display: inline-grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        width: 100%;
        font-family: 'Open Sans',sans-serif;
    }

    #sticker ul {
        list-style: none;
    }

    #sticker .container > ul > li {
        padding-bottom: 25px;
    }

        #sticker .container > ul > li h3 {
            font-size: 26px;
            font-weight: 500;
            margin: 0 0 15px;
        }

    #sticker.active {
        opacity: 1;
        z-index: 998;
        visibility: visible;
        transform: translate(0,0)
    }

.bor-1-s-b {
    border-bottom: 1px solid #ddd;
}

.title {
    overflow: hidden;
}

.tit-h {
    font-size: inherit;
    font-weight: inherit;
    line-height: initial;
    margin: 0;
}

.titL-1 {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    height: 66px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #231f20;
}

.titH-2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin: 5px 0 10px;
    display: inline-block;
    color: #231f20;
}

.titH-2b {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin: 5px 0 10px;
    display: block;
    color: #231f20;
    text-align: left;
}

.titH-3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

.titH-4 {
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}

.titH-5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
    margin: 15px 0 0;
}

.titH-6 {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}

.tit-head {
    text-align: center;
    padding: 20px 50px;
    font-family: 'Open Sans',sans-serif;
}

    .tit-head h1 {
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 15px 0;
        color: #c90000;
        font-weight: bold;
    }

    .tit-head p {
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }

#main {
}

.group-1 {
    margin-bottom: 30px;
    overflow: hidden;
}

.slider-group-1 ul li .avt {
    display: block;
    height: 142px;
    overflow: hidden;
}

    .slider-group-1 ul li .avt img {
        transition: all .35s;
        width: 100%;
        height: 100%;
    }

    .slider-group-1 ul li .avt:hover img {
        transform: scale(1.1)
    }

.slider-group-1 ul li .desc {
    padding: 5px 0 0;
}

.list-group-1v3 {
    margin-top: 20px;
}

    .list-group-1v3 ul {
        display: grid;
        padding: 0;
        margin: 0;
        list-style: none;
        grid-template-columns: repeat(2,calc(50% - 10px));
        grid-column-gap: 20px;
    }

        .list-group-1v3 ul li:first-child {
            flex: 1;
            max-width: 100%;
            grid-row: 1 / span 4;
            grid-column: 1;
            margin-bottom: 0;
        }

            .list-group-1v3 ul li:first-child .avt {
                width: 100%;
                height: 390px;
            }

        .list-group-1v3 ul li {
            margin-bottom: 20px;
            overflow: hidden;
        }

            .list-group-1v3 ul li:last-child {
                margin-bottom: 0;
            }

            .list-group-1v3 ul li .avt {
                display: block;
                width: 170px;
                float: left;
                height: auto;
            }

                .list-group-1v3 ul li .avt img {
                    width: 100%;
                    height: 100%;
                    transition: all .35s;
                }

                .list-group-1v3 ul li .avt:hover img {
                    transform: scale(1.1);
                }

            .list-group-1v3 ul li:first-child .desc {
                width: 100%;
                padding: 10px 0 0
            }

                .list-group-1v3 ul li:first-child .desc .titH-3 {
                    font-size: 24px;
                    line-height: 34px;
                    height: 68px;
                    -webkit-line-clamp: 2;
                }

            .list-group-1v3 ul li .desc {
                float: left;
                width: calc(100% - 170px);
                padding: 0 0 0 15px;
            }

                .list-group-1v3 ul li .desc .titH-3 {
                    overflow: hidden;
                    word-wrap: break-word;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2; /* height: 52px; */
                }

                .list-group-1v3 ul li .desc p {
                    font-family: 'Open Sans',sans-serif;
                    font-size: 14px;
                    overflow: hidden;
                    word-wrap: break-word;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    line-height: 20px;
                    margin: 5px 0 0;
                }

.slider-group-1, .slider-group-2 {
    margin-top: 20px;
}

    .slider-group-2 ul li {
        overflow: hidden;
    }

        .slider-group-2 ul li .avt {
            height: 210px;
            width: 100%;
            display: block;
            overflow: hidden;
        }

            .slider-group-2 ul li .avt img {
                width: 100%;
                height: 100%;
                transition: all .35s;
            }

            .slider-group-2 ul li .avt:hover img {
                transform: scale(1.1);
            }

        .slider-group-2 ul li .desc {
            padding: 15px;
            background: #f7f7f7;
            position: relative;
        }

.titH-3a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
    height: 48px;
}

.slider-group-2 ul li .desc p {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    margin: 5px 0 0;
    line-height: 20px;
}

.slider-group-2 ul li .desc span {
    position: absolute;
    top: -24px;
    background: #e8e8e8;
    padding: 2px 10px;
    left: 0;
    transition: all .35s;
    transform: translate(-100%,0);
}

.slider-group-2 ul li:hover .desc span {
    transform: translate(0,0)
}

.content-and-ads {
    width: calc(100% - 330px);
    float: left;
    margin-top: 30px;
}

.sidebar-and-ads {
    width: 300px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

.list-group-2 {
}

    .list-group-2 ul {
        list-style: none;
        margin: 0;
    }

        .list-group-2 ul li {
            overflow: hidden;
            margin-top: 30px;
        }

            .list-group-2 ul li:first-child {
                margin-top: 0
            }

.list-group-2a ul li:first-child {
    margin-top: 30px;
}

.list-group-2 ul li .avt {
    width: 245px;
    display: block;
    float: left;
    overflow: hidden;
    height: 150px;
}

.list-group-2 ul li .desc {
    width: calc(100% - 245px);
    float: left;
    padding-left: 20px;
}

    .list-group-2 ul li .desc p {
        margin: 10px 0 0;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        overflow: hidden;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 20px;
        height: 60px;
    }

.list-group-2 ul li .avt img {
    transition: all .35s;
    width: 100%;
    height: 100%;
}

.list-group-2 ul li .avt:hover img {
    transform: scale(1.1);
}

.list-group-2a {
}

    .list-group-2a ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2,calc(50% - 10px));
        margin: 0;
        grid-column-gap: 20px;
    }

        .list-group-2a ul li {
            overflow: hidden;
        }

            .list-group-2a ul li .avt {
                width: 175px;
                height: 140px;
                display: block;
                float: left;
            }

            .list-group-2a ul li .desc {
                width: calc(100% - 175px);
                float: left;
            }

                .list-group-2a ul li .desc .titH-4 {
                    font-size: 18px;
                    line-height: 26px;
                    height: 52px;
                }

                .list-group-2a ul li .desc p {
                    font-size: 14px;
                    height: 80px;
                    -webkit-line-clamp: 4;
                }

footer {
    background: rgb(247, 247, 247);
    padding: 35px 0;
}

    footer .row {
        margin: 0 -7.5px;
    }

        footer .row .col-xs-12 {
            padding: 0 7.5px
        }

.logo-ft {
    width: 230px;
}

    .logo-ft a {
        display: block;
    }

        .logo-ft a img {
            width: 100%;
        }

.menu-footer {
    margin-top: 20px;
    overflow: hidden;
}

    .menu-footer ul {
        list-style: none;
        margin: 0;
    }

        .menu-footer ul li {
            width: calc(100% / 3);
            float: left;
            padding: 10px 0;
        }

            .menu-footer ul li a {
                font-size: 16px;
                line-height: 24px;
            }

.list-social {
    list-style: none;
    overflow: hidden;
}

    .list-social li {
        float: left;
        padding: 5px;
    }

        .list-social li a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

            .list-social li a img {
                width: 100%;
                height: 100%;
            }

.list-ft {
    margin-top: 20px;
}

    .list-ft ul {
        list-style: none;
        margin: 0;
    }

        .list-ft ul li {
            margin-bottom: 5px;
        }

            .list-ft ul li p {
                font-family: 'Open Sans',sans-serif;
                font-size: 14px;
                line-height: 24px;
                margin: 0;
            }

                .list-ft ul li p span {
                    font-weight: bold;
                    font-size: 16px;
                }

.copy-right {
    padding: 70px 20px 0;
}

    .copy-right p {
        font-family: 'Open Sans',sans-serif;
        line-height: 24px;
    }

.btn-search {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 18px;
    background: url(../img/search.svg)center no-repeat;
    background-size: 18px;
    right: 15px;
}

.margin-list {
    margin-top: 30px;
}

.detail {
    margin-top: 10px;
    overflow: hidden;
}

    .detail .video {
        width: 100%;
        height: 450px;
    }

        .detail .video iframe, .detail .video video {
            width: 100%;
            height: 100%;
        }

.btn-social {
    margin: 20px 0 0;
    float: right;
}

.sidebar-1 {
    margin-bottom: 30px;
}

.list-sidebar-1 {
    border-bottom: 3px solid #000;
}

    .list-sidebar-1 ul {
        list-style: none;
        margin: 0;
    }

        .list-sidebar-1 ul li {
            border-top: 1px solid #ddd;
            overflow: hidden;
            padding: 15px 0;
        }

            .list-sidebar-1 ul li .avt {
                display: block;
                width: 84px;
                height: 63px;
                float: left;
            }

                .list-sidebar-1 ul li .avt img {
                    width: 100%;
                    height: 100%;
                }

            .list-sidebar-1 ul li .desc {
                width: calc(100% - 84px);
                float: left;
                padding-left: 10px;
                overflow: hidden;
                word-wrap: break-word;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                text-align: left;
            }

.detail img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.detail ul {
    padding-left: 1.3em;
}

.contact {
    font-family: 'Open Sans',sans-serif;
    padding: 30px 0;
}

    .contact .tit p {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .contact p {
        font-size: 16px;
        line-height: 30px;
    }

.form-contact {
    width: 600px;
    margin: 0 auto 30px;
    max-width: 100%;
}

    .form-contact label {
        width: 100%;
        margin-bottom: 14px;
    }

        .form-contact label p {
            font-size: 16px;
        }

        .form-contact label input, .form-contact label textarea {
            line-height: 40px;
            border: 1px solid #aaa;
            width: 100%;
            border-radius: 5px;
            padding: 0 10px;
        }

        .form-contact label button {
            display: block;
            width: 100%;
            line-height: 44px;
            border-radius: 5px;
            text-transform: uppercase;
            font-size: 16px;
            height: 40px;
            color: #fff;
            background: #ca0000;
        }

.video iframe {
    width: 100%;
    height: 200px
}

.title-video {
    line-height: 18px;
    margin-top: 5px;
}

    .title-video a {
        font-size: 14px
    }

.video-box {
    height: 300px
}

.tag {
    float: left;
    width: 100%;
}

    .tag ul {
        padding: 0;
        margin-top: 15px
    }

        .tag ul li {
            float: left;
            list-style: none;
            border: 1px solid #ccc;
            margin-right: 10px;
            padding: 2px 5px;
            border-radius: 5px;
            margin-bottom: 10px
        }

.qc-top, .qc-right, .qc-footer, .qc-top-content, .qc-bottom-content {
    background: #ccc;
    margin: 10px auto;
}

    .qc-right.fixed {
        position: fixed;
        z-index: 998;
        top: 80px;
    }

.fix-home .qc-right.fixed {
    position: initial;
    top: initial;
}
.fix-home .shadow-clone-box{display:none;}
.listdate {
    font-style: italic
}

.description {
    font-weight: bold
}
#map-link-bar {
    padding: 10px 0
}

    #map-link-bar ul {
        overflow: hidden;
        list-style: none;
        margin: 0
    }

        #map-link-bar ul li {
            float: left;
            line-height: 24px;
            font-size: 14px;
            color: #454545;       
            font-style:italic;
            font-weight: 300
        }

            #map-link-bar ul li:after {
                content: " ";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                padding: 0 4px
            }

            #map-link-bar ul li:last-child:after {
                display: none
            }

            #map-link-bar ul li a {
                color: #454545
            }

                #map-link-bar ul li a:hover {
                    color: #ed1b24
                }