#sp-header {
border-top: 1px solid #2A338E;
  border-bottom: 1px solid #2A338E;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 10px;
}
.article-list .article .readmore a {
  color: #fff;
  font-weight: 500;
  background: #b59032;
  padding: 5px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}
.article-list .article .readmore a:hover {
  color: #fff;
}
#sp-header .sp-module {
  margin-left: 0;
  width: 100%;
}
.con-top {
  height: 60px;
}
.btn-zak {
  background: #2a338e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  margin: 10px 0 0 40px;
  display: inline-flex;
}
.sppb-modern-tab{
	background: #fff;
}
.tb-con{
  border-radius: 8px;
  padding: 10px 0;
}
.con-vn{
	display: flex;
  gap: 20px;
}
.con-vn a{
	font-size: 21px;
}
@media (max-width: 768px) {
  #sp-header {
    height: 60px;
  }
  #sp-menu {
	  order: 3;
  }
  #sp-top1{
  padding: 0;
}
.con-top ul{
  text-align: center;
}
.sppb-nav-modern > li > a {
  padding: 5px;
}
}