/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       NevoThemes
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/
/*---header---*/
a.nevo-menu-link.d-flex.align-items-center {
    font-weight: 600;
    font-size: 16px;
}

ul.sub-menu.no-marker {
    border-radius: 5px;
}
/*---end-header---*/
/*----ICON1----*/
  .check-icon {
  width: 70px;
  height: 70px;
  background: #315d97;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.55);
}
/* Hover đổi màu */
.check-icon:hover {
  background: #1B4D92;
  transform: translateY(-2px);
}
/*----END-ICON1----*/
/*----ICON2----*/
.icon-wrapper {
  display: inline-block;
  font-size: 55px; /* kích thước icon */
  color: #315d97; /* màu icon */
  cursor: pointer;
  transition: transform 0.3s, color 0.3s;
}
/*----END-ICON2----*/
/*--icon-top-header---*/
 .top-contact-bar {
  display: flex;
  gap: 35px;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.top-contact-bar .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.top-contact-bar .contact-item i {
  font-size: 13px;
}

.top-contact-bar .contact-item a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s ease;
}

.top-contact-bar .contact-item a:hover {
  opacity: 0.7;
}
/*--end-icon-top-header---*/
/*----icon-fotter---*/
 .social-wrap {
  display: flex;
  margin-top:5px;
}

.social-wrap a {
  text-decoration: none;       /* bỏ underline */
  width: 50px;
  height: 50px;   
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  transition: .25s ease;
}

.social-wrap a:hover {
  transform: translateY(-4px) scale(1.08);
  color: #fff;
}
/*----fotter-weight4----*/
 .contact-info {
  color: #ffffff;
	 font-size:15px;
}

.contact-info p {
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px; /* khoảng cách giữa icon và text */
}

.contact-info a {
  color: #ffffff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
/*----end-fotter-weight4----*/
.footer-col.col-center.d-lg-flex.justify-content-center.align-items-center {
    color: white;
}
/*----end-icon--fotter---*/
.contact-card {
  color: #315d97;
  font-size: 18px;
}

.contact-card p {
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-card a {
  color: #315d97; /* vàng nhạt */
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 48em) {
/**************** ADD MOBILE ONLY CSS HERE  ***************/
	.wp-block-column.has-trang-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow {
    margin-top: 25px;
}

.wp-block-group.has-border-color.has-trang-background-color.has-background.is-vertical.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-a6e8251d.wp-block-group-is-layout-flex {
    margin-top: 0px !important;
}
}