* {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}

a {
  text-decoration: none;
  color: #333333;
}

p {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-family: 'Open sans', sans-serif;
  text-transform: uppercase;
}

p a {
  font-family: 'Roboto', sans-serif;
  color: #3d3d3d;
}

p span {
  font-family: 'Roboto', sans-serif;
  color: #3d3d3d;
}

ul {
  list-style: none;
}

ul li {
  font-family: 'Open Sans', sans-serif;
}

h5 {
  text-transform: uppercase;
}

i {
  margin: 0;
  padding: 0;
}

h1 span {
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 1550px) {
  #dame li a {
    font-size: 15px;
    padding: 20px 7px 20px 7px;
  }

  #tim-kiem input {
    width: 300px;
  }

  #imgmenu {
    display: none;
  }

  #imglogo {
    margin-right: 50px;
  }
}

@media (max-width: 1550px) {
  #imgmenu {
    display: none;
  }

  #dame li > a {
    font-size: 14px;
    padding: 20px 7px 20px 7px;
  }

  #tim-kiem input {
    width: 350px;
  }

  #tim-kiem {
    margin-left: 50px;
  }

  #imglogo {
    margin-right: 50px;
  }
}

@media (max-width: 1470px) {
  #imgmenu {
    display: none;
  }

  #tim-kiem input {
    width: 290px;
  }

  #dame li a {
    padding: 20px 5px 20px 5px;
    font-size: 13px;
  }

  #imglogo {
    margin-right: 30px;
  }
}

@media (max-width: 1400px) {
  #tim-kiem input {
    width: 240px;
    padding: 20px 5px 20px 5px;
  }

  #dame li a {
    font-size: 13px;
  }

  #imgmenu {
    display: none;
  }
}

@media (max-width: 1200px) {
  #imgmenu {
    display: none;
  }

  #dame li a {
    font-size: 11px;
  }

  #tim-kiem input {
    width: 150px;
    padding: 20px 3px 20px 3px;
  }
}

@media (max-width: 1150px) {
  #iconmenu {
    display: none;
  }

  #dame li a {
    font-size: 11px;
  }

  #imgmenu {
    display: none;
  }
}

@media (max-width: 1000px) {
  #imgmenu {
    display: block;
  }

  #dame li a {
    font-size: 11px;
  }

  #menu {
    display: none;
  }
}

@media (min-width: 576px) {
  #ee2 {
    display: none;
  }

  #menu3 ul li {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  #ee {
    display: none;
  }

  #menu3 ul li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  #menu3 {
    display: none;
  }
}

@media (max-width: 1300px) {
  .fb-page {
    display: none;
  }
}

@media (min-width: 1300px) {
  .fb-page {
    display: block;
  }
}

body {
  background: white;
}

#up a {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 12px;
}

#hot h3 {
  color: #7b7b7b;
  font-size: 12px;
  line-height: 25px;
  margin-right: 10px;
}

#up a:hover {
  color: #1877f2;
}

#menu {
  background: white;
}

#dame > li {
  justify-content: space-between;
}

#dame > li > a {
  display: block;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  transition: all 0.3s ease-in-out;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

#menu2 a {
  color: black;
}

#menu2 a:hover {
  color: #1877f2;
}

#imglogo {
  width: 150px;
}

#tim-kiem input {
  margin-left: 40px;
  border-radius: 20px;
  border: none;
  background: #f5f5f5;
  margin-top: 10px;
  margin-right: -45px;
  padding-left: 20px;
  padding-right: 40px;
  height: 40px;
}

#tim-kiem {
  height: 50px;
}

#dame > li a:hover {
  color: #1877f2;
}

.dropdown {
  display: inline;
  position: relative;
}

.dropdown-content {
  position: absolute;
  display: none;
  z-index: 1;
}

.dropdown-item {
  border-bottom: 2px solid white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  text-transform: uppercase;
  padding: 10px 100px 10px 20px;
  border-bottom: 2px solid white;
  transition: all 0.5s ease-in-out;
}

.dropdown-item:hover {
  border-bottom: 2px solid #1877f2;
}

#wp-content {
  margin-top: 30px;
}

.box-menu {
  background: #f8f7f7;
  margin-bottom: 50px;
}

.dmtt {
  border-bottom: 2px solid white;
  padding: 10px 0;
}

.box-menu .dmtt a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  justify-content: space-between;
}

.box-menu .dmtt a i {
  font-size: 18px;
  color: rgb(70, 69, 69);
}

.box-menu .dmtt a:hover {
  color: #3d3d3d;
}

.box-menu .dmtt a:hover i {
  color: #ff0000;
}

ul.GT {
  padding-left: 20px;
  list-style: none;
}

ul.GT li {
  border-bottom: 2px solid white;
}

.GT li a {
  color: #777777;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.GT li a:hover {
  color: black;
}

.textThongTin {
  padding-top: 30px;
}

.textThongTin h2 {
  margin-bottom: 20px;
}

.textThongTin p {
  color: #7b7b7b;
}

.textThongTin p span {
  color: #7b7b7b;
}

.textThongTin p a {
  color: #333333;
}

.btThich {
  background: #1877f2;
  border-radius: 3px;
}

.btThich a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 4px 8px;
  color: white;
  text-decoration: none;
}

.NoiDungChinh .titlLoiDan {
  margin-bottom: 30px;
}

.NoiDungChinh .titlLoiDan span {
  font-size: 19px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  text-align: justify;
}

.gheTham {
  margin-bottom: 30px;
}

.gheTham ul {
  list-style: inside;
}

.gheTham ul li {
  color: #777777;
}

.gheTham ul li a {
  font-size: 14px;
  color: #777777;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.gheTham ul li a:hover {
  color: #100f1f;
}

.NoiDungChinh .textNoiDung p span {
  font-size: 18px;
  color: black;
  text-align: justify;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.textNoiDung .NoiDungImg {
  margin-bottom: 20px;
}

.NoiDungChinh .NguonTin {
  display: block;
  text-align: end;
  margin-bottom: 50px;
}

.NoiDungChinh .NguonTin a {
  color: #7b7b7b;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  padding: 5px 30px;
  border-radius: 20px;
  background: #f2f2f2;
}

.NoiDungChinh .NguonTin a span {
  font-family: 'Roboto', sans-serif;
  color: #333333;
}

.tag {
  margin-top: 30px;
}

.tag ul {
  float: left;
}

.tag ul li {
  margin-bottom: 10px;
  margin-left: 10px;
  float: left;
}

.tag ul li a {
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 15px;
  background: #f2f2f2;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: black;
  transition: all 0.5s ease-in-out;
}

.tag ul li a:hover {
  background: #7b7b7b;
}

.ThongTinHocVien {
  margin-top: 20px;
}

.ThongTinHocVien h4 {
  padding-top: 5px;
  width: 330px;
  border-top: 1px dashed #c0c0c0;
  display: block;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #0f62cf;
}

.ThongTinHocVien ul {
  margin-left: -20px;
}

.ThongTinHocVien ul li {
  font-size: 15px;
}

.ThongTinHocVien ul li a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.ThongTinHocVien ul li span {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}

.TinNoiBat {
  margin-top: 50px;
  margin-bottom: 50px;
}

.TinNoiBat .TieuDeTinNoiBat {
  margin-bottom: 30px;
}

.TinNoiBat .TieuDeTinNoiBat h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.TinNoiBat a {
  text-decoration: none;
  color: #100f1f;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

/* footer */
#footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

#footer ul#media li {
  list-style: square;
  color: #0f62cf;
}

#footer ul#lienket li span {
  line-height: 0;
}

#footer ul#lienket li a {
  font-size: 16px;
  transition: all 0.6s ease-in-out;
}

#footer ul#lienket li a:hover {
  color: #1877f2;
  font-size: 15px;
}

#footer ul li a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 18px;
}

#footer ul li a i {
  transition: all 0.5s ease-in-out;
}

#footer ul li a:hover i {
  color: #1877f2;
}

#footer span {
  font-family: 'Roboto', sans-serif;
  line-height: 2.3;
}

#footer .info .dc {
  color: #f5f5f5;
  font-size: 14px;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
