
@font-face {
    font-family:iconfont;src:url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.22c9364.eot);src:url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.22c9364.eot#iefix) format("embedded-opentype"),url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.3c925ed.woff) format("woff"),url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.7c528ac.ttf) format("truetype"),url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.e344118.svg#iconfont) format("svg");font-weight:400;font-style:normal
}

.iconfont {
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-plus:before {
    content: "\E61E"
}

.icon-share:before {
    content: "\E602"
}

.icon-search:before {
    content: "\E603"
}

.icon-refresh:before {
    content: "\E604"
}

.icon-comment:before {
    content: "\E60C"
}

.icon-mail:before {
    content: "\E60F"
}

.icon-lock:before {
    content: "\E610"
}

.icon-map:before {
    content: "\E611"
}

.icon-phone:before {
    content: "\E617"
}

.icon-s-arrow-bottom:before {
    content: "\E61A"
}

.icon-s-arrow-top:before {
    content: "\E61B"
}

.icon-s-arrow-right:before {
    content: "\E61C"
}

.icon-s-arrow-left:before {
    content: "\E61D"
}

.icon-close:before {
    content: "\E60B"
}

.icon-play:before {
    content: "\E635"
}

.icon-filter:before {
    content: "\E61F"
}

.icon-time:before {
    content: "\E621"
}

.icon-tel:before {
    content: "\E605"
}

.icon-download:before {
    content: "\E614"
}

.icon-twitter:before {
    content: "\E601"
}

.icon-minus:before {
    content: "\E622"
}

.icon-thumb:before {
    content: "\E620"
}

.icon-star:before {
    content: "\E606"
}

.icon-checked:before {
    content: "\E6A3"
}

.icon-arrow-right:before {
    content: "\E612"
}

.icon-arrow-pause:before {
    content: "\EE07"
}

.icon-global:before {
    content: "\E600"
}

.icon-facebook:before {
    content: "\E607";
    color: #4267b2
}

.icon-navigation:before {
    content: "\E6D1"
}

.c-blue {
    color: #0074c8
}

.c-white {
    color: #fff
}
@font-face {
    font-family:iconfont;src:url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.22c9364.eot);src:url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.22c9364.eot#iefix) format("embedded-opentype"),url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.3c925ed.woff) format("woff"),url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.7c528ac.ttf) format("truetype"),url(https://d316acfc88wber.cloudfront.net/static/font/iconfont.e344118.svg#iconfont) format("svg");font-weight:400;font-style:normal
}

.iconfont {
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-plus:before {
    content: "\E61E"
}

.icon-share:before {
    content: "\E602"
}

.icon-search:before {
    content: "\E603"
}

.icon-refresh:before {
    content: "\E604"
}

.icon-comment:before {
    content: "\E60C"
}

.icon-mail:before {
    content: "\E60F"
}

.icon-lock:before {
    content: "\E610"
}

.icon-map:before {
    content: "\E611"
}

.icon-phone:before {
    content: "\E617"
}

.icon-s-arrow-bottom:before {
    content: "\E61A"
}

.icon-s-arrow-top:before {
    content: "\E61B"
}

.icon-s-arrow-right:before {
    content: "\E61C"
}

.icon-s-arrow-left:before {
    content: "\E61D"
}

.icon-close:before {
    content: "\E60B"
}

.icon-play:before {
    content: "\E635"
}

.icon-filter:before {
    content: "\E61F"
}

.icon-time:before {
    content: "\E621"
}

.icon-tel:before {
    content: "\E605"
}

.icon-download:before {
    content: "\E614"
}

.icon-twitter:before {
    content: "\E601"
}

.icon-minus:before {
    content: "\E622"
}

.icon-thumb:before {
    content: "\E620"
}

.icon-star:before {
    content: "\E606"
}

.icon-checked:before {
    content: "\E6A3"
}

.icon-arrow-right:before {
    content: "\E612"
}

.icon-arrow-pause:before {
    content: "\EE07"
}

.icon-global:before {
    content: "\E600"
}

.icon-facebook:before {
    content: "\E607";
    color: #4267b2
}

.icon-navigation:before {
    content: "\E6D1"
}

.c-blue {
    color: #0074c8
}

.c-white {
    color: #fff
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: background-color .35s ease-in;
    transition: background-color .35s ease-in;
    background-color: #fff;
    font-size: 16px;
}


.sticky.auto-height .sticky-container {
    height: auto !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sticky.on-top {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.sticky.is-sticky {
    background-color: hsla(0, 0%, 100%, .95);
    box-shadow: 0 6px 6px hsla(0, 0%, 40%, .15);
    z-index: 1030
}

.sticky.reverse {
    background-color: #000
}

.sticky.reverse.is-sticky {
    background-color: rgba(0, 0, 0, .95) !important;
    box-shadow: none
}

.sticky.primary {
    background-color: #0074c8
}

.sticky.primary.is-sticky {
    background-color: rgba(0, 116, 200, .95) !important;
    box-shadow: none
}

.sticky .sticky-container {
    height: 15vw
}

.sticky.sticky-fixed.is-sticky {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
    margin-top: 0 !important
}

.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
    margin-bottom: 0 !important
}

.sticky.sticky-fixed.is-absolute {
    position: absolute
}

.sticky-nav {
    border-top: 1px solid #eee
}

.sticky-nav .sticky-nav-state {
    display: none
}

.sticky-nav .sticky-nav-toggle {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    line-height: 1;
    margin-bottom: 0;
    text-align: right
}

[dir=rtl] .sticky-nav .sticky-nav-toggle {
    text-align: left
}

.sticky-nav .sticky-nav-toggle:before {
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E61A";
    font-size: 9vw;
    -webkit-transition: -webkit-transform .4s ease-in;
    transition: -webkit-transform .4s ease-in;
    transition: transform .4s ease-in;
    transition: transform .4s ease-in, -webkit-transform .4s ease-in;
    display: inline-block
}

.sticky-nav .sticky-nav-toggle.stick-nav-open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:992px) {
    .sticky-nav .sticky-nav-toggle {
        display: none
    }
}

.sticky-nav .sticky-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 95%;
    position: relative;
    margin: 0 auto;
}
}

@media (min-width:992px) {
    .sticky-nav .sticky-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 60px;
    }
}

.sticky-nav .sticky-nav-action {
    height: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky-nav .sticky-nav-action>:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sticky-nav .sticky-nav-list ul.sticky-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

.sticky-nav .sticky-nav-list ul.sticky-nav-menu .sticky-nav-link {
    display: block;
    color: #666
}

.sticky-nav .sticky-nav-list ul.sticky-nav-menu .sticky-nav-link.active,
.sticky-nav .sticky-nav-list ul.sticky-nav-menu .sticky-nav-link:hover {
    color: #0074c8
}

@media (min-width:992px) {
    .sticky-nav .sticky-nav-list {
        height: 100%
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        padding-bottom: 0 !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li+li {
        border-top: 0 !important;
        margin-left: 30px
    }

    [dir=rtl] .sticky-nav .sticky-nav-list ul.sticky-nav-menu li+li {
        margin-right: 30px;
        margin-left: 0
    }
}

@media (max-width:991px) {
    .sticky-nav .sticky-nav-list .sticky-nav-state:checked+ul.sticky-nav-menu {
        height: auto;
        padding-bottom: 15px
    }

    .sticky-nav .sticky-nav-list .sticky-nav-state:checked+ul.sticky-nav-menu li {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu {
        height: 0;
        padding-bottom: 0;
        overflow: hidden;
        -webkit-transition: padding .35s ease-in;
        transition: padding .35s ease-in
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li {
        -webkit-transition: -webkit-transform .45s ease-in;
        transition: -webkit-transform .45s ease-in;
        transition: transform .45s ease-in;
        transition: transform .45s ease-in, -webkit-transform .45s ease-in
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li+li {
        border-top: 1px solid #eee;
        opacity: 0
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li>* {
        padding: 10px 0
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:first-child {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(2) {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(3) {
        -webkit-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(4) {
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(5) {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(6) {
        -webkit-transform: translate3d(0, -120%, 0);
        transform: translate3d(0, -120%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(7) {
        -webkit-transform: translate3d(0, -140%, 0);
        transform: translate3d(0, -140%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(8) {
        -webkit-transform: translate3d(0, -160%, 0);
        transform: translate3d(0, -160%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(9) {
        -webkit-transform: translate3d(0, -180%, 0);
        transform: translate3d(0, -180%, 0)
    }

    .sticky-nav .sticky-nav-list ul.sticky-nav-menu li:nth-child(10) {
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}


.w-t-buy-btn {
    white-space: nowrap;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #fff !important;
    margin: 12px 0;
    display: flex;
    background: #0074c8;
    /*border: 2px solid #fff;*/
    font-size: 4vw;
    cursor: pointer;
    overflow: hidden;
}

.w-t-buy-btn a {
    color: #fff;
    display: block;
    padding: 0 10px;
}

.w-t-buy-btn:hover {
    background: #005695;
}

.w-t-buy-btn:active {
    background: #005695;
    outline: 2px solid #7fb9e3;
    transition: border .4s;
    -webkit-transition: border .4s;
}

@media (max-width: 991px) {
    .w-t-buy-btn {
        display: block;
        position: absolute;
        right: 0;
    }
    .sticky-nav .sticky-nav-toggle {
        width: 100%;
        -ms-flex-negative: 1;
        /* flex-shrink: 1; */
        display: block;
        line-height: 1;
        margin-bottom: 0;
        text-align: center;
    }
    .sticky-nav .sticky-nav-action>:first-child {
        flex-shrink: 0;
        position: absolute;
    }
    .sticky-nav .sticky-nav-list .sticky-nav-state:checked+ul.sticky-nav-menu li {
        text-align: center;
    }
}

@media(max-width: 765px) {
    .w-t-buy-btn {
        width: 140px;
    }
    /*19/05/08*/
    picture.as-background {
        overflow: hidden;
    }
    /*.as-background img.obj-cover {*/
    /*height: 80%;margin-top: 30%;*/
    /*}*/
}




@media (max-width:768px) { 
    .sticky {
        font-size: 4vw;
    }
    
}

@media (min-width:769px) { 
    .sticky {
        font-size: 16px;
    }
    .w-t-buy-btn {
        font-size: 14px;
    }
    .sticky-nav .sticky-nav-action {
        padding-left: 25px;
        height: 60px;
    }
    .sticky-nav .sticky-nav-toggle:before {
        font-size: 40px;
    }
}