﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

body {
    color: #182537;
    font-size: 14px;
    font-family: "Arial",sans-serif;
    line-height: 1.4
}

#wrapper {
    background: #fff
}

.roboto-light {
    font-weight: 300
}

.roboto-light, .roboto-regular {
    font-family: "Roboto",sans-serif
}

.roboto-regular {
    font-weight: 400
}

.roboto-medium {
    font-weight: 500
}

.roboto-bold, .roboto-medium {
    font-family: "Roboto",sans-serif
}

.roboto-bold {
    font-weight: 700
}

li ol, ul li {
    list-style-type: none
}

address {
    display: block;
    font-style: normal
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px
}

table, td, th {
    vertical-align: middle
}

td, th {
    text-align: center;
    padding: 10px 5px
}

label {
    display: block
}

hr {
    background: #e5e5e5;
    color: #e5e5e5;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    border: none
}

input[type=button], input[type=submit] {
    border: none;
    cursor: pointer;
    white-space: nowrap
}

input[type=file] {
    box-shadow: none !important
}

input[type=file], input[type=password], input[type=text], select, textarea {
    color: #515151;
    font-family: "Arial",sans-serif;
    border: 1px solid #e5e5e5;
    background: none;
    transition: .5s;
    outline: none
}

    input[type=file]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
        border: 1px solid #515151
    }

input, textarea {
    border: 1px solid #e5e5e5
}

    input.checkbox, input.radio, input[type=checkbox], input[type=radio] {
        top: .25em
    }

button {
    border: none;
    cursor: pointer
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

b, strong {
    font-weight: 700
}

a {
    color: #182537;
    outline: none;
    display: inline-block;
    transition-duration: .15s
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            outline: 0
        }

img {
    border: none;
    display: inline-block
}

.pic img {
    max-width: 100%;
    max-height: 100%
}

.font-4vh {
    font-size: 4vh
}

.font-2vh {
    font-size: 2vh
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font28 {
    font-size: 28px
}

.font30 {
    font-size: 30px
}

.font32 {
    font-size: 32px
}

.font36 {
    font-size: 36px
}

.font40 {
    font-size: 40px
}

.font50 {
    font-size: 50px
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.inline-grid {
    display: inline-grid
}

.word-wrap {
    word-wrap: break-word
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.w-maxcontent {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content
}

.w-full {
    width: 100% !important
}

.h-full {
    height: 100% !important
}

.w25-100 {
    width: 25%
}

.w250 {
    width: 250px
}

.w177 {
    width: 177px
}

.w165 {
    width: 165px
}

.w150 {
    width: 150px
}

.w135 {
    width: 135px
}

.w105 {
    width: 105px
}

.w90 {
    width: 90px
}

.w80 {
    width: 80px
}

.w60 {
    width: 60px
}

.w50 {
    width: 50px
}

.w40 {
    width: 40px
}

.w35 {
    width: 35px
}

.w25 {
    width: 25px
}

.min-h700 {
    min-height: 700px
}

.h350 {
    height: 350px
}

.h250 {
    height: 250px
}

.h165 {
    height: 165px
}

.h150 {
    height: 150px
}

.h135 {
    height: 135px
}

.h115 {
    height: 115px
}

.h105 {
    height: 105px
}

.h90 {
    height: 90px
}

.h80 {
    height: 80px
}

.h70 {
    height: 70px
}

.h60 {
    height: 60px
}

.h57 {
    height: 57px
}

.h50 {
    height: 50px
}

.h45 {
    height: 45px
}

.h40 {
    height: 40px
}

.h35 {
    height: 35px
}

.h30 {
    height: 30px
}

.h25 {
    height: 25px
}

.h20 {
    height: 20px
}

.h10 {
    height: 10px
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.uppercase {
    text-transform: uppercase
}

.hide {
    display: none !important
}

.lh0 {
    line-height: 0
}

.lh1-2 {
    line-height: 1.2
}

.lh1-3 {
    line-height: 1.3
}

.lh25 {
    line-height: 25px
}

.lh30 {
    line-height: 30px
}

.lh36 {
    line-height: 36px
}

.lh40 {
    line-height: 40px
}

.lh45 {
    line-height: 45px
}

.lh50 {
    line-height: 50px
}

.lh57 {
    line-height: 57px
}

.lh60 {
    line-height: 60px
}

.none-resize {
    resize: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.tj {
    text-align: justify
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.underline {
    text-decoration: underline !important
}

.cursor {
    cursor: pointer
}

.overflow {
    overflow: hidden
}

.scroll-x {
    overflow-x: scroll
}

.scroll-y {
    overflow-y: scroll
}

.ellipsis, .nowrap {
    white-space: nowrap
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.relative {
    position: relative
}

.cover {
    background-position: 50%;
    background-size: cover
}

.mg-auto {
    margin: 0 auto
}

.mr0 {
    margin-right: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mt-1 {
    margin-top: -1px
}

.mg0 {
    margin: 0 !important
}

.mg10 {
    margin: 10px
}

.mg20 {
    margin: 20px
}

.mr3 {
    margin-right: 3px
}

.ml3 {
    margin-left: 3px
}

.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.ml5 {
    margin-left: 5px
}

.mb5 {
    margin-bottom: 5px
}

.mr10 {
    margin-right: 10px
}

.mt10 {
    margin-top: 10px
}

.ml10 {
    margin-left: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mr20 {
    margin-right: 20px
}

.mt20 {
    margin-top: 20px
}

.ml20 {
    margin-left: 20px
}

.mb20 {
    margin-bottom: 20px
}

.mr25 {
    margin-right: 25px
}

.mt25 {
    margin-top: 25px
}

.ml25 {
    margin-left: 25px
}

.mb25 {
    margin-bottom: 25px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.ml30 {
    margin-left: 30px
}

.mb30 {
    margin-bottom: 30px
}

.pd30 {
    padding: 30px
}

.pd20 {
    padding: 20px
}

.pd15 {
    padding: 15px
}

.pd10 {
    padding: 10px
}

.pd5 {
    padding: 5px
}

.pl5 {
    padding-left: 5px
}

.pr5 {
    padding-right: 5px
}

.pt5 {
    padding-top: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pr8 {
    padding-right: 8px
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl15 {
    padding-left: 15px
}

.pr15 {
    padding-right: 15px
}

.pt15 {
    padding-top: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pt25 {
    padding-top: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl30 {
    padding-left: 30px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pr30 {
    padding-right: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pt40 {
    padding-top: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.pl50 {
    padding-left: 50px
}

.pr70 {
    padding-right: 70px
}

.pl75 {
    padding-left: 75px
}

.pl95 {
    padding-left: 95px
}

.pl120 {
    padding-left: 120px
}

.pl177 {
    padding-left: 177px
}

.cl-ms {
    color: #182537
}

.cl-fb {
    color: #1877f2
}

.cl-tw {
    color: #1da1f2
}

.cl-link {
    color: #2764ac
}

.cl-ins {
    color: #c54b07
}

.cl-what {
    color: #4dc247
}

.cl-gmail {
    color: #d93025
}

.blue {
    color: #0173d6
}

.green {
    color: #07b270
}

.orange {
    color: #f89736
}

.pink {
    color: #ff4d4d
}

.grey-51 {
    color: #515151
}

.grey-71 {
    color: #717171
}

.grey-91 {
    color: #919191
}

.white {
    color: #fff
}

.bg-none {
    background: none !important
}

.bg-E6F1FB {
    background-color: #e6f1fb
}

.bg-182537 {
    background-color: #182537
}

.bg-orange {
    background-color: #f89736
}

.bg-orange-01 {
    background-color: rgba(248,161,54,.1)
}

.bg-green {
    background-color: #07b270
}

.bg-green-01 {
    background-color: rgba(7,178,112,.1)
}

.bg-blue {
    background-color: #0173d6
}

.bg-blue-01 {
    background-color: rgba(1,115,214,.2549)
}

.bg-pink {
    background-color: #ea2828
}

.bg-pink-01 {
    background-color: rgba(234,40,40,.1)
}

.bg-f0 {
    background: #f0f0f0
}

.bg-f3 {
    background: #f3f3f3
}

.bg-f5 {
    background: #f5f5f5
}

.bg-eef1f6 {
    background: #eef1f6
}

.bg-ED6D00 {
    background: #f89736
}

.bg-0e1826 {
    background: #0e1826
}

.bg-white {
    background: #fff
}

.bg-black-07 {
    background-color: rgba(0,0,0,.7)
}

.gra-blue {
    background-color: #2c71fa
}

.gra-orange {
    background-color: #f89736
}

.gra-green {
    background-color: #32c36a
}

.gra-pink {
    background-color: #f8462e
}

.border {
    border: 1px solid #e5e5e5
}

.bor-b-e5 {
    border-bottom: 1px solid #e5e5e5
}

.bor-t-e5 {
    border-top: 1px solid #e5e5e5
}

.bor-r-e5 {
    border-right: 1px solid #e5e5e5
}

.nobor {
    border: none !important
}

.block {
    display: block
}

.z-6 {
    z-index: 6
}

.z-7 {
    z-index: 7
}

.z-8 {
    z-index: 8
}

.z-9 {
    z-index: 9
}

.last {
    margin: 0 !important;
    border: none !important;
    background: none !important
}

.none-underline {
    text-decoration: none
}

.radius-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%
}

.radius-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px
}

.radius-25 {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px
}

.radius-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px
}

.radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px
}

.radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px
}

.radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.gra-shadow {
    background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,.8))
}

.opacity-0 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    zoom: 1
}

.opacity-05 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    opacity: .5;
    filter: alpha(opacity=0.5);
    -khtml-opacity: .5;
    zoom: 1
}

.transition-ef {
    transition-duration: .35s
}

.shadow-box {
    box-shadow: 0 0 6px rgba(68,68,68,.3);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#aaaaaa",Direction=135,Strength=6)
}

.text-shadow {
    text-shadow: 0 1px 6px #000
}

.gray-filter {
    filter: grayscale(1);
    transition-duration: .3s
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clear {
    clear: both
}

* html .clearfix, :first-child + html .clearfix {
    zoom: 1
}

ul.paging li .npage.active, ul.paging li .npage:hover {
    background: #fa7300;
    background: linear-gradient(145deg,#fa7300,#cc5e01);
    color: #fff
}

.bg-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0
}

.animate-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.f-radio {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px
}

    .f-radio:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        background-color: #fff;
        width: 10px;
        height: 10px;
        border-radius: 5px
    }

.r-walpay.active .f-radio:before {
    background-color: #07b270
}

.r-walpay.active .f-radio {
    border: 2px solid #07b270
}

.slscroll-x::-webkit-scrollbar-track {
    border-radius: 3px
}

.slscroll-x::-webkit-scrollbar {
    height: 6px
}

.slscroll-x::-webkit-scrollbar-thumb {
    border-radius: 3px;
    transition-duration: .3s;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: transparent
}

    .slscroll-x::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.3)
    }

.scrollbar {
    height: 443px
}

.slscroll-y::-webkit-scrollbar-track {
    border-radius: 3px
}

.slscroll-y::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px
}

.slscroll-y::-webkit-scrollbar-thumb {
    border-radius: 6px;
    transition-duration: .3s;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: transparent
}

    .slscroll-y::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.3)
    }

.abs01 {
    right: 0;
    top: 0
}

.abs01, .abs02 {
    position: absolute
}

.abs02 {
    top: 50%;
    transform: translateY(-50%)
}

.abs03 {
    transform: rotate(-45deg);
    position: absolute;
    top: -11px;
    left: -42px
}

.abs04 {
    position: fixed;
    left: 0;
    bottom: 0
}

.abs05 {
    right: 0;
    top: 0
}

.abs05, .abs06 {
    position: absolute
}

.abs06 {
    left: 0;
    top: 42px
}

.abs07 {
    position: fixed;
    left: 0;
    top: 0
}

.abs08 {
    right: 15px
}

.abs08, .abs09 {
    position: absolute;
    top: 15px
}

.abs09 {
    right: 0
}

.abs10 {
    position: absolute;
    left: 0;
    top: 0
}

.abs11 {
    top: -15px
}

.abs11, .abs12 {
    position: absolute;
    right: 0
}

.abs12 {
    top: -30px
}

.abs13 {
    right: 10px;
    top: 12px
}

.abs13, .abs14 {
    position: absolute
}

.abs14 {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.abs15 {
    bottom: 0;
    right: 0
}

.abs15, .abs16 {
    position: absolute
}

.abs16 {
    left: 0;
    top: 61px
}

.abs17 {
    right: 10px;
    top: 0
}

.abs17, .abs18 {
    position: absolute
}

.abs18 {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.abs19 {
    right: 5px;
    top: 5px
}

.abs19, .abs20 {
    position: absolute
}

.abs20 {
    top: 10px;
    right: 10px
}

.abs21 {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.abs21, .abs22 {
    position: absolute
}

.abs22 {
    left: 0;
    top: 0
}

.question {
    position: relative;
    background: #f5f5f5;
    margin: 0;
    padding: 15px 40px 15px 15px;
    display: block;
    width: 100%;
    cursor: pointer
}

.answers {
    padding: 0 15px;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    transition: .3s ease
}

    .answers figure, .answers p, .answers table, .answers ul {
        margin-bottom: 10px
    }

        .answers p:last-child {
            margin-bottom: 0 !important
        }

    .answers a {
        color: #0173d6
    }

.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px
}

.plus {
    position: absolute;
    margin-left: 10px;
    right: 10px;
    top: 25px;
    z-index: 5;
    font-size: 24px;
    color: #919191;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: .3s ease
}

.questions:checked ~ .plus {
    transform: rotate(45deg)
}

.questions {
    display: none
}

.main {
    margin: 0 auto;
    position: relative;
    z-index: 5
}

.nav-sidebar-open .wrapper:before {
    opacity: 1;
    visibility: visible
}

.ql-list li a.active, .ql-list li a:hover {
    background-color: #f89736
}

.wrapper:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.bt-close-menu {
    height: 50px;
    line-height: 50px;
    background-color: #182537;
    top: 0;
    padding: 0 10px
}

.bt-close-menu, .bt-menu {
    position: absolute;
    right: 0;
    cursor: pointer
}

.bt-menu {
    height: 40px;
    width: 42px;
    line-height: 40px;
    top: 5px;
    text-align: center;
    background-color: #0e1826;
    border-radius: 5px;
    overflow: hidden;
    color: #64686a
}

    .bt-menu .ico-menu {
        vertical-align: middle
    }

.ico-menu {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 13px
}

    .ico-menu .bar {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #f89736;
        border-radius: 2px;
        overflow: hidden
    }

        .ico-menu .bar:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            transition: .3s
        }

        .ico-menu .bar:first-child {
            top: 0
        }

            .ico-menu .bar:first-child:after {
                transition-delay: .1s
            }

        .ico-menu .bar:nth-child(2) {
            top: 4px
        }

            .ico-menu .bar:nth-child(2):after {
                transition-delay: .2s
            }

        .ico-menu .bar:nth-child(3) {
            top: 8px
        }

            .ico-menu .bar:nth-child(3):after {
                transition-delay: .3s
            }

.bt-menu:hover {
    color: #212121
}

    .bt-menu:hover .ico-menu .bar:after {
        left: 100%
    }

.menu-wap {
    background-color: #fff;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(320px);
    transition: background .3s ease-in-out
}

.nav-sidebar-open .menu-wap {
    transform: translateX(0)
}

.list-nav li a.active, .list-nav li a:hover {
    background-color: #f3f3f3;
    color: #f89736
}

.navigation ul li a.nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 0;
    height: 3px;
    background: #f89736;
    webkit-transition: .3s;
    transition: .3s
}

.navigation ul li:hover a.nav-link:before, .navigation ul li a.active:before, .navigation ul li a.nav-link:hover:before {
    width: calc(100% - 30px)
}

.submenu {
    position: absolute;
    left: 15px;
    top: 55px;
    height: 0;
    width: 150%;
    opacity: 0;
    overflow: hidden
}

.navigation ul li:hover .submenu {
    top: 50px;
    height: auto;
    opacity: 1
}

.sub-dropuser {
    position: absolute;
    top: 45px;
    right: 0;
    min-width: 140px
}

    .sub-dropuser li a.active, .sub-dropuser li a:hover, .submenu li a.active, .submenu li a:hover {
        background-color: #f3f3f3;
        color: #f89736
    }

.number-nt {
    width: 22px;
    height: 22px;
    background-color: #e72741;
    line-height: 22px;
    text-align: center;
    border-radius: 22px;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
    top: 1px
}

.edit-content figure, .edit-content p, .edit-content table {
    margin-bottom: 10px;
    width: 100%
}

    .edit-content p:last-child {
        margin-bottom: 0 !important
    }

.edit-content a {
    color: #0173d6
}

.gotop {
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 6;
    background-color: rgba(163,22,29,.75);
    border-radius: 50%
}

    .gotop:hover {
        background-color: #a3161d
    }

.line-deg {
    width: 3px;
    height: 20px;
    display: inline-block;
    background-color: #f89736;
    transform: rotate(-15deg)
}

.item-games:hover .title-link {
    color: #f89736
}

.drop-type li:hover, .drop-type li:hover a {
    background-color: #f3f3f3;
    color: #f89736
}

.ct-tabs .g-link a.active, .ct-tabs .g-link a:hover, .s-link.active .sa-link, .s-link:hover .sa-link {
    background-color: #f89736;
    color: #fff;
    font-weight: 700;
    border: 1px solid #f89736
}

    .ct-tabs .g-link a.active i, .ct-tabs .g-link a:hover i, .s-link.active .icon-down-open-big, .s-link:hover .icon-down-open-big {
        color: #fff
    }

.list-hiscode li:last-child {
    border-bottom: none
}

.ct-tabs li {
    position: relative
}

.sub-slink {
    position: absolute;
    left: 0;
    top: 50px;
    height: 0;
    opacity: 0;
    width: 100%
}

.ct-tabs li.s-link.active .sub-slink, .ct-tabs li.s-link:hover .sub-slink {
    top: 43px;
    height: auto;
    opacity: 1;
    background-color: #fff
}

.sub-slink li a.active, .sub-slink li a:hover {
    background-color: #f3f3f3;
    color: #f89736
}

.cir-w {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fff
}

.ite-card {
    background: #0389ff;
    background: linear-gradient(145deg,#0389ff,#0069c6)
}

    .ite-card.active, .ite-card:hover {
        background: #fa7300;
        background: linear-gradient(145deg,#fa7300,#cc5e01)
    }

.drop-type {
    height: 0;
    opacity: 0;
    min-height: 0;
    transition: .3s ease
}

.cls-quest:checked ~ .drop-type {
    height: auto;
    min-height: 20px;
    opacity: 1
}

.cls-quest:checked ~ .arrow-cls {
    transform: rotate(180deg)
}

.ct-error li:last-child {
    border: none
}

.check-svc li:nth-child(odd) {
    background-color: #f3f3f3
}

.list-social li:hover a {
    opacity: 1
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-mu-1, .col-mu-2, .col-mu-3, .col-mu-4, .col-mu-5, .col-mu-6, .col-mu-7, .col-mu-8, .col-mu-9, .col-mu-10, .col-mu-11, .col-mu-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:320px) {
    .main {
        max-width: 95%
    }

    .wrapper {
        padding: 0 0 50px
    }

    .nav-bot .main {
        max-width: 100%
    }

    .menu-pc {
        position: relative
    }

    .ava-vip, .des-res, .linkb, .name-user, .navigation, .qltit-res, .t-login {
        display: none
    }

    .ava-vip, .bt-menu, .cancel-noti, .ct-tabs-wap, .des-res02, .nav-bot, .res-more {
        display: block
    }

    .btn-login {
        margin-right: 50px
    }

    .bor-res {
        border-bottom: 1px solid #e5e5e5
    }

    .prl-res {
        padding-left: 0;
        padding-right: 0
    }

    .h-cover {
        height: 200px
    }

    .w-search {
        width: 80%
    }

    .fsize-res h3 {
        font-size: 18px
    }

    .tc-res {
        text-align: inherit
    }

    .user-home {
        margin-right: 50px
    }

    .sub-notice {
        position: fixed;
        top: 50px;
        right: 0;
        width: 100%
    }

    .mtal-res {
        margin-top: 5px;
        text-align: center
    }

    .msct-tabs {
        min-height: inherit;
        border-right: none;
        overflow-x: scroll
    }

        .msct-tabs .ct-tabs {
            width: max-content;
            width: -moz-max-content;
            width: -webkit-max-content;
            width: -o-max-content
        }

            .msct-tabs .ct-tabs li.res-wli {
                display: inline-block
            }

    .wbtn-res {
        width: 100%
    }

    .ct-popup {
        width: 90%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .res-abs01 {
        position: inherit;
        right: 0;
        top: 40px
    }

    .msst-tabs {
        min-height: auto;
        border-right: none
    }

    .ct-tabs li.s-link.active .sub-slink {
        top: 43px;
        height: auto;
        opacity: 1;
        background-color: #fff
    }

    .res-posi {
        position: inherit;
        right: 0;
        top: 0
    }

    .col-mu-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-mu-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-mu-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-mu-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-mu-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-mu-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-mu-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-mu-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-mu-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-mu-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-mu-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-mu-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:576px) {
    .main {
        max-width: 556px
    }

    .wrapper {
        padding: 0 0 50px
    }

    .nav-bot .main {
        max-width: 100%
    }

    .menu-pc {
        position: relative
    }

    .cancel-noti, .linkb, .navigation, .qltit-res, .t-login {
        display: none
    }

    .ava-vip, .bt-menu, .ct-tabs-wap, .des-res, .des-res02, .nav-bot, .res-more {
        display: block
    }

    .btn-login {
        margin-right: 50px
    }

    .bor-res {
        border-bottom: 1px solid #e5e5e5
    }

    .prl-res {
        padding-left: 0;
        padding-right: 0
    }

    .h-cover {
        height: 220px
    }

    .w-search {
        width: 75%
    }

    .fsize-res h3 {
        font-size: 18px
    }

    .tc-res {
        text-align: inherit
    }

    .user-home {
        margin-right: 50px
    }

    .sub-notice {
        position: absolute;
        top: 45px;
        right: 0;
        width: 375px
    }

    .mtal-res {
        margin-top: 5px;
        text-align: center
    }

    .wbtn-res {
        width: auto
    }

    .ct-popup {
        width: 80%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .col-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .main {
        max-width: 748px
    }

    .wrapper {
        padding: 50px 0 0
    }

    .menu-pc {
        position: fixed
    }

    .cancel-noti, .linkb, .navigation, .qltit-res, .t-login {
        display: none
    }

    .ava-vip, .bt-menu, .ct-tabs-wap, .des-res, .des-res02, .name-user, .nav-bot, .res-more {
        display: block
    }

    .t-login {
        display: inline
    }

    .bor-res {
        border-bottom: none
    }

    .prl-res {
        padding-left: 10px;
        padding-right: 10px
    }

    .prl-res02 {
        padding-left: 0;
        padding-right: 0
    }

    .btn-login {
        margin-right: 0
    }

    .h-cover {
        height: 250px
    }

    .w-search {
        width: 70%
    }

    .fsize-res h3 {
        font-size: 15px
    }

    .tc-res {
        text-align: center
    }

    .user-home {
        margin-right: 0
    }

    .mtal-res {
        margin-top: 5px;
        text-align: center
    }

    .msct-tabs {
        min-height: 70vh;
        border-right: 1px solid #e5e5e5;
        overflow-x: inherit
    }

        .msct-tabs .ct-tabs {
            width: auto
        }

            .msct-tabs .ct-tabs li.res-wli {
                display: block
            }

    .ct-popup {
        width: 400px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .res-abs01 {
        position: absolute;
        right: 0;
        top: 40px
    }

    .msst-tabs {
        min-height: 70vh;
        border-right: 1px solid #e5e5e5
    }

    .ct-tabs li.s-link.active .sub-slink {
        top: 43px;
        height: auto;
        opacity: 1;
        background-color: #fff;
        display: block
    }

    .res-posi {
        position: absolute;
        right: 15px;
        top: 15px
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .main {
        max-width: 972px
    }

    .wrapper {
        padding: 50px 0 0
    }

    .menu-pc {
        position: fixed
    }

    .ava-vip, .des-res, .des-res02, .linkb, .name-user, .navigation, .qltit-res {
        display: block
    }

    .bt-menu, .nav-bot, .res-more {
        display: none
    }

    .t-login {
        display: inline
    }

    .bor-res {
        border-bottom: none
    }

    .prl-res {
        padding-left: 10px;
        padding-right: 10px
    }

    .prl-res02 {
        padding-left: 0;
        padding-right: 0
    }

    .btn-login {
        margin-right: 0
    }

    .h-cover {
        height: 300px
    }

    .w-search {
        width: 65%
    }

    .fsize-res h3 {
        font-size: 15px
    }

    .tc-res {
        text-align: inherit
    }

    .user-home {
        margin-right: 0
    }

    .mtal-res {
        margin-top: 20px;
        text-align: left
    }

    .ct-popup {
        width: 500px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .main {
        max-width: 1140px
    }

    .wrapper {
        padding: 50px 0 0
    }

    .menu-pc {
        position: fixed
    }

    .des-res, .des-res02, .linkb, .navigation {
        display: block
    }

    .bt-menu, .nav-bot, .res-more {
        display: none
    }

    .t-login {
        display: inline
    }

    .bor-res {
        border-bottom: none
    }

    .prl-res {
        padding-left: 10px;
        padding-right: 10px
    }

    .prl-res02 {
        padding-left: 0;
        padding-right: 0
    }

    .btn-login {
        margin-right: 0
    }

    .h-cover {
        height: 350px
    }

    .w-search {
        width: 60%
    }

    .fsize-res h3 {
        font-size: 15px
    }

    .tc-res {
        text-align: inherit
    }

    .user-home {
        margin-right: 0
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}