body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {
    font-family: 'SVN-Poppins' !important;
}


.header-main{
background: linear-gradient(to right, #fdb57b, #fe6b1c);
color: white;
}
footer{
	    background: linear-gradient(to right, #fdb57b, #fe6b1c);
	    padding-top: 60px;
}

footer .tooltipstered , footer > section{
background: linear-gradient(to right, #fdb57b, #fe6b1c);
}

.header-main .nav > li > a{
	color: white;
	font-size : 14px;
}
.main-title {
    text-shadow: 0px 3px 2px #222;
    font-size: 30px;
    font-weight: 900;
}
html {
  scroll-behavior: smooth;
}
.img-box .img{
	margin-bottom: 0px !important
}

.img-box .row-full-width.row{
	    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}
.img-box .row-full-width.row .col{
	padding: 0px
}
.td-title {
    color: #222;
    font-weight: bold;
	font-size: 15px;
}
.img-box .box-text .col-inner{
	margin-top: 0px !important;
	padding: 12px !important
}

.absolute-footer{
	display: none
}
#logo {
  display: flex;
  align-items: center; /* căn giữa theo chiều dọc */
  gap: 10px; /* khoảng cách giữa logo và chữ */
  width: 350px !important;
}


#logo p {
  margin: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.6;
  display: flex;
  flex-direction: column;
  text-align: center; /* căn giữa 2 dòng */
}