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

html::-webkit-scrollbar {
    width: 2px
}

html::-webkit-scrollbar-thumb {
    background-color: #002654;
    outline: 2px solid #002654
}

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

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

.aboutHomeImage {
}

    .aboutHomeImage .img {
    }

        .aboutHomeImage .img .img-inner {
            border-radius: 15px;
            overflow: hidden;
        }

            .aboutHomeImage .img .img-inner img {
            }

.aboutHomeInfo {
}

    .aboutHomeInfo:before {
        content: "";
        width: 109px;
        height: 109px;
        background: #002654;
        opacity: 0.1;
        position: absolute;
        border-radius: 99px;
        left: -37px;
        top: -75px;
    }

    .aboutHomeInfo .col-inner:before {
        content: "";
    }

    .aboutHomeInfo h4 {
        color: #5c5b5b;
        position: relative;
    }

        .aboutHomeInfo h4:before {
            content: "";
        }

        .aboutHomeInfo h4:after {
            content: "";
            width: 64px;
            height: 4px;
            border-radius: 23px;
            background: #D9D9D9;
            position: absolute;
            bottom: 8.5px;
            margin-left: 13px;
        }

    .aboutHomeInfo h2 {
        color: #ce1126;
    }

    .aboutHomeInfo p {
    }

    .aboutHomeInfo .button {
        background: #032956;
        display: inline-flex;
        align-items: center;
    }

        .aboutHomeInfo .button span {
            font-size: .85em;
            line-height: unset;
        }

        .aboutHomeInfo .button i {
        }

.iboxA {
    align-items: center;
}

    .iboxA .icon-box-img {
    }

        .iboxA .icon-box-img .icon {
        }

            .iboxA .icon-box-img .icon .icon-inner {
                background: #002654;
                border-radius: 50%;
                overflow: hidden;
                padding: 16px;
            }

                .iboxA .icon-box-img .icon .icon-inner img {
                    padding: 0;
                }

    .iboxA .icon-box-text {
    }

        .iboxA .icon-box-text h3 {
            font-size: .95em;
            text-transform: uppercase;
            margin-bottom: 3px;
        }

        .iboxA .icon-box-text p {
            font-size: .8em;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

.wpml-ls-slot-shortcode_actions {
    list-style: none;
}

    .wpml-ls-slot-shortcode_actions a {
        padding: 0px 0px;
        position: relative;
    }

.wpml-ls-legacy-list-horizontal .wpml-ls-slot-shortcode_actions a img {
    width: auto !important;
    height: auto !important;
    border-radius: 2px;
    overflow: hidden;
}

.wpml-ls-current-language a {
}

    .wpml-ls-current-language a:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 1px;
        border-radius: 1px;
        background: #ffffff;
        left: 0;
        bottom: -4px;
        right: 0;
        margin: auto;
    }

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a img {
    border: 1px solid white;
}

.wpml-ls-statics-shortcode_actions {
    padding: 0 0;
}

    .wpml-ls-statics-shortcode_actions ul {
        display: flex;
        gap: 10px;
    }

.wpml-ls-slot-shortcode_actions:nth-child(1) {
    order: 2;
}

.wpml-ls-slot-shortcode_actions:nth-child(2) {
}

.button.icon.is-small {
    background: rgba(0,38,84,0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .button.icon.is-small i {
        font-size: 1.2em !important;
    }

.headingDefault {
}

.headingDefault {
    border: none;
    justify-content: center;
    margin: 0;
}

    .headingDefault h2 {
    }

    .headingDefault h2 {
        border: none;
        padding: 0;
        margin: 0;
        position: relative;
        padding-bottom: 10px;
        color: #ce1126;
        font-size: 1.5em;
        margin-bottom: 10px;
    }

        .headingDefault h2:before {
            content: "";
            width: 100px;
            height: 1px;
            background: #002654;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -os-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

        .headingDefault h2:after {
            content: "";
            width: 50px;
            height: 10px;
            width: 10px;
            background: #FFF;
            border-radius: 50%;
            border: 1px #002654 solid;
            position: absolute;
            left: 50%;
            bottom: -4px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -os-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

    .headingDefault .section-title a {
    }

.sriBox {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.15), 1px 1px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

    .sriBox .box-image {
    }

        .sriBox .box-image .image-cover {
        }

            .sriBox .box-image .image-cover img {
            }

    .sriBox .box-text {
    }

        .sriBox .box-text .box-text-inner {
        }

            .sriBox .box-text .box-text-inner h3 {
                margin: 0 0 10px;
                font-size: 1.1em;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                line-height: unset;
                text-align: center;
                text-transform: uppercase;
                height: 52px;
            }

            .sriBox .box-text .box-text-inner p {
                font-size: .9em;
                text-align: justify;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

.stFooter:before {
    content: "";
    background: linear-gradient(180deg, #603F40 0%, rgba(0, 0, 0, 0.543171) 0%, rgba(0, 0, 0, 0.296875) .01%, rgba(0, 0, 0, 0.490757) .02%, rgba(0, 0, 0, 0.636561) .03%, #000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ftSocial {
}

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

        .ftSocial ul li {
            margin: 0;
            padding: 0;
        }

            .ftSocial ul li a {
                width: 35px;
                height: 35px;
                display: block;
            }

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

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

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

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

.ftForm {
}

    .ftForm .wpcf7-form {
    }

    .ftForm .wpcf7-form-control-wrap {
    }

        .ftForm .wpcf7-form-control-wrap .wpcf7-form-control {
            height: 40px;
            border-radius: 40px;
            overflow: hidden;
            font-weight: 400;
            color: black;
        }

    .ftForm .wpcf7-submit {
        border-radius: 40px;
        position: absolute;
        right: 0;
        margin: 0;
        background: #ce1227;
    }

    .ftForm .wpcf7-form .wpcf7-response-output {
        background: white;
        color: black;
        margin: 10px 0;
    }

.wpcf7-spinner {
    display: none;
}

.ftInfoText {
}

    .ftInfoText ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 22px;
    }

        .ftInfoText ul li {
            margin: 0 0 13px;
            padding-left: 30px;
            font-size: .95em;
        }

            .ftInfoText ul li:nth-child(1) {
                background: url(images/ft1.png) 0px 6px no-repeat;
                background-size: 18px;
            }

            .ftInfoText ul li:nth-child(2) {
                background: url(images/ft2.png) 0px 3px no-repeat;
                background-size: 16px;
            }

            .ftInfoText ul li:nth-child(3) {
                background: url(images/ft3.png) 0px 4px no-repeat;
                background-size: 15px;
            }

.ftList h3 {
    font-size: 1.125em;
}

.ftList ul {
}

    .ftList ul li {
    }

        .ftList ul li a {
            font-size: .9em;
        }

.ftPay {
}

    .ftPay ul {
        list-style: none;
        display: flex;
        gap: 10px;
    }

        .ftPay ul li {
            margin: 0;
        }

            .ftPay ul li a {
                width: 68px;
                height: 34px;
                display: block;
            }

            .ftPay ul li:nth-child(1) a {
                background: url(images/pay1.jpg) center center no-repeat;
            }

            .ftPay ul li:nth-child(2) a {
                background: url(images/pay2.jpg) center center no-repeat;
            }

            .ftPay ul li:nth-child(3) a {
                background: url(images/pay3.jpg) center center no-repeat;
            }

            .ftPay ul li:nth-child(4) a {
            }

.reviewHome {
}

.reviewHomeOwl {
}

.reviewItemHome {
}

.reviewItem {
    text-align: center;
    background: #ffffffe0;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}

.reviewItemContent {
}

.reviewTitle {
}

.reviewText1 {
    color: black;
}

.reviewText2 {
}

.reviewText3 {
}

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

.proHome {
    padding: 30px 0;
}

.proHomeNameBox {
    margin-bottom: 20px;
}

.proHomeName {
}

    .proHomeName a {
        background: url(images/line1.png) top center no-repeat;
        padding-top: 35px;
        text-transform: uppercase;
        color: #0b3b3b;
        font-weight: bold;
        display: block;
        text-align: center;
        font-size: 1.6em;
    }

.proHomeReadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    .proHomeReadMore a {
        background: #0b3b3b;
        border: 1px solid #0b3b3b;
        font-weight: 400;
        border-radius: 99px;
        color: white;
        padding: 0 1.2em;
        max-width: 100%;
        letter-spacing: .03em;
        line-height: 2.4em;
        height: 40px;
        min-height: 2.5em;
        display: block;
    }

.postHomeItem {
    box-shadow: 0px 4px 4px rgb(202 200 200 / 30%);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
    1px: s;
}

.postHomeItemThumb {
    height: 220px;
    overflow: hidden;
}

    .postHomeItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.postHomeItemContent {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px;
}

.postHomeItemTitle {
}

    .postHomeItemTitle a {
        display: -webkit-box;
        overflow: hidden;
        visibility: visible;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: 600;
        color: black;
        line-height: 24px;
        font-size: .95em;
        text-transform: uppercase;
    }

.postHomeItemDesc {
    margin-top: 10px;
    color: #484848;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 23px;
    font-size: .85em;
    margin-bottom: 15px;
    text-align: justify;
    height: 69px;
}

.postHomeItem:hover .postHomeItemThumb img {
}

.postHomeItem:hover .postHomeItemTitle a {
    color: #0b3b3b;
}

.title-bar__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.title-bar__list-item {
    line-height: 20px;
    position: relative;
    margin-bottom: 0;
}

    .title-bar__list-item a {
        color: #333;
        font-size: 16px !important;
        text-transform: inherit !important;
        font-weight: 400 !important;
    }

        .title-bar__list-item a:hover {
            color: var(--second-color) !important;
        }

    .title-bar__list-item + .title-bar__list-item {
    }

    .title-bar__list-item:after {
        content: "/";
        position: absolute;
        right: -17px;
        top: 1px;
        color: #3333338f;
    }

.title-bar__list.ko .title-bar__list-item:last-child:after {
    display: none;
}

.title-bar__list-link:hover {
    text-decoration: none;
    color: #233e92
}

.signFormPhone .wpcf7 form .wpcf7-response-output {
    color: white;
}

.igi_arrows {
    position: relative;
    overflow: hidden;
}

    .igi_arrows .owl-nav {
    }

        .igi_arrows .owl-nav i {
            display: none;
        }

        .igi_arrows .owl-nav .owl-prev,
        .igi_arrows .owl-nav .owl-next {
            position: absolute;
            top: calc(40% - 20px);
            width: 11px;
            height: 30px;
            font-size: 0;
            cursor: pointer;
            display: block;
        }

        .igi_arrows .owl-nav .owl-prev {
            left: 0;
            background: url(images/arLeft.png) #ffffffba !important;
        }

        .igi_arrows .owl-nav .owl-next {
            right: 0;
            background: url(images/arRight.png) #ffffffba !important;
        }

        .igi_arrows .owl-nav span {
            display: none;
        }

        .igi_arrows .owl-nav .owl-prev,
        .igi_arrows .owl-nav .owl-next {
            top: calc(50% - 46px);
            width: 40px;
            display: block;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            outline: none !important;
            border: none !important;
            margin: 0 !important;
            background-size: 18px !important;
        }

.postHomeItemReadMore {
}

    .postHomeItemReadMore a {
        display: inline-flex;
        background: #193b65;
        color: white;
        height: 35px;
        padding: 0 15px;
        align-items: center;
        font-size: .8em;
        border-radius: 40px;
    }

.postItemDate {
    font-size: .8em;
    background: url(images/idate.png) left center no-repeat;
    background-size: 16px;
    padding-left: 24px;
    margin-bottom: 5px;
}

    .postItemDate i {
    }

.postHomeItem:hover {
}

    .postHomeItem:hover .postHomeItemThumb {
    }

        .postHomeItem:hover .postHomeItemThumb img {
        }

    .postHomeItem:hover .postHomeItemTitle a {
    }

.stReview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 38 84 / 83%);
    height: 100%;
    width: 100%;
    opacity: 0.9;
    z-index: 1;
}

.reviewHomeBox {
    max-width: 700px;
    margin: 0 auto;
}

.reviewThumb {
    /* margin-bottom: 10px; */    height: 300px;
    overflow: hidden;
}

    .reviewThumb img {
            width: 95% !important;
    height: 100%;
    object-fit: cover;
    filter: initial;
    border: 2px solid #193b65;
    border-radius: 0;
    margin: 0 auto;
    }

.reviewItemHome {
}

.reviewItemContent {
}

.reviewTitle {
    color: #032956;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
}

.reviewText1 {
    font-size: .9em;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.reviewText2 {
    background: url(images/iStar.png) center center no-repeat;
    width: 155px;
    background-size: 90px;
    height: 24px;
    margin: 0 auto 0px;
}

.reviewText2Box {
    background: #032956;
    width: 121px;
    height: 28px;
    align-items: center;
    display: flex;
    border-radius: 30px;
    margin: 0 auto 10px;
}





.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%);
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;
}

.pPageItemThumb {
    position: relative;
    max-width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 190px;
    width: 290px;
}

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

.pPageItemContent {
}

.pPageItemTitle {
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        margin: 0 0 10px;
        font-size: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-transform: uppercase;
        /* height: 52px; */
    }

.pPageItemDate {
    color: #0066b5;
}

.pPageItemDescription {
    margin-top: 8px;
    font-size: .95em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: black;
    margin-bottom: 10px;
    font-weight: 400;
}

.pPageItemRead {
    margin-top: 15px;
}

    .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;
    }

.boxPostGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.breamBox {
    min-height: 45px;
    align-items: center;
    display: flex;
    position: relative;
    background-color: rgb(241, 241, 241);
    width: 100%;
}

.postPage {
    padding: 30px 0;
}

.pagePostHeading {
    margin-bottom: 20px;
}

    .pagePostHeading h1 {
        background: #193b65;
        display: inline-block;
        width: auto;
        padding: 10px 30px;
        border-radius: 30px;
        font-size: 1.1em;
        color: white;
        text-transform: uppercase;
        margin: 0;
    }

.pPageItemReadMore {
}

    .pPageItemReadMore a {
        background: #193b65;
        color: white;
        display: block;
        padding: 6px 18px;
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
    }

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

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

.bai-viet-lien-quan {
    padding: 40px 0;
}

.signPostBoxEx {
    /* border: 1px solid #f2f2f2; */
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    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%);
    color: black;
}

.signDate {
    display: none;
}

.signPostBoxEx p {
    margin-top: 10px;
}

.signPostBoxTitle h1 {
    margin: 0 0 25px 0;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    background: #193b65;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.pagePostDetails {
    padding: 30px 0 0;
}

.relate-post {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    background: #193b65;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.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;
}

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



.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: 0px !important;
}

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

.postTwoTitle a {
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    height: 44px;
    margin-bottom: 5px;
}

.postTwoDescription {
    font-size: 0.95em;
    color: #0f172a;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.postAsideList {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.postAsideHomeItem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.postAsideHomeItemThumb {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

    .postAsideHomeItemThumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.widget {
    border-radius: 5px;
    overflow: hidden;
}

    .widget .widget-title {
        background: #193b65;
        color: white;
        display: block;
        padding: 15px 17px;
    }

        .widget .widget-title span {
        }

    .widget .is-divider {
        display: none;
    }

    .widget ul {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
    }

        .widget ul li {
            border: none !important;
        }

            .widget ul li a {
                border-bottom: 1px dashed #cecaca !important;
                display: block;
                line-height: 18px;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
                color: black;
                font-size: .95em;
            }

            .widget ul li:last-child a {
                border: none !important;
            }

            .widget ul li:last-child {
                border: none !important;
            }

.postAsideList {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.postAsideHomeItem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.postAsideHomeItemThumb {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

    .postAsideHomeItemThumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

    .postAsideHomeItemTitle a {
        color: black;
        font-size: .95em;
        font-style: normal;
        /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.rank-math-breadcrumb {
}

    .rank-math-breadcrumb p {
        margin: 0;
    }

.contactForm {
}

    .contactForm h2 {
        background: #193b65;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    .contactForm .wpcf7-form-control {
        /* border: none; */
        box-shadow: none;
        border-radius: 5px;
        margin-bottom: 8px;
    }

    .contactForm p {
        color: black;
    }

    .contactForm .wpcf7-textarea {
    }

    .contactForm .wpcf7-submit {
        background: #ce1227;
        border: none;
        box-shadow: none;
        border-radius: 5px;
        overflow: hidden;
        padding: 0 40px;
    }

.wpcf7-response-output {
    margin: 10px 0 !important;
}

.contactInfo h3 {
    color: #193b65;
    font-size: 1.4em;
}

.postTwo:hover .postTwoThumb img {
    transform: scale(1.1);
}

.pPageItem:hover .pPageItemThumb img {
    transform: scale(1.1);
}

.pPageItem:hover .pPageItemTitle a {
    color: #193b65;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
    color: #193b65;
}

#secondary {
    position: sticky;
    top: 60px;
}
/*Social Footer*/
/*Desktop*/
@media only screen and (min-width: 1200px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 48em) {
    .pPageItemThumb {
        position: relative;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        overflow: hidden;
        border-radius: 0.5em;
        height: 220px;
        width: 100%;
    }

    .pPageItem {
        flex-wrap: wrap;
    }

    .boxPostGridRelate {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }

    .button.icon.is-small {
        background: rgba(0,38,84,0.9);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .button.icon.is-small i {
            font-size: 1.2em !important;
        }
}
