a:hover {
   cursor: pointer;
   background-color: yellow;
}
.tu1{
    color: #0050a7;
    font-weight: 700;
    font-size: 120%;
}
.tu2{
    color: #007cff;
    font-weight: 700;
    font-size: 120%;
}
.list1{
    margin-bottom: 15px;
    list-style: none;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-top: 15px;
}


.user-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: .25rem;
  margin-top: 1rem;
  max-height: 80px;
  overflow-y: scroll;
}

.card {
  border: 1px solid black;
  background-color: white;
  padding: .5rem;
}

.card > .header {
  margin-bottom: .25rem;
}

.card > .body {
  font-size: .8rem;
  color: #777;
}

.hide {
  display: none;
}

input {
    font-size: 2rem;
    border: 2px solid #4c9cf1;
    padding: 2px 2px;
    transition: all .25s ease;
}

body {
    margin: 0 auto;
    line-height: 1.5;
    font-family: Tahoma, Arial;
    background: #d0d2d5;
    color: #606060;
    max-width: 980px;
    padding-left: 5px;
    padding-right: 5px;
    
}
footer a{
    color: #ccc;
}
.baiviet h2{
    font-size: 1.1em;
    color: #080;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.baiviet h3{
    color: #2b2b31;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.baiviet h1{
    font-size: 1.2em;
    color: #fb0202;
    text-decoration-line: underline;
    text-align: center;
    line-height: 1.5;
}
#header-content h1 {
    font-size: 2.0em;
    margin: 10px 0 0 0;
    transition: all .25s ease;
    color: #0a5f8e;
}

.baiviet table{
    margin-top: 20px;
    margin-bottom: 20px;
}

.hvres-word {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: 75px;
    line-height: 75px;
}

.is-divider{
    max-width: 100%;
    background-color: #0050a7;
    height: 3px;
}

.hvres:not(.han-word) .hvres-animation {
    position: absolute;
    right: 0;
    padding-top: 2px;
}

.hvres-animation .anim-img {
    width: 100px;
    height: 100px;
    transition: all .4s ease;
}

.list-group {
    max-height: 250px;
    overflow-y: scroll;
    margin-top: 10px;
    padding: 5px;
    background: #f0f1e8;
}

ul.list-group {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 15px;
}

.main_input {
    padding: 5px;
    font-weight: 700;
    font-size: 2rem;
    height: 3rem;
}
.main_form {
    
    margin-bottom: 15px;
}

.main_form .input {
    padding: 3px;
    margin-top: 3px;
    width: 100%;
    box-sizing: border-box;
    background-image: url(img/searchicon.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    padding-left: 35px;
    border: 2px solid #606060;
    border-radius: 20px;
}
.boxcontent input {
    font-size: 1rem;
    max-width: 200px;
    border: 1px #CCC solid;
    padding: 5px 10px;
    border-radius: 5px;
}

.chucai{
    font-size: 40px;
}

th{
    font-weight: normal;
}
.baitieptheo{
    font-style: italic;
    color: #ffffff;
    background: #0050a7;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}
.baiviet p{
    margin-left: 8px;
    margin-right: 8px;
    text-align: justify;
}
textarea {
  width: 100%;
  height: 250px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;

}

table, th, td {
          border:1px solid black;
          height: 70px;
        }
.enchimuc{
    margin: 3px 10px 20px 10px;
}
.ev{
    color: gray;
    text-align: justify;
}
.vidu{
    color: gray;
    font-size: 120%;
    text-align: justify;
}

.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  width: 300px;
  max-height: 500px;
}

.callout-header {
  padding: 5px 15px;
  background: #555;
  font-size: 20px;
  color: white;
}

.callout-container {
  padding: 5px;
  background-color: #ccc;
  color: black;
  max-height: 300px;
  overflow: auto;
}

.closebtn {
  position: absolute;
  top: 4px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
iframe {
    max-width: 100%;
}
img {
    max-width: 100%;
}
.noidung{
    background: #fff;
    padding: 8px;
}

#header-content{
    background: white;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 8px;
}
.boxtitle {
    color: #333;
    padding: 10px;
    background-color: #EEE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px #CCC solid;
    text-align: center;
}
.mb {
    margin-bottom: 20px;
}
.row {
    line-height: 1.6;
}
.info1{
    margin-top: 20px;
    background-color: rgba(76, 156, 241, .2);
    padding: 10px;
    border-radius: 10px;
}
.info1 a{
    color: #007cff;
}
.info2{
    background-color: rgba(76, 156, 241, .2);
    padding: 5px;
    margin-top: 40px;
}
.dv01 p{
    margin-top: 7px;
    color: red;
    font-weight: 700;
    font-size: 35px;
}
.dangky{
    text-align: center;
    padding-top: 20px;
}

.nbut {
    text-align: right;
    margin-top: 10px;
}
.nbut button{
    background: white;
}

.banphim{
    background: #e3e2e2;
    margin: 10px;
    padding: 10px;
}
.tieude{
    font-size: 25px;
    color: #007cff;
    font-weight: bold;
}
.tieudev{
    font-size: 25px;
    color: #007cff;
    font-weight: bold;
}
.phiename{
    color: gray;
    margin: 5px 5px 5px;
}

.kieutu{
    font-size: 18px;
    color: red;
    
    padding: 5px;
}
.kieutu span{
    background: #c4e1556b;
    padding: 5px;
    border-radius: 5px;
}

.ntv{
    color: #202124;
    background: url(https://evdic.thaiphong.net/img/4-icon-vuong.png) 0 2px no-repeat;
    background-size: 10px 25px;
    padding-left: 20px;
    font-size: 20px;
    margin: 10px 10px 10px;
}
.nte{
    color: #090909;
    background: url(https://evdic.thaiphong.net/img/4-icon-vuong.png) 0 2px no-repeat;
    background-size: 10px 25px;
    padding-left: 20px;
    font-size: 20px;
    margin: 10px 10px 10px;
}
.wviet{
    color: gray;
    background: url(https://evdic.thaiphong.net/img/vietnam.png) 0 2px no-repeat;
    padding-left: 35px;
    font-size: 15px;
    float: right;
}

.viduev{
    margin: 10px 10px 10px 20px;
    line-height: 25px;
}

.vden{
    color: #007cff;
    background: url(https://evdic.thaiphong.net/img/2-icontron.jpg) 10px 10px no-repeat;
    padding-left: 25px;
    font-size: 18px;
}

.vdvev{
    color: #007cff;
    background: url(https://evdic.thaiphong.net/img/2-icontron.jpg) 10px 10px no-repeat;
    padding-left: 25px;
    font-size: 18px;
}
.vdvi{
    color: #191970;
    padding-left: 30px;
    font-size: 17px;
}
.vdvee{
    padding-left: 30px;
    font-size: 17px;
}

.thanhnguen{
    color: #007cff;
    padding-left: 25px;
    line-height: 2;
    font-size: 18px;
}
.tnvi{
    color: #191970;
    padding-left: 33px;
    line-height: 2;
    font-size: 17px;
}
.giainghia{
    margin: 20px;
    color: gray;
}
.evchimuc{
    border-top: 1px solid silver;
    
    font-size: 25px;
    padding-top: 10px;
    margin: 10px 10px 10px;
    
}
.evngan{
    color: #01080e;
}
.display{
    padding-bottom: 25px;
}
.evdic{
    border-top: 1px solid silver;
    padding-top: 10px;
}

.dsbv{
    padding: 10px;

}

.dsbv a{
    color: #007cff;
}
.timkiemhome{
    padding: 5px 10px 100px;
}
nav{
    background: #0A5F8E;
    padding: 3px;
}
.khauhieu{
    color: #0a5f8e;
    font-size: 21px;
}

@media only screen and (max-width: 640px) {
    #header-content{
        text-align: center;
    }
    nav{
        text-align: center;
    }
    
}
.logoevdic{
    text-align: center;
    padding: 20px;
}