.link-movie:hover {
    cursor: pointer
}

code {
    border-radius: 10px
}

.item-thumbnail img {
    width: 100%;
    height: 100%;
}

#ads {
    padding: 5px;
    margin-bottom: 10px;

    border-color: #1e7e34;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;

    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

pre,
samp {
    color: white;
    font-size: 16px;
    background-color: #1b1b1b;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

samp {
    color: #fff
}

.pagination {
    margin-top: 20px;
    display: flex;
    margin: 20px 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

#title {
    text-align: center;
    margin-bottom: 19px
}

#dictionary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

#dictionary__left {
    width: calc(70% - 2%);
    position: relative;
    background: #fff
}

.dictionary__body em {
    color: black;
    font-weight: 600;
}

.dictionary__item {
    padding: 10px 10px 35px 10px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    position: relative;
    border-radius: 5px;
    margin-top: 25px;
}

.dictionary__item table {
    margin-bottom: 20px;
}

.dictionary__item table td,
.dictionary__item table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px
}

.dictionary__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.dictionary__sounder {
    cursor: pointer
}

.dictionary__sounder i {
    margin-right: 5px
}

.dictionary__word {
    margin-right: 10px;
    font-weight: 800;
    color: #000
}

.dictionary__type {
    color: #fff;
    margin-right: 10px;
    background-color: #3805a5;
    padding: 5px;
    border-radius: 3px;
    font-style: italic;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.dictionary__language {
    color: #fff;
    margin-right: 10px;
    background-color: #1b8b0d;
    padding: 5px;
    border-radius: 3px;
    font-style: italic;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.dictionary__language img {
    width: 30px;
    display: inline-block
}

.dictionary__popular li {
    font-size: 18px;
    display: inline-block;
    font-style: italic;
    margin-left: 0px !important;
}

.dictionary__body {
    color: #38393a
}

.dictionary__body h2 {
    font-size: 20px
}

.dictionary__synonym {
    margin-bottom: 10px
}

.dictionary__abbreviation span,
.dictionary__synonym span {
    display: inline-block;
    border-radius: 7px;
    position: relative;
    background-color: #f7e61c;
    color: #1a1a1a;
    padding: 5px 10px;
    font-weight: 600;
    margin: 3px 2px
}

.dictionary__mean span {
    font-weight: 800;
    color: #000
}

.dictionary__explain p {
    color: #494949
}

.dictionary__explain ul {
    margin-bottom: 10px
}

.dictionary__explain a {
    display: inline-block;
}

.dictionary__item ul li {
    list-style-type: disc;
    margin-left: 20px
}

/*#example ul li:nth-child(even) {*/
/*    list-style-type: none;*/
/*}*/

.dictionary__explain img {
    margin: 10px auto
}

.tip {
    position: relative;
    padding: 29px 0 29px 10px;
    background-color: #fffbce;
    margin: 30px 0
}

.title.note {
    position: absolute;
    background: #ffed00;
    padding: 5px 26px;
    font-weight: 600;
    font-size: 20px;
    top: -18px;
    left: 0;
    display: inline-block
}

.title.note:before {
    content: "Note"
}

.dictionary__action {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    padding: 3px 10px
}

.dictionary__action button {
    font-size: 17px;
    color: #ffd012;
    text-align: center;
    border: none;
    outline: 0;
    background-color: transparent
}

.dictionary__relevant {
    padding: 10px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    margin-bottom: 25px;
    border-radius: 5px
}

.dictionary__relevant p {
    font-weight: 800;
    color: #000
}

.word-item {
    display: inline-block
}

.word-item a {
    padding: 5px 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    color: #00248b
}

.word-item a:hover {
    text-decoration: none
}

#dictionary__right {
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 25px;
    text-align: left
}

#dictionary__right a {
    display: block;
    padding: 2px 0px;
}

#dictionary__category {
    background: #fff;
    padding-bottom: 20px;
    font-size: 18px;
    min-height: 72vh
}

#dictionary__category .category-item {
    display: inline-block;
    padding: 5px;
    background-color: #d3cfcf;
    margin: 5px;
    border-radius: 5px
}

#dictionary__category .category-item:hover {
    background-color: #e0cd5c
}

#dictionary__category .category-item a {
    color: #4040e6;
    text-decoration: none;
    font-size: 18px
}

#summary {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px
}

#summary h2 {
    color: #000;
    font-weight: 800
}

#summary p {
    color: #494949
}

#summary a {
    display: inline
}

#browse {
    margin-bottom: 10px
}

#browse li {
    display: inline-block;
    margin-bottom: 5px
}

#browse li a {
    color: #00248b;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    border: 3px solid #00248b;
    color: #000;
    font-weight: 600;
    display: flex;
    font-size: 20px;
    height: 46px;
    justify-content: center;
    width: 46px
}

#category li {
    text-align: center;
    display: inline-block;
    width: 19%;
    min-width: 120px;
    border: 3px solid #00248b;
    margin-bottom: 5px
}

#category a {
    padding: 0 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: 600
}

.term span {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px
}

.control-label {
    display: block
}

input[type=text] {
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #d0d0d0;
    outline: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

div.error {
    /*color: #e84118;*/
    /*font-size: 13px*/
}

.error {
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
}

#add-term {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
    border-color: #d5d9d9;
    border-style: solid;
    padding: 5px 20px;
    outline: 0;
    border: none;
    background-color: #0d253a;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px
}

.message {
    font-size: 17px;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

#score {
    cursor: pointer
}

.vi {
    color: #6a7480 !important
}

.label {
    display: inline-block;
    position: absolute;
    background-color: #f7e61c;
    color: #1a1a1a;
    padding: 5px 10px;
    font-size: 15px;
    left: -10px;
    font-weight: 600;
    margin: -10px -10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 17px;
}

.right-to-left .label {

    /*    display: inline-block;*/
    /*position: absolute;*/
    /*background-color: #f7e61c;*/
    /*color: #1a1a1a;*/
    /*padding: 5px 10px;*/
    /*font-size: 15px;*/
    /*right: -10px;*/
    /*font-weight: 600;*/
    /*margin: -10px -10px;*/
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 17px;*/
}


.label::after {

    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: #004a80;
    border-width: 7px 0 0 9px;
    position: absolute;
    top: 100%;
    left: 0;
}

.right-to-left .label::after {
    /*display: block;*/
    /*content: '';*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 0 solid transparent;*/
    /*  border-top-color: transparent;*/
    /*  border-top-width: 0px;*/
    /*  border-right-width: 0px;*/
    /*  border-bottom-width: 0px;*/
    /*  border-left-width: 0px;*/
    /*border-top-color: #004a80;*/
    /*border-width: 9px 10px 37px 0px;*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*right: 0;*/

}

.dictionary__explain ul li {
    color: #494949;
}

code {

    background-color: #1b1b1b !important;
}

blockquote {
    padding: 22px 15px 10px 25px;
    margin: 25px 0;
    overflow: hidden;
    background: #e1f5fe;
    color: #01579b;
    border-left: 5px solid #01579b;
    border-radius: 0 10px 10px 0;
}

.bold {
    font-weight: 700;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#subscribe {
    border-radius: 4px;
    padding: 20px;
}

#subscribe input {
    margin-bottom: 15px;
    padding: 0.375rem 0.75rem;
    background: #fff;
    width: 100%;
    max-width: 100%;
    border: 1px solid #cbc8d0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*#register {*/
/*	color: #fff;*/
/*	background-color: #593196;*/
/*	border-color: #593196;*/
/*	padding: 0.375rem 0.75rem;*/
/*	border: 1px solid transparent;*/
/*	border-radius: 0.25rem;*/
/*}*/
#new li {
    list-style-type: none;
    display: flex;
    margin-left: 0px;
}

#new li:not(:last-child) {
    padding-bottom: 13px;
}

.item-thumbnail {
    width: 45%;
}

.item-content {
    width: 55%;
    /*font-size: 15px;*/
    padding-left: 13px;
}

.item-content a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

#toc_container ul {
    text-align: center;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li,
#toc_container ul,
#toc_container ul li {
    list-style: outside none none !important;
}


#toc_container ul li {
    list-style: outside none none !important;
    padding: 2px 5px;
    display: inline-block;
    border: 1px solid #d2cbcb;
    background-color: #f0ede7;
    margin-bottom: 6px;
}

#navigation {
    display: flex;

    justify-content: space-between;
}

.disabled a {
    cursor: auto;
    color: gray !important;
}

#content.article {
    margin-top: 66px;
}

#content.article {
    min-height: 70vh;
}

#synonyms li {
    display: inline-block;
    border-radius: 3px;
    position: relative;
    background-color: rgba(33, 150, 243, 0.5);
    color: #151414;
    padding: 5px 10px;
    /*font-weight: 600;*/
    margin: 3px 2px;
}

ul {
    margin-bottom: 10px;
}

#sitemaps a {
    display: inline-block;
    color: gray;
}

.back-to-top {
    display: none !important;
}