/*
Theme Name: Flatsome Child
Description: Minh Duong ADS
Template: flatsome
Version: 3.15
*/

/*************** ADD CUSTOM CSS HERE.  
.section-title-normal span {
    border-bottom-color: var(--primary-color);
    font-size: 120%;
    color: #7a5235;
     font-weight: normal;
}
.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: -2px;
}
.section-title span {
    text-transform: uppercase;
}


***************/

body{
  font-family:Inter, sans-serif !important;
}
/* .nav > li > a{
  font-family:Inter, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 14px;
} */
/* .nav>li.header-divider {
  border-left: 1px solid #fff !important;
} */
/* #logo img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
} */
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px !important;
  margin-bottom: 0px;
}
.ads-box2a1-content table{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgb(29 96 198 / 20%);
	transition: all 0.4s;
	margin-bottom: 0;
}
.ads-box2a1-content table tr{
	border-bottom: 1px solid #e4eff2;
}
.ads-box2a1-content table tr td{
	padding: 10px 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
	position: relative;
	color: #000;
}
.ads-box2a1-content table tr td:nth-child(1) {
  width: 15%;
  color: #000;
  background: #f8fbfc;
  text-align: left;
  font-weight: 400;
}
.ads-box2a1-content table tr td a {
  display: block;
  width: 100%;
  background: #0b76b7;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.ads-box2a1-content table tr td a:hover{
	background:#deb115;
	color:#fff;
}
.ads-box2a1-content table tr td:nth-child(3) {
  background: #eaf4ff;
}
.ads-box2a1-content table tr td h5 {
  color: #0b76b7;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 50px 0px 20px 0px;
}
.ads-box2a1-content table tr td h3 {
  font-size: 30px;
  line-height: 29px;
  color: #f7773e;
  margin: 0px;
  font-weight: bold;
  text-align: center;
}
.ads-box2a1-content table tr td u {
  color: #0b76b7;
  text-decoration: none;
}
.ads-box2a1-content table tr:last-child td .xemtinhnang i {
  color: #0b76b7;
  position: absolute;
  top: 3px;
  right: -15px;
}
.ads-box2a1-content table tr td i {
  font-style: initial;
  /* color: #f7773e; */
}
.ads-box2a1-content table tr.tinhnangthem > td > table {
  box-shadow: none;
}
@media(max-width:549px){
    .ads-box2a1-content table tr td{
            font-size: 13px;
            padding: 5px;
    }
    .sec-duan{
        padding-bottom: 0 !important;
    }
}
.footer-1 .col{
    padding-bottom: 0 !important;
}
@media(min-width:768px){
   .footer-1 aside{
           margin-bottom: 0;
   }
}