/* Minification failed. Returning unminified contents.
(1558,89): run-time error CSS1030: Expected identifier, found '>'
(1558,92): run-time error CSS1031: Expected selector, found ')'
(1558,92): run-time error CSS1025: Expected comma or open brace, found ')'
(1566,93): run-time error CSS1030: Expected identifier, found '>'
(1566,96): run-time error CSS1031: Expected selector, found ')'
(1566,96): run-time error CSS1025: Expected comma or open brace, found ')'
(1573,97): run-time error CSS1030: Expected identifier, found '>'
(1573,100): run-time error CSS1031: Expected selector, found ')'
(1573,100): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

html {
    overflow-y: scroll;
    min-height: 100%;
    -webkit-transition: background .8s ease-in-out;
    -moz-transition: background .8s ease-in-out;
    -o-transition: background .8s ease-in-out;
    transition: background .8s ease-in-out;
}
    html.no-scrollbars {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 8px;
        overflow: hidden;
        background: #C2C2C2;
    }
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #40464c;
    background-color:#fff;
    line-height:30px;
}
form {
    width: 100%;
    margin: 0;
    padding: 0
}
main {
    width: 100%;
    position:relative;
}
img {
    vertical-align: bottom
}
h1,h2,h3,h4,h5{
    padding:0;
    margin:0;
}
.container {
    width: 1360px;
    margin: auto;
}
a {
    font-style: normal;
    font-weight: 600;
    text-decoration-line: underline;
    color: #000;
}
a:hover {
    text-decoration-line: underline;
    color: #000000;
}
/*Header*/
header {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    header .logo {
        position: absolute;
        left: 40px;
        top: 27px;
    }
    header .action {
        position: absolute;
        right: 40px;
        top: 27px;
        padding-top:9px;
        padding-right:62px;
        vertical-align:middle;
    }
        header .action a {
            color: #FFFFFF;
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            text-decoration: none;
            vertical-align: top;
            margin-left: 40px;
        }
        header .action a:hover {
            color: #f2f2f2;
            text-decoration: none;
        }
        header .action .user span{
            padding-left:13px;
        }
    header .menu{
        width:100%;
        padding:0;
        text-align:center;
        background-color:transparent;
        padding-top:27px;
    }
        header .menu nav {
            display:block;
            text-align:center;
        }
            header .menu nav ul {
                display:inline-block;
                margin:0;
                padding:0;
                list-style:none;
            }
                header .menu nav ul li {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    padding-right:40px;
                }
                header .menu nav ul li:last-child {
                    padding-right:0;
                }
                    header .menu nav ul li a {
                        font-weight: 700;
                        font-size: 15px;
                        line-height: 42px;
                        display: flex;
                        align-items: center;
                        letter-spacing: 0.05em;
                        color: #FFFFFF;
                        text-decoration: none;
                        -webkit-transition: all 300ms ease-in-out;
                        -o-transition: all 300ms ease-in-out;
                        -moz-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
                    }
                        header .menu nav ul li a:hover {
                            color: #EE2424;
                            text-decoration: none;
                        }
html.no-scrollbars header {
    padding-right:8px;
}
    html.no-scrollbars header .action {
        margin-right: 8px;
    }
/*Footer*/
footer {
    width: 100%;
    background-color: #000;
}
    footer .f_t_container {
        background-color: #EE2424;
        padding:65px 0;
        text-align:center;
    }
        footer .f_t_container h3 {
            font-style: normal;
            font-weight: 600;
            font-size: 36px;
            line-height: 44px;
            align-items: center;
            text-align: center;
            color: #FFFFFF;
        }
        footer .f_t_container h4 {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 45px;
            align-items: center;
            text-align: center;
            color: #FFFFFF;
            padding:2px 0 30px 0;
        }
        footer .f_t_container a.join {
            width: 410px;
            margin: auto;
            display: block;
            background: #FFFFFF;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 60px;
            text-align: center;
            color: #EE2424;
            text-decoration: none;
            transform: translateY(0);
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }
            footer .f_t_container a.join:hover {
                transform: translateY(-10px);
                -webkit-box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
                box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
            }
    footer .f_container {
        width: 100%;
        max-width: 1360px;
        padding-top: 75px;
        margin: auto;
    }
        footer .f_container .f_menu {
            position: relative;
            padding-bottom:100px;
        }
        footer .f_container .f_menu:after {
            display:block;
            content:'';
            clear:both;
        }
            footer .f_container .f_menu .m_item {
                width:20%;
                float:left;
                display:block;
                position:relative;
                vertical-align:text-top;
            }
                footer .f_container .f_menu .m_item .logo img{
                    width:115px;
                }
                footer .f_container .f_menu .m_item h3 {
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    margin:0;
                    padding:0;
                    margin-bottom:28px;

                    display: flex;
                    align-items: center;
                    letter-spacing: 0.13em;
                    color: #FFFFFF;
                }
                footer .f_container .f_menu .m_item ul {
                    display:block;
                    list-style:none;
                    margin:0;
                    padding:0;
                }
                    footer .f_container .f_menu .m_item ul li {
                        display: block;
                        list-style: none;
                        margin: 0;
                        padding: 0;
                        font-style: normal;
                        font-weight: 300;
                        font-size: 14px;
                    }
                        footer .f_container .f_menu .m_item ul li a {
                            text-decoration: none;
                            color: #FFFFFF;
                            position: relative;
                            line-height: 30px;
                            font-weight:300;
                        }
                    footer .f_container .f_menu .m_item ul:not(.contact) li a::before {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 1px;
                        border-radius: 1px;
                        background-color: #fff;
                        bottom: 0;
                        left: 0;
                        transform-origin: right;
                        transform: scaleX(0);
                        transition: transform .2s ease-in-out;
                    }

                    footer .f_container .f_menu .m_item ul:not(.contact) li a:hover::before {
                        transform-origin: left;
                        transform: scaleX(1);
                    }
                    footer .f_container .f_menu .m_item ul.contact li {
                        letter-spacing: 0.13em;
                        vertical-align:middle;
                    }
                        footer .f_container .f_menu .m_item ul.contact li a.phone:before{
                            content:'';
                            display:inline-block;
                            width:20px;
                            height:30px;
                            vertical-align:middle;
                            margin-right:13px;
                            background-image:url('/Content/images/phone.webp');
                            background-position:left center;
                            background-repeat:no-repeat;
                        }
                        footer .f_container .f_menu .m_item ul.contact li a.mail:before {
                            content: '';
                            display: inline-block;
                            width: 20px;
                            height: 30px;
                            vertical-align: middle;
                            margin-right: 13px;
                            background-image: url('/Content/images/mail.webp');
                            background-position: left center;
                            background-repeat: no-repeat;
                        }
    footer .f_soc {
        padding-left:20%;
        padding-bottom:80px;
    }
        footer .f_soc h4 {
            font-weight: 300;
            font-size: 13px;
            line-height: 16px;
            margin: 0;
            padding: 0;
            margin-bottom: 28px;
            display: flex;
            align-items: center;
            letter-spacing: 0.13em;
            color: #FFFFFF;
        }
        footer .f_soc ul{
            display:block;
            padding:0;
            margin:0;
            list-style:none;
        }
            footer .f_soc ul li {
                display: inline-block;
                padding-right: 50px;
                vertical-align: middle;
                font-style: normal;
                font-weight: 300;
                font-size: 14px;
            }
                footer .f_soc ul li a {
                    text-decoration: none;
                    color: #FFFFFF;
                    position: relative;
                    vertical-align:middle;
                    display:block;
                }
                    footer .f_soc ul li a:before {
                        content: '';
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 30px;
                        height: 30px;
                        background-color: #000;
                        border-radius: 50%;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        -webkit-transition: .5s ease-in-out;
                        -moz-transition: .5s ease-in-out;
                        -o-transition: .5s ease-in-out;
                        transition: .5s ease-in-out;
                        z-index: 1;
                        opacity: 0;
                    }
                    footer .f_soc ul li a:hover img {
                        transform: rotateX(360deg);
                    }
                    footer .f_soc ul li a:hover:before {
                        transform: rotateX(360deg);
                        background-color: #EE2424;
                        opacity: 1;
                    }
                    footer .f_soc ul li a img {
                        display: inline-block;
                        margin-right: 15px;
                        -webkit-transition: .5s ease-in-out;
                        -moz-transition: .5s ease-in-out;
                        -o-transition: .5s ease-in-out;
                        transition: .5s ease-in-out;
                        z-index: 2;
                        position: relative;
                    }
    footer .f_container .f_btm {
        border-top: 1px rgba(220, 220, 230, 0.2) solid;
        padding: 30px 0;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 61px;
        align-items: center;
        color: #FFFFFF;
        position:relative;
    }
    footer .f_container .f_btm ul{
        display:inline-block;
        position:absolute;
        list-style:none;
        padding:0;
        margin:0;
        right:0;
    }
        footer .f_container .f_btm ul li {
            display: inline-block;
            list-style: none;
            padding: 0;
            margin: 0;
            margin-left:20px;
        }
.breadcrumbs{
    display:block;
    text-align:center;
}
    .breadcrumbs ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }
        .breadcrumbs ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
            color: #FFFFFF;
            margin-left: 6px;
            position: relative;
            padding-right: 17px;
        }
            .breadcrumbs ul li a {
                display: block;
                font-weight: 400;
                color: #FFFFFF;
                text-decoration: none;
                line-height: 16px;
                position: relative;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
            .breadcrumbs ul li:after {
                position:absolute;
                content:'';
                display:inline-block;
                width: 7px;
                height: 16px;
                background-image: url('/Content/images/arrow3.webp');
                background-position: right center;
                background-repeat: no-repeat;
                background-size: auto;
                right:0;
                top:0;
            }
        .breadcrumbs ul li a:hover {
            color:#EE2424;
        }
        .breadcrumbs ul li:last-child a {
            padding-right: 0;
        }
        .breadcrumbs ul li:last-child:after {
            display: none;
        }
.bcb {
    text-align: left;
    margin-bottom:20px;
}
    .bcb ul li {
        color: rgba(0,0,0,0.5);
    }
            .bcb ul li a {
                color: rgba(0,0,0,0.5);
            }
                .bcb ul li:after {
                    background-image: url('/Content/images/arrow7.webp');
                    opacity:0.5;
                }
                .bcb ul li a:hover {
                    color: rgba(0,0,0,1);
                }
.fzf {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
    .fzf h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 80px;
        line-height: 97px;
        text-align: center;
        color: #000000;
        margin-bottom: 70px;
    }
/*Home*/
.news-books {
    padding: 108px 0 128px 0;
    background-color: #fff;
}
    .news-books h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #17171A;
        margin-bottom: 28px;
    }
    .news-books .news-books-wrapper {
        margin:auto;
        max-width:1360px;
        width:100%;
    }
    .news-books .news-books-wrapper:after {
        content:'';
        display:block;
        clear:both;
    }
        .news-books .news-books-wrapper .news {
            width: 50%;
            display: block;
            float: left;
            position: relative;
            padding-right:40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .news-books .news-books-wrapper .news .item:after {
                position: absolute;
                content: '';
                display: block;
                width: 100%;
                height: 80%;
                left: 0;
                bottom: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
                z-index: 1;
            }
            .news-books .news-books-wrapper .news .item span {
                display: block;
                width: 55%;
                position: absolute;
                left: 56px;
                bottom: 125px;
                font-style: normal;
                font-weight: 600;
                font-size: 22px;
                line-height: 33px;
                color: #FFFFFF;
                z-index: 2;
            }
            .news-books .news-books-wrapper .news .item a {
                display: block;
                width:100%;
                height:100%;
                position:absolute;
                left:0;
                top:0;
                z-index:3;
            }
            .news-books .news-books-wrapper .news .news-all-link {
                position:absolute;
                right:40px;
                top:0;
                margin-top:-10px;
                display:block;
                padding:0 30px;
                font-style: normal;
                font-weight: 600;
                text-decoration: none;
                font-size: 16px;
                line-height: 42px;
                text-align: center;
                color: #000000;
                background: #FFFFFF;
                border: 1px solid #C2C2C2;
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                -webkit-transition: .2s ease-in-out;
                -moz-transition: .2s ease-in-out;
                -o-transition: .2s ease-in-out;
                transition: .2s ease-in-out;
            }
                .news-books .news-books-wrapper .news .news-all-link:hover {
                    background-color: #EE2424;
                    color: #fff;
                    border: 1px solid #fff;
                }
        .news-books .news-books-wrapper .mybooks {
            width: 50%;
            display: block;
            float: left;
            position: relative;
            padding-left: 40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .news-books .news-books-wrapper .mybooks .mybooks-wrapper {
                position:relative;
            }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper:after {
                    position: absolute;
                    content: '';
                    display: block;
                    width: 100%;
                    height: 80%;
                    left: 0;
                    bottom: 0;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
                    z-index: 1;
                }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper span {
                    display: block;
                    width: 55%;
                    position: absolute;
                    left: 56px;
                    bottom: 125px;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 22px;
                    line-height: 33px;
                    color: #FFFFFF;
                    z-index: 2;
                }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper img {
                    max-width:100%;
                }
            .news-books .news-books-wrapper .mybooks .mybooks-wrapper a {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 101;
            }
            .news-books .news-books-wrapper .mybooks .mybooks-wrapper button {
                position: absolute;
                left: 56px;
                bottom: 39px;
                padding-right:36px;
                display: inline-block;
                background-color: transparent;
                border: none;
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
                z-index:3;
            }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper button:before {
                    position: absolute;
                    content: '';
                    display: inline-block;
                    height: 30px;
                    width: 30px;
                    right: 0;
                    background-image: url('/Content/images/arrow3.webp');
                    background-position: 12px center;
                    background-repeat: no-repeat;
                    background-size: 7px 12px;
                    -webkit-transition: .3s ease-in-out;
                    -moz-transition: .3s ease-in-out;
                    -o-transition: .3s ease-in-out;
                    transition: .3s ease-in-out;
                    background-color: rgba(238,36,36,1);
                    border-radius: 15px;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    transform: translateX(0);
                    z-index: -1;
                }
            .news-books .news-books-wrapper .mybooks .mybooks-wrapper:hover button {
                transform: translateX(10px);
            }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper:hover button:before {
                    width: 106px;
                    background-position: 88px center;
                }
.sb-pages {
    padding: 109px 0 103px 0;
}
    .sb-pages .sb-pages-wrapper {
        margin: auto;
        max-width: 1360px;
    }
        .sb-pages .sb-pages-wrapper .boxes {
/*            margin-left: -10px;
            margin-right: -10px;*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align:center;
        }
            .sb-pages .sb-pages-wrapper .boxes .box {
                display:inline-block;
                position: relative;
                width: 33.33333%;
                position: relative;
                padding-left: 10px;
                padding-right: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                vertical-align:top;
                margin-left:-4px;
            }
                .sb-pages .sb-pages-wrapper .boxes .box .b-inner {
                    border: 1px solid #C2C2C2;
                    position: relative;
                    -webkit-transition: all .4s ease-in-out;
                    -moz-transition: all .4s ease-in-out;
                    -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
                    text-align:left;
                }
                .sb-pages .sb-pages-wrapper .boxes .box:hover .b-inner {
                    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.35);
                    -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.35);
                    box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.35);
                }
                    .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text {
                        height: 360px;
                        padding: 56px 70px 0 70px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                    }
                .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text h3 {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 22px;
                    color: #17171A;
                    margin-bottom: 36px;
                    text-align:left;
                }
                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text p {
                            font-style: normal;
                            font-weight: 300;
                            font-size: 16px;
                            line-height: 26px;
                            color: #17171A;
                            opacity: 0.8;
                        }
                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner a {
                            position: absolute;
                            display: block;
                            width: 100%;
                            height: 100%;
                            left: 0;
                            top: 0;
                            cursor: pointer;
                            z-index:4;
                        }
                .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text button {
                    position: absolute;
                    left: 56px;
                    bottom: 39px;
                    padding-right: 36px;
                    display: inline-block;
                    background-color: transparent;
                    border: none;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    display: flex;
                    align-items: center;
                    color: #000;
                    -webkit-transition: all .4s ease-in-out;
                    -moz-transition: all .4s ease-in-out;
                    -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
                    z-index: 3;
                }
                    .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text button:before {
                        position: absolute;
                        content: '';
                        display: inline-block;
                        height: 30px;
                        width: 30px;
                        right: 0;
                        background-image: url('/Content/images/arrow3.webp');
                        background-position: right 11px center;
                        background-repeat: no-repeat;
                        background-size: 7px 12px;
                        -webkit-transition: .3s ease-in-out;
                        -moz-transition: .3s ease-in-out;
                        -o-transition: .3s ease-in-out;
                        transition: .3s ease-in-out;
                        background-color: rgba(238,36,36,1);
                        border-radius: 15px;
                        -moz-border-radius: 15px;
                        -webkit-border-radius: 15px;
                        transform: translateX(0);
                        z-index: -1;
                    }
                    .sb-pages .sb-pages-wrapper .boxes .box .b-inner:hover button {
                        transform: translateX(15px);
                        color:#fff;
                    }
                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner:hover button:before {
                            width: 105%;
                            background-position: right 11px center;
                        }
.i-msg {
    padding: 128px 0 113px 0;
    background-color: #E6E6E6;
}
    .i-msg .i-msg-wrapper {
        margin: auto;
        max-width: 1360px;
        width:100%;
        display: table;

        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: rgba(0,0,0,0.7);
    }
        .i-msg .i-msg-wrapper h3 {
            margin-bottom:10px;
            font-style: normal;
            font-weight: 600;
            font-size: 28px;
            line-height: 34px;
            display: flex;
            align-items: center;
            color: #000000;
        }
        .i-msg .i-msg-wrapper h4 {
            margin-bottom: 20px;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
        }
        .i-msg .i-msg-wrapper p {
            margin:0;
            padding:0;
            min-height:120px;
        }
        .i-msg .i-msg-wrapper .i-msg-lr{
            display:table-cell;
            width:330px;
            vertical-align:top;
        }
        .i-msg .i-msg-wrapper .i-msg-c {
            display: table-cell;
            vertical-align: top;
            text-align:center;
        }
.sound-b {
    border-top: 20px solid #EE2424;
    height: 463px;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .sound-b .sound-b-wrapper-image-m {
        display: none;
    }
    .sound-b .sound-b-wrapper {
        margin: auto;
        max-width: 1360px;
        width:100%;
        position: relative;
        height: 100%;
    }
        .sound-b .sound-b-wrapper .sound-b-wrapper-i {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
            .sound-b .sound-b-wrapper .sound-b-wrapper-i h2 {
                margin-bottom: 34px;
                font-style: normal;
                font-weight: 300;
                font-size: 40px;
                line-height: 48px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                width:542px;
            }
            .sound-b .sound-b-wrapper .sound-b-wrapper-i a {
                display: block;
                width: 410px;
                margin-top: 10px;
                background: #FFFFFF;
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 60px;
                align-items: center;
                text-align: center;
                color: #17171A;
                text-decoration: none;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }
            .sound-b .sound-b-wrapper .sound-b-wrapper-i a:hover {
                background-color:rgba(255,255,255,0.8);
                
            }
.hero {
    width: 100%;
    position: relative;
    height: 947px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    .hero .hero-image-m {
        display:none;
    }
    .hero .hero-image-t {
        display: none;
    }
    .hero .hero-wrapper {
        margin: auto;
        max-width: 1360px;
        position: relative;
        height: 100%;
    }
        .hero .hero-wrapper .hero-wrapper-i {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .hero .hero-wrapper .hero-wrapper-i:after {
            content: '';
            display: none;
            position: absolute;
            width: 30px;
            height: 5px;
            left: 0;
            top: 0;
            margin-top:-54px;
            background: #EE2424;
        }
            .hero .hero-wrapper .hero-wrapper-i h1 {
                font-style: normal;
                font-weight: 300;
                font-size: 85px;
                line-height: 95px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                margin-bottom: 65px;
            }
            .hero .hero-wrapper .hero-wrapper-i h2 {
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 90px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
            }
            .hero .hero-wrapper .hero-wrapper-i .hx {
                width: 470px;
                background: #EE2424;
                display: block;
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 24px;
                align-items: center;
                color: #FFFFFF;
                margin-top: 20px;
                text-decoration: none;
                position: relative;
                padding: 28px 0 28px 110px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                z-index: 100;
                -webkit-transition: .2s ease-in-out;
                -moz-transition: .2s ease-in-out;
                -o-transition: .2s ease-in-out;
                transition: .2s ease-in-out;
            }
            .hero .hero-wrapper .hero-wrapper-i .hx i {
                font-style: italic;
                font-weight: 300;
                font-size: 16px;
                line-height: 19px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                padding-top:11px;
            }
                .hero .hero-wrapper .hero-wrapper-i .hx:after {
                    display: block;
                    content: '';
                    width: 24px;
                    height: 16px;
                    position: absolute;
                    right: 33px;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    background-image: url('/Content/images/arrow4.webp');
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }
                .hero .hero-wrapper .hero-wrapper-i .hx:before {
                    display: block;
                    content: '';
                    width: 100px;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    background-position: 26px center;
                    background-repeat: no-repeat;
                    background-size: unset;
                    -webkit-transition: .3s ease-in-out;
                    -moz-transition: .3s ease-in-out;
                    -o-transition: .3s ease-in-out;
                    transition: .3s ease-in-out;
                    z-index:-1;
                }
                .hero .hero-wrapper .hero-wrapper-i .hx:hover {
                    transform:translateX(10px);
                }
                .hero .hero-wrapper .hero-wrapper-i .hx:hover:before {
                    background-color: #CB1722;
                    width:100%;
                }
            .hero .hero-wrapper .hero-wrapper-i .creator:before {
                background-image: url('/Content/images/music-creator.webp');
            }
            .hero .hero-wrapper .hero-wrapper-i .usage:before {
                background-image: url('/Content/images/music-usage.webp');
            }
.overlapping {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
    z-index: 9990;
    cursor: pointer;
    display: none;
    overflow-y: auto;
}
.loading{
    background-image:url('/Content/images/loading.gif');
    background-position:center center;
    background-repeat:no-repeat;
}
.hb-menu {
    position: fixed;
    right: -740px;
    top: 0;
    height: 100%;
    z-index: 9991;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hb-menu-open {
    right:0;
}
.hb-menu .hb-nav {
    width: 630px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 110px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
        .hb-menu .hb-nav .hb-nav-wrapper {
            padding: 70px 62px 70px 70px;
            width: 628px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
    .hb-menu .hb-nav ul li.mobile-m{
        display:none;
    }
    .hb-menu .hb-nav ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
            .hb-menu .hb-nav ul li {
                display: block;
                list-style: none;
                padding: 0;
                margin: 0;
                position:relative;
            }
                .hb-menu .hb-nav ul li a {
                    position: relative;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }
                    .hb-menu .hb-nav ul li a.dropdown:before {
                        content: '';
                        display: block;
                        position: absolute;
                        right: 10px;
                        width: 12px;
                        height: 7px;
                        background-image: url('/Content/images/m-arrow-b.webp');
                        background-position: center;
                        background-repeat: no-repeat;
                        top: 50%;
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                    }
                    .hb-menu .hb-nav ul li a.dropdown-open:before {
                        transform: rotateX(180deg) translateY(3px);
                        -ms-transform: rotateX(180deg) translateY(3px);
                    }
                .hb-menu .hb-nav ul li ul {
                    max-height: 0;
                    overflow: hidden;
                    -webkit-transition: all .6s ease-in-out;
                    -moz-transition: all .6s ease-in-out;
                    -o-transition: all .6s ease-in-out;
                    transition: all .6s ease-in-out;
                }
                .hb-menu .hb-nav ul li ul.open {
                    max-height: 1000px;
                    height:auto;
                }
        .hb-menu .hb-nav ul.frs-nav {
        }
            .hb-menu .hb-nav ul.frs-nav > li {}
                .hb-menu .hb-nav ul.frs-nav > li > a {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 18px;
                    color: #000000;
                    text-decoration: none;
                    display: block;
                    width: 100%;
                    padding: 25px 0 25px 30px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    border-bottom: 1px solid #F5F5F5;
                }
                    .hb-menu .hb-nav ul.frs-nav > li > a:hover {
                        color: #EE2424;
                    }
            .hb-menu .hb-nav ul.sec-nav {
                margin:0 0;
            }
                .hb-menu .hb-nav ul.sec-nav > li {}
                    .hb-menu .hb-nav ul.sec-nav > li > a {
                        font-style: normal;
                        font-weight: 300;
                        font-size: 18px;
                        color: #000000;
                        padding: 15px 0 15px 60px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        text-decoration: none;
                        display: block;
                    }
                        .hb-menu .hb-nav ul.sec-nav > li > a:hover {
                            color: #EE2424;
                        }
            .hb-menu .hb-nav ul.thr-nav {
                
            }
                .hb-menu .hb-nav ul.thr-nav > li {}
                    .hb-menu .hb-nav ul.thr-nav > li > a {
                        font-style: normal;
                        font-weight: 300;
                        font-size: 18px;
                        color: #000000;
                        padding: 15px 0 15px 90px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        text-decoration: none;
                        display: block;
                    }
                        .hb-menu .hb-nav ul.thr-nav > li > a:hover {
                            color: #EE2424;
                        }
    .hb-menu .hb-soc {
        position: absolute;
        right: 0;
        top: 0;
        width: 110px;
        height: 100%;
        background-color: #EE2424;
    }
        .hb-menu .hb-soc .nav-icon{
            top:37px;
            right:42px;
            width:26px;

        }
        .hb-menu .hb-soc .hb-soc-wrapper {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 110px;
            height: 50%;
            background-color: #000;
        }
            .hb-menu .hb-soc .hb-soc-wrapper ul {
                width:100%;
                height:100%;
                display: block;
                padding: 0;
                margin: 0;
                list-style: none;
            }
                .hb-menu .hb-soc .hb-soc-wrapper ul li {
                    width:100%;
                    height:20%;
                    display: block;
                    position:relative;
                }
                    .hb-menu .hb-soc .hb-soc-wrapper ul li a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        position: relative;
                        z-index:99;
                    }
                        .hb-menu .hb-soc .hb-soc-wrapper ul li a:after {
                            content: '';
                            display: block;
                            position: absolute;
                            left: 100%;
                            top: 0;
                            height: 100%;
                            width: 0;
                            -webkit-transition: .2s ease-in-out;
                            -moz-transition: .2s ease-in-out;
                            -o-transition: .2s ease-in-out;
                            transition: .2s ease-in-out;
                            background-color: #CB1722;
                            z-index:-1;
                        }
                        .hb-menu .hb-soc .hb-soc-wrapper ul li a:hover:after {
                            width:100%;
                            left:0;
                        }
                        .hb-menu .hb-soc .hb-soc-wrapper ul li a img {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            -ms-transform: translateY(-50%) translateX(-50%);
                            transform: translateY(-50%) translateX(-50%);
                        }
.page {
    width: 100%;
    position: relative;
}
    .page .page-hero {
        width: 100%;
        height: 470px;
        position: relative;
       /* overflow: hidden;*/
        background-color: #0F0F0F;
    }
        .page .page-hero picture {
            position: absolute;
            height: 100%;
            width:100%;
            overflow: hidden;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            z-index:1;
        }
            .page .page-hero picture img {
                display: none;
            }
        .page .page-hero .hero-vec-l{
            position:absolute;
            left:40px;
            bottom:0;
            margin-bottom:-8px;
        }
        .page .page-hero .hero-vec-r {
            position: absolute;
            right: 213px;
            bottom: 0;
            margin-bottom: -18px;
        }
        .page .page-hero .page-hero-body {
            width: 100%;
            text-align: center;
            position: absolute;
            z-index: 2;
            bottom: 93px;
        }
            .page .page-hero .page-hero-body h1 {
                font-style: normal;
                font-weight: 600;
                font-size: 60px;
                line-height: 95px;
                display: block;
                align-items: center;
                text-align: center;
                color: #FFFFFF;
                margin-bottom:50px;
            }
            .page .page-hero .page-hero-body a.join {
                width: 250px;
                margin: auto;
                display: block;
                background: #EE2424;
                border-radius: 30px;
                -moz-border-radius: 30px;
                -webkit-border-radius: 30px;
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 60px;
                align-items: center;
                text-align: center;
                color: #FFFFFF;
                text-decoration: none;
                transform: translateY(0);
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }
                .page .page-hero .page-hero-body a.join:hover {
                    transform: translateY(-10px);
                    -webkit-box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
                    -moz-box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
                    box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
                }
    .page .pdate {
        display: inline-block;
        background: #C2C2C2;
        border-radius: 18px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        padding: 0 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 36px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom:35px;
    }
    .page h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 42px;
        line-height: 51px;
        text-align: center;
        color: #000000;
        margin-bottom: 50px;
    }
    .page h3 {
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 36px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }
    .page .page-body{
        width:100%;
        max-width:1360px;
        position:relative;
        padding:50px 0 110px 0;
        /*text-align:center;*/
        margin:auto;
    }
        .page .page-body>p {
/*            margin: auto;
            width: 660px;
            font-style: normal;
            font-weight: 300;
            font-size: 20px;
            line-height: 30px;
            color: #000000;
            opacity: 0.8;*/
        }
        .page .page-body .sb-pages{
            text-align:left;
        }
            .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner {
                border: 1px solid #C2C2C2;
                position: relative;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }
                .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner img {
                    max-width:100%;
                }
                .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text {
                    height: 315px;
                    padding: 35px 34px 0 40px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }
                    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text h3 {
                        font-style: normal;
                        font-weight: 600;
                        font-size: 20px;
                        line-height: 24px;
                        color: #000;
                        margin-bottom: 30px;
                    }
                .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text p {
                    font-style: normal;
                    font-weight: 300;
                    font-size: 16px;
                    line-height: 26px;
                    color: #000000;
                    opacity: 0.8;
                }
                    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text button {
                        left: 40px;
                    }
.page-body img:not(.content-image) {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 100%;
}
    .page .page-faq {
        width: 100%;
        padding: 110px 0;
        background-color: #F0F0F0;
    }
        .page .page-faq .page-faq-wrapper {
            width: 100%;
            max-width: 1360px;
            margin:auto;
        }
            .page .page-faq .page-faq-wrapper .faq-all-link {
                margin-top:50px;
                text-align:center;
            }
.maxwidt96 {
    max-width: 960px !important;
}
.maxwidt66 {
    max-width: 660px !important;
}
.textcenter {
    text-align:center;
}
.textleft {
    text-align: left !important;
}
.marginauto {
    margin: auto;
}
.marginb15{
    margin-bottom:15px;
}
.marginb30 {
    margin-bottom: 30px;
}
.s-page {
}
    .s-page h2 {
        text-align: left;
        margin-bottom:40px;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 46px;
        color: #000000;
    }
    .s-page h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
        color: #000000;
        opacity: 0.8;
        text-align: left;
        margin-bottom: 40px;
    }
    .s-page .page-body {
        text-align: left;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
    }
        .s-page .page-body strong {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            display:inline-block;
            margin-bottom:6px;
        }
        .s-page .page-body ul:not(.content-menu):not(.content-menu-sub):not(.breadcrumbs>ul) {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
            margin-left: 15px;
            margin-top: -20px;
        }
            .s-page .page-body ul:not(.content-menu):not(.content-menu-sub):not(.breadcrumbs>ul) li {
                display: block;
                list-style: none;
                margin: 0;
                padding: 15px 0 1px 15px;
                position: relative;
            }
                .s-page .page-body ul:not(.content-menu):not(.content-menu-sub):not(.breadcrumbs>ul) li:before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 24px;
                    width: 8px;
                    height: 8px;
                    background: #EE2424;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                }
.no-hero{}
.no-hero:before {
    content: '';
    display: block;
    height: 90px;
    background-color: #000;
}
    .no-hero .page-body {
        padding-top:45px;
    }
    .no-hero .page-body h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 46px;
        color: #000000;
        margin-bottom:10px;
    }
.faq-page {
    background-color: #F0F0F0;
}
    .faq-page .page-body {
        padding-top: 20px;
        text-align: left;
        max-width: 100%;
    }
        .faq-page .page-body .faq-page-wrapper {
            padding-top: 50px;
            width: 100%;
            max-width: 1360px;
            margin: auto;
        }
            .faq-page .page-body .faq-page-wrapper .faq-blocks {
                padding-bottom: 50px;
            }
                .faq-page .page-body .faq-page-wrapper .faq-blocks h4 {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 17px;
                    color: #000000;
                    margin-bottom:15px;
                }
.tabs {
    width: 100%;
    border-bottom: 1px #C2C2C2 solid;
    text-align: center;
}
    .tabs ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }
        .tabs ul li {
            padding: 0 21px;
            margin: 0;
            list-style: none;
            display: inline-block;
            position: relative;
        }
            .tabs ul li a {
                padding: 18px 0;
                margin: 0;
                list-style: none;
                display: block;
                text-decoration: none;
                position: relative;

                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                color: #000000;
            }
                .tabs ul li a:hover {
                    color: #EE2424;
                    text-decoration:none;
                }
                .tabs ul li a.selected {
                    color: #EE2424;
                }
                .tabs ul li a.selected:after {
                    content: '';
                    display: block;
                    width: 100%;
                    bottom: 0;
                    left:0;
                    height: 3px;
                    background-color: #EE2424;
                    position:absolute;
                    margin-bottom:-1px;
                }
.news-page {}
    .news-page .page-body {
        padding-top: 20px;
        text-align: left;
        max-width: 100%;
    }
        .news-page .page-body .news-page-wrapper {
            padding-top: 27px;
            width: 100%;
            max-width: 1360px;
            margin: auto;
        }
            .news-page .page-body .news-page-wrapper .news-card {
                max-width: 100%;
                display: block;
                position: relative;
                min-height: 467px;
                border: 1px solid #EAEAEA;
                margin-bottom: 35px;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }
                .news-page .page-body .news-page-wrapper .news-card:hover {
                    border: 1px solid #EE2424;
                    -webkit-box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.8);
                    -moz-box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.8);
                    box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.8);
                }
                    .news-page .page-body .news-page-wrapper .news-card:hover span.text {
                        color: #EE2424;
                    }
                .news-page .page-body .news-page-wrapper .news-card a {
                    position:absolute;
                    left:0;
                    top:0;
                    width:100%;
                    height:100%;
                    z-index:99;
                }
                .news-page .page-body .news-page-wrapper .news-card .image {
                    width: 100%;
                    height:240px;
                    overflow:hidden;
                    position:relative;
                }
                    .news-page .page-body .news-page-wrapper .news-card .image img {
                        width: 100%;
                        height: auto;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -ms-transform: translateY(-50%) translateX(-50%);
                        transform: translateY(-50%) translateX(-50%);
                    }
                .news-page .page-body .news-page-wrapper .news-card span.date {
                    display:block;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 20px;
                    color: #000000;
                    opacity: 0.5;
                    padding:27px 40px 20px 40px;
                }
                .news-page .page-body .news-page-wrapper .news-card span.text {
                    display: block;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 30px;
                    color: #000000;
                    padding: 0 40px;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }
.year-box {
    width: 200px;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 999;
}
    .year-box .year-box-wrapper {
        height: 60px;
        display: block;
        position: relative;
        border: 1px solid #C2C2C2;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
        .year-box .year-box-wrapper span {
            display: block;
            width: 100%;
            line-height: 60px;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            color: #666666;
            background-image: url('/Content/images/m-arrow-b.webp');
            background-position: center right;
            background-repeat: no-repeat;
        }
        .year-box .year-box-wrapper ul {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .year-box .year-box-wrapper ul li {
                display: block;
                list-style: none;
                margin: 0;
                padding: 0;
            }
                .year-box .year-box-wrapper ul li a {
                    display: block;
                    padding: 10px 0;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 14px;
                    color: #666666;
                    text-decoration: none;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }
                .year-box .year-box-wrapper ul li a:hover {
                    color: #EE2424;
                    text-decoration: none;
                }
    .year-box:hover .year-box-wrapper {
        height: auto;
        max-height: 500px;
    }
.contact-page{}
    .contact-page .page-body h2{
        margin-bottom:20px;
    }
    .contact-page .page-body .contact-link {
        display: inline-block;
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        text-decoration: none;
        position: relative;
        padding-left: 35px;
    }
        .contact-page .page-body .contact-link:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            width: 20px;
            height: 30px;
            margin-right: 15px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto;
        }
    .contact-page .page-body .phone:before {
        background-image: url('/Content/images/phone2.webp');
    }
    .contact-page .page-body .fax:before {
        background-image: url('/Content/images/fax2.webp');
    }
    .contact-page .page-body .email:before {
        background-image: url('/Content/images/mail2.webp');
    }
    .contact-page .page-body .map {
        margin-top:35px;
        margin-bottom:50px;
        width:561px;
        max-width:100%;
        height:349px;
    }
    .contact-page .page-body .form{
        margin-top:40px;
    }
        .contact-page .page-body .form h3 {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            opacity: 0.8;
        }
.file-page{}
    .file-page .page-body:after {
        content:'';
        display:block;
        clear:both;
        position:relative;
    }
    .file-page .page-body .left {
        float: left;
        width: 1050px;
        padding-right: 90px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        border-right: 1px #EAEAEA solid;
    }
        .file-page .page-body .left .files {
            margin-top: 36px;
        }
        .file-page .page-body .left h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 26px;
            line-height: 31px;
            color: #000000;
            margin-top:36px;
        }
    .file-page .page-body .right {
        float: left;
        width: 310px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        min-height: 100%;
        padding-top:30px;
    }
.content-menu{
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
    .content-menu li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-bottom: 5px;
    }
        .content-menu li a {
            width: 100%;
            display: block;
            border-left: 7px #fff solid;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            color: #000000;
            padding: 10px 0 10px 20px;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
            .content-menu li a:hover {
                color:#EE2424;
            }
            .content-menu li a.selected {
                border-left: 7px #EE2424 solid;
            }
.content-menu-sub-cat {
    padding: 0 0 0px 27px;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    color: #000000;
    background-image: url('/Content/images/m-arrow-b.webp');
    background-position: right center;
    background-repeat: no-repeat;
}
.content-menu-sub {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    .content-menu-sub li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-bottom: 5px;
    }

        .content-menu-sub li a {
            width: 100%;
            display: block;
            border-left: 7px #fff solid;
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 26px;
            color: #000000;
            padding: 10px 0 10px 20px;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .content-menu-sub li a:hover {
                color: #EE2424;
            }

            .content-menu-sub li a.selected {
                border-left: 7px #EE2424 solid;
            }
.files-wrapper{
    padding-top:50px;
}
.files {
    margin-top: 20px;
}
    .files .file {
        width: 100%;
        height: 110px;
        position: relative;
        background: #FFFFFF;
        border: 1px solid #EE2424;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        color: #EE2424;
        padding: 15px 50px 15px 25px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
        .files .file:hover {
            -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
            -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
        }
        .files .file:after {
            width: 44px;
            content: attr(data-filetype);
            position: absolute;
            right: 11px;
            top: 33px;
            padding-top: 33px;
            background: url('/Content/images/download.webp');
            background-position: top center;
            background-repeat: no-repeat;
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 15px;
            color: #EE2424;
            text-align: center;
            z-index: 4;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
        .files .file:hover:after {
            background-position: center 10px;
            transform: translateY(-5px);
            -ms-transform: translateY(-5px);
        }
        .files .file a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index:5;
        }
.join-us {
    background-color: #F0F0F0;
}
    .join-us:before {
        content: '';
        display: block;
        height: 90px;
        background-color: #000;
    }
    .join-us:after {
        content: '';
        display: block;
        height: 85px;
    }
    .join-us .join-us-wrapper {
        position: relative;
        width: 960px;
        min-height: 587px;
        padding: 15px 55px;
        background-color: #fff;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 85px;
        -webkit-box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.3);
        -moz-box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.3);
        box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.3);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .join-us .join-us-wrapper:after {
            content: '';
            display: block;
            clear: both;
        }
        .join-us .join-us-wrapper:before {
            content: '';
            display: block;
            position: absolute;
            width:1px;
            
            top:15px;
            bottom:15px;
            left:50%;
            border-right: 1px #EAEAEA solid;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .join-us .join-us-wrapper .text {
            width: 50%;
            position: relative;
            float: left;
            min-height: 100%;
            padding-top: 75px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .join-us .join-us-wrapper .text .text-inner{
                position:relative;
                padding-top:90px;
                max-width:390px;
            }
                .join-us .join-us-wrapper .text .text-inner>h1 {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 26px;
                    line-height: 31px;
                    color: #000000;
                }
                .join-us .join-us-wrapper .text .text-inner>p {
                    display: block;
                    margin:0;
                    padding:0;
                    margin-top:10px;
                    max-width: 346px;
                    font-style: normal;
                    font-weight: 300;
                    font-size: 16px;
                    line-height: 26px;
                    color: #000000;
                    opacity: 0.8;
                }
        .join-us .join-us-wrapper .form {
                width: 50%;
                position: relative;
                float: left;
                min-height: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding-left:54px;
                padding-top:40px;
            }
    .join-us .join-us-footer {
        display: block;
        width: 700px;
        margin: auto;
        margin-top: 40px;
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        opacity: 0.8;
    }
.licence-app-form{}
    .licence-app-form:before {
        content: '';
        display: block;
        height: 90px;
        background-color: #000;
    }
    .licence-app-form .licence-app-form-wrapper {
        width: 961px;
        margin: auto;
        padding: 30px 0 110px 0;
        text-align:center;
    }
        .licence-app-form .licence-app-form-wrapper h1 {
            font-style: normal;
            font-weight: 600;
            font-size: 38px;
            line-height: 46px;
            text-align: center;
            color: #000000;
            margin: 20px 0;
        }
        .licence-app-form .licence-app-form-wrapper p {
            margin: 0;
            padding: 0;
            max-width: 960px;
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 30px;
            color: #000000;
            opacity: 0.8;
            margin-bottom:40px;
        }
        .licence-app-form .licence-app-form-wrapper .form{
            margin-top:70px;
        }
            .licence-app-form .licence-app-form-wrapper .form .title {
                width: 100%;
                height: 51px;
                border-bottom: 4px #EAEAEA solid;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                text-align: left;
            }
                .licence-app-form .licence-app-form-wrapper .form .title h2 {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 26px;
                    line-height: 31px;
                    color: #EE2424;
                    border-bottom: 4px #EE2424 solid;
                    text-align:left;
                    display:inline-block;
                    padding-bottom:16px;
                }
            .licence-app-form .licence-app-form-wrapper .form h3 {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                color: #000000;
                opacity: 0.8;
                padding-bottom: 10px;
                text-align:left;
            }
            .licence-app-form .licence-app-form-wrapper .form .block {
                margin-top:40px;
            }
.autocomplete-wrapper {
    max-width: 590px;
    margin: auto;
    position: relative;
    z-index:99;
}
    .autocomplete-wrapper .label-before, .autocomplete-wrapper .form-group2 input:valid + label::before, .autocomplete-wrapper .form-group2 input:focus + label::before {
        left: 30px;
    }
    .autocomplete-wrapper .form-group2 input {
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        padding: 15px 34px;
        background-image: url('/Content/images/search2.webp');
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .autocomplete-wrapper .form-group2 label::before {
        left: 34px;
    }
    .autocomplete-wrapper .form-group2 input + label::before {
        left: 34px;
    }
    .autocomplete-wrapper .autocomplete-list {
        display: none;
        position: absolute;
        background-color: #fff;
        text-align: left;
        width: 100%;
        max-height: 250px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.3);
        -moz-box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.3);
        box-shadow: 0px 3px 6px rgba(199, 199, 199, 0.3);
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        color: rgba(0,0,0,0.8);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 5px 0;
    }
        .autocomplete-wrapper .autocomplete-list ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }
            .autocomplete-wrapper .autocomplete-list ul li {
                display: block;
                margin: 0;
                list-style: none;
                cursor: pointer;
                padding: 5px 10px;
            }
                .autocomplete-wrapper .autocomplete-list ul li:hover {
                    background-color: #F0F0F0;
                }
            .autocomplete-wrapper .autocomplete-list ul li.selected {
                background-color: #F0F0F0;
            }
.work-search {
    background-color: #F0F0F0;
}
.work-search .page-hero {
    height: 660px;
    background-image: url('/Content/images/search-v.webp');
    background-position:right center;
}
    .work-search .page-hero .page-hero-body {
        bottom: 333px;
    }
        .work-search .page-hero .page-hero-body h1 {
            margin-bottom: 21px;
        }
    .work-search .search-page {
        margin-top: -280px;
        position: relative;
        min-height: 500px;
    }
.member-search {
    background-color: #F0F0F0;
}
    .member-search .page-hero {
        height: 580px;
        background-image: url('/Content/images/search-v.webp');
        background-position: right center;
    }
        .member-search .page-hero .page-hero-body {
            bottom: 253px;
        }
            .member-search .page-hero .page-hero-body h1 {
                margin-bottom: 21px;
            }
    .member-search .search-page {
        margin-top: -200px;
    }
.search-page {
    position: relative;
    min-height: 500px;
}
    .search-page .search-page-form {
        margin: auto;
        width: 760px;
        margin-bottom:30px;
        padding: 60px  60px 40px 60px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 15px 40px -8px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 15px 40px -8px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 15px 40px -8px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .search-page .search-page-form .button{
            text-align:center;
        }
    .search-page .search-page-response{
        padding-bottom:100px;
    }
        .search-page .search-page-response .search-page-response-wrapper {
            width: 100%;
            max-width: 1360px;
            margin:auto;
        }
    .search-page .search-page-response .search-page-response-count {
        width: 100%;
        height: 60px;
        margin-bottom: 30px;
        position: relative;
        border-bottom: 1px #C2C2C2 solid;
        text-align: center;
    }
        .search-page .search-page-response .search-page-response-count span {
            display: inline-block;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 60px;
            text-align: center;
            color: #000000;
            border-bottom: 1px #2B2A2C solid;
        }
        .search-page .search-page-response .search-page-response-wrapper .search-page-letters{
            margin-bottom:30px;
        }
.sitein-search{}
    .sitein-search .sitein-search-count {
        width: 100%;
        height: 60px;
        margin-bottom: 60px;
        position: relative;
        border-bottom: 1px #C2C2C2 solid;
        text-align: center;
    }
        .sitein-search .sitein-search-count span {
            display: inline-block;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 60px;
            text-align: center;
            color: #000000;
            border-bottom: 1px #2B2A2C solid;
        }
    .sitein-search a.sitein-search-item {
        width: 100%;
        display: block;
        position: relative;
        padding: 30px 22px;
        border-bottom: 1px solid #EAEAEA;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .sitein-search a.sitein-search-item:hover {
            color: #EE2424;
            text-decoration: none;
        }
.search-table-container {
    padding: 10px 30px 30px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    background-color:#fff;
}
.search-table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
    .search-table tr {
        width: 100%;
        background-color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        .search-table tr:first-child td {
            padding-left: 20px;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 17px;
            color: #000000;
        }
        .search-table tr:nth-child(even) {
            background-color: #F9F9F9;
        }
        .search-table tr:hover:not(:first-child) {
            background: rgba(238, 36, 36, 0.03);
        }
        .search-table tr td {
            border-bottom: 1px solid #EAEAEA;
            padding: 18px 0 18px 20px;
            font-style: normal;
            font-weight: 300;
            font-size: 15px;
            line-height: 18px;
            align-items: center;
            color: #000000;
            opacity: 0.8;
            vertical-align: middle;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .search-table tr td:first-child{
            width:200px;
        }
.search-table-m{}
    .search-table-m .search-table-m-box {
        border: 1px solid #EAEAEA;
        border-bottom:0;
        margin-bottom:20px;
    }
    .search-table-m .search-table-m-box:last-child {
        margin-bottom: 0;
    }
        .search-table-m .search-table-m-box tr:first-child td {
            font-weight: 300;
        }
        .search-table-m .search-table-m-box tr td:first-child {
            width: 90px;
            font-weight: 600;
            padding-right: 0;
        }
        .search-table-m .search-table-m-box tr td {
            font-size: 12px;
            vertical-align: top;
            padding-right: 18px;
        }
#worksearchtable {
    display: block;
}
#worksearchtablem{
    display: none;
}
.pagination {
    text-align: center;
    margin-top: 40px;
}
    .pagination ul {
        display: inline-block;
        padding: 0;
        margin:0;
    }
        .pagination ul li {
            display: inline-block;
            position: relative;
            width: 40px;
            padding: 0 2px;
        }
            .pagination ul li a {
                display: block;
                width: 100%;
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                align-items: center;
                text-align: center;
                color: #000000;
                background-color: #FFFFFF;
                line-height: 40px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                text-decoration: none;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
                .pagination ul li a:hover {
                    background-color: #C2C2C2;
                    text-decoration: none;
                }
                .pagination ul li.active a {
                    background-color: #EE2424;
                    color:#fff;
                    text-decoration: none;
                }
            .pagination ul li.next a {

                background-image: url('/Content/images/arrow5.webp');
                background-position: center;
                background-repeat: no-repeat;
            }
            .pagination ul li.prev a {
                background-image: url('/Content/images/arrow6.webp');
                background-position: center;
                background-repeat: no-repeat;
            }
.faq {
    width: 100%;
    position: relative;
}
    .faq .faq-box {
        width: 100%;
        position: relative;
        padding: 30px 30px 30px 40px;
        background-color: #FFFFFF;
        cursor: pointer;
        margin-bottom: 1px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .faq .faq-box:hover span:before {
            transform: rotateX(180deg) translateY(3px);
            -ms-transform: rotateX(180deg) translateY(3px);
        }
        .faq .faq-box span {
            display: block;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            position:relative;
        }
            .faq .faq-box span:before {
                content: '';
                display: block;
                position: absolute;
                right: 10px;
                width: 12px;
                height: 7px;
                background-image: url('/Content/images/m-arrow-b.webp');
                background-position: center;
                background-repeat: no-repeat;
                top: 50%;
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
        .faq .faq-box p {
            display: block;
            margin: 0;
            padding: 0;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 26px;
            color: #000000;
            opacity: 0.8;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .faq .faq-box p:before {
                content: '';
                display: block;
                width: 100%;
                height: 30px;
            }
        .faq .faq-box-open span:before {
            transform: rotateX(180deg) translateY(3px);
            -ms-transform: rotateX(180deg) translateY(3px);
        }
    .faq .faq-box-open p {
        max-height: 300px;
        height: auto;
    }
.directors {}
    .directors:after {
        content: '';
        clear: both;
        display: block;
    }
    .directors .directors-p {
        float: left;
        width: 25%;
        height: 230px;
        text-align: center;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        color: #666666;
        opacity: 1;
        margin-bottom: 60px;
    }
    .directors .directors-p-noimg {
        height:80px;
    }
        .directors .directors-p div:first-child {
            display: inline-block;
            cursor: pointer;
        }
        .directors .directors-p strong {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            color: #666666;
        }
        .directors .directors-p img {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-width: 150px;
            max-height: 150px;
            border: 5px solid #EE2424;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
        .directors .directors-p .p-info {
            display: none;
        }
        .directors .directors-p:hover img {
            transform: scale(1.08);
            -o-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -webkit-transform: scale(1.08);
            border: 5px solid #fff;
            -webkit-box-shadow: inset 0 0 0 0 #9ad3e7,0 0 0 3px #EE2424,0 0 0 0px #fff,0 0 50px rgba(0,0,0,0.5);
            box-shadow: inset 0 0 0 0 #9ad3e7,0 0 0 3px #EE2424,0 0 0 0px #fff,0 0 50px rgba(0,0,0,0.5);
        }
.popup {
    position: fixed;
    width: 900px;
    border: 10px solid #000000;
    background-color: #fff;
    padding: 48px;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9991;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
    .popup:after{
        content:'';
        display:block;
        clear:both;
    }
    .popup .close {
        content: '';
        display: block;
        position: absolute;
        cursor:pointer;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #000;
        z-index: 9992;
        margin-right: -30px;
        margin-top: -30px;
        background-image:url('/Content/images/exit.webp');
        background-position:center;
        background-repeat:no-repeat;
        background-size:auto;
    }
    .popup div:nth-child(1) {
        float: left;
        text-align: center;
        width: 20%;
        position: relative;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height:30px;
        color: #666666;
    }
        .popup div:nth-child(1) strong {
            font-weight: 600;
        }
        .popup div:nth-child(1) img {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-width: 150px;
            max-height: 150px;
            border: 5px solid #EE2424;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            margin-bottom:15px;
        }
    .popup div:nth-child(2) {
        float: left;
        position: relative;
        width: 80%;
        max-height:500px;
        overflow:hidden;
        overflow-y:auto;

        padding-top: 10px;
        padding-left: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
    }
.linkx1 {
        position: relative;
        display: inline-block;
        padding-right: 36px;
        text-decoration: none;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        z-index: 1;
        background-color: transparent;
    }
    .linkx1:after {
        position: absolute;
        content: '';
        display: inline-block;
        height: 30px;
        width: 30px;
        right: 0;
        background-image: url('/Content/images/arrow3.webp');
        background-position: 12px center;
        background-repeat: no-repeat;
        background-size: 7px 12px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        background-color: rgba(238,36,36,1);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        transform: translateX(0);
        z-index: -1;
    }
    .linkx1:hover:after {
        transform: translateX(10px);
    }
.label-before, .form-group1 input:valid + label::before, .form-group1 input:focus + label::before {
    line-height: 20px;
    font-size: 12px;
    top: -20px;
    background: #fff;
    padding: 0 0;
}
.form-group1 {
    position: relative;
    margin-bottom: 30px;
}
    .form-group1 label::before {
        content: attr(title);
        position: absolute;
        top: -10px;
        left: 0;
        transition: 300ms all;

        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
    }
    .form-group1 input {
        width: 100%;
        padding: 0 0;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px #EAEAEA solid;

        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
    }
        .form-group1 input:focus {
            outline: 0;
        }
        .form-group1 input:valid + label::before {
            content: attr(data-title);
        }
        .form-group1 input:focus + label::before {
            color: #666666;
        }
.label-before, .form-group2 input:valid + label::before, .form-group2 input:focus + label::before {
    line-height: 20px;
    font-size: 12px;
    top: -8px;
    left:20px;
    padding: 0 5px;
    background-color:#fff;
}
.form-group2 {
    position: relative;
    margin-bottom: 12px;
}
    .form-group2 label::before {
        content: attr(title);
        position: absolute;
        top: 0;
        left: 25px;
        transition: 300ms all;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 60px;
        color: #666666;
    }
    .form-group2 input {
        width: 100%;
        padding: 15px 25px;
        box-sizing: border-box;
        border: 1px solid #C2C2C2;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        outline: none;
    }
        .form-group2 input:focus {
            outline: 0;
        }
        .form-group2 input:valid + label::before {
            content: attr(data-title);
        }
        .form-group2 input:focus + label::before {
            color: #666666;
        }
    .form-group2 select + label::before {
        line-height: 20px;
        font-size: 12px;
        top: -8px;
        left: 20px;
        color: #666666;
        padding: 0 5px;
        background-color: #fff;
    }
    .form-group2 select {
        width: 100%;
        padding: 15px 25px;
        box-sizing: border-box;
        border: 1px solid #C2C2C2;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        outline: none;
        height: 60px;

        -webkit-appearance: none;
        appearance: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
        background-position: 98%;
        background-repeat: no-repeat;

    }
    .form-group2 textarea {
        width: 100%;
        padding: 15px 25px;
        box-sizing: border-box;
        border: 1px solid #C2C2C2;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #666666;
        outline: none;
    }
.buttonx1 {
    width: 180px;
    line-height: 60px;
    background: #FFFFFF;
    border: 1px solid #EE2424;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #EE2424;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor:pointer;
}
    .buttonx1:hover {
        background-color: #EE2424;
        color: #fff;
    }
.buttonx2 {
    width: 100%;
    line-height: 60px;
    background: #EE2424;
    border: 1px #EE2424 solid;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
    .buttonx2:hover {
        background-color: #fff;
        color: #EE2424;
        border: 1px solid #EE2424;
    }
.popup-alert{}
    .popup-alert h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
        color: #000000;
        margin-bottom: 40px;
    }
    .popup-alert p {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        opacity: 0.8;
    }
    .popup-alert .buttonx2 {
        width:250px;
        margin-top:40px;
    }
.outer-blank {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 95;
}
.content-image {
    margin-left: calc(50% - 1360px/2);
}
.search-box {
    display:none;
    position: absolute;
    max-width: 960px;
    width:90%;
    height: 140px;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index:99999;
}
    .search-box .search-box-wrapper:before {
        content:'';
        display:block;
        clear:both;
    }
    .search-box .search-box-wrapper {
        position:relative;
    }
        .search-box .search-box-wrapper .search-box-title {
            display: block;
            margin: 0;
            padding: 0;
            font-style: normal;
            font-weight: 600;
            font-size: 36px;
            line-height: 44px;
            color: #FFFFFF;
            margin-bottom: 30px;
        }
        .search-box .search-box-wrapper input.search {
            height: 70px;
            width: 93%;
            float: left;
            padding: 0 30px 0 0;
            background-color: #fff;
            border: none;
            outline: none;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #000000;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-image: url('/Content/images/exit.webp');
            background-position: 25px center;
            background-repeat: no-repeat;
            background-size: auto;
        }
        .search-box .search-box-wrapper button.search {
            float: left;
            height: 70px;
            width: 7%;
            background-color: #fff;
            border: none;
            outline: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-image: url('/Content/images/search2.webp');
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto;
            cursor: pointer;
        }
        .search-box .search-box-wrapper button.close {
            position: absolute;
            top: 6px;
            right: 0;
            width: 25px;
            height: 25px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-image: url('/Content/images/exit2.webp');
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto;
            background-color: transparent;
            border: none;
            outline: none;
            cursor:pointer;
        }
#responsemessage{
    padding:20px 0;
    text-align:center;
    font-size:18px;
    color:#EE2424;
}
.g-recaptcha div:first-child{
    margin:auto;
}
.societys {
    display: none;
    position:absolute;
    width:450px;
    margin-top:-90px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 43px -8px rgba(0,0,0,0.75);
    font-size: 14px;
    max-height: 350px;
    overflow-y: auto;
    z-index:99;
}
    .page-body .societys h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        color: #000000;
        text-align: left;
        margin-bottom: 10px;
    }
    .page-body .societys table tr td {
        white-space: nowrap;
        padding: 5px;
    }
    .page-body .societys table {
        border: 0;
        border-collapse: collapse;
    }
        .page-body .societys table tr td {
            border-bottom: 1px solid #EAEAEA;
            padding: 5px;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            align-items: center;
            color: #000000;
            opacity: 0.8;
            vertical-align: middle;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .page-body .societys table tr:nth-child(odd) {
            background-color: #F0F0F0;
        }
        .page-body .societys table tr:first-child {
            background-color: #fff;
        }
        .page-body .societys table tr:last-child {
            border-bottom: none;
        }
        .page-body .societys table tr td strong {
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: #000000;
            display: inline-block;
        }
.worldmap {
    position: relative;
}
    .worldmap div.marker {
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 1;
    }
    .worldmap div.northamerica {
        left: 18%;
        top: 28%;
    }
    .worldmap div.centralamerica {
        left: 19%;
        top: 45%;
    }
    .worldmap div.southamerica {
        left: 25%;
        top: 65%;
    }
    .worldmap div.westerneurope {
        left: 43%;
        top: 27%;
    }
    .worldmap div.northerneurope {
        left: 50%;
        top: 18%;
    }
    .worldmap div.africa {
        left: 52%;
        top: 50%;
    }
    .worldmap div.easterneurope {
        left: 54%;
        top: 25%;
    }
    .worldmap div.asia {
        left: 64%;
        top: 34%;
    }
    .worldmap div.australia {
        left: 80%;
        top: 65%;
    }
    .worldmap div.eastasia {
        left: 82%;
        top: 39%;
    }

/*Menu icon*/
.nav-icon {
    width: 22px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 9px;
    margin: 0px auto;
    z-index: 9991;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
    .nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .8s ease-in-out;
        -moz-transition: .8s ease-in-out;
        -o-transition: .8s ease-in-out;
        transition: .8s ease-in-out;
    }
        .nav-icon span:nth-child(1) {
            top: 0px;
        }
        .nav-icon span:nth-child(2) {
            top: 8px;
        }
        .nav-icon span:nth-child(3) {
            top: 16px;
        }
        .nav-icon-open span:nth-child(1) {
            top: 10px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        .nav-icon-open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }
        .nav-icon-open span:nth-child(3) {
            top: 10px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #40464c;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border: 0;
}

@media screen and (max-width: 744px) {
    body {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }
    /*Header*/
    header {
        height: 64px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
        header .logo {
            position: absolute;
            left: 20px;
            top: 21px;
        }
            header .logo img {
                height: 22px;
                vertical-align: top;
            }
        header .action {
            position: absolute;
            right: 20px;
            top: 24px;
            padding-top: 0;
            padding-right: 47px;
            vertical-align: middle;
            height: 15px;
        }
            header .action a {
                font-size: 12px;
                line-height: 15px;
                margin-left: 30px;
                vertical-align: top;
            }
                header .action a:hover {
                    color: #f2f2f2;
                    text-decoration: none;
                }
            header .action .search img {
                height: 14px;
            }
            header .action .user img {
                height: 14px;
            }
            header .action .user span {
                display: none;
            }
        header .menu {
            display: none;
        }
    .hero {
        width: 100%;
        height: auto;
        padding: 93px 20px 20px 20px;
        background-image: none !important;
        background-color: #000000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .hero .hero-image-m {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }
        .hero .hero-image-t {
            display: none;
        }
        .hero .hero-wrapper .hero-wrapper-i {
            position: relative;
            top: auto;
            -ms-transform: unset;
            transform: unset;
            padding-top: 24px;
        }
            .hero .hero-wrapper .hero-wrapper-i h1{
                font-size:32px;
                line-height:normal;
            }
            .hero .hero-wrapper .hero-wrapper-i:after {
                width: 15px;
                height: 2px;
                margin-top: 0;
            }
            .hero .hero-wrapper .hero-wrapper-i .hx {
                width: 100%;
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                margin-top: 10px;
                padding: 16px 0 16px 63px;
            }
                .hero .hero-wrapper .hero-wrapper-i .hx i {
                    font-style: italic;
                    font-weight: 300;
                    font-size: 12px;
                    line-height: 15px;
                    padding-top: 4px;
                }
                .hero .hero-wrapper .hero-wrapper-i .hx:after {
                    width: 18px;
                    height: 12px;
                    right: 22px;
                }
                .hero .hero-wrapper .hero-wrapper-i .hx:before {
                    width: 63px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 32px auto;
                }
                .hero .hero-wrapper .hero-wrapper-i .hx:hover {
                    transform: unset;
                }
                    .hero .hero-wrapper .hero-wrapper-i .hx:hover:before {
                        background-color: unset;
                        width: 63px;
                    }
    .no-hero:before {
        height: 60px;
    }
    .news-books {
        padding: 40px 0 54px 0;
    }
        .news-books .news-books-wrapper {
            margin: auto;
            max-width: 1360px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 21px;
        }
        .news-books h3 {
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 20px;
        }
        .news-books .news-books-wrapper .news {
            width: 100%;
            float: none;
            position: relative;
            padding-right: 0;
            margin-bottom: 54px;
        }
            .news-books .news-books-wrapper .news .item span {
                width: 80%;
                left: 25px;
                bottom: 80px;
                font-size: 18px;
                line-height: 28px;
            }
            .news-books .news-books-wrapper .news .news-all-link {
                right: 0;
                top: 0;
                margin-top: -7px;
                padding: 0 20px;
                font-size: 12px;
                line-height: 30px;
            }
        .news-books .news-books-wrapper .mybooks {
            width: 100%;
            display: block;
            float: none;
            padding-left: 0;
        }
            .news-books .news-books-wrapper .mybooks .mybooks-wrapper {
                position: relative;
            }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper span {
                    display: none;
                }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper button {
                    position: absolute;
                    left: 25px;
                    bottom: 35px;
                    padding-right: 36px;
                    font-size: 16px;
                }
                    .news-books .news-books-wrapper .mybooks .mybooks-wrapper button:before {
                        height: 30px;
                        width: 30px;
                    }
                .news-books .news-books-wrapper .mybooks .mybooks-wrapper img {
                    width: 100%;
                }
    .sound-b {
        border-top: 20px solid #EE2424;
        height: auto;
        background-image: none !important;
        background-color: #000;
        padding-bottom: 34px;
        text-align: right;
    }
        .sound-b .sound-b-wrapper-image-m {
            display: block;
            width: 90%;
            margin-bottom: 46px;
            text-align: right;
            margin-left: 10%;
        }
        .sound-b .sound-b-wrapper {
            padding: 0 30px 0 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;
        }
            .sound-b .sound-b-wrapper .sound-b-wrapper-i {
                position: relative;
                top: unset;
                -ms-transform: unset;
                transform: unset;
            }
                .sound-b .sound-b-wrapper .sound-b-wrapper-i h2 {
                    margin-bottom: 45px;
                    font-size: 24px;
                    line-height: normal;
                    width: 100%;
                    text-align:center;
                }
                .sound-b .sound-b-wrapper .sound-b-wrapper-i a {
                    width: 100%;
                    margin-top: 10px;
                    font-size: 14px;
                    line-height: 19px;
                    padding: 20px 15px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }
                    .sound-b .sound-b-wrapper .sound-b-wrapper-i a:hover {
                        background-color: rgba(255,255,255,0.8);
                    }
    .sb-pages {
        padding: 35px 20px 15px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .sb-pages .sb-pages-wrapper {
            margin: auto;
            max-width: 1360px;
            width: 100%;
        }
            .sb-pages .sb-pages-wrapper .boxes {
                margin-left: 0;
                margin-right: 0;
                text-align: left;
            }
                .sb-pages .sb-pages-wrapper .boxes .box {
                    display: block;
                    position: relative;
                    width: 100%;
                    position: relative;
                    padding-left: 0;
                    padding-right: 0;
                    margin-left: 0;
                    margin-bottom: 20px;
                }
                    .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text {
                        height: auto;
                        padding: 36px 30px 100px 30px;
                    }
                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text h3 {
                            font-size: 20px;
                            line-height: 24px;
                            margin-bottom: 18px;
                        }
                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text button {
                            left: 30px;
                            bottom: 39px;
                            padding-right: 36px;
                            font-size:14px;
                        }
    .i-msg {
        padding: 23px 0 23px 0;
        background-color: #E6E6E6;
    }
        .i-msg .i-msg-wrapper {
            padding: 0 21px;
            display: block;
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: rgba(0,0,0,0.8);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .i-msg .i-msg-wrapper h3 {
                margin-bottom: 10px;
                font-weight: 600;
                font-size: 22px;
                line-height: 27px;
            }
            .i-msg .i-msg-wrapper h4 {
                margin-bottom: 10px;
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
            }
            .i-msg .i-msg-wrapper p {
                margin: 0;
                padding: 0;
                min-height: auto;
                margin-block: 30px;
            }
            .i-msg .i-msg-wrapper .i-msg-lr {
                width: 100%;
            }
            .i-msg .i-msg-wrapper .i-msg-c {
                display: block;
                vertical-align: top;
                text-align: center;
                margin: 10px 0 40px 0;
            }
                .i-msg .i-msg-wrapper .i-msg-c img {
                    height: 170px;
                }
    .nav-icon {
        width: 16px;
        height: 14px;
        top: 0;
    }
        .nav-icon span {
            width: 15px;
        }
            .nav-icon span:nth-child(1) {
                top: 0px;
            }
            .nav-icon span:nth-child(2) {
                top: 6px;
            }
            .nav-icon span:nth-child(3) {
                top: 12px;
            }
    /*Footer*/
    footer {
        width: 100%;
        background-color: #000;
    }
        footer .f_t_container {
            padding: 50px 0;
        }
            footer .f_t_container h3 {
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 29px;
                align-items: center;
                text-align: center;
                color: #FFFFFF;
            }
            footer .f_t_container h4 {
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 19px;
                align-items: center;
                text-align: center;
                color: #FFFFFF;
                padding: 2px 0 16px 0;
            }
            footer .f_t_container a.join {
                width: 160px;
                font-weight: 600;
                font-size: 14px;
                line-height: 44px;
            }
        footer .f_container {
            padding-top: 18px;
        }
            footer .f_container .f_menu {
                padding: 0 20px 40px 20px;
            }
                footer .f_container .f_menu .m_item {
                    width: 100%;
                    float: none;
                    padding-top: 40px;
                }
                    footer .f_container .f_menu .m_item .logo img {
                        width: 96px;
                    }
                    footer .f_container .f_menu .m_item h3 {
                        margin-bottom: 28px;
                    }
                    footer .f_container .f_menu .m_item ul li {
                        font-weight: 300;
                        font-size: 14px;
                    }
                        footer .f_container .f_menu .m_item ul li a {
                            line-height: 30px;
                            font-weight: 300;
                        }
                    footer .f_container .f_menu .m_item ul.contact li a.phone:before {
                        content: '';
                        display: inline-block;
                        width: 20px;
                        height: 30px;
                        vertical-align: middle;
                        margin-right: 13px;
                        background-image: url('/Content/images/phone.webp');
                        background-position: left center;
                        background-repeat: no-repeat;
                    }
                    footer .f_container .f_menu .m_item ul.contact li a.mail:before {
                        content: '';
                        display: inline-block;
                        width: 20px;
                        height: 30px;
                        vertical-align: middle;
                        margin-right: 13px;
                        background-image: url('/Content/images/mail.webp');
                        background-position: left center;
                        background-repeat: no-repeat;
                    }
        footer .f_soc {
            padding: 0 20px 40px 20px;
        }
            footer .f_soc h4 {
                font-weight: 300;
                font-size: 13px;
                line-height: 16px;
                margin-bottom: 28px;
            }
            footer .f_soc ul {
                display: block;
                padding: 0;
                margin: 0;
                list-style: none;
            }
                footer .f_soc ul li {
                    width: 33%;
                    display: inline-block;
                    padding-right: 0;
                    vertical-align: middle;
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    margin-left: -4px;
                    margin-bottom: 10px;
                }
                    footer .f_soc ul li a {
                        text-decoration: none;
                        color: #FFFFFF;
                        position: relative;
                        vertical-align: middle;
                        display: block;
                    }
                        footer .f_soc ul li a:before {
                            margin-left: -6px;
                            margin-top: -1px;
                            width: 30px;
                            height: 30px;
                        }
                        footer .f_soc ul li a img {
                            margin-right: 10px;
                            margin-top: -6px;
                        }
        footer .f_container .f_btm {
            padding: 40px 20px 40px 20px;
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: normal;
        }
            footer .f_container .f_btm ul {
                position: relative;
                margin-top: 30px;
                display: block;
            }
                footer .f_container .f_btm ul li {
                    margin-left: 0;
                    margin-right: 10px;
                }
    .page .page-hero {
        height: 300px;
    }

        .page .page-hero .page-hero-body {
            bottom: 0;
            top: 90px;
        }

        .page .page-hero .hero-vec-l {
            width:150px;
            height: auto;
            left: 4px;
            margin-bottom: -2px;
        }

        .page .page-hero .hero-vec-r {
            right: 5px;
            bottom: 0;
            margin-bottom: -9px;
            width: 120px;
            height: auto;
        }

        .page .page-hero .page-hero-body h1 {
            font-size: 30px;
            line-height: 60px;
            margin-bottom: 20px;
        }

        .page .page-hero .page-hero-body a.join {
            width: 130px;
            line-height:40px;
            font-size:14px;
        }
    .breadcrumbs ul li{
        font-size:10px;
        line-height:10px;
    }
    .page .page-body {
        padding: 50px 0 50px 0;
    }
    .page h2 {
        font-size: 22px;
        text-align: left;
        line-height:normal;
        margin-bottom:30px;
        padding:0 0;
    }
    .maxwidt96 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .textcenter {
        text-align: left;
    }
    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 18px;
    }
    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text {
        height: auto;
        padding: 36px 30px 100px 30px;
    }
    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner img{
        width:100%;
    }
    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text button{
        left:20px;
        font-size:14px;
    }
    .page .page-faq {
        padding: 50px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .faq .faq-box {
        padding: 20px 30px 20px 30px;
    }
        .faq .faq-box span:before{
            right:0;
        }
        .faq .faq-box p {
            font-size: 14px;
            line-height: 22px;
        }
    .linkx1 {
        font-size: 14px;
    }
    .page .maxwidt96{
        padding-left:20px;
        padding-right:20px;
    }
    .directors .directors-p{
        width:50%;
        height:210px;
        margin-bottom:25px;
    }
        .directors .directors-p img {
            width: 120px !important;
            height: 120px !important;
        }
        .directors .directors-p strong{
            font-size:14px;
        }
    .directors .directors-p-noimg{
        height:80px;
    }
    .s-page .page-body {
        font-size: 14px;
    }
    .page-body img {
        max-width: 100% !important;
        height: auto !important;
    }
    .no-hero .page-body h1 {
        font-size: 22px;
        line-height:30px;
    }
    .files-wrapper{
        padding-top:20px;
    }
    .s-page h3{
        font-size:18px;
    }
    .file-page .page-body .left {
        float: none;
        width: 100%;
        padding:0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .file-page .page-body .right {
        display:none;
    }
    .s-page .page-body strong{
        font-size:14px;
    }
    .news-page .page-body .news-page-wrapper {
        padding: 27px 20px 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-page .page-body .news-page-wrapper .news-card{
        min-height:auto;
    }
        .news-page .page-body .news-page-wrapper .news-card span.date {
            font-size: 12px;
            padding: 0 20px 10px 20px;
        }
        .news-page .page-body .news-page-wrapper .news-card span.text {
            font-size: 16px;
            padding:0 20px 20px 20px;
        }
    .year-box{
        width:100%;
        height:40px;
    }
        .year-box .year-box-wrapper{
            height:40px;
        }
        .year-box .year-box-wrapper span {
            line-height: 40px;
        }
    .page .pdate {
        font-size: 12px;
        line-height: 32px;
        margin-bottom: 28px;
        padding:0 12px;
    }
    .contact-page .page-body {
        padding: 50px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .contact-page .page-body .map{
            width:100%;
        }
    .contact-page .maxwidt96 {
        padding:0px;
    }
    .work-search .search-page {
        width: 100%;
        padding: 0 20px;
        margin-top: -320px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99;
    }

    .work-search .page-hero {
        height: 520px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        background-image:url('/Content/images/search-v-m.webp');
    }
        .work-search .page-hero .page-hero-body h1 {
            margin-bottom:0;
        }
    .member-search .search-page {
        width: 100%;
        padding: 0 20px;
        margin-top: -200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99;
    }

    .member-search .page-hero {
        height: 400px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto;
        background-image: url('/Content/images/search-v-m.webp');
    }

    .pagination ul li {
        margin-bottom: 4px;
    }
    .search-page .search-page-form {
        width: 100%;
        padding: 40px 30px 30px 30px;
        margin-top:45px;
    }
    .page h3{
        font-size:18px;
    }
    .buttonx1 {
        width: 130px;
        line-height:40px;
        font-size:14px;
    }
    .search-page .search-page-response .search-page-response-count{
        height:30px;
    }
    .search-page .search-page-response .search-page-response-count span {
        font-size: 12px;
        line-height: 30px;
    }
    .join-us .join-us-wrapper {
        width: calc(100% - 40px);
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px 20px 0 20px;
    }
        .join-us .join-us-wrapper .text {
            float: none;
            width: 100%;
            padding-top:0;
            text-align:center;
        }
            .join-us .join-us-wrapper .text .text-inner{
                width:100%;
                max-width:100%;
                padding-top:20px;
            }
                .join-us .join-us-wrapper .text .text-inner > h1 {
                    font-size:18px;
                }
                .join-us .join-us-wrapper .text .text-inner > p {
                    font-size:14px;
                    line-height:22px;
                    max-width:100%;
                }
                .join-us .join-us-wrapper .text img {
                    width: 200px;
                    height: auto;
                    text-align: center;
                    margin: auto;
                }

        .join-us .join-us-wrapper .form{
            float:none;
            width:100%;
            padding-left:0;
            padding-top:25px;
        }
        .join-us .join-us-wrapper:before{
            display:none;
        }
    .join-us .join-us-footer {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .join-us .join-us-wrapper .form .button{
        text-align:center;
    }
    .buttonx2 {
        width: 130px;
        line-height: 40px;
        font-size: 14px;
    }
    .form-group2 input {
        font-size: 12px;
        padding: 6px 15px;
    }
    .form-group2 select {
        font-size: 12px;
        padding: 6px 15px;
        height:44px;
        background-color:#fff;
    }
    .label-before, .form-group2 input:valid + label::before, .form-group2 input:focus + label::before {

        left: 10px;
    }
    .form-group2 label::before {
        font-size: 12px;
        line-height: 44px;
        left:15px;
    }
    .form-group2 select + label::before{
        font-size:12px;
    }
    .form-group2 textarea {
        font-size: 12px;
        padding: 15px 25px;
    }
    .popup {
        width: calc(100% - 40px);
        padding: 20px;
    }
    .popup-alert h1{
        font-size:14px;
        margin-bottom:10px;
    }
    .popup-alert p{
        font-size:12px;
    }
    .popup-alert .buttonx2 {
        width: 100%;
        line-height: 40px;
        font-size: 14px;
        margin-top:40px;
    }
    .popup div:nth-child(1){
        float:none;
        width:100%;
        font-size:14px;
    }
    .popup div:nth-child(2) {
        float: none;
        width: 100%;
        font-size: 12px;
        line-height: normal;
        padding-left:0;
        max-height:350px;
    }
    .popup div:nth-child(1) img{
        width:120px;
        height:120px;
    }
    .marginb15 {
        margin-bottom: 5px;
    }
    .search-box .search-box-wrapper .search-box-title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .search-box .search-box-wrapper button.search {
        width: 13%;
        height: 50px;
    }
    .search-box .search-box-wrapper input.search{
        width:87%;
        height:50px;
    }
    .search-box .search-box-wrapper button.close{
        width:15px;
        height:15px;
        top:12px;
    }
    .sitein-search .sitein-search-count {
        height: 30px;
        margin-bottom:20px;
    }
        .sitein-search .sitein-search-count span{
            line-height:30px;
        }
    .sitein-search a.sitein-search-item {
        font-size: 14px;
        padding: 20px 20px;
    }
    .search-page h1{
        text-align:center;
    }

    .societys {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        font-size: 14px;
        max-height: none;
        overflow-y: hidden;
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left:0 !important;
        top:0 !important;
    }
    .worldmap div.marker {
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@media screen and (min-width: 745px) and (max-width:1024px) {
    header .menu {
        display: none;
    }

    .hero {
        width: 100%;
        height: auto;
        padding: 90px 0 20px 0;
        background-image: none !important;
        background-color: #000000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .hero .hero-wrapper .hero-wrapper-i {
            position: relative;
            top: auto;
            -ms-transform: unset;
            transform: unset;
            padding-top: 30px;
        }

        .hero .hero-image-t {
            display: block;
            width: 100%;
        }

        .hero .hero-wrapper .hero-wrapper-i h1 {
            font-size: 60px;
            font-weight: 300;
            line-height: 95px;
            padding: 0 40px;
            margin-bottom: 0;
        }

        .hero .hero-wrapper .hero-wrapper-i .hx {
            font-size: 20px;
            margin-top: 20px;
            margin-left: 40px;
            padding: 42px 0 42px 110px;
            width: calc(100% - 80px);
        }

    .no-hero:before {
        height: 90px;
    }

    .i-msg {
        padding: 60px 40px;
    }

        .i-msg .i-msg-wrapper h3 {
            font-size: 26px;
        }

        .i-msg .i-msg-wrapper .i-msg-lr {
            width: 33.33%;
            font-size: 16px;
            font-weight: 300;
            line-height: 26px;
        }

        .i-msg .i-msg-wrapper .i-msg-c img {
            height: 200px;
            max-width: 100%;
            margin-top: 100px;
        }

    .news-books {
        padding: 36px 40px 36px 40px;
    }

        .news-books .news-books-wrapper .news {
            width: 100%;
            float: none;
            padding-right: 0;
        }

            .news-books .news-books-wrapper .news .news-all-link {
                right: 0;
            }

        .news-books .news-books-wrapper .mybooks {
            width: 100%;
            float: none;
            padding-left: 0;
            padding-top: 50px;
        }

            .news-books .news-books-wrapper .mybooks .mybooks-wrapper img {
                width: 100%;
            }

    .sound-b {
        border-top: 20px solid #EE2424;
        height: auto;
        background-image: none !important;
        background-color: #000;
        padding-bottom: 90px;
        text-align: right;
    }

        .sound-b .sound-b-wrapper-image-m {
            display: block;
            width: 90%;
            margin-bottom: 60px;
            text-align: right;
            margin-left: 10%;
        }

        .sound-b .sound-b-wrapper {
            padding: 0 30px 0 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;
        }

            .sound-b .sound-b-wrapper .sound-b-wrapper-i {
                position: relative;
                top: unset;
                -ms-transform: unset;
                transform: unset;
                text-align: center;
                margin: auto;
                width: 542px;
            }

                .sound-b .sound-b-wrapper .sound-b-wrapper-i a {
                    margin: auto;
                    margin-top: 10px;
                }

                .sound-b .sound-b-wrapper .sound-b-wrapper-i h2 {
                    margin-bottom: 60px;
                    font-size: 40px;
                }

    .sb-pages {
        padding: 58px 40px 18px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sb-pages .sb-pages-wrapper {
            margin: auto;
            max-width: 1360px;
            width: 100%;
        }

            .sb-pages .sb-pages-wrapper .boxes {
                margin-left: 0;
                margin-right: 0;
                text-align: left;
            }

                .sb-pages .sb-pages-wrapper .boxes .box {
                    display: block;
                    position: relative;
                    width: 100%;
                    position: relative;
                    padding-left: 0;
                    padding-right: 0;
                    margin-left: 0;
                    margin-bottom: 40px;
                }

                    .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text {
                        height: auto;
                        padding: 36px 30px 100px 30px;
                    }

                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text h3 {
                            font-size: 20px;
                            line-height: 24px;
                            margin-bottom: 18px;
                        }

                        .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text button {
                            left: 30px;
                            bottom: 39px;
                            padding-right: 36px;
                        }

    footer .f_container .f_menu {
        padding: 0 40px 63px 40px;
    }

        footer .f_container .f_menu .m_item {
            width: 50%;
            padding-top: 40px;
        }

            footer .f_container .f_menu .m_item:first-child {
                width: 100%;
                padding-top: 0;
                float: none;
            }

            footer .f_container .f_menu .m_item:nth-child(3) {
                height: 324px;
            }

    footer .f_soc {
        padding: 0 40px 40px 40px;
    }

        footer .f_soc ul {
            display: block;
            padding: 0;
            margin: 0;
            list-style: none;
        }

            footer .f_soc ul li {
                width: auto;
                padding-right: 20px;
            }

    footer .f_container .f_btm {
        padding: 40px 20px 40px 20px;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: normal;
    }

        footer .f_container .f_btm ul {
            position: relative;
            margin-top: 30px;
            display: block;
        }

            footer .f_container .f_btm ul li {
                margin-left: 0;
                margin-right: 10px;
            }

    .page .page-hero {
        height: 377px;
    }

        .page .page-hero .page-hero-body {
            bottom: 0;
            top: 134px;
        }

        .page .page-hero .hero-vec-l {
            height: 132px;
            left: 0;
            margin-bottom: -3px;
        }

        .page .page-hero .hero-vec-r {
            right: 20px;
            bottom: 0;
            margin-bottom: -9px;
            height: 189px;
        }

        .page .page-hero .page-hero-body h1 {
            font-size: 40px;
            line-height: 60px;
            margin-bottom: 20px;
        }

        .page .page-hero .page-hero-body a.join {
            width: 200px;
        }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .page .page-body {
        padding: 50px 0 80px 0;
    }

    .page h2 {
        font-size: 30px;
    }

    .page .maxwidt96 {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sb-pages .sb-pages-wrapper .boxes .box-m {
        display: inline-block;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        margin-left: -4px;
        margin-bottom: 0;
    }

    .page .page-body .sb-pages .sb-pages-wrapper .boxes .box .b-inner .b-inner-text {
        height: 410px;
    }

    .page .page-faq {
        padding: 53px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .faq .faq-box span {
        font-size: 16px;
    }

    .work-search .search-page {
        width: 100%;
        padding: 0 40px;
        margin-top: -320px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99;
    }

    .work-search .page-hero {
        height: 660px;
        background-position: -870px -150px;
        background-repeat: no-repeat;
    }

    .search-page .search-page-form {
        width: 100%;
    }

    .page h3 {
        font-size: 24px;
    }

    .member-search .search-page {
        width: 100%;
        padding: 0 40px;
        margin-top: -200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99;
    }

    .member-search .page-hero {
        height: 580px;
        background-position: -870px -150px;
        background-repeat: no-repeat;
    }

    .pagination ul li {
        margin-bottom: 4px;
    }

    .directors .directors-p {
        width: 33.33%;
    }

    .page-body img {
        max-width: 100% !important;
        height: auto !important;
    }

    .file-page .page-body .left {
        float: none;
        width: 100%;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .file-page .page-body .right {
        display: none;
    }

    .news-page .page-body .news-page-wrapper {
        padding: 27px 40px 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content-image {
        margin-left: 0;
    }

    .join-us .join-us-wrapper {
        width: calc(100% - 80px);
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px 40px 0 40px;
    }

        .join-us .join-us-wrapper .text {
            float: none;
            width: 438px;
            padding-top: 0;
            text-align: center;
            margin: auto;
        }

            .join-us .join-us-wrapper .text .text-inner {
                width: 100%;
                max-width: 100%;
                padding-top: 20px;
            }

            .join-us .join-us-wrapper .text img {
                width: 370px;
                height: auto;
                text-align: center;
                margin: auto;
            }

            .join-us .join-us-wrapper .text .text-inner > p {
                max-width: 100%;
            }

        .join-us .join-us-wrapper .form {
            float: none;
            width: 438px;
            padding-left: 0;
            padding-top: 25px;
            margin: auto;
        }

        .join-us .join-us-wrapper:before {
            display: none;
        }

    .join-us .join-us-footer {
        width: 100%;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .join-us .join-us-wrapper .form .button {
        text-align: center;
    }

    .worldmap div.marker {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .societys {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        font-size: 14px;
        max-height: none;
        overflow-y: hidden;
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0 !important;
        top: 0 !important;
    }
}
@media screen and (max-width: 1024px) {
    html {
        overflow-y: scroll;
        min-height: 100%;
        -webkit-transition: background .8s ease-in-out;
        -moz-transition: background .8s ease-in-out;
        -o-transition: background .8s ease-in-out;
        transition: background .8s ease-in-out;
    }

        html.no-scrollbars {
            margin-right: 0;
            overflow: auto;
            background: unset;
        }

            html.no-scrollbars header {
                padding-right: 0;
            }

                html.no-scrollbars header .action {
                    margin-right: 0;
                }

    ::-webkit-scrollbar {
        width: unset;
    }

    ::-webkit-scrollbar-track {
        background: unset;
        box-shadow: unset;
    }

    ::-webkit-scrollbar-thumb {
        background: unset;
        border: unset;
    }

    .hb-menu {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        z-index: 9991;
    }

    .hb-menu-open {
        right: 0;
        width: 100%;
    }

    .hb-menu .hb-nav {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 84px 20px 70px 20px;
        overflow-y: hidden;
    }

        .hb-menu .hb-nav .hb-nav-wrapper {
            padding: 0 0 0 0;
            width: 100%;
            height: 95%;
            overflow-y: auto;
        }

        .hb-menu .hb-nav ul li.mobile-m {
            display: block;
        }

        .hb-menu .hb-nav ul {
            display: block;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .hb-menu .hb-nav ul li {
                display: block;
                list-style: none;
                padding: 0;
                margin: 0;
                position: relative;
            }

                .hb-menu .hb-nav ul li a {
                    position: relative;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }

                    .hb-menu .hb-nav ul li a.dropdown:before {
                        right: 10px;
                        width: 12px;
                        height: 7px;
                    }

                    .hb-menu .hb-nav ul li a.dropdown-open:before {
                        transform: rotateX(180deg) translateY(3px);
                        -ms-transform: rotateX(180deg) translateY(3px);
                    }

                .hb-menu .hb-nav ul li ul {
                    max-height: 0;
                    overflow: hidden;
                    -webkit-transition: all .6s ease-in-out;
                    -moz-transition: all .6s ease-in-out;
                    -o-transition: all .6s ease-in-out;
                    transition: all .6s ease-in-out;
                }

                    .hb-menu .hb-nav ul li ul.open {
                        max-height: 1000px;
                        height: auto;
                    }

            .hb-menu .hb-nav ul.frs-nav > li > a {
                font-size: 16px;
                width: 100%;
                padding: 10px 0 10px 0;
            }

                .hb-menu .hb-nav ul.frs-nav > li > a:hover {
                    color: #EE2424;
                }

            .hb-menu .hb-nav ul.sec-nav {
                margin: 0 0;
            }

                .hb-menu .hb-nav ul.sec-nav > li {
                }

                    .hb-menu .hb-nav ul.sec-nav > li > a {
                        font-size: 16px;
                        padding: 10px 0 10px 0;
                    }

            .hb-menu .hb-nav ul.thr-nav {
            }

                .hb-menu .hb-nav ul.thr-nav > li {
                }

                    .hb-menu .hb-nav ul.thr-nav > li > a {
                        font-size: 16px;
                        padding: 10px 0 10px 0;
                    }

    .hb-menu .hb-soc {
        position: absolute;
        bottom: 0;
        top: unset;
        width: 100%;
        height: 70px;
        background-color: #EE2424;
    }

        .hb-menu .hb-soc .nav-icon {
            display: block;
            position: fixed;
            right: -100%;
            top: 0;
            width: 48px;
            height: 64px;
        }

    .hb-menu-open .hb-soc .nav-icon {
        right: 0;
    }

        .hb-menu-open .hb-soc .nav-icon span {
            width: 24px;
        }

    .hb-menu .hb-soc .nav-icon:after {
        display: block;
        content: '';
        width: 48px;
        height: 64px;
        background-color: #EE2424;
    }

    .hb-menu .hb-soc .hb-soc-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        background-color: #000;
    }

        .hb-menu .hb-soc .hb-soc-wrapper ul {
            width: 100%;
            height: 100%;
        }

            .hb-menu .hb-soc .hb-soc-wrapper ul li {
                height: 100%;
                width: 20%;
                display: inline-block;
                margin-right: -5px;
            }

    .nav-icon-open span:nth-child(1) {
        top: 30px;
        left: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .nav-icon-open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .nav-icon-open span:nth-child(3) {
        top: 30px;
        left: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #worksearchtable {
        display: none;
    }

    #worksearchtablem {
        display: block;
    }
    .search-table-container {
        padding: 20px 14px;
    }
}
/*@media screen and (min-width:414px) and (max-width:890px) {
    header {
        height: 64px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

        header .logo {
            position: absolute;
            left: 20px;
            top: 21px;
        }

            header .logo img {
                height: 22px;
                vertical-align: top;
            }

        header .action {
            position: absolute;
            right: 20px;
            top: 24px;
            padding-top: 0;
            padding-right: 47px;
            vertical-align: middle;
            height: 15px;
        }

            header .action a {
                font-size: 12px;
                line-height: 15px;
                margin-left: 30px;
                vertical-align: top;
            }

                header .action a:hover {
                    color: #f2f2f2;
                    text-decoration: none;
                }

            header .action .search img {
                height: 14px;
            }

            header .action .user img {
                height: 14px;
            }

            header .action .user span {
                display: none;
            }

        header .menu {
            display: none;
        }

    .hero {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 93px 20px 20px 20px;
        background-image: none !important;
        background-color: #000000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .hero .hero-image-m {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

        .hero .hero-wrapper .hero-wrapper-i {
            position: relative;
            top: auto;
            -ms-transform: unset;
            transform: unset;
            padding-top: 24px;
        }

            .hero .hero-wrapper .hero-wrapper-i:after {
                width: 15px;
                height: 2px;
                margin-top: 0;
            }

            .hero .hero-wrapper .hero-wrapper-i h1 {
                font-weight: 300;
                font-size: 32px;
                line-height: 39px;
                margin-bottom: 100px;
            }

            .hero .hero-wrapper .hero-wrapper-i .hx {
                width: 100%;
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                margin-top: 10px;
                padding: 16px 0 16px 63px;
            }

                .hero .hero-wrapper .hero-wrapper-i .hx i {
                    font-style: italic;
                    font-weight: 300;
                    font-size: 12px;
                    line-height: 15px;
                    padding-top: 4px;
                }

                .hero .hero-wrapper .hero-wrapper-i .hx:after {
                    width: 18px;
                    height: 12px;
                    right: 22px;
                }

                .hero .hero-wrapper .hero-wrapper-i .hx:before {
                    width: 63px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 32px auto;
                }

    .nav-icon {
        width: 16px;
        height: 14px;
        top: 0;
    }
    .hb-menu .hb-nav ul li.mobile-m {
        display: block;
    }

        .nav-icon span {
            width: 15px;
        }

            .nav-icon span:nth-child(1) {
                top: 0px;
            }

            .nav-icon span:nth-child(2) {
                top: 6px;
            }

            .nav-icon span:nth-child(3) {
                top: 12px;
            }

    .nav-icon-open span:nth-child(1) {
        top: 30px;
        left: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .nav-icon-open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .nav-icon-open span:nth-child(3) {
        top: 30px;
        left: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}*/
@media screen and (min-width:1025px) and (max-width:1368px) {
    header .logo {
        left: 20px;
    }

    header .action {
        right: 20px;
    }

        header .action a {
            margin-left: 20px;
        }

        header .action .user span {
            display: none;
        }

    header .menu nav ul li {
        padding-right: 20px;
    }

    .page .page-body {
        padding: 50px 20px 110px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .file-page .page-body .left {
        width: 70%;
    }

    .file-page .page-body .right {
        width: 29%;
    }

    .i-msg {
        padding: 128px 20px 113px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hero-wrapper {
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-books {
        padding: 108px 20px 128px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sound-b-wrapper {
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sb-pages {
        padding: 109px 20px 103px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .f_container {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .maxwidt96 {
        max-width: 100% !important;
    }

    .news-page .page-body .news-page-wrapper .news-card .image img {
        width: auto;
        height: 100%;
    }

    .page-body img:not(.content-image) {
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 46px;
        color: #000000;
        margin-bottom: 10px;
        width: 100%;
    }
}
