/*
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-CooperHead";
    font-display: auto;
    font-weight: 400;
    src: url(/tienganh/wp-content/themes/flatsome-child/assets/fonts/All-CooperHead.otf) format('OpenType');
} 
/* @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-main .nav > li > a{
    font-family: "All-CooperHead";
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
    font-family: "All-CooperHead" !important;
    line-height: normal !important;
    font-weight: 400;
}

/* header */

#header-contact li a{
    color: #eb3834;
    font-size: 18px;
}

/* 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;
}

/* footer */
footer .ux-menu-link__link{
    color: white;
}
footer .ux-menu-link__link:hover{
    color: white !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;
    }
}
		