body {
    margin: 0;
    font-family: sans-serif;
}

.wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}



        table th {
            padding: 20px 5px 0;
        }

    table th, table td {
        padding: 5px;
        text-align: left;
    }

    table tbody tr:nth-child(odd) {
        background: #f3f3f3;
    }

    table tbody tr:nth-child(even) {
        background: #fff;
    }

.clear {
    clear: both;
}

.header .p0 .wrapper {
    overflow: hidden;
}

.header .p0 .logo {
    padding: 25px 25px 0 0;
    border-right: 4px solid #ffa405;
    float: left;
    margin-right: 10px;
}

.header .p0 .slogan {
    font-family: "Myriad Pro Bold Cond";
    text-transform: uppercase;
    color: #5d9e1d;
    margin-top: 28px;
	background-image: url(../image/chuc-mung-nam-moi1.png);
    background-repeat: no-repeat;
    background-position: 70% -1%;
}

.header .p0 .search {
    float: right;
    border-radius: 5px;
    background: #5d9e1d;
    padding: 3px;
    margin-top: 25px;
}

    .header .p0 .search input {
        margin: 0;
        padding: 5px;
        border: none;
        font-size: 14px;
        color: #5d9e1d;
        border-radius: 3px;
    }

    .header .p0 .search submit{
        cursor: pointer;
        border: none;
        background: none;
        font-family: "Myriad Pro Cond";
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
    }
    

.header .p0 .lang {
    float: right;
    margin-left: 10px;
    margin-top: 25px;
}

    .header .p0 .lang .uk, .header .p0 .lang .vn {
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header .p0 .lang .uk {
        background-image: url(../img/lang-uk.png);
    }

    .header .p0 .lang .vn {
        background-image: url(../img/lang-vn.png);
    }

.header .p1 {
    background: #ffa405;
}

    .header .p1 .wrapper {
        overflow: visible;
    }

    .header .p1 .menu {
        margin: 0;
        padding: 0;
        height: 45px;
        list-style: none;
        text-align: right;
    }

        .header .p1 .menu li {
            display: inline-block;
            padding: 20px 10px 2px 0;
            text-align: right;
            width: 100px;
            height: 45px;
            box-sizing: border-box;
            border-right: 1px solid #fff;
            font-family: "Myriad Pro Cond";
            text-transform: uppercase;
            font-size: 18px;
            cursor: pointer;
            position: relative;
        }

            .header .p1 .menu li .submenu {
                position: absolute;
                width: 200px;
                right: 0;
                top: 100%;
                background: #3A5F0B;
                z-index: 4;
            }

                .header .p1 .menu li .submenu a {
                    color: #fcdd27;
                    text-decoration: none;
                    display: block;
                    text-transform: none;
                    padding: 5px 10px;
                    letter-spacing: .5px;
                }

                    .header .p1 .menu li .submenu a:hover {
                        background: #ffa405;
                        color: #000;
                    }

            .header .p1 .menu li:not(:hover) .submenu {
                display: none;
            }

.header > .submenu {
    display: none;
}

.cover {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.slider-news {
    height: 380px;
    position: relative;
    overflow: hidden;
    font-family: "Myriad Pro Cond";
    border-bottom: 3px solid #fcdd27;
    background: #000;
}

    .slider-news > * {
        position: relative;
        z-index: 2;
    }

    .slider-news .images {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

        .slider-news .images .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            float: left;
            opacity: 0;
            transition: 400ms;
        }

            .slider-news .images .image.active {
                opacity: 1;
            }

    .slider-news .wrapper {
        overflow: hidden;
        height: 100%;
    }

    .slider-news .detail {
        color: #fff;
        margin-top: 50px;
        width: 600px;
    }

        .slider-news .detail > * {
            position: relative;
            overflow: hidden;
        }

        .slider-news .detail span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: 300ms;
        }

            .slider-news .detail span.active {
                opacity: 1;
            }

        .slider-news .detail .date {
            font-size: 22px;
            color: #fcdd27;
            letter-spacing: 2px;
            height: 30px;
        }

        .slider-news .detail .title {
            margin-top: 10px;
            font-size: 24px;
            text-transform: uppercase;
            font-family: "Myriad Pro Bold Cond";
            height: 28px;
        }

        .slider-news .detail .brief {
            font-size: 20px;
            height: 72px;
        }

        .slider-news .detail .more {
            margin-top: 10px;
            background: #ffa405;
            padding: 7px 10px 4px;
            border-radius: 5px;
            width: 80px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .slider-news .detail .more:after {
                content: "";
                display: block;
                width: 16px;
                height: 16px;
                background: url(../img/more.png) center no-repeat;
                background-size: contain;
                float: right;
            }

    .slider-news .list-news {
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: 0;
        left: 0;
    }

        .slider-news .list-news .item {
            background: rgba(0,0,0,0.8);
            color: #ddd;
            float: left;
            width: 25%;
            height: 100%;
            box-sizing: border-box;
            padding: 5px;
            cursor: pointer;
        }

            .slider-news .list-news .item .image {
                width: 100%;
                height: 50px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .slider-news .list-news .item .title {
                text-transform: uppercase;
                font-family: "Myriad Pro Bold Cond";
                margin-top: 5px;
            }

            .slider-news .list-news .item:hover {
                background: rgba(50,50,50,0.8);
            }

            .slider-news .list-news .item.active {
                background: #fcdd27;
                color: #333;
            }

    .slider-news:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0, rgba(0,0,0,0.65) 45%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0, rgba(0,0,0,0.65) 45%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.65) 0, rgba(0,0,0,0.65) 45%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    }

.main {
    width: 700px;
    max-width: 100%;
    min-height: 100px;
    float: left;
}

    .main .heading {
        font-family: "Open Sans";
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        font-size: 24px;
        color: #8a9f41;
        margin: 40px 0 20px;
        padding: 0 40px;
        position: relative;
    }

        .main .heading .page-number {
            position: absolute;
            font-weight: normal;
            color: #f9bf19;
            font-size: 16px;
            left: 100%;
            top: 50%;
            transform: translateX(40px) translateY(-50%);
            width: 300px;
        }

        .main .heading:before, .main .heading:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 15px;
            background: #8a9f41;
        }

        .main .heading:after {
            left: auto;
            right: 0;
        }

        .main .heading.style1 {
            color: #ffa405;
            padding: 0 32px;
        }

            .main .heading.style1:before, .main .heading.style1:after {
                background: #ffa405;
            }

            .main .heading.style1:before {
                width: 4px;
                height: 100px;
                transform: none;
                bottom: -20px;
                top: auto;
            }

        .main .heading.style2:before, .main .heading.style2:after {
            display: none;
        }

        .main .heading.style2 {
            padding: 0;
            font-size: 18px;
            padding-bottom: 5px;
            border-bottom: 1px solid #8a9f41;
            width: 500px;
            max-width: 100%;
            text-transform: none;
            font-weight: 600;
        }

    .main .table-footer {
        background: #3A5F0B;
        width: 100%;
        height: 50px;
        position: relative;
    }

        .main .table-footer .inside {
            text-transform: uppercase;
            color: #313131;
            background: #f9bf19;
            display: inline-block;
            padding: 10px 40px 10px 20px;
            position: absolute;
            right: 50px;
            top: 0;
            cursor: pointer;
        }

            .main .table-footer .inside:after {
                content: "";
                position: absolute;
                display: block;
                width: 20px;
                height: 2px;
                background: #3A5F0B;
                right: 0;
                top: 16px;
            }

        .main .table-footer:after {
            content: "";
            display: block;
            width: 12px;
            height: 23px;
            background: url(../img/table-inside.png);
            position: absolute;
            right: 20px;
            top: 6px;
        }

    .main .float-view {
        overflow: hidden;
    }

        .main .float-view .item {
            width: 49%;
            margin-right: 1%;
            margin-bottom: 1%;
            background: #f9bf19;
            box-sizing: border-box;
            padding: 50px 20px 10px;
            position: relative;
            float: left;
        }

            .main .float-view .item .big-title {
                font-family: "Open Sans";
                text-transform: uppercase;
                display: inline-block;
                background: #3A5F0B;
                color: #fff;
                padding: 7px 30px;
                font-size: 20px;
                position: absolute;
                top: 0;
                left: 20px;
            }

            .main .float-view .item .title {
                font-family: "Myriad Pro Cond";
                color: #313131;
                text-decoration: none;
                font-size: 18px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

            .main .float-view .item .date {
                font-family: "Open Sans";
                font-size: 14px;
                margin: -5px 0 5px;
                color: #555;
            }

    .main .news {
        font-family: "Myriad Pro Cond";
        display: block;
        margin-bottom: 50px;
    }

        .main .news .item {
            position: relative;
            width: 100%;
            text-decoration: none;
            display: block;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .main .news .item .title {
                box-sizing: border-box;
                width: 80%;
                float: left;
                background: #f9bf19;
                color: #313131;
                font-size: 20px;
                text-transform: uppercase;
                padding: 12px 8px 0 8px;
                height: 34px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .main .news .item .date {
                width: 20%;
                float: right;
                height: 34px;
                box-sizing: border-box;
                text-align: right;
                border-bottom: 2px solid #666;
                color: #666;
                padding-top: 5px;
            }

            .main .news .item .brief {
                clear: both;
                font-size: 18px;
                color: #666;
                padding-top: 10px;
            }

        .main .news .paging {
            margin-top: 30px;
        }

            .main .news .paging a {
                text-decoration: none;
                color: #ffa405;
                font-size: 30px;
                margin-right: 10px;
                display: inline-block;
                padding-top: 10px;
                padding-right: 2px;
                min-width: 20px;
                text-align: right;
                height: 26px;
                overflow: hidden;
            }

                .main .news .paging a.active {
                    background: #ffa405;
                    color: #fff;
                }

    .main .news-highlights .head {
        color: #f00;
        font-family: "Open Sans";
        text-transform: uppercase;
        font-weight: bold;
        width: 300px;
        border-bottom: 2px solid #f00;
    }

    .main .news-highlights .list {
        list-style-type: none;
        padding: 0;
    }

        .main .news-highlights .list li {
            margin-bottom: 5px;
            font-size: 14px;
        }

    .main .text-article {
        font-size: 14px;
        margin: 30px 0;
        font-family: "Open Sans";
        color: #313131;
    }

    .main .heading-article {
        margin-top: 50px;
        font-family: "Open Sans";
    }

        .main .heading-article .title {
            max-width: 70%;
            color: #000;
            /* text-transform: uppercase;*/
            font-size: 26px;
            font-weight: 600;
            border-bottom: 3px solid #5d9e1d;
        }

        .main .heading-article .date {
            color: #8a9f41;
            float: right;
            margin-top: -25px;
            font-size: 14px;
        }

        .main .heading-article .brief {
            color: #8a9f41;
            font-weight: 600;
            font-size: 13px;
            margin-top: 10px;
        }

    .main .feedback {
        font-family: "Open Sans";
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }

        .main .feedback .head {
            color: #f9bf19;
            font-weight: bold;
            font-size: 24px;
        }

        .main .feedback .label, .main .feedback input, .main .feedback textarea {
            float: left;
            border: none;
        }

        .main .feedback input {
            font-family: "Open Sans";
            font-size: 12px;
            width: 200px;
            margin-bottom: 5px;
            padding: 2px 5px;
        }

        .main .feedback textarea {
            width: 300px;
            height: 100px;
            font-family: "Open Sans";
            font-size: 12px;
            padding: 2px 5px;
        }

        .main .feedback .label {
            width: 80px;
            font-size: 13px;
            margin-bottom: 5px;
        }

        .main .feedback .form {
            background: #f9bf19;
            color: #fff;
            padding: 10px 0;
            position: relative;
            float: left;
            padding-right: 100px;
            overflow: hidden;
        }

        .main .feedback .validation {
            width: 400px;
            background: #575757;
            overflow: hidden;
            color: #fff;
            position: relative;
        }

            .main .feedback .validation .label, .main .feedback .validation input, .main .feedback .validation .captcha {
                margin: 10px 0;
            }

            .main .feedback .validation .label {
                margin-left: 10px;
                text-transform: uppercase;
                font-size: 12px;
                width: auto;
                margin-top: 12px;
            }

            .main .feedback .validation input {
                width: 60px;
                height: 16px;
                margin-left: 10px;
            }

            .main .feedback .validation .captcha {
                width: 60px;
                height: 20px;
                float: left;
                margin-left: 1px;
                background-color: #fff;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

            .main .feedback .validation .send {
                width: 120px;
                height: 100%;
                position: absolute;
                right: 0;
                z-index: 1;
                background: #2e2e2e;
                cursor: pointer;
            }

                .main .feedback .validation .send span {
                    position: absolute;
                    text-transform: uppercase;
                    font-size: 14px;
                    right: 40px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .main .feedback .validation .send:after {
                    content: "";
                    display: block;
                    width: 11px;
                    height: 21px;
                    background: url(../img/send.png) center no-repeat;
                    background-size: contain;
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                }

    .main .suggestion {
        overflow: hidden;
        margin-top: 100px;
    }

        .main .suggestion .latest, .main .suggestion .related {
            width: 50%;
            box-sizing: border-box;
            float: left;
            padding-right: 20px;
        }

            .main .suggestion .latest .head, .main .suggestion .related .head {
                font-family: "Open Sans";
                font-weight: 600;
                font-size: 26px;
                text-transform: uppercase;
                color: #f9bf19;
                padding: 3px 0 3px 20px;
                border-left: 4px solid #f9bf19;
                margin-bottom: 30px;
            }

            .main .suggestion .latest .item, .main .suggestion .related .item {
                padding-left: 24px;
                font-family: "Myriad Pro Cond";
                margin: 5px 0 15px;
            }

                .main .suggestion .latest .item a, .main .suggestion .related .item a {
                    text-decoration: none;
                    color: #8a9f41;
                    font-size: 18px;
                }

                .main .suggestion .latest .item .date, .main .suggestion .related .item .date {
                    margin-top: 5px;
                    color: #f9bf19;
                }

    .main .report {
        margin-top: 50px;
        font-family: "Myriad Pro Cond";
        border-left: 4px solid #f9bf19;
    }

        .main .report .item {
            overflow: hidden;
            margin-bottom: 20px;
        }

            .main .report .item > * {
                float: left;
            }

            .main .report .item .number {
                font-size: 48px;
                color: #8a9f41;
                width: 40px;
                text-align: right;
                letter-spacing: -5px;
                margin-right: 10px;
            }

            .main .report .item .title {
                margin-right: 20px;
                font-size: 20px;
                max-width: 550px;
                color: #8a9f41;
                margin-top: 5px;
            }

            .main .report .item .date {
                color: #f9bf19;
                margin-top: 6px;
            }

            .main .report .item .info {
                color: #313131;
                font-size: 16px;
                width: 50%;
            }

        .main .report .contact {
            color: #f9bf19;
            margin-top: 60px;
            font-size: 20px;
            padding: 10px 20px;
            max-width: 500px;
        }

    .main .maz-title {
        font-family: "Open Sans";
        color: #8a9f41;
        margin: 30px;
        font-weight: 600;
    }

    .main .maz-detail {
        overflow: hidden;
        font-family: "Open Sans";
    }

        .main .maz-detail .maz-img {
            float: left;
            width: 240px;
            margin: 0 80px 30px 30px;
        }

        .main .maz-detail .maz-desc {
            font-size: 14px;
        }

    .main .maz-action {
        font-family: "Open Sans";
        overflow: hidden;
    }

        .main .maz-action .maz-info {
            width: 640px;
            max-width: 100%;
            float: left;
            margin: 30px;
            border: 3px solid #ffa405;
            box-sizing: border-box;
            padding: 20px;
        }

            .main .maz-action .maz-info .head {
                text-transform: uppercase;
                color: #ffa405;
                font-size: 18px;
                font-weight: 700;
            }

            .main .maz-action .maz-info ul {
                list-style: none;
                margin: 20px 0 0;
                padding: 0;
                font-size: 14px;
            }

                .main .maz-action .maz-info ul .label {
                    display: inline-block;
                    width: 150px;
                    font-weight: 600;
                }

                .main .maz-action .maz-info ul .content {
                    display: inline-block;
                    width: 400px;
                    color: #8a9f41;
                }

        .main .maz-action .order {
            background: #fff;
            border: none;
        }

            .main .maz-action .order .subhead:before {
                display: none;
            }

            .main .maz-action .order .subhead {
                font-family: "Open Sans";
                font-size: 18px;
                font-weight: 700;
                color: #ffa405;
            }

    .main .table-of-content {
        padding-left: 30px;
        font-family: "Open Sans";
        overflow: hidden;
        margin-bottom: 50px;
    }

        .main .table-of-content .head {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            color: #ffa405;
            margin-left: 30px;
            position: relative;
            margin-bottom: 30px;
        }

            .main .table-of-content .head:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                position: absolute;
                left: -30px;
                top: 50%;
                transform: translateY(-50%);
                background: #ffa405;
            }

        .main .table-of-content .content {
            font-size: 12px;
        }

    .main .group0 {
        overflow: hidden;
        margin-bottom: 50px;
    }

        .main .group0 .contact {
            background: #515151;
            color: #fff;
            width: 50%;
            box-sizing: border-box;
            padding: 20px;
            overflow: hidden;
            position: relative;
            float: left;
        }

            .main .group0 .contact .head {
                font-family: "Open Sans";
                text-transform: uppercase;
                font-size: 20px;
                font-weight: 300;
            }

            .main .group0 .contact .content {
                font-family: "Myriad Pro Cond";
                margin: 10px 0 20px 20px;
            }

                .main .group0 .contact .content .hl {
                    color: #fcdd27;
                }

            .main .group0 .contact:after {
                content: "";
                display: block;
                width: 200px;
                height: 3px;
                background: #fff;
                position: absolute;
                right: 0;
                bottom: 20px;
            }

        .main .group0 .group-list {
            width: 50%;
            float: left;
            box-sizing: border-box;
        }

            .main .group0 .group-list .head {
                float: right;
                font-family: "Open Sans";
                font-weight: 700;
                text-transform: uppercase;
                font-size: 20px;
                color: #ffa405;
                position: relative;
            }

                .main .group0 .group-list .head:after {
                    content: "";
                    display: block;
                    width: 240px;
                    height: 5px;
                    background: #ffa405;
                    position: absolute;
                    bottom: -5px;
                    right: 0;
                }

            .main .group0 .group-list ul {
                list-style: none;
                margin: 0;
                padding: 50px 30px 30px 50px;
                text-align: center;
                position: relative;
            }

                .main .group0 .group-list ul li {
                    font-family: "Open Sans";
                    text-transform: uppercase;
                    font-size: 12px;
                    background: #666;
                    padding: 3px 15px;
                    display: inline-block;
                    margin: 5px 10px;
                    color: #fff;
                }

                .main .group0 .group-list ul:after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 100px;
                    height: 30px;
                    bottom: 0;
                    left: 30px;
                    border-left: 5px solid #ffa405;
                    border-bottom: 5px solid #ffa405;
                }

    .main .maz-others {
        font-family: "Open Sans";
    }

        .main .maz-others .head {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            color: #ffa405;
            margin-left: 30px;
            position: relative;
            margin-bottom: 30px;
        }

            .main .maz-others .head:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                position: absolute;
                left: -30px;
                top: 50%;
                transform: translateY(-50%);
                background: #ffa405;
            }

        .main .maz-others .content a {
            text-decoration: none;
            color: #8a9f41;
            font-family: "Open Sans";
            font-size: 14px;
        }

    .main .search {
        margin-top: 50px;
    }

        .main .search .head {
            font-family: "Open Sans";
            text-transform: uppercase;
            font-weight: 600;
            font-size: 20px;
            color: #ffa405;
            margin-left: 30px;
        }

        .main .search .block {
            background: #f3f3f3;
            position: relative;
            box-sizing: border-box;
            padding: 30px 0 40px 50px;
        }

            .main .search .block .line {
                overflow: hidden;
                margin-bottom: 5px;
            }

            .main .search .block .label {
                float: left;
                padding-left: 10px;
                font-family: "Myriad Pro Cond";
                width: 70px;
                box-sizing: border-box;
                font-size: 18px;
                margin-top: 2px;
            }

            .main .search .block .value {
                float: left;
                font-size: 14px;
                padding: 2px 5px;
                box-sizing: border-box;
                width: 140px;
                border: 2px solid #515151;
                border-radius: 0;
                font-family: "Myriad Pro Bold Cond";
            }

            .main .search .block select.value {
                width: auto;
                background: #515151;
                color: #fff;
                font-family: "Myriad Pro Cond";
                letter-spacing: 1px;
            }

            .main .search .block .value.long {
                width: 350px;
            }

            .main .search .block .search-button {
                padding: 10px 20px;
                background: #ffa405;
                color: #fff;
                position: absolute;
                bottom: 0;
                right: 30px;
                text-transform: uppercase;
                font-family: "Open Sans";
                font-size: 14px;
                cursor: pointer;
            }

                .main .search .block .search-button:after {
                    content: "";
                    display: inline-block;
                    width: 28px;
                    height: 18px;
                    margin-left: 10px;
                    margin-bottom: -3px;
                    background: url(../img/button-arrow.png) center no-repeat;
                    background-size: contain;
                }

            .main .search .block:before {
                content: "";
                display: block;
                width: 40px;
                height: 3px;
                background: #515151;
                position: absolute;
                top: 40px;
                left: 0;
            }

    .main .group-by {
        font-family: "Myriad Pro Cond";
        overflow: hidden;
        margin: 30px 0;
    }

        .main .group-by .label {
            float: left;
            font-size: 20px;
            color: #ffa405;
            margin: 20px 10px 0 0;
        }

        .main .group-by .checkboxes {
            float: left;
            background: #ffa405;
            color: #fff;
            padding: 5px 15px;
            position: relative;
            margin: 15px 0;
        }

            .main .group-by .checkboxes:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 2px;
                height: 100px;
                transform: translateY(-50%);
                background: #ffa405;
            }

    .main .people {
        overflow: hidden;
    }

        .main .people img {
            float: left;
            margin-right: 20px;
        }

        .main .people .brief {
            font-family: "Open Sans";
            font-size: 14px;
            padding-right: 50px;
        }

    .main.full {
        width: 100%;
    }

.right-column {
    width: 290px;
    min-height: 100px;
    float: right;
}

    .right-column .order {
        background: #f3f3f3;
        padding-bottom: 50px;
        border-bottom: 4px solid #c4c4c4;
        margin-bottom: 20px;
    }

        .right-column .order .head {
            background: #8a9f41;
            color: #fff;
            font-family: "Myriad Pro Cond";
            font-size: 20px;
            text-align: center;
            text-transform: uppercase;
            padding: 45px 0;
            position: relative;
        }

            .right-column .order .head:after {
                content: "";
                display: block;
                width: 100%;
                height: 8px;
                background: url(../img/down.png) top center no-repeat;
                position: absolute;
                top: 100%;
            }

        .right-column .order .float-view {
            list-style-type: none;
            padding-left: 10px;
            overflow: hidden;
        }

            .right-column .order .float-view li {
                background: #8a9f41;
                color: #fff;
                font-family: "Open Sans";
                text-transform: uppercase;
                font-size: 10px;
                float: left;
                width: 120px;
                padding: 10px 0;
                text-align: center;
                margin: 0 4px 4px 0;
            }

        .right-column .order .subhead {
            font-family: "Myriad Pro Cond";
            text-transform: uppercase;
            font-size: 24px;
            margin: 30px 23px 10px 23px;
            position: relative;
            display: block;
        }

            .right-column .order .subhead span {
                position: relative;
                z-index: 1;
            }

            .right-column .order .subhead:before {
                content: "";
                display: block;
                width: 100%;
                height: 5px;
                background: #f9bf19;
                position: absolute;
                bottom: 8px;
                left: 0;
            }

        .right-column .order .label {
            font-family: "Myriad Pro Cond";
            text-transform: uppercase;
            margin-left: 23px;
        }

        .right-column .order input {
            margin: 3px 0 10px 23px;
            width: 240px;
            border: 1px solid #f9bf19;
            font-family: "Myriad Pro Cond";
            font-size: 14px;
            box-sizing: border-box;
        }

        .right-column .order .select {
            width: 240px;
            margin: 10px 0 10px 23px;
            font-family: "Myriad Pro Cond";
            text-transform: uppercase;
            background: #fff;
            border: 3px solid #f9bf19;
            box-sizing: border-box;
            text-align: center;
            padding: 7px 0 2px;
            cursor: pointer;
        }

        .right-column .order .action {
            font-family: "Myriad Pro Cond";
            text-transform: uppercase;
            color: #fff;
            padding-left: 23px;
            overflow: hidden;
        }

            .right-column .order .action > * {
                margin: 0px 0px 0px 0px !important ;
                float: left;
                width: 119px;
                margin-right: 2px;
                text-align: center;
                padding: 8px 0 2px;
                cursor: pointer;
            }

            .right-column .order .action .register {
                background: #f9bf19;
                color: #313131;
                font-family: "Myriad Pro Bold Cond";
            }

            .right-column .order .action .cancel {
                background: #3A5F0B;
            }

        .right-column .order .contact {
            margin-top: 30px;
        }

            .right-column .order .contact .phone {
                margin-left: 23px;
                font-family: "Myriad Pro Cond";
                float: left;
                font-size: 20px;
                margin-top: 4px;
            }

            .right-column .order .contact .message {
                float: right;
                margin-right: 23px;
            }

                .right-column .order .contact .message img {
                    width: 24px;
                    height: 24px;
                    margin-left: 5px;
                }

    .right-column .slider0 {
        background: #fcdd27;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
        position: relative;
    }

        .right-column .slider0 .image {
            background: #000;
            margin: 20px;
            position: relative;
            overflow: hidden;
        }

            .right-column .slider0 .image .main, .right-column .slider0 .image .effect {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
            }

            .right-column .slider0 .image .effect {
                left: -100%;
                z-index: 1;
            }

        .right-column .slider0 .next, .right-column .slider0 .prev {
            width: 20px;
            height: 40px;
            background: #313131 url(../img/m_next.png) center no-repeat;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }

        .right-column .slider0 .prev {
            background: #313131 url(../img/m_prev.png) center no-repeat;
            right: auto;
            left: 0;
        }

        .right-column .slider0:after {
            content: "";
            display: block;
            position: absolute;
            width: 50px;
            height: 4px;
            background: #f22;
            bottom: 0;
            left: 20px;
        }

    .right-column .magazine .image {
        height: 360px;
    }

    .right-column .chart .image {
        height: 180px;
    }

    .right-column .b_access img {
        width: 100%;
    }

    .right-column .comments {
        background: #f3f3f3;
        font-family: "Myriad Pro Cond";
        color: #313131;
        padding-bottom: 50px;
    }

        .right-column .comments .head {
            text-transform: uppercase;
            text-align: center;
            padding: 10px 0 5px;
            background: #f9bf19;
            font-size: 25px;
        }

        .right-column .comments .item {
            padding: 15px 20px;
            position: relative;
        }

            .right-column .comments .item .text {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .right-column .comments .item .author {
                text-decoration: none;
                color: #ffa405;
                font-size: 18px;
            }

            .right-column .comments .item .link {
                font-style: italic;
                color: #888;
            }

            .right-column .comments .item .date {
                color: #ffa405;
                position: absolute;
                right: 20px;
                bottom: -6px;
                font-size: 18px;
            }

            .right-column .comments .item:after {
                content: "";
                display: block;
                width: 190px;
                height: 2px;
                background: #ccc;
                position: absolute;
                bottom: 0;
                left: 0;
            }

    .right-column .right-menu {
        background: #f3f3f3;
        margin-top: 20px;
        box-sizing: border-box;
        padding: 20px;
        color: #313131;
        border-bottom: 3px solid #c4c4c4;
    }

        .right-column .right-menu > * {
            cursor: pointer;
        }

        .right-column .right-menu .root {
            font-family: "Myriad Pro Cond";
            text-transform: uppercase;
            font-size: 24px;
            position: relative;
            margin-bottom: 30px;
        }

            .right-column .right-menu .root span {
                z-index: 1;
                position: relative;
            }

            .right-column .right-menu .root:after {
                content: "";
                background: #f9bf19;
                width: 100%;
                height: 3px;
                position: absolute;
                bottom: 9px;
                left: 0;
            }

        .right-column .right-menu .branch {
            font-family: "Open Sans";
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            margin: 10px 0 20px 20px;
        }

    .right-column .login {
        background: #444;
        font-family: "Open Sans";
        color: #fff;
        box-sizing: border-box;
        padding: 30px 30px 100px;
        font-size: 13px;
    }

        .right-column .login input {
            margin: 5px 0;
            width: 100%;
            box-sizing: border-box;
            padding: 5px;
        }

        .right-column .login .label {
            font-size: 12px;
            margin: 5px 0 0;
        }

        .right-column .login .login-button {
            background: #ffa405;
            color: #fff;
            display: block;
            padding: 5px 0;
            width: 100px;
            text-align: center;
            margin: 10px auto;
        }

        .right-column .login .desc {
            margin-top: 20px;
            font-family: "Myriad Pro Cond";
            letter-spacing: .5px;
            font-size: 16px;
        }

.feedback-decor {
    position: absolute;
    width: 500px;
    height: 202px;
    background: #f9bf19;
    left: 0;
    z-index: -1;
    display: none;
}

.footer {
    background: #595959;
    color: #fff;
    overflow: hidden;
    font-family: "Myriad Pro Cond";
    margin-top: 50px;
}

    .footer .wrapper {
        margin-bottom: 60px;
        margin-top: 30px;
    }

    .footer .group0 {
        color: #fcdd27;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .footer .group0 .line0 {
            font-size: 18px;
        }

        .footer .group0 .hr {
            width: 450px;
            height: 2px;
            background: #fcdd27;
            margin: 5px 0;
        }

        .footer .group0 .line1 {
            font-size: 26px;
        }

    .footer .group1 {
        font-size: 18px;
    }

    .footer .group2 {
        float: right;
        margin-top: -20px;
    }

@media (max-aspect-ratio:1/1),(max-width:1000px) {
    .header .p0 .logo {
        border-right: 0;
        width: 150px;
        float: none;
        margin-left: 5px;
        padding-top: 10px;
    }

    .header .p0 .search {
        display: none;
    }

    .header .p0 .slogan {
        display: none;
    }

    .header .p0 .lang {
        margin-right: 85px;
        margin-top: 8px;
    }

    .p1 {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 998;
        overflow: auto;
        box-sizing: border-box;
        padding-top: 44px;
        display: none;
    }

        .p1 .wrapper {
            height: 100%;
        }

            .p1 .wrapper .menu {
                height: auto;
            }

                .p1 .wrapper .menu li {
                    display: block;
                    position: static;
                    height: auto;
                    float: none;
                    width: 100%;
                    border: none;
                    text-align: center;
                    border-bottom: 1px solid #fff;
                    padding-right: 0;
                }

                    .p1 .wrapper .menu li span {
                        padding-bottom: 20px;
                        display: block;
                    }

                    .p1 .wrapper .menu li .submenu {
                        position: static;
                        width: 100%;
                    }

                .p1 .wrapper .menu .order {
                    background: #8a9f41;
                    color: #fff;
                    font-family: "Open Sans";
                    font-weight: 600;
                    border: 20px solid #fff;
                }

                    .p1 .wrapper .menu .order a {
                        text-decoration: none;
                        color: #fff;
                    }

                .p1 .wrapper .menu li:not(:hover) .submenu {
                    display: block;
                }

        .p1.active {
            display: block;
        }

    .slider-news .detail {
        padding: 0 10px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .slider-news .list-news {
        height: 180px;
    }

    .slider-news {
        height: 450px;
    }

    .main .float-view .item .big-title {
        left: 0;
        font-size: 11px;
    }

    .footer .group2 {
        margin-top: 20px;
    }

    .footer .wrapper {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .p0 {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    body {
        padding-top: 40px;
    }

    .mobile-only.menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 100%;
        background: #ffa405 url(../img/mobile-menu.png) center no-repeat;
        background-size: contain;
        display: block;
    }

    .right-column {
        display: none;
    }

    .main .report .item .title, .main .report .item .date, .main .report .item .info {
        padding-left: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .main .maz-detail .maz-img {
        float: none;
    }

    .main .maz-action .maz-info {
        margin: 20px 0;
    }

        .main .maz-action .maz-info ul span {
            max-width: 100%;
        }

    .main .group0 .contact, .main .group0 .group-list {
        width: 100%;
    }

    .main .group0 .group-list {
        margin-top: 20px;
    }

    .main .search .block .label {
        clear: left;
    }

    .main .search .block .label, .main .search .block .value {
        margin-top: 10px;
    }

        .main .search .block .value.long {
            max-width: 70%;
        }
}

@media (min-width:1000px) and (min-aspect-ratio:1/1) {
    .mobile-only {
        display: none !important;
    }
}
