.header-blue {
    background-color: #3b8ecb;
    padding: 24px 62px 0;
    border-top: 6px solid #ff6d00;
}

.video-dictionary {
    height: 170px;
    color: #20114a;
}

.video-dictionary .container {
    padding-top: 31px;
}

.video-dictionary .container h1 {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
    width: 100%;
}

.video-dictionary .container p {
    font-size: 24px;
    margin-top: 1rem;
    width: 100%;
}

.search-word {
    background-color: #3b8ecb;
    height: 225px;
}

.search-word .container .selects {
    padding: 30px 10px 0;
    width: 100%;
    color: #ffffff;
}

.dropdown {
    position: relative;
    min-width: 100px;
    display: inline-block;
    padding-top: 10px;
}

.dropdown .value {
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.dropdown .value .handler {
    width: 15px;
    height: 10px;
    background: url("/dictionary-assets/images/drop-open.png") no-repeat center center;
    display: inline-block;
}

.dropdown.open .value .handler {
    background: url("/dictionary-assets/images/drop-close.png") no-repeat center center;
}

.dropdown .list {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 100;
    border: 1px solid #ff6d00;
    background-color: #ffffff;
}

.dropdown.open .list {
    display: block;
}

.dropdown .list .item {
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
    color: #212529;
}

.dropdown .list .item:hover {
    background-color: #f0f0f0;
}

.search-word .container .inputs {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.search-word .container .errors {
    margin-top: 10px;
    color: #ffffff;
    display: none;
}

.search-word .container .error {
    display: block;
}

.inputs .search-input {
    width: 100%;
    height: 60px;
    padding: 0 194px 0 10px;
    border: 1px solid #ff6d00;
}

.inputs.error .search-input {
    border: 2px solid #dc0000;
}

.inputs .search-button {
    width: 194px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: #ff6d00;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 0 none;
}

.inputs .search-img {
    position: absolute;
    top: 17px;
    left: 15px;
    display: none;
}

.inputs .close-img {
    position: absolute;
    top: 17px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.search-word-word {
    background-color: #3b8ecb;
}

.search-word-word .search-word-word-inner {
    width: 790px;
    margin: 0 auto;
    padding: 63px 0;
}

.search-field {
    position: relative;
}

.search-field .search-input {
    width: 100%;
    height: 60px;
    padding: 0 194px 0 10px;
    border: 1px solid #ff6d00;
}

.search-field .search-button {
    width: 194px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: #ff6d00;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 0 none;
}

.search-field .search-img {
    position: absolute;
    top: 17px;
    left: 15px;
    display: none;
}

.search-field .close-img {
    position: absolute;
    top: 17px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.video-result .video-result-inner {
    width: 790px;
    margin: 0 auto;
    padding: 36px 0 72px;
}

.video-result .video-result-inner .words {
    width: 100%;
    height: 134px;
    border-radius: 6px;
    background-color: #f0f0f0;
    font-size: 24px;
    color: #20114a;
    padding: 0 17px;
}

.video-result .video-result-inner .words div.top {
    padding: 15px;
}

.video-result .video-result-inner .words div.bottom {
    border-top: 1px solid #d0d0d0;
    padding: 15px;
}

.speech-container-flashcard {
    float: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 1.5rem;
    height: 1.5rem;
    background: #f0f0f0;
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
}

.sound {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 1.5rem;
    height: 1.5rem;
    background: #f0f0f0;
    cursor: pointer;
    font-size: 16px;
    margin-top: -6px;
}

.speech-container-flashcard:hover *, .sound:hover * {
    fill: #ff6d00;
}

.video-result .video-result-inner .titles {
    padding: 23px 0 28px;
}

.video-result .video-result-inner .titles span {
    font-size: 16px;
    font-weight: bold;
    color: #20114a;
}

.video-result .video-result-inner .titles span.episodes {
    font-weight: 300;
    color: #9c9c9c;
}

.video-result .video-result-inner .titles a {
    color: #ff6d00;
    float: right;
}

.video-result .video-result-inner .titles span.word-orange {
    color: #ff6d00;
}

.video-result .video-result-inner .subs {
    padding: 26px 35px;
    color: #20114a;
    font-size: 23px;
    background-color: #f0f0f0;
}

.video-result .video-result-inner .subs .translate {
    color: #9c9c9c;
    position: relative;
    padding-left: 26px;
    padding-top: 6px;
}

.video-result .video-result-inner .subs span {
    color: #ff6d00;
}

.video-result .video-result-inner .subs div.arrow {
    color: #20114a;
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 24px;
    height: 20px;
}

.video-result .video-result-inner .video {
    height: 445px;
}

.video-result .video-result-inner .next {
    padding: 28px;
}

.video-result .video-result-inner .next a {
    display: block;
    color: #ffffff;
    background-color: #ff6d00;
    width: 345px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

footer.word-footer {
    padding: 24px 62px 32px;
    position: relative;
}

footer.word-footer .links {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer.word-footer .links .links-inner {
    width: 790px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 13px;
    padding-top: 35px;
}

footer.word-footer .links .links-inner a {
    color: #ffffff;
}

footer.word-footer .links .links-inner .right {
    text-align: right;
}

footer.word-footer .links .links-inner a:hover {
    text-decoration: underline;
}

.logo-arrow {
    height: 20px;
    width: 20px;
    display: none;
    outline: none;
    background-color: transparent;
    border: 0;
    z-index: 2;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 26 26' enable-background='new 0 0 26 26' width='512px' height='512px'%3E%3Cg transform='matrix(0.96002 0 0 0.96002 0.519742 0.519742)'%3E%3Cpath d='M9.3,22.7l-9-9C0.1,13.5,0,13.3,0,13s0.1-0.5,0.3-0.7l9-9C9.5,3.1,9.7,3,10,3c0.3,0,0.5,0.1,0.7,0.3l1.4,1.4 c0.4,0.4,0.4,1,0,1.4l-4,4C7.8,10.5,8,11,8.4,11H25c0.6,0,1,0.4,1,1v2c0,0.6-0.4,1-1,1H8.4C8,15,7.7,15.5,8,15.9l4,4 c0.4,0.4,0.4,1,0,1.4l-1.4,1.4C10.5,22.9,10.3,23,10,23S9.5,22.9,9.3,22.7z' data-original='%23000000' class='active-path' fill='%23FCF8F8'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}

h2 {
    font-size: 17px;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 1850px) {
    .video-dictionary {
        padding-right: 117px;
        padding-left: 117px;
    }

    .search-word {
        padding-right: 117px;
        padding-left: 117px;
    }
}

@media (max-width: 1370px) {
    .video-dictionary {
        padding-right: 60px;
        padding-left: 60px;
    }

    .search-word {
        padding-right: 60px;
        padding-left: 60px;
    }

    .video-dictionary .container {
        padding-top: 32px;
    }

    .video-dictionary .container h1 {
        font-size: 32px;
    }

    .video-dictionary .container p {
        font-size: 16px;
        margin-top: 8px;
    }

    .search-word .container .inputs {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .video-dictionary {
        padding-right: 60px;
        padding-left: 60px;
    }

    .search-word {
        padding-right: 60px;
        padding-left: 60px;
    }

    .search-word .container .selects {
        text-align: center;
    }
}

@media all and (max-width: 576px) {
    .logo-arrow {
        display: block;
    }

    .logo {
        display: none;
    }

    .header-blue {
        padding: 24px 0 0;
        border-top: 4px solid #ff6d00;
    }

    .search-word-word .search-word-word-inner {
        width: 100%;
        padding: 30px 15px;
    }

    .search-word-word .search-word-word-inner .search-input {
        padding: 0 40px 0 44px;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    }

    .search-field .search-button {
        display: none;
    }

    .search-field .search-img {
        display: block;
    }

    .search-field .close-img {
        display: block;
    }

    .search-word .container-fluid .inputs {
        width: 100%;
    }

    .inputs .search-input {
        padding: 0 40px 0 44px;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    }

    .inputs.error .search-input {
        border-bottom: 2px solid #dc0000;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    }

    .inputs .search-button {
        display: none;
    }

    .inputs .search-img {
        display: block;
    }

    .inputs .close-img {
        display: block;
    }

    footer.word-footer .links .links-inner {
        width: 100%;
        padding: 35px 0 38px 100px;
    }

    footer.word-footer .links .links-inner .right {
        text-align: left;
    }

    h1 {
        margin: 15px 15px 0;
        font-size: 22px;
        font-weight: bold;
    }

    h2 {
        margin: 0 15px;
        font-size: 17px;
    }

    h3 {
        font-size: 16px;
    }

    .video-result .video-result-inner .titles a {
        float: none;
        display: inline-block;
    }

    .video-result .video-result-inner {
        width: 100%;
        padding: 0 0 16px;
    }

    .video-result .video-result-inner .words-outer {
        padding: 15px;
    }

    .video-result .video-result-inner .titles {
        padding: 0 15px 15px;
    }

    .video-result .video-result-inner .video {
        height: 234px;
    }

    .video-result .video-result-inner .next {
        padding: 15px;
    }

    .video-result .video-result-inner .next a {
        width: 100%;
    }

    .video-result .video-result-inner .subs {
        font-size: 16px;
        padding: 15px;
    }

    .video-result .video-result-inner .subs div.arrow {
        font-size: 18px;
    }

    .video-result .video-result-inner .words div.top {
        padding: 15px 0;
    }

    .video-result .video-result-inner .words div.bottom {
        padding: 15px 0;
    }

    footer.word-footer {
        padding: 19px 0 38px 23px;
    }

    .video-dictionary {
        padding-right: 25.5px;
        padding-left:25.5px;
    }

    .video-dictionary .container-fluid {
        padding-top: 16px;
    }

    .video-dictionary .container-fluid h1 {
        font-size: 32px;
    }

    .video-dictionary .container-fluid p {
        font-size: 16px;
        margin-top: 0;
    }

    .search-word {
        padding-right: 25.5px;
        padding-left:25.5px;
    }
}
