/*
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: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */


.container-width, .full-width .ubermenu-nav, .container, .row, .row.row-small {
    max-width: 1200px;
}

body {
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.header-bottom-nav {
}

.header-bottom-nav {
}

.ftFooer {
}

.logofooter {
}

    .logofooter .img-inner {
    }

        .logofooter .img-inner img {
            width: auto;
        }

.ftSocial {
    text-align: center;
}

    .ftSocial ul {
        margin: 0;
        list-style: none;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

        .ftSocial ul li {
            margin: 0;
        }

            .ftSocial ul li a {
                display: block;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                text-indent: -999px;
                overflow: hidden;
            }

            .ftSocial ul li:nth-child(1) a {
                background: url(images/f1.png) center center no-repeat;
                background-size: 30px;
            }

            .ftSocial ul li:nth-child(2) a {
                background: url(images/f2.png) center center no-repeat;
                background-size: 30px;
            }

            .ftSocial ul li:nth-child(3) a {
                background: url(images/f3.png) center center no-repeat;
                background-size: 30px;
            }

.srvItem {
    margin-bottom: 30px;
}

.srvThumb {
    overflow: hidden;
    height: 370px;
}

    .srvThumb img {
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.srvContent {
    padding: 25px 0;
    padding-left: 30px;
    position: relative;
    display: flex;
}

.srvTitle {
}

    .srvTitle a {
        font-size: 0.85em;
        text-transform: uppercase;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.srvContent:before {
    content: "";
    height: 44px;
    position: absolute;
    width: 5px;
    background: #D9D9D9;
    border-radius: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.srvContent:after {
    content: "";
    height: 44px;
    position: absolute;
    width: 5px;
    background: #D9D9D9;
    border-radius: 5px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}

.srvItem:hover {
}

    .srvItem:hover .srvThumb img {
        transform: scale(1.2);
    }

.srvPage {
    padding: 40px 0;
}

.srvContentGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.srvReadmore {
}

    .srvReadmore a {
        color: #7B7979;
        font-size: 12px;
    }

.boxPostColex {
}

.pPageItem {
    gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
    display: flex;
    padding: .75rem;
    /* border-radius: .5rem; */
    /* background: white; */
}

.pPageItemThumb {
    position: relative;
    max-width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 130px;
    width: 150px;
    border: 1px solid #c8c8c8;
    padding: 4px;
    border-radius: 5px;
    overflow: hidden;
}

    .pPageItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.pPageItemContent {
}

.pPageItemTitle {
    margin-top: 5px;
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 18px;
    }

.pPageItemDate {
    color: #656565;
    font-size: 0.75em;
}

.pPageItemDescription {
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: black;
    font-size: 0.8em;
}

.pPageItemRead {
    margin-top: 15px;
    display: none;
}

    .pPageItemRead a {
        height: 35px;
        background: #0066b5;
        border: 1px solid #cbd5e1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 700;
        font-size: .775rem;
        text-transform: uppercase;
        line-height: 130%;
        color: white;
        max-width: 110px;
        visibility: hidden;
    }

.signPostBoxEx {
   
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.signPostBoxTitle h1 {
    margin: 0 0 25px 0;
    line-height: 1.4;
    color: black;
    text-align: center;
}

.signDate {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: .85em;
    border-bottom: 1px solid #f2f2f2;
}

.signPostBoxContent {
}

.bai-viet-lien-quan {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: rgb(239 239 239);
}

.postRelate {
    flex-wrap: wrap;
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 30px !important;
}

.page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.postPage {
    padding: 30px 0;
}

.pagePostDetails {
    padding: 30px 0 0px 0;
}

.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}

.postTwo {
    background-color: white;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 33px;
    display: flex;
    gap: .75rem;
    align-items: center;
}

.postRelate .postTwoThumb {
    width: 100%;
    height: 200px;
}

.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}

.postTwoTitle {
    margin-bottom: 10px;
}

    .postTwoTitle a {
        font-size: 15px;
        color: #0f172a;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: bold;
        height: 45px;
    }

.postTwoDescription {
    font-size: 0.85em;
    color: #0f172a;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.signPostBoxContent {
}

    .signPostBoxContent ul, .signPostBoxContent ol {
        padding-left: 19px;
    }

.postGallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
}

    .postGallery .item {
        height: 276px;
        overflow: hidden;
    }

        .postGallery .item a {
        }

            .postGallery .item a img {
                -webkit-transition: all .8s ease;
                -moz-transition: all .8s ease;
                -o-transition: all .8s ease;
                transition: all .8s ease;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

.signSrv {
    padding: 40px 0;
}

.postGallery .item:hover img {
    transform: scale(1.2);
}

.f-thumbs__slide__button {
    max-width: unset;
}

.home.page-template #header {
    display: none;
}

.home.page-template .ftFooer {
    display: none;
}

.home.page-template {
    height: 100%;
}

    .home.page-template #wrapper {
        height: 100%;
    }

        .home.page-template #wrapper main {
            height: 100%;
        }

            .home.page-template #wrapper main #content {
                height: 100%;
            }

                .home.page-template #wrapper main #content .stHome .section-content {
                    height: 100vh;
                }

.SlideHome {
    height: 100%;
}

    .SlideHome .slider {
        height: 100vh;
    }

        .SlideHome .slider .img {
            height: 100vh;
        }

            .SlideHome .slider .img .img-inner {
                height: 100vh;
                left: 8px;
            }

                .SlideHome .slider .img .img-inner img {
                    height: 100%;
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                }

    .SlideHome .flickity-enabled.is-draggable .flickity-viewport {
        height: 100% !important;
    }

.stHome {
    height: 100vh;
}

.oneHome {
    display: flex;
    align-items: start;
}

    .oneHome h1 {
        font-weight: 300;
        font-size: 14px;
        margin: 0;
        color: white;
    }

.twoHome {
    /* position: absolute; */
    /* width: 100%; */
    /* left: 0px; */
    /* right: 0px; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* height: 323px; */
    display: flex;
    align-items: center;
}

    .twoHome .img {
        margin-bottom: 10px !important;
    }

        .twoHome .img .img-inner {
        }

            .twoHome .img .img-inner img {
                width: auto;
            }

    .twoHome .button {
        margin: 0;
        color: #fff;
        border: 1px solid #fff !important;
        padding: 5px 15px 3px;
        font-size: 14px;
        transition: all 0.5s ease 0s;
    }

        .twoHome .button span {
            color: white;
            line-height: unset;
            display: block;
            min-height: unset;
            height: unset;
            font-weight: 400;
        }

.threeHome {
    display: flex;
    align-items: end;
}

    .threeHome .ftSocial {
    }

        .threeHome .ftSocial ul li:nth-child(1) a {
            background: url(images/fHome1.png) black center center no-repeat;
            background-size: 30px;
        }

        .threeHome .ftSocial ul li:nth-child(2) a {
            background: url(images/fHome2.png) black center center no-repeat;
            background-size: 30px;
        }

        .threeHome .ftSocial ul li:nth-child(3) a {
            background: url(images/fHome3.png) black center center no-repeat;
            background-size: 30px;
        }

.rowHome {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    margin: 0 auto !important;
    padding: 30px 0 30px;
    max-width: 880px;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    z-index: 999;
}

.stHome .flickity-slider {
}

.SlideHome .slider div {
}

    .SlideHome .slider div::-webkit-scrollbar {
    }

.SlideHomeBox {
    height: 100vh;
}

    .SlideHomeBox div {
        height: 100%;
    }

    .SlideHomeBox .item {
    }

        .SlideHomeBox .item img {
            height: 100vh;
            object-fit: cover;
            width: 100%;
        }
/*Desktop*/
@media (min-width: 1366px) {
}

@media (min-width: 1200px) {
    .SlideHome .slider .img .img-inner {
        height: 100vh;
        left: 0px;
    }
}


@media (max-width: 48em) {
    .SlideHome .slider .img .img-inner {
        height: 100vh;
        left: 0;
    }

    .stHome .flickity-slider {
        left: 0px !important;
    }

    .postGallery .item {
        height: 126px;
    }

    .postGallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .pPageItemThumb {
        max-width: 100%;
        width: 100%;
    }

    .pPageItem {
        flex-wrap: wrap;
    }

    .srvThumb {
        overflow: hidden;
        height: 185px;
    }

    .srvContentGroup {
        flex-wrap: wrap;
    }

    .button.icon.is-small {
        background: white;
        color: #656565;
    }
}

ul.links {
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    list-style: none;
}

    ul.links li {
        margin: 0;
    }

        ul.links li .page-number {
            background: #656565;
            border: none;
            border-radius: 5px;
            font-weight: 500;
            color: white;
            display: flex;
            align-items: center;
            font-size: 13px;
            justify-content: center;
        }

        ul.links li .current {
        }
