/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/* @font-face {
    font-family: "All-Muli-Black";
    font-display: auto;
    font-weight: 800;
    src: url(https://alab.edu.vn/wp-content/uploads/2021/08/All-Muli-Black.otf) format('OpenType');
} 
@font-face {
    font-family: "All-Muli-Bold";
    font-display: auto;
    font-weight: 700;
    src: url(https://alab.edu.vn/wp-content/uploads/2021/08/All-Muli-Bold.otf) format('OpenType');
} 
@font-face {
    font-family: "All-Muli-Regular";
    font-display: auto;
    font-weight: 400;
    src: url(https://alab.edu.vn/wp-content/uploads/2021/08/All-Muli-Regular.otf) format('OpenType');
} */
.pb-0{
    padding-bottom: 0;
}
.mb-0{
    margin-bottom: 0;
}

/* header */

#header-contact li a{
    color: #eb3834;
    font-size: 18px;
}
.header .nav-right{
	gap:20px
}

/* home page */
.btn-animation{
    color: white;
    font-weight: 400;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    border: 0;
}
.btn-animation:hover::before, .btn-animation:focus::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-animation::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50px;
    right: 0;
    cursor: pointer;
    bottom: 0;
    background: #72C059;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button span{
    line-height: 39px;
}
.form-flat input[type="text"], .form-flat select, .form-flat textarea{
    background-color: white;
}
.ilms-course-items.grid-view .ilms-course-item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 23%!important;
}
/* footer */
footer .ux-menu-link__link{
    color: white;
}
footer .ux-menu-link__link:hover{
    color: white !important;
}
/* Flex layout cho .box */
.chuong_trinh .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Đảm bảo ảnh không kéo dãn box */
.chuong_trinh .box-image {
  flex-shrink: 0;
}

/* Đảm bảo phần text chiếm đều khoảng còn lại */
.chuong_trinh .box-text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 80px; /* Tùy chỉnh độ cao tối thiểu để tránh co cụm */
}

/* Không giới hạn chiều cao nội dung bên trong */
.chuong_trinh .box-text-inner {
  width: 100%;
}

.txt_info ul {
  list-style: none;
}

#popup-form-dang-ky {
    border-radius: 15px;
    overflow: hidden; /* Để bo góc nội dung bên trong */
}
.absolute-footer{
	background-color: rgb(14, 43, 75)!important;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width: 768px) {
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
        color: #2d2d2d;
        font-family: "All-CooperHead";
        opacity: 1;
    }
    .h2-mobile h2 {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1200px) {
    .ilms-course-items.grid-view .ilms-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 30.333%!important;
    }
}
@media screen and (max-width: 480px) {
    .ilms-course-items.grid-view .ilms-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 90%!important;
    }
}
		