/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.intro {
    padding-top: 70px !important;
    padding-bottom: 45px !important;
}
.intro .boxText h3 {
    border-left: 4px solid #eb3d00;
    padding-left: 16px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px;
}
.intro .boxText .button {
    margin: 0;
}
.intro .button .icon-angle-right:before {
    content: '\f0a9';
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
}
.main-heading {
    font-size: 24px;
}
.linhvuc {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
.linhvuc .main-heading span {
    color: #EB3D00;
}
.linhvuc .list-linhvuc .box-push {
    position: relative;
    overflow: hidden;
}
/* .linhvuc .list-linhvuc .box-push:before {
    content: '';
    background: rgba(219, 89, 64, 0.9);
    color: white;
    font-size: 14px;
    line-height: 24px;
    visibility: hidden;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
.linhvuc .list-linhvuc .box-push .box-text {
    height: 62px;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(53,166,89,0.9);
    max-width: 100%;
    position: absolute;
    bottom: 0;
    color: #FFF;
    margin: 0;
    padding: 20px 10px;
    pointer-events: none;
}
.linhvuc .list-linhvuc .box-push .box-text h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.linhvuc .list-linhvuc .box-push .box-text p {
    display: none;
    font-size: 14px;
}
.linhvuc .list-linhvuc .box-push:hover .box-text {
    z-index: 9;
    animation-name: expand-up;
    -webkit-animation-name: expand-up;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}
.linhvuc .list-linhvuc .box-push:hover .box-text {
    height: 100%;
    background-color: rgba(53,166,89,0.8);
    padding: 30px 10px 20px;
}
.linhvuc .list-linhvuc .box-push:hover .box-text p {
    display: block;
}
@keyframes expand-up {
    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60% {
        transform: translateY(-7%) scaleY(1.12);
    }
    75% {
        transform: translateY(3%);
    }
    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }
}
@-webkit-keyframes expand-up {
    0% {
        -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12);
    }
    75% {
        -webkit-transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%) scale(1) scaleY(1);
    }
}
.dichvu {
    padding-top: 70px !important;
    padding-bottom: 15px !important;
}
.doitac .main-heading span,
.dichvu .main-heading span {
    color: #EB3D00;
}
.uni_dichvu .entry-content .entry-title {
    font-size: 16px;
    margin: 15px 0 10px;
}
.uni_dichvu .entry-content .entry-description p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (min-width: 550px) {
	
}

@media only screen and (min-width: 650px) {
    
}

@media only screen and (min-width: 850px) {
    .intro .boxText h3 {
        font-size: 32px;
    }
    .main-heading {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    
}
