
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.thanh-tich .tabbed-content .nav {
    display: inline-flex;
    width: auto;
    margin: 0 auto 30px;
    background: white;
}
.thanh-tich .tabbed-content .nav > li > a {
    font-size: 16px;
    border-radius: 0;
    background: white;
    padding: 14px 25px;
    line-height: 150%;
}
.thanh-tich .tabbed-content .nav > li.active > a {
    color: white;
    background-image: linear-gradient(to right, #f2761f, #fbaf14);
} 
.thanh-tich .tabbed-content .tab-panels {
    background: #FFF;
    padding: 20px 20px 0;
}
.thanh-tich .box .box-text {
    color: black;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    background-color: white;
    width: calc( 100% - 30px );
    height: calc( 100% - 30px );
    text-align: center;
    transform: translate(-50%, -50%) rotateY(90deg) !important;
    transform-origin: 50%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease-in;
    font-size: 18px;
    margin: 0;
    pointer-events: none;
}
.thanh-tich .box:hover .box-text {
    transform: translate(-50%, -50%) rotateY(0deg) !important;
    opacity: 1;
}
.thanh-tich .box .box-text .box-text-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.thanh-tich .box .box-text .box-text-inner h4 {
    font-weight: normal;
}
.uni_blog .sh-blog-shortcode.layout-1 .post-item {
    padding-bottom: 3rem;
}
.uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}
.uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical .box-image,
.uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical .box-post-meta {
    max-width: 25%;
    flex-basis: 25%;
    padding: 0 15px;
}
.uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical .box-text {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 15px;
}
.uni_blog  .sh-blog-shortcode.layout-1 .box-image {
    margin-right: 0;
}
.uni_blog  .sh-blog-shortcode.layout-1 .box-blog-post .post-title {
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    color: #212529;
    -webkit-text-fill-color: #212529;
    background: transparent;
    font-weight: normal;
}
.button_post {
    min-width: 100px;
    padding: 0 10px;
}
.button_post span {
    color: #212529;
}
.button_post:hover span {
    color: #FFF;
}
.tin-tuc .tabbed-content .nav {
    display: inline-flex;
    width: auto;
    margin: 0 auto 30px;
    background: #000;
}
.tin-tuc .tabbed-content .nav > li > a {
    font-size: 16px;
    border-radius: 0;
    background: #000;
    padding: 14px 25px;
    color: #FFF;
    line-height: 1.2;
}
.tin-tuc .tabbed-content .nav > li.active > a {
    color: white;
    background-image: linear-gradient(to right, #f2761f, #fbaf14);
}
.lien-he .row-height {
    height: 100vh;
}
.main-col > .col-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lien-he .icon-box-img {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    margin-bottom: 3rem;
}
.lien-he .icon-box-img img {
    margin: 8px;
    width: 45px;
    height: 34px;
    object-fit: contain;
}
.lien-he .icon-box-img h5 {
    margin-bottom: 0;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 30px;
}
.box-text-service h3 {
    font-size: 20px;
    color: var(--primary-color);
}
#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    overflow: hidden;
    z-index: 9;
    pointer-events: none;
}
.home .section .section-content {
    z-index: 99;
}
.home-slider .banner-layers .img-inner img {
    height: 100%;
    width: 100%;
}
.home-slider .banner-layers .img-inner {
    height: 100%;
    width: 100%;
}
.home-slider .banner-layers .main-text .text-inner {
    position: relative;
}
.home-slider .banner-layers .main-text .text-inner::before {
    top: -5px;
}
.home-slider .banner-layers .main-text .text-inner::after {
    bottom: -20px;
}
.home-slider .banner-layers .main-text .text-inner::before, .home-slider .banner-layers .main-text .text-inner::after {
    content: "";
    width: 30%;
    height: 2px;
    left: 0;
    background-image: linear-gradient(90deg, #f2761f, #fbaf14);
    position: absolute;
    margin-bottom: 20px;
}
.home-slider .banner-layers .main-text .text-inner p {
    text-align: justify;
    padding: 2rem 4rem 1.5rem 0;
}
.home-slider .banner-layers .main-text .text-inner h3 {
    padding-top: 1.5rem;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.home-slider .banner-layers .main-text .text-inner {
    color: #fff;
    padding: 15px 15px 15px 0;
    margin-left: 14vw;
    position: relative;
    /* transition-delay: 3s; */
}
.home-slider .banner-layers .main-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50% !important;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transform: unset !important;
}
.home-slider .banner-layers .number-slide .text-box-content p {
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    right: 15px;
    margin: 0 5px 10px 0;
    font-family: 'SVN-Poppins';
}
.home-slider .banner-layers .number-slide .text-box-content .text-inner {
    transform: translateY(-50%) rotate(-45deg);
    background-image: linear-gradient(135deg, #f2761f, #f2761f, #fbaf14);
    width: 100px;
    height: 100px;
    font-size: 25px !important;
    color: #fff;
    border: 3px solid #fff;
}
.home-slider .banner {
    opacity: 0;
}
.home-slider .is-selected {
    opacity: 1;
}
.home-slider .banner-layers .number-slide {
    position: absolute;
    top: 50%;
    left: -50px;
    transition-delay: 5s;
    transform: unset !important;
    z-index: 9999;
}
.home-slider .banner-layers {
    max-width: 100% !important;
}
.img-mv.lg-x50.lg-y50 {
    width: 63vw !important;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    transition-duration: 0s;
    transform: unset !important;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:1;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:1;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1079.98px) {
    #particles-js {
        display: none;
    }
}
@media only screen and (max-width: 849.98px) {
   /* Slider */
   .home-slider .banner-layers {
        padding: 80px 15px 0;
    }
    .home-slider .banner-layers .number-slide {
        display: none;
    }
    .home-slider .img-mv.lg-x50.lg-y50 {
        width: auto !important;
        height: auto;
        position: unset !important;
        overflow: hidden;
        top: unset;
        left: unset;
        display: flex;
        transition-duration: 0s;
        transform: unset !important;
        margin-bottom: 40px !important;
    }
    .home-slider .img-mv.lg-x50.lg-y50 img {
        aspect-ratio: 1/0.5625;
        object-position: center;
        object-fit: cover;
    }
    .home-slider .banner-layers .main-text {
        position: unset !important;
        width: 100% !important;
        height: auto !important;
    }
    .home-slider .banner-layers .main-text .text-inner h3 {
        padding: 0;
        margin: 0;
        font-size: 24px;
    }
    .home-slider .is-selected .banner-layers .main-text .text-inner {
        margin-left: 0;
    }
    .home-slider .banner-layers .main-text .text-inner p {
        padding: 0;
        font-size: 14px !important;
    }
    .thanh-tich {
        padding-top: 140px !important;
    }
    .dich-vu-box {
        padding-bottom: 0 !important;
    }
    .khach-hang {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
    .tin-tuc,
    .chung-chi {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .lien-he .row-height {
        height: auto;
        padding-top: 50px !important;
    }
}

@media only screen and (max-width: 699.98px) {
    .row-dich-vu > .col {
        max-width: 100%;
        flex-basis: 100%;
    }
    .row-dich-vu > .col.small-col-first {
        order: -1;
    }
    .row-dich-vu .button_custom {
        margin: 0;
    }
    .lien-he .icon-box-img {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 549.98px) {
    .thanh-tich .tabbed-content .nav > li > a {
        font-size: 14px;
        padding: 14px 20px;
    }
    .uni_blog .sh-blog-shortcode.layout-1 .post-item {
        padding-bottom: 20px;
    }
    .uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical {
        display: block;
        margin: 0;
    }
    .uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical .box-image,
    .uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical .box-text {
        max-width: 100%;
        width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .uni_blog .sh-blog-shortcode.layout-1 .box.box-vertical .box-image {
        padding-bottom: 15px;
    }
    .uni_blog .sh-blog-shortcode.layout-1 .box-blog-post .post-title {
        -webkit-line-clamp: unset;
    }
    .uni_blog .sh-blog-shortcode.layout-1 .box-post-meta {
        display: none;
    }
    .lien-he .icon-box-img {
        margin-bottom: 1rem;
    }
}

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

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

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

}

@media only screen and (min-width: 850px) {
    .thanh-tich {
        padding-top: 130px !important;
        padding-bottom: 50px !important;
    }
    .lien-he .section-bg,
    .thanh-tich .section-bg {
        background-size: 100% 100% !important;
        background-position: center;
    }
    .thanh-tich .tabbed-content .tab-panels {
        padding: 30px 30px 0;
    }
    .thanh-tich .tabbed-content .tab-panels .row-small {
        margin-left: -15px;
        margin-right: -15px;
    }
    .thanh-tich .tabbed-content .tab-panels .row > .col {
        padding: 0 15px 30px;
    }
    .title-vertical .position p {
        font-weight: bold;
        font-size: 30px;
        color: #f06a21;
    }
    .title-vertical .text {
        position: relative
    }
    .title-vertical .text .title-vertical {
        position: absolute;
        top: 0px;
        left: 85%;
        width: 1px;
        /* font-family: 'SVN-Poppins',sans-serif; */
    }
    .title-vertical .text .title-vertical p {
        font-weight: bold;
        font-size: 30px;
        color: #f06a21;
        background: linear-gradient(to right, #f06a21, #fcb713);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform-origin: top left;
        margin: 0;
        margin-top: -20px;
        width: fit-content;
        white-space: nowrap;
    }
    .chung-chi {
        padding-bottom: 110px !important;
    }
    .mt-50 {
        margin-top: calc( 3rem - 30px );
    }
    .chung-chi .title-vertical {
        position: relative;
        top: -30px;
    }
    .lien-he {
        padding-top: 20vh !important;
    }
    .home #header {
        position: absolute;
        top: 0;
        left: 0;
    }
    .home #header .header-bg-container {
        display: none;
    }
    .home .header .header-main .header-nav-main>li:not(.header-button-1):hover {
        background-color: #000;
    }
    .language-switcher a,
    .home .header .nav>li>a {
        color: var(--primary-color);
    }
    .home-slider .is-selected .banner-layers .img-mv .img-inner { 
        -webkit-animation-name: fadeInLeftBig;
        -moz-animation-name: fadeInLeftBig;
        -o-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-duration:1.5s;
        animation-delay: 1.5s;
    }
    .home-slider .is-selected .banner-layers .number-slide .text-box-content {
        -webkit-animation-name: fadeInLeftBig;
        -moz-animation-name: fadeInLeftBig;
        -o-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-duration:1s;
        animation-delay: 1s;
    }
    .home-slider .is-selected .banner-layers .main-text .text-inner {
        -webkit-animation-name: fadeInRightBig;
        -moz-animation-name: fadeInRightBig;
        -o-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-duration:1.5s;
        animation-delay: 1.5s;
    }
    .khach-hang {
        padding-top: 80px !important;
        padding-bottom: 0 !important;
    }
}

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

}

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