/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
#keywordList{
	position: absolute;
  top: 24px;
  width: 100%;
}
#keywordList ul li:hover {
	background-color: #e6e0e05c;
}
.clr{
    background-color: white;
    padding: 25px 20px 25px 20px;
    margin-bottom: 30px;
    border: 4px double black;
    border-radius: 20px;
}
.show-result{
    margin: 0;
    display: flex;
    align-items: center;
}
.show-result i{
    font-size: 25px;
}
.show-result i:hover{
    color: #0ceccd;
    background-color: #ffffff;
}
.show-result b {
    padding-right: 15px;
    color: #0a7be9;
}
.show-result i{
    margin-right: 15px;
}
.nghia-cua-tu{
    line-height: 25px;
}
.nghia-cua-tu p{
    font-size: 20px;
    line-height: 40px;
}
.nghia-cua-tu h3{
    border-bottom: 1px dotted #0a7be9;
    color: #0a7be9;
}
#custom-search-input #search {
    font-size: 25px;
    font-weight: 500;    
}
@media screen and (max-width: 414px){
    .show-result:last-child b{
        width: 100px;
    }
    .show-result:nth-child(3), .show-result:last-child{
        display: block;
    }
}