figure[data-fullscreen=true] video, video {
    height: auto
}

.box-references h5 {
    font-size: 700
}

.box-references ol {
    margin-left: 20px
}

.ref-faq {
    padding: 0
}

.ref-faq ol {
    padding-left: 0
}

.ref-faq ol li {
    margin: 5px 0 5px 16px;
    font-size: 14px
}

.social-share {
    display: flex;
    align-items: center;
    border-top: 1px solid #5e5e5e;
    padding-top: 20px
}

.social-share h4 {
    margin-right: 20px
}

.social-share li a img {
    width: 30px
}

.social-share .node-date {
    margin-left: auto
}

.inline-point {
    display: inline-block;
    margin: 0 0 25px 55px
}

.inline-point.yellow li::before {
    content: ' ';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #f69d27;
    margin-right: 15px;
    margin-left: -23px;
    display: inline-block
}

.inline-pick {
    margin: 15px 0;
    display: flex
}

.inline-pick li {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    text-align: center
}

.inline-pick img {
    width: 70px;
    height: 70px;
    display: inline-block
}

.content-detail h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 11px
}

.static-box {
    width: 47%;
    float: left;
    border: 1px solid #c39e6d;
    margin-right: 30px
}

.static-box h5, .wrap-box {
    width: 100%;
    display: inline-block
}

.static-box h5 {
    text-align: center;
    background: #c39e6d;
    height: 30px;
    vertical-align: baseline;
    font-size: 20px
}

.static-box:last-child {
    margin-right: 0
}

.arrow, .wheel {
    display: block
}

.static-box .inline-box {
    flex-direction: column;
    min-height: 379px
}

@media (max-width: 995px) {
    .static-box {
        width: 98% !important
    }

    .static-box .inline-pick li {
        text-align: left
    }

    .static-box .inline-box {
        min-height: 283px !important
    }
}

.static-box .inline-pick li {
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    min-height: 75px;
    flex: 0 0 100% !important
}

.static-box .inline-pick img {
    margin: 5px 20px 0
}

.content-detail p {
    padding-bottom: 10px
}

.content-detail em {
    line-height: 1.8rem
}

.arrow {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 5px 0 -6px 13px;
    width: 10px;
    height: 10px
}

.arrow.one {
    -webkit-animation: 3s infinite alternate mouse-scroll;
    -moz-animation: 3s infinite mouse-scroll
}

.arrow.two {
    -webkit-animation: 2s infinite alternate mouse-scroll;
    -moz-animation: 2s infinite mouse-scroll
}

.arrow.three {
    -webkit-animation: 1s infinite alternate mouse-scroll;
    -moz-animation: 1s infinite mouse-scroll
}

.mouse {
    height: 69px;
    width: 40px;
    border-radius: 30px;
    transform: none;
    border: 1px solid #fff;
    margin-bottom: 6px;
    background: #f69d27;
    cursor: pointer
}

.wheel {
    height: 9px;
    width: 2px;
    margin: 9px auto 0;
    background: #fff;
    position: relative;
    border: 2px solid #fff;
    border-radius: 8px
}