*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

    body.nonescroll {
        overflow: hidden;
    }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
    /* line-height: 1; */
}

p {
    font-size: 14px;
    margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

ul {
    margin-bottom: 15px;
    padding-left: 10px;
    margin-top: 0;
}

    ul li {
        font-size: 14px;
    }

a {
    transition: 0.2s linear;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

    a:hover {
        color: #ec7c00;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    input:focus,
    button:focus,
    select:focus,
    textarea:focus {
        outline: none;
    }

    button,
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

img {
    vertical-align: middle;
    border-style: none;
    transition: 0.2s linear;
    max-width: 100%;
}

.img a {
    display: block;
}

.lSSlideOuter .lSPager.lSpg > li a {
    z-index: 1;
}

.lSSlideWrapper .lSFade > * {
    z-index: 1;
}

h3 {
    line-height: 1.3;
}

table {
    border-spacing: 0px;
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.slider .img img {
    width: 100%;
}

.form-group {
    margin-bottom: 10px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.item .img,
.item-sp .img,
.item-news .img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

p,
h3 {
    color: #333;
}

.prev,
.next {
    font-size: 38px;
    color: #a7a7a7;
    top: 50%;
    right: -30px;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
}

.prev {
    left: -30px;
    right: inherit;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1100px) {
    .container {
        max-width: 975px;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1150px;
    }

    header .container {
        max-width: 1309px;
    }
}

@font-face {
    font-family: utm-bold;
    src: url(../fonts/utm-helve/UTM\ HelveBold.ttf);
}

@font-face {
    font-family: bo;
    src: url(../fonts/UTM\ IMPACT_0.TTF);
}

@font-face {
    font-family: boita;
    src: url(../fonts/UTM\ APTIMABOLDITALIC_0.TTF);
}

.text-fix {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-2 {
    -webkit-line-clamp: 2;
}

.text-3 {
    -webkit-line-clamp: 3;
}

.text-4 {
    -webkit-line-clamp: 4;
}

.text-5 {
    -webkit-line-clamp: 5;
}

.text-6 {
    -webkit-line-clamp: 6;
}

.mobile {
    display: none;
}

section {
    padding: 40px 0 0;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-content {
    font-size: 14px;
}

    .text-content p {
        margin-bottom: 15px;
        line-height: 1.6;
        font-size: 14px;
    }

        .text-content p:last-child {
            margin-bottom: 0;
        }

.item h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
}

.title-icon {
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textt {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

:root {
    --main-color: #5d9626;
    --hover-color: #168187;
}

.thd-ct {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

    .thd-ct .right {
        display: flex;
    }

.top-header {
    margin-bottom: 20px;
}

.thd-ct .cal {
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    background: url(../img/ic-cal.png) no-repeat;
    background-position: 1px 2px;
}

.thd-ct .right .hotline {
    padding-left: 20px;
    background: url(../img/ic-call.png) no-repeat;
    margin-right: 20px;
}

    .thd-ct .right .hotline a {
        font-weight: 600;
    }

.langg {
    display: flex;
}

    .langg a {
        margin-right: 5px;
        display: block;
        width: 27px;
    }

        .langg a:last-child {
            margin-right: 0;
        }

        .langg a img {
            width: 100%;
        }

.mid-header {
    background: url(../img/bg-header.jpg);
    background-size: 100% 100%;
}

.mhd-ct {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

    .mhd-ct .sr {
        display: flex;
        gap: 10px;
        justify-content: end;
    }

.search {
    text-align: right;
}

    .search input {
        height: 34px;
        width: 250px;
        border-radius: 5px;
        border: 1px solid #d0d0d0;
        padding-left: 12px;
    }

        .search input::placeholder {
            color: #666;
        }

    .search form {
        position: relative;
    }

    .search button {
        width: 32px;
        position: absolute;
        right: 1px;
        top: 1px;
        height: 32px;
        background: transparent;
        border: 0;
        font-size: 14px;
    }

a.logo {
    display: flex;
    position: relative;
    align-items: center;
}

    a.logo::before {
        content: url("../img/img-hc.png");
        position: absolute;
        right: -140px;
        top: 0px;
    }

    a.logo .img {
        margin-right: 20px;
    }

        a.logo .img img {
            max-width: 100%;
            max-height: 100%;
        }

    a.logo .text .f-1 {
        font-size: 15.23px;
        color: #1d67ab;
        font-family: utm-bold;
        display: block;
        text-align: left;
        line-height: 1.5;
        text-transform: uppercase;
    }

    a.logo .text .f-3 {
        text-align: left;
        font-size: 21.99px;
        color: #f29409;
        font-family: bo;
        display: block;
        line-height: 1;
        margin-top: 5px;
    }

    a.logo .text .f-4 {
        color: #1d67ab;
        font-family: "Roboto";
        font-size: 11.84px;
        font-weight: 700;
        line-height: 1.5;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    a.logo .text .f-5 {
        font-size: 11.84px;
        color: #f29409;
        font-family: "Roboto";
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
    }

.bot-header {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #e8e8e8;
}

ul.menu {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

    ul.menu.menu-study {
        justify-content: start;
        gap: 15px;
    }

    ul.menu li a {
        color: #333;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
    }

    ul.menu.menu-study li a.tc {
        display: block;
    }

    ul.menu li.active a {
        color: #088ccb;
    }

    ul.menu.menu-study li a {
        font-size: 14px;
    }

    ul.menu li a:hover {
        color: #1d67b2;
    }

    ul.menu > li {
        position: relative;
        padding: 10px 0px;
    }

        ul.menu > li:first-child {
            padding-left: 0;
        }

        ul.menu > li:last-child {
            padding-right: 0;
        }

            ul.menu > li:last-child:before {
                display: none;
            }

    ul.menu .sub-menu {
        opacity: 0;
        visibility: hidden;
        transition: 0.2s linear;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 50;
        padding: 0;
        margin: 0;
        min-width: 280px;
        list-style-type: none;
        border: 1px solid #d0d0d0;
        border-bottom: 3px solid #ec7c00;
    }

    ul.menu li:last-child .sub-menu {
        right: 0;
        left: initial;
    }

    ul.menu .sub-menu li a {
        color: #333;
        text-transform: initial;
        font-weight: 400;
    }

.grecaptcha-badge {
    display: none !important;
}

ul.menu .sub-menu li {
    padding: 6px 20px;
    border-bottom: 1px solid #d0d0d0;
}

    ul.menu .sub-menu li:last-child {
        border-bottom: 0;
    }

    ul.menu .sub-menu li a:hover {
        color: #ec7c00;
    }

.slide-banner {
    border: 3px solid #fff;
    box-shadow: 0 0 10px #d0d0d0;
}

    .slide-banner .item {
        position: relative;
    }

        .slide-banner .item h3 {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 10;
            background: #000000a8;
            right: 0;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 0;
            padding: 8px 20px;
            font-weight: 400;
        }

            .slide-banner .item h3 a {
                color: #fff;
            }

.list-tbn .slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.list-tbn .item {
    position: relative;
}

    .list-tbn .item h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
        z-index: 10;
        margin-bottom: 0;
        background: linear-gradient( 0deg, #000 0%, rgb(0 0 0 / 80%) 30%, rgb(0 0 0 / 0%) 100% );
    }

        .list-tbn .item h3 a {
            color: #fff;
        }

.news.news1 {
    padding: 40px 0px;
}

.news1-ct .tinth,
.news3-ct .vbpl {
    width: 355px;
}

.news1-ct .left,
.news3-ct .cnnb {
    width: calc(100% - 355px);
    padding-right: 25px;
}

.news.news2 {
    background: #edf4f8;
    padding: 40px 0px;
}

    .news.news2 .hic {
        margin-bottom: 40px;
    }

    .news.news2.nt {
        background: #fff;
        padding: 40px 0px 40px 0px;
    }

        .news.news2.nt .hic {
            margin-bottom: 40px;
        }

    .news.news2 .hic {
        text-align: center;
    }

        .news.news2 .hic a::before {
            left: 50%;
            transform: translateX(-50%);
        }

h2.hic {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

    /*h2.hic a::before {content: '';width: 55px;height: 1px;background: #449dd1;position: absolute;bottom: -8px;left:0}*/
    h2.hic a {
        color: #333;
        display: block;
    }

.othn .item .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.news1-ct,
.news3-ct {
    display: flex;
}

.list-news1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .list-news1 .item {
        display: flex;
        justify-content: space-between;
    }

        .list-news1 .item:first-child {
            grid-row: 1/3;
            grid-column: 1/3;
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 20px;
        }

            .list-news1 .item:first-child .img {
                width: 50%;
            }

            .list-news1 .item:first-child h3 {
                font-weight: 700;
            }

            .list-news1 .item:first-child .text {
                width: calc(50% - 25px);
            }

        .list-news1 .item .img {
            width: 40%;
        }

        .list-news1 .item .text {
            width: calc(60% - 20px);
        }

.list-news1-h .item .text {
    width: 100%;
}

.list-news1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-news1 a.img {
    display: block;
}

.list-news1 .item:first-child h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.list-news1 h3 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.list-news1 .text p {
    margin-bottom: 0;
    line-height: 1.5;
}

.list-news1 .time {
    margin-bottom: 15px;
}

.news.spd .list-tth {
    margin-bottom: 20px;
}

.list-tth .hic {
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    background: url(../img/ic-2.png) no-repeat;
    padding-left: 35px;
}

.list-tth {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 20px;
}

    .list-tth h3 {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 15px;
        position: relative;
        padding-left: 22px;
    }

.news.news4 .list-tth h3 {
    padding-left: 35px;
}

.list-tth h3:last-child {
    margin-bottom: 0;
}

.list-tth h3:before {
    content: url("../img/list-marker.png");
    position: absolute;
    left: 0;
    top: 3px;
}

.news.news4 .list-tth h3:before {
    content: url("../img/ic-video.png");
}

.slide2 .item {
    background: #fff;
}

.slide2 .img {
    display: block;
}

    .slide2 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slide2 h3 {
    overflow: hidden;
    padding: 15px;
}

    .slide2 h3 a {
        height: 58px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bg-prev,
.bg-next {
    width: 38px;
    height: 38px;
    font-size: 32px;
    color: #ec7c00;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffffff0;
    position: absolute;
    font-weight: 300;
    cursor: pointer;
    z-index: 99;
}

.slide2 {
    position: relative;
}

.bg-prev {
    left: 0;
}

.bg-next {
    right: 0;
}

.list-cnnb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

    .list-cnnb .item:first-child {
        grid-row: 1/2;
        grid-column: 1/4;
        display: flex;
    }

        .list-cnnb .item:first-child .img {
            width: 50%;
            margin-bottom: 0;
        }

        .list-cnnb .item:first-child .text {
            width: 50%;
            border: 1px solid #d0d0d0;
            padding: 25px;
            border-left: 0;
        }

        .list-cnnb .item:first-child h3 {
            font-size: 17px;
            margin-bottom: 10px;
        }

        .list-cnnb .item:first-child .text p {
            line-height: 1.5;
        }

    .list-cnnb .item a.img {
        display: block;
        margin-bottom: 10px;
        aspect-ratio: 16/9;
        overflow: hidden;
    }

    .list-cnnb .item h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

.list-cnnb-other {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

    .list-cnnb-other .item a.img {
        display: block;
        margin-bottom: 10px;
    }

    .list-cnnb-other .item h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

.vbpl .hic {
    line-height: 1.3;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.vbpl .list-tth h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}

    .vbpl .list-tth h3:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

.slide3 {
    position: relative;
}

    .slide3 .item a.img {
        display: block;
        margin-bottom: 0px;
    }

    .slide3 a.img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .slide3 .item h3 {
        margin-bottom: 0;
        font-size: 16px;
        overflow: hidden;
        text-transform: uppercase;
    }

.news2-ct.spd .slide3 .lSAction {
    display: none;
}

.news.news2.nt .slide3 .item h3,
.slide3.service .item h3 {
    position: relative;
    padding: 20px 50px 20px 20px;
}

    .news.news2.nt .slide3 .item h3 a,
    .slide3.service .item h3 a {
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .news.news2.nt .slide3 .item h3::before,
    .slide3.service .item h3::before {
        content: url("../img/seemore.jpg");
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

.tinth.tlnb .hic {
    background: url(../img/ic-4.png) no-repeat;
    background-position: 0 -1px;
    padding-left: 35px;
}

.slide4 {
    position: relative;
}

    .slide4 .item {
        text-align: center;
        aspect-ratio: 250/72;
    }

section.dt {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e8e8e8;
}

.slide4 .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slide3 .item:last-child,
.slide2 .item:last-child {
    padding-right: 0;
    border-right: 0;
}

.slide3 .item.active + .item + .item,
.slide2 .item.active + .item + .item + .item {
    padding-right: 0;
    border-right: 0;
}

.tft {
    background: #eeeeee;
    padding: 20px 0;
}

.tft-ct {
    display: flex;
    gap: 20px;
}

    .tft-ct .item {
        width: calc((100% - 40px) / 3);
    }

        .tft-ct .item:nth-of-type(1) {
            width: 43%;
        }

        .tft-ct .item:nth-of-type(2) {
            width: 27%;
        }

        .tft-ct .item:nth-of-type(3) {
            width: 30%;
        }

        .tft-ct .item p span {
            font-weight: 600;
        }

        .tft-ct .item p.name {
            font-weight: 600;
            text-transform: uppercase;
        }

        .tft-ct .item p {
            font-size: 14px;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.5;
        }

            .tft-ct .item p:last-child {
                margin-bottom: 0 !important;
            }

            .tft-ct .item p.note {
                margin-bottom: 3px;
            }

            .tft-ct .item p.phone-b {
                padding-left: 25px;
                background: url(../img/ic-loca.png) no-repeat;
                background-position: 0 1px;
            }

            .tft-ct .item p.phone-d {
                padding-left: 25px;
                background: url(../img/ic-phone.png) no-repeat;
                background-position: 0px 3px;
            }

            .tft-ct .item p.phone-other {
                padding-left: 25px;
                background: url(../img/ic-fax.png) no-repeat;
                background-position: 0px 3px;
            }

            .tft-ct .item p.phone-e {
                padding-left: 25px;
                background: url(../img/ic-email.png) no-repeat;
                background-position: 0px 5px;
            }

            .tft-ct .item p.mem-onl {
                padding-left: 27px;
                background: url(../img/icft-3.png) no-repeat;
                background-position: 4px 1px;
            }

            .tft-ct .item p.mem-off {
                padding-left: 27px;
                background: url(../img/icft-4.png) no-repeat;
                background-position: 4px 1px;
            }

.bft {
    background: #fff;
    padding: 11px 0;
}

.bft-ct {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bft-ct .left a {
        font-size: 14px;
        margin-right: 10px;
        padding-right: 10px;
        color: #fff;
        border-right: 1px solid #d0d0d0;
    }

    .bft-ct .left {
        white-space: nowrap;
    }

        .bft-ct .left p {
            line-height: 1.5;
        }

        .bft-ct .left a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
        }

.social a {
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    margin-right: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social a:nth-child(1) {
        background: #1877f2;
    }

    .social a:nth-child(2) {
        background: #cd201f;
    }

    .social a i {
        color: #fff;
    }

.social {
    display: flex;
}

header.fixed .bot-header {
    background-color: #ec7c00;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    right: 0;
}

.ppage {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .ppage span,
    .ppage a {
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 10px;
        border: 1px solid #d0d0d0;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s linear;
    }

        .ppage span:last-child {
            margin-right: 0;
        }

    .ppage .disabled.hidden {
        display: none;
    }

    .ppage span:hover,
    .ppage span.active,
    .ppage span.active-page {
        border: 1px solid #ec7c00;
        color: #ec7c00;
    }

section.menu-list {
    padding: 20px 0 0;
}

.menu-list a,
.menu-list span,
.menu-list i {
    font-size: 15px;
    margin-right: 10px;
}

.menu-list span {
    color: #1d67b2;
}

.mnl-ct {
    display: flex;
    align-items: center;
}

.menu-list a:last-child {
    margin-right: 0;
}

section.dtht {
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d0d0d0;
}

.tit-link h1 {
    white-space: nowrap;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    border-right: 1px solid #e8e8e8;
    margin-right: 15px;
    padding-right: 15px;
}

.l-a {
    display: flex;
    justify-content: center;
}

    .l-a a {
        font-size: 14px;
        margin-right: 30px;
        color: #333;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
    }

        .l-a a:hover,
        .l-a a.active {
            color: #088ccb;
            margin-bottom: 0px;
        }

            .l-a a:hover::before,
            .l-a a.active::before {
                content: "";
                background: #088ccb;
                left: 0;
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: -15px;
            }

.tit-link {
    margin-bottom: 25px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .tit-link.video {
        margin-bottom: 20px;
    }

.detail-video {
    margin-bottom: 30px;
}

.list-dtht {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 25px;
    gap: 25px;
}

    .list-dtht .item .text,
    .slst-dt .item .text {
        padding: 20px 25px;
        border: 1px solid #d0d0d0;
        border-top: 0;
    }

    .list-dtht h3,
    .slst-dt h3 {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 500;
        height: 62px;
        overflow: hidden;
    }

a.xct {
    display: flex;
    font-size: 15px;
    align-items: center;
}

    a.xct i {
        margin-left: 8px;
        color: #eb251b;
    }

    a.xct:hover i {
        color: #5d9626;
    }

.title-aldt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

    .title-aldt h2.hic {
        margin-bottom: 0;
    }

.slst-dt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.al-dt .lst-dt {
    margin-bottom: 35px;
}

    .al-dt .lst-dt:last-child {
        margin-bottom: 10px;
    }

.ct-gt2 p {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.ct-gt2 .pic {
    text-align: center;
}

.ct-gt2 * {
    color: #333;
}

.ct-gt2 {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.ot-news {
    position: relative;
}

    .ot-news h2.hic a::before {
        display: none;
    }

    .ot-news .item .text {
        padding: 20px 25px;
        border-top: 0px;
        height: 87px;
    }

    .ot-news .item h3 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0px;
    }

    .ot-news .item {
        width: calc((100% - 90px) / 4);
        border: 1px solid #d0d0d0;
    }

        .ot-news .item .img a {
            display: block;
            overflow: hidden;
            aspect-ratio: 16/9;
        }

        .ot-news .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .ot-news .xct {
        justify-content: center;
    }

.ct-gt2 img {
    max-width: 100%;
}

.lct > p.name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lct p.note {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.form-lct input {
    height: 30px;
    width: 140px;
    margin: 0 6px;
    border: 1px solid #d0d0d0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.form-lct span.btn {
    width: 30px;
    height: 30px;
    border: 1px solid #d0d0d0;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-lct select {
    width: 380px;
    height: 30px;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    padding-left: 10px;
}

.form-lct form {
    display: flex;
    justify-content: center;
}

.form-lct .form-group + .form-group {
    margin-left: 20px;
}

.form-lct .form-group:first-child {
    display: flex;
}

.form-lct,
.table-lct {
    margin-bottom: 20px;
}

.list-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

    .list-days .item {
        cursor: pointer;
        border: 1px solid #d0d0d0;
        background: #e7e7e7;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        height: 60px;
        flex-direction: column;
        transition: 0.2s linear;
    }

        .list-days .item span {
            display: block;
        }

        .list-days .item.active,
        .list-days .item:hover {
            border-color: #539d08;
            background: #539d08;
            color: #fff;
        }

.lct {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
}

.table-lct th {
    background: #eeeeee;
    padding: 13px 15px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-left: 0;
    white-space: nowrap;
}

    .table-lct th:first-child {
        text-align: left;
        border-left: 1px solid #d0d0d0;
    }

.table-lct td {
    padding: 13px 15px;
    text-align: left;
    border: 1px solid #d0d0d0;
    border-left: 0;
    font-size: 14px;
}

    .table-lct td:nth-of-type(2),
    .table-lct td:nth-of-type(4) {
        text-align: center;
    }

    .table-lct td:first-child {
        border-left: 1px solid #d0d0d0;
        white-space: nowrap;
    }

.tb-lct.active {
    display: block;
}

.tb-lct {
    display: none;
}

.l-video {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
}

    .l-video .img {
        background: #000;
        position: relative;
    }

    .l-video img,
    .l-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .l-video .text {
        padding: 10px 15px;
        background: #e7e7e7;
    }

        .l-video .text h3 {
            font-size: 14px;
            margin-bottom: 0;
        }

/*.l-video .img:before { width: 56px; height: 56px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../img/ic-play.png); background-size: 100% 100%; }*/
.list-dtht.khcn {
    grid-template-columns: repeat(4, 1fr);
}

.list-scgp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 25px;
}

    .list-scgp .item {
        border: 1px solid #d0d0d0;
        padding: 15px;
        display: block;
    }

    .list-scgp h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .list-scgp .content p {
        margin-bottom: 0;
        line-height: 1.6;
    }

    .list-scgp .item .img {
        width: 100%;
    }

    .list-scgp .item .text {
        width: 100%;
        position: relative;
        padding-top: 10px;
    }

        .list-scgp .item .text .text-2 {
            margin-bottom: 15px;
        }

    .list-scgp .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tcqg .item {
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    padding: 15px;
    display: flex;
    position: relative;
}

    .tcqg .item:last-child {
        border-bottom: 1px solid #d0d0d0;
    }

    .tcqg .item:nth-child(2n) {
        background: #f8f8f8;
    }

    .tcqg .item .img {
        width: 30px;
    }

    .tcqg .item img {
        max-width: 100%;
    }

    .tcqg .item .text {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    .tcqg .item h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .tcqg .item .content p {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .tcqg .item a.ifa {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        color: #929292;
    }

        .tcqg .item a.ifa:hover {
            color: #539d08;
        }

.tcqg {
    margin-bottom: 25px;
}

.list-ttdt .item {
    padding: 20px 25px;
    border: 1px solid #d0d0d0;
}

.list-ttdt h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.list-ttdt .content {
    margin-bottom: 15px;
}

    .list-ttdt .content p {
        margin-bottom: 0;
        line-height: 1.5;
    }

.list-ttdt .item + .item {
    margin-top: 20px;
}

.map-lh iframe {
    width: 100%;
    height: 100%;
}

.lh-ct .right p.name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lh-ct .right input,
.lh-ct .right textarea {
    height: 36px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background: #fff;
    padding-left: 45px;
    font-size: 14px;
    color: #333;
}

.lh-ct .right textarea {
    height: 150px;
    padding-top: 10px;
}

.lh-ct .right label {
    position: absolute;
    width: 32px;
    height: 24px;
    top: 6px;
    left: 5px;
    color: #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d0d0d0;
}

.lh-ct .right .form-group {
    position: relative;
}

.lh-ct .right button {
    height: 38px;
    background: #f29409;
    border: 1px solid #f29409;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.2s linear;
}

    .lh-ct .right button:hover {
        background: #fff;
        color: #f29409;
    }

    .lh-ct .right button i {
        display: none;
    }

.lh-ct {
    display: flex;
    justify-content: space-between;
}

    .lh-ct .map {
        width: 47%;
    }

    .lh-ct .right {
        width: 50%;
    }

.ctlh h1 {
    margin-bottom: 12px;
    font-size: 20px;
    text-transform: uppercase;
}

.lh-ct .right h2 {
    font-size: 18px;
}

.ctlh {
    margin-bottom: 20px;
}

    .ctlh p.add {
        background: url(../img/lh-1.png) no-repeat;
    }

    .ctlh p {
        padding-left: 25px;
        line-height: 1.6;
    }

        .ctlh p span {
            font-weight: 600;
        }

            .ctlh p span:nth-of-type(2) {
                margin-left: 5px;
            }

        .ctlh p.phone {
            background: url(../img/lh-2.png) no-repeat;
        }

        .ctlh p.mail {
            background: url(../img/lh-3.png) no-repeat;
        }

section.lh {
    padding-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d0d0d0;
}

.lns .item {
    border: 1px solid #d0d0d0;
}

.lns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

    .lns .item .name {
        padding: 10px 20px 10px 30px;
        border-bottom: 1px solid #d0d0d0;
        background: #f7f7f7;
        position: relative;
    }

    .lns .item h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .lns .item .name:before {
        content: "";
        border: 7px solid transparent;
        position: absolute;
        left: 12px;
        border-left: 10px solid #eb251b;
        top: 13px;
    }

    .lns .item .text {
        padding: 15px;
        display: flex;
    }

    .lns .item a.img {
        display: block;
        width: 130px;
    }

    .lns .item .content {
        width: calc(100% - 130px);
        padding-left: 15px;
    }

    .lns .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lns .item .content p:last-child {
        margin-bottom: 0;
    }

    .lns .item .content p {
        font-size: 14px;
        color: #333;
        margin-bottom: 6px;
        line-height: 1.6;
    }

.tablehd p.name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.ct-tbhd th,
.content-spdv table th {
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 0;
    border-left: 0;
}

    .ct-tbhd th:first-child,
    .ct-tbhd td:first-child,
    .content-spdv th:first-child,
    .content-spdv td:first-child {
        border-left: 1px solid #d0d0d0;
    }

    .ct-tbhd th:nth-of-type(2),
    .ct-tbhd td:nth-of-type(2) {
        text-align: left;
    }

.ct-tbhd td,
.content-spdv td {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
}

.ct-tbhd tr:last-child td,
.content-spdv tr:last-child td {
    border-bottom: 1px solid #d0d0d0;
}

.ct-tbhd tr:nth-child(2n + 1) td,
.content-spdv tr:nth-child(2n + 1) td {
    background: #f5f5f5;
}

.ct-tbhd {
    margin-bottom: 30px;
}

.tcqg.nsu5 .item .img {
    width: 50px;
}

.tcqg.nsu5 .item .text {
    width: calc(100% - 50px);
}

.l-n {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

    .l-n a {
        position: relative;
        font-size: 15px;
        text-transform: uppercase;
        padding-left: 15px;
        font-weight: 500;
    }

        .l-n a:before {
            content: "";
            border: 6px solid transparent;
            position: absolute;
            left: 0;
            border-left: 7px solid #eb251b;
            top: 2px;
        }

        .l-n a + a {
            margin-left: 25px;
        }

        .l-n a:hover,
        .l-n a.active {
            color: #eb251b;
        }

.ns5-ct .left {
    width: calc(100% - 300px);
    padding-right: 30px;
}

.ns5-ct .right {
    width: 300px;
}

.ns5-ct {
    display: flex;
}

.tdk p.name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 18px;
    border-bottom: 1px solid #d0d0d0;
    text-transform: uppercase;
}

.tdk {
    border: 1px solid #d0d0d0;
    margin-bottom: 25px;
}

.ltdk .item {
    padding: 13px 18px;
    display: flex;
}

    .ltdk .item + .item {
        border-top: 1px solid #d0d0d0;
    }

    .ltdk .item .img {
        width: 40px;
        padding-top: 5px;
    }

    .ltdk .item .text {
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    .ltdk .item h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .ltdk .item img {
        max-width: 100%;
    }

.bn-right .item + .item {
    margin-top: 20px;
}

section.nsu5 {
    padding-top: 25px;
    padding-bottom: 50px;
}

.titns h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.time {
    padding-left: 20px;
    font-size: 14px;
    color: #e3e3e3;
    display: block;
    background: url(../img/clock.png) no-repeat;
    background-position: 0 1px;
    color: #8c8c8c;
    margin-bottom: 15px;
    font-weight: 400;
}

.titns {
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.cl-sh {
    display: flex;
    justify-content: space-between;
}

.ns5-ct .content p,
.content-spdv p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

    .ns5-ct .content p:last-child,
    .ns5-ct .content ul:last-child,
    .content-spdv p:last-child {
        margin-bottom: 0;
    }

    .ns5-ct .content img,
    .content-spdv p img {
        max-width: 100%;
        height: auto !important;
    }

.content-spdv table th,
.content-spdv table td {
    text-align: left;
}

.l-dv .item {
    display: flex;
}

    .l-dv .item .img {
        width: 50%;
    }

    .l-dv .item .text {
        width: 50%;
        border: 1px solid #d0d0d0;
        border-left: 0;
        padding: 40px;
    }

        .l-dv .item .text h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

    .l-dv .item .content p {
        margin-bottom: 0;
        line-height: 1.6;
        font-size: 14px;
    }

    .l-dv .item .content {
        margin-bottom: 15px;
    }

    .l-dv .item + .item {
        margin-top: 40px;
    }

    .l-dv .item:nth-child(2n) {
        flex-direction: row-reverse;
    }

        .l-dv .item:nth-child(2n) .text {
            border-left: 1px solid #d0d0d0;
            border-right: 0;
        }

.l-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

    .l-sp .item .text {
        border: 1px solid #d0d0d0;
        border-top: 0;
        padding: 15px 20px;
    }

        .l-sp .item .text h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .l-sp .content p {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 14px;
    }

    .l-sp .content {
        margin-bottom: 15px;
    }

.ttt .list-cnnb .item h3 {
    margin-bottom: 10px;
    height: 63px;
    overflow: hidden;
}

.ttt .list-cnnb .item .text {
    padding: 20px 15px;
    border: 1px solid #d0d0d0;
}

.ttt .list-cnnb .item a.img {
    margin-bottom: 0;
}

.ttt .list-cnnb .item:first-child h3 {
    height: auto;
    font-size: 18px;
}

.ttt .list-cnnb .item:first-child .text {
    padding: 35px;
}

.content.ttuc {
    margin-bottom: 40px;
}

    .content.ttuc iframe {
        width: 100%;
        height: 500px;
    }

.lnk .item {
    display: flex;
}

    .lnk .item .img {
        width: 140px;
    }

    .lnk .item .text {
        width: calc(100% - 140px);
        padding-left: 15px;
    }

        .lnk .item .text h3 {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 0;
        }

.it-pr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .it-pr:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

.n-k h2.hic {
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}

.t-n p.name {
    margin-bottom: 0;
    padding: 13px 18px;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 600;
    font-size: 18px;
    color: #eb251b;
    text-transform: uppercase;
}

.t-n {
    border: 1px solid #d0d0d0;
    margin-bottom: 25px;
}

.ltn .item:first-child .text {
    padding: 15px 18px;
    width: 100%;
}

.ltn .item:first-child {
    border-top: 0;
    display: block;
    padding: 0;
}

.ltn .item {
    border-top: 1px solid #d0d0d0;
    padding: 13px 18px;
    display: flex;
}

    .ltn .item .img {
        width: 70px;
    }

    .ltn .item .text {
        width: calc(100% - 70px);
        padding-left: 15px;
    }

        .ltn .item .text h3 {
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
        }

    .ltn .item:first-child .img {
        width: 100%;
    }

.search-vb input,
.search-vb select {
    width: 230px;
    height: 34px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding-left: 12px;
    font-size: 14px;
    color: #333;
}

.search-vb form {
    display: flex;
    justify-content: center;
}

.search-vb .form-group {
    margin-right: 10px;
    margin-bottom: 0;
}

.search-vb select {
    width: 250px;
}

.search-vb button {
    border: 1px solid #d7352e;
    color: #fff;
    height: 34px;
    background: #d7352e;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 12px;
    transition: 0.2s linear;
}

    .search-vb button:hover {
        background: #fff;
        color: #d7352e;
    }

.search-vb {
    margin-bottom: 20px;
}

.table-vb th,
.table-vb td {
    padding: 12px 15px;
    background: #f0f0f0;
    white-space: nowrap;
    border: 1px solid #d0d0d0;
    border-left: 0;
    text-align: center;
}

    .table-vb th:first-child,
    .table-vb td:first-child {
        border-left: 1px solid #d0d0d0;
    }

.table-vb tr:nth-child(2n) td {
    background: #fff;
}

.table-vb th {
    text-transform: uppercase;
}

    .table-vb td:nth-of-type(2),
    .table-vb th:nth-of-type(2) {
        text-align: left;
    }

.table-vb {
    margin-bottom: 30px;
}

    .table-vb td {
        white-space: initial;
    }

@keyframes ldio-c4d59ljt0jh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomInBN {
    0% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 1;
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 0;
    }
}

@keyframes zoomInBT {
    0% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 1;
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 0;
    }
}

.ldio-c4d59ljt0jh div {
    left: 47px;
    top: 15px;
    position: absolute;
    animation: ldio-c4d59ljt0jh linear 1s infinite;
    background: #fe718d;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 35px;
}

    .ldio-c4d59ljt0jh div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #fe718d;
    }

.loadingio-spinner-spinner-uzlublexfob {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    margin: auto;
}

.ldio-c4d59ljt0jh {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.48);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

    .ldio-c4d59ljt0jh div {
        box-sizing: content-box;
    }

.item .content p {
    line-height: 1.5;
    font-size: 14px;
}

.ttt .list-cnnb .item .content {
    display: none;
}

.ttt .list-cnnb .item:first-child .content {
    display: block;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.list-news1 .item .img,
.slide2 .item .img,
.slide3 .item .img,
.ot-news .item .img,
.list-dtht .item .img,
.ltn .item .img,
.lnk .item .img,
.l-sp .item .img,
.slst-dt .item .img,
.list-cnnb .item .img {
    overflow: hidden;
}

    .list-news1 .item .img img,
    .slide2 .item .img img,
    .slide3 .item .img img,
    .ot-news .item .img img,
    .list-dtht .item .img img,
    .ltn .item .img img,
    .lnk .item .img img,
    .l-sp .item .img img,
    .slst-dt .item .img img,
    .list-cnnb .img img {
        transition: 0.2s linear;
    }

/*    .list-news1 .item .img:hover img, .slide2 .item .img:hover img, .slide3 .item .img:hover img, .ot-news .item .img:hover img, .list-dtht .item .img:hover img, .ltn .item .img:hover img, .lnk .item .img:hover img, .l-sp .item .img:hover img, .slst-dt .item .img:hover img, .list-cnnb .item .img:hover img { transform: scale(1.1,1.1) }
*/
.slide-banner .item a.img {
    display: block;
}

    .slide-banner .item a.img img {
        object-fit: cover;
    }

.updating-left {
    text-align: left;
}

.updating-center {
    text-align: center;
}

.pr-top .list-tth h3 {
    font-weight: 500;
}

@media screen and (min-width: 767px) {
    .pr-top h2.hic {
        font-size: 18px;
        background-size: 20px;
    }

    .pr-top .list-tth h3 {
        margin-bottom: 10px;
    }

    .pr-top .list-tth {
        opacity: 0;
        visibility: hidden;
        transition: 0.2s linear;
    }

        .pr-top .list-tth.active {
            opacity: 1;
            visibility: visible;
        }

    .pr-top {
        display: block;
        overflow: hidden;
        padding: 10px;
        margin: 0 -10px;
    }

        .pr-top .left {
            width: calc(75%);
            float: left;
        }

        .pr-top .right {
            width: calc(25%);
            padding-left: 25px;
            float: left;
        }

        .pr-top .tinth .hic {
            padding-bottom: 5px;
            margin-bottom: 10px;
        }
}

@-webkit-keyframes my {
    0% {
        color: #da251c;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #da251c;
    }
}

@-moz-keyframes my {
    0% {
        color: #da251c;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #da251c;
    }
}

@-o-keyframes my {
    0% {
        color: #da251c;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #db251e;
    }
}

@keyframes my {
    0% {
        color: #da251c;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #da251c;
    }
}

.tc {
    display: none;
}

.new-7-day {
    /* background: #3d3d3d; */
    font-size: 13px;
    font-weight: normal;
    -webkit-animation: my 1000ms infinite;
    -moz-animation: my 1000ms infinite;
    -o-animation: my 1000ms infinite;
    animation: my 1000ms infinite;
    font-style: italic;
}

.news.news4 .list-news1 .item:not(:first-of-type) {
    display: block;
}

.news.news4 .list-news1 {
    grid-template-columns: repeat(3, 1fr);
}

    .news.news4 .list-news1 .item:first-of-type {
        grid-row: 1/4;
        grid-column: 1/4;
    }

    .news.news4 .list-news1 .item:not(:first-of-type) .img {
        width: 100%;
        margin-bottom: 18px;
    }

.cb {
    display: flex;
    justify-content: space-between;
}

.cb-dt-na {
    padding: 40px 0px;
}

    .cb-dt-na .lst-it {
        background: #f5f5f5;
        padding: 25px 0px 15px 0px;
        width: calc((100% - 60px) / 3);
        position: relative;
    }

.slide-cdn .img {
    overflow: hidden;
    transition: all 0.3s linear;
}

    .slide-cdn .img:hover img {
        transform: scale(1.1);
        transition: all 0.3s linear;
    }

    .slide-cdn .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cb-dt-na .lst-it h2 {
    height: 50px;
}

    .cb-dt-na .lst-it h2 a {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        text-align: center;
    }

.slide-cdn .txt {
    padding: 30px 20px;
    border-bottom: 1px solid #e8e8e8;
    height: 215px;
}

.slide-cdn h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slide-cdn p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lst-it .lSSlideOuter .lSPager.lSpg > li a {
    background: #dddddd;
}

.lst-it .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #088ccb;
}

.lst-it .cl-action i {
    font-size: 10px;
    color: #969696;
}

.lst-it .bg-prev {
    position: absolute;
    left: 37%;
    bottom: 11px;
    width: unset;
    height: unset;
    display: block;
    background: unset;
}

.lst-it .bg-next {
    position: absolute;
    right: 37%;
    bottom: 11px;
    width: unset;
    height: unset;
    display: block;
    background: unset;
}

.slide-bn {
    position: relative;
}

    .slide-bn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner {
    position: relative;
    aspect-ratio: 1897/501;
    overflow: hidden;
}

    .banner .lSSlideOuter .lSPager.lSpg {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }

        .banner .lSSlideOuter .lSPager.lSpg > li a {
            background: #fff;
        }

        .banner .lSSlideOuter .lSPager.lSpg > li.active a {
            border: 1px solid #1877f2;
        }

header.fixed .bot-header .menu > li > a {
    color: #fff;
}

.intro {
    background: url("../img/bgr-intro.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 40px 0px;
}

.intro-cnt {
    display: flex;
    justify-content: space-between;
}

    .intro-cnt .left {
        width: 37%;
    }

    .intro-cnt .right {
        width: calc(63% - 30px);
    }

    .intro-cnt .middle {
        width: calc(63% - 30px);
    }

    .intro-cnt .left h2 a {
        font-size: 16px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
    }

    .intro-cnt .left h2 span:first-of-type {
        margin-left: 65px;
        position: relative;
        margin-bottom: 10px;
        display: block;
    }

    .intro-cnt .left h2 span:last-of-type {
        display: block;
        color: #088ccb;
        font-size: 20px;
    }

    .intro-cnt .left h2 span:first-of-type:before {
        content: "";
        position: absolute;
        left: -65px;
        top: 50%;
        transform: translateY(-50%);
        background: #1e67ab;
        width: 55px;
        height: 1px;
    }

    .intro-cnt .left p {
        font-size: 14px;
        color: #333333;
        text-align: justify;
        line-height: 1.5;
        margin-bottom: 20px;
    }

.intro .xct {
    width: 125px;
    height: 30px;
    border: 1px solid #e89232;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e89232;
    position: relative;
}

    .intro .xct img {
        margin-left: 5px;
    }

    .intro .xct:hover {
        background: #e89232;
        color: #fff;
    }

        .intro .xct:hover span {
            transition: all 0.3s linear;
            background: #fff;
        }

            .intro .xct:hover span::before,
            .intro .xct:hover span::after {
                transition: all 0.3s linear;
                color: #fff;
                background: #fff;
            }

    .intro .xct span {
        width: 18px;
        height: 1px;
        background: #e89232;
        position: relative;
        margin-left: 5px;
        position: relative;
    }

        .intro .xct span::before {
            content: "";
            position: absolute;
            right: 0;
            top: -3px;
            width: 7px;
            height: 1px;
            background: #e89232;
            transform: rotate(45deg);
        }

        .intro .xct span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 3px;
            width: 7px;
            height: 1px;
            background: #e89232;
            transform: rotate(-45deg);
        }

.intro-cnt .right {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .intro-cnt .right .item {
        width: calc((100% - 30px) / 3);
        background: #fff;
    }

        .intro-cnt .right .item .img {
            overflow: hidden;
            transition: all 0.3s linear;
        }

            .intro-cnt .right .item .img:hover img {
                transform: scale(1.1);
                transition: all 0.3s linear;
            }

        .intro-cnt .right .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .intro-cnt .right .item h3 {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            padding: 20px 50px;
        }

            .intro-cnt .right .item h3.f {
                padding: 20px;
            }

            .intro-cnt .right .item h3:hover {
                color: #e89232;
            }

        .intro-cnt .right .item a {
            font-size: 14px;
            font-weight: 400;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .intro-cnt .right .item a i {
                color: #088ccb;
                font-size: 8px;
                margin-right: 5px;
            }

        .intro-cnt .right .item:nth-child(3) h3 {
            color: #088ccb;
            padding: 0px 0px 20px 0px;
            width: 60%;
            margin: 0px auto;
        }

        .intro-cnt .right .item:nth-child(3) {
            padding: 20px;
        }

.img-quality {
    padding: 40px 0px;
}

.doc-qua {
    display: flex;
    justify-content: space-between;
}

    .doc-qua h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .doc-qua .doc-img {
        width: calc(66% - 25px);
    }

        .doc-qua .doc-img .lst-img {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .doc-qua .doc-img .it-img {
            width: calc((100% - 40px) / 3);
        }

            .doc-qua .doc-img .it-img .img:hover img {
                transform: scale(1.1);
                transition: all 0.3s linear;
            }

            .doc-qua .doc-img .it-img .img {
                margin-bottom: 10px;
                overflow: hidden;
                transition: all 0.3s linear;
            }

            .doc-qua .doc-img .it-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .doc-qua .quality {
        width: 34%;
    }

        .doc-qua .quality .radio-group {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 15px;
        }

            .doc-qua .quality .radio-group input {
                margin-right: 8px;
            }

        .doc-qua .quality .it {
            width: calc((100% - 10px) / 2);
            font-size: 14px;
            font-weight: 700;
            display: flex;
        }

        .doc-qua .quality p {
            font-size: 14px;
            font-weight: 400;
        }

        .doc-qua .quality .form-group input {
            width: 100%;
            border-radius: 5px;
            border: 1px solid #e8e8e8;
            height: 30px;
            padding-left: 10px;
            margin-bottom: 8px;
        }

            .doc-qua .quality .form-group input::placeholder {
                font-size: 14px;
                font-weight: 400;
                font-family: "Roboto";
                color: #858585;
            }

        .doc-qua .quality .form-group img {
            margin-bottom: 8px;
        }

        .doc-qua .quality .form-group button {
            border: 1px solid #088ccb;
            background: #088ccb;
            width: 100%;
            height: 30px;
            border: none;
            border-radius: 5px;
            color: #fff;
            text-transform: uppercase;
        }

            .doc-qua .quality .form-group button:hover {
                background: #fff;
                color: #088ccb;
                border: 1px solid #088ccb;
            }

p .pic {
    float: right;
    width: 400px;
    height: 515px;
    margin-left: 100px;
}

.dtht.dv .ct-gt2 {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

    .dtht.dv .ct-gt2 .left {
        width: 22%;
    }

    .dtht.dv .ct-gt2 .right {
        width: calc(78% - 35px);
    }

    .dtht.dv .ct-gt2 h2 {
        color: #1e67ab;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .dtht.dv .ct-gt2 .left .it-sl {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
    }

    .dtht.dv .ct-gt2 .left h3 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .dtht.dv .ct-gt2 .left h3 i {
            font-size: 12px;
            color: #178cc5;
            transform: rotate(-90deg);
            transition: all 0.3s linear;
        }

    .dtht.dv .ct-gt2 .left p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

        .dtht.dv .ct-gt2 .left p i {
            font-size: 8px;
            color: #333;
            margin-right: 8px;
        }

    .dtht.dv .ct-gt2 .left h3 i.open {
        transform: rotate(90deg);
        transition: all 0.3s linear;
    }

    .dtht.dv .ct-gt2 .left h3.active,
    .dtht.dv .ct-gt2 .left p.active a {
        color: #1e67ab;
    }

    .dtht.dv .ct-gt2 .right h2 {
        color: #333;
        margin-bottom: 0px;
        border-bottom: none;
    }

    .dtht.dv .ct-gt2 .right img {
        width: 100%;
        margin-bottom: 20px;
    }

    .dtht.dv .ct-gt2 p {
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .dtht.dv .ct-gt2 .act {
        margin: 30px 0px 20px 0px;
    }

    .dtht.dv .ct-gt2 .img {
        text-align: center;
        margin-bottom: 20px;
    }

.book {
    width: 160px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

    .book i {
        margin-right: 10px;
        color: #e89232;
    }

.group-sl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 15px;
}

    .group-sl input,
    .group-sl select {
        width: calc((100% - 45px - 110px) / 3);
        height: 35px;
        border: 1px solid #e8e8e8;
        padding-left: 15px;
        background: #f4f4f4;
    }

    .group-sl button {
        width: 110px;
        height: 35px;
        background: #438bca;
        border: 1px solid #438bca;
        color: #fff;
    }

        .group-sl button:hover {
            background: #fff;
            color: #438bca;
        }

.table tr th {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #e6f1f8;
}

.table {
    width: 100%;
}

    .table th:nth-child(2),
    .table th:last-of-type,
    .table td:last-of-type {
        text-align: center;
    }

    .table .pos {
        color: #0087c1;
    }

    .table .pos,
    .table .wage {
        text-align: center;
    }

    .table button {
        border: none;
        background: #fff;
    }

    .table td,
    .table th {
        border: 1px solid #e8e8e8;
        padding: 10px 20px;
    }

.document table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll;
}

.table tr:hover {
    background: #f5f5f5;
}

.page a,
.page span {
    width: 30px;
    height: 30px;
    border: 1px solid #8e8b8b;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

    .page a:hover,
    .page a.active,
    .page span:hover,
    .page span.active {
        border: 1px solid #438bca;
    }

.page .disabled,
.page .hidden {
    display: none;
}

.page {
    margin: 40px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table .stt {
    text-align: center;
}

.cb {
    position: relative;
}

    .cb .lSSlideOuter {
        position: relative;
    }

    .cb .lSAction {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    .cb .lSSlideWrapper {
        position: unset;
    }

    .cb .lSAction > .lSPrev {
        left: 30%;
        position: absolute;
        bottom: -10px;
    }

    .cb i {
        font-size: 15px;
    }

    .cb .lSAction > a {
        width: unset;
        height: unset;
    }

    .cb .lSAction > .lSNext {
        right: 30%;
    }

.map {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

    .map iframe {
        width: 100%;
        height: 100%;
    }

/*header.fixed .menu img {display: none;}*/
header.fixed .menu img:nth-child(2) {
    display: block;
}

header .menu img:nth-child(2),
header.fixed .menu img:first-child {
    display: none;
}

header.fixed .menu {
    position: relative;
    /*padding-left: 50px;*/
}

/*header.fixed .menu::before {content: url('../img/ic-trangchu-hov.png');width: 22px;height: 17px;position: absolute;left:0;top:50%;transform: translateY(-50%);}*/
.list-tth.while {
    background: #fff;
    padding: 0px;
}

.news.news4 .list-tth.while .item h3:before {
    display: none;
}

.news.news4 .list-tth.while .item .img {
    display: block;
    position: relative;
}

    .news.news4 .list-tth.while .item .img::before {
        content: "\f04b";
        font-family: "FontAwesome";
        font-size: 25px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 2px solid #fff;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news.news4 .list-tth.while .item .img:hover::before {
        background: #cd201f;
        border: 2px solid #cd201f;
    }

.news.news4 .list-tth.while .item img {
    margin-bottom: 15px;
}

.news.news4 .list-tth.while .item h3 {
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-top: 7px;
}

.news.news4 .list-tth.while h3 {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news.news4 .list-tth.while > h3:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.list-tth.while iframe {
    width: 100%;
    height: 200px;
}

.dtht-ct .gallery img {
    width: 100%;
}

.dtht-ct .lSPager img {
    width: 100%;
    height: 90px !important;
    object-fit: cover;
}

.share.clearboth {
    margin-top: 20px;
}

.slide3.service .item {
    border: 1px solid #e8e8e8;
}

.hic-home {
    margin-top: 20px;
}

.list-tth-home {
    padding: 10px 15px 15px 15px;
}

.popup-schedule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #0000008a;
    display: none;
}

    .popup-schedule ::-webkit-scrollbar {
        width: 3px;
    }

    .popup-schedule .wrapper {
        width: 554px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(to top, #d99f4a 0%, #ffffff 75%, #ffffff 100%);
        padding: 20px 25px;
        /* overflow-y: auto; */
        max-width: calc(100% - 20px);
        overflow-y: auto;
        max-height: 90vh;
    }

.head-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .head-popup > a > img {
        width: 100px;
    }

    .head-popup .desc p {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        font-style: italic;
        margin: 0;
        line-height: 24px;
    }

    .head-popup .desc {
        position: relative;
        display: none;
    }

        .head-popup .desc:before {
            content: "";
            width: 54px;
            height: 70px;
            background: url(../img/ic-phone-2.png) no-repeat;
            position: absolute;
            top: 3px;
            left: -63px;
        }

        .head-popup .desc a {
            font-size: 16px;
            display: block;
        }

            .head-popup .desc a.phone-popup {
                color: #e31d1d;
                text-transform: uppercase;
                font-weight: 900;
                font-size: 32px;
                font-style: italic;
                text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
                line-height: 32px;
            }

                .head-popup .desc a.phone-popup img {
                    max-width: 100%;
                }

.head-body span {
    display: block;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-schedule .from-group input,
.form-schedule select {
    width: 100%;
    height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    padding: 0 10px;
    color: #333333;
    appearance: initial;
    background: #ffffff;
}

.form-schedule input.error {
    border: 1px solid #e31d1d !important;
}

.form-schedule input[type="number"]::-webkit-inner-spin-button,
.form-schedule input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-schedule select {
    background-image: url(../img/ic-down.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.form-schedule input::placeholder,
.form-schedule textarea::placeholder {
    color: #333;
}

.form-schedule textarea {
    padding: 12px;
    width: 100%;
    height: 120px;
    border: 1px solid #d3d3d3;
}

.form-schedule .form-group {
    margin-bottom: 12px;
}

    .form-schedule .form-group > label {
        margin-right: 15px;
        font-size: 15px;
    }

        .form-schedule .form-group > label input {
            margin-right: 5px;
        }

    .form-schedule .form-group:nth-child(2),
    .form-schedule .form-group:nth-child(3) {
        width: calc(50% - 5px);
        float: left;
        margin-right: 5px;
    }

    .form-schedule .form-group:nth-child(3) {
        margin-left: 5px;
        margin-right: 0;
    }

.form-schedule button {
    width: 100%;
    background: #b77009;
    color: #ffffff;
    border: initial;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.popup-schedule .close {
    position: absolute;
    top: 10%;
    right: 30%;
    opacity: 1;
    cursor: pointer;
}

.grid-contact {
    overflow: hidden;
    margin-bottom: 50px;
}

    .grid-contact .img {
        width: calc(200% / 3);
        float: left;
    }

        .grid-contact .img img {
            width: 100%;
        }

    .grid-contact .desc {
        width: calc(100% / 3);
        float: left;
        padding-left: 40px;
    }

        .grid-contact .desc .logo-ct {
            width: 150px;
            margin: 0 0 20px;
        }

        .grid-contact .desc h3 {
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

#Advisor .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.alrt-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 9999999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 20px 30px 30px;
    border-radius: 5px;
    width: 490px;
    max-width: calc(100% - 30px);
}

.bg-alrt {
    background: #00000082;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.alrt-popup > p {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color);
    margin-bottom: 30px;
    position: relative;
}

    .alrt-popup > p:before {
        content: "";
        width: 50px;
        height: 2px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        background: #b77009;
    }

.alrt-popup .desc p {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}

.alrt-popup > a {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

a.close-alrt-popup {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #3ba85a;
    border-radius: 25px;
    position: absolute;
    top: -12px;
    right: -12px;
}

.l-a {
    justify-content: initial;
    overflow-x: auto;
    padding-bottom: 10px;
    overflow-y: hidden;
}

    .l-a a {
        white-space: nowrap;
    }

    .l-a::-webkit-scrollbar {
        height: 6px;
    }

    .l-a::-webkit-scrollbar-thumb {
        background-color: #ddd;
    }

.content.ttuc a {
    color: #f29409;
}

.popup-schedule .close {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.des-ttuc {
    color: #3c3c3c;
    font-weight: 600;
}

.ns5-ct .des-ttuc {
    font-weight: 400;
}

.des-ttuc * {
    font-size: 16px !important;
    line-height: 23px;
}

.fb_iframe_widget iframe ._li._li._li > div,
.fb_iframe_widget iframe {
    width: 100% !important;
    height: 100% !important;
}

p.text-fix.text-2 {
    -webkit-line-clamp: 5;
}

.user-account {
    padding: 0 15px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    gap: 10px;
    position: relative;
}

    .user-account ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 0 10px -5px rgba(0, 0, 0);
        padding: 0;
        margin: 0;
        min-width: 200px;
        border-radius: 4px;
        z-index: 11;
        display: none;
    }

    .user-account:hover ul {
        display: block;
    }

    .user-account ul li {
        list-style: none;
    }

        .user-account ul li a {
            padding: 10px 10px;
            display: block;
        }

.account-wrapper {
    padding: 40px 0;
    display: flex;
}

.account-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .account-login .input a {
        color: #1d67ab;
        font-size: 14px;
    }

    .account-login .signin-model > p {
        margin-top: 15px;
    }
        .account-login .signin-model > p span {
            color: #1d67b2;
        }

        .signin-model .logo {
            text-align: center;
            margin-bottom: 15px;
        }

.signin-model .input {
    position: relative;
    width: 300px;
    margin-bottom: 15px;
}

.signin-model input {
    height: 35px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 15px;
}

.signin-model button {
    border-radius: 4px;
    background: #b77009;
    color: #ffffff;
    border: initial;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
}

.infor-system {
    padding-left: 30px;
    border-left: 1px solid #e8e8e8;
}

    .infor-system a.logo::before {
        display: none;
    }

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

    .validation-summary-errors ul li {
        color: red;
        padding: 5px 0;
    }

.flex-account {
    display: flex;
    gap: 20px;
}

    .flex-account .left-side {
        width: calc(100% - 270px);
    }

    .flex-account .right-side {
        width: 250px;
    }

    .flex-account .left-side h1 {
        font-family: utm-bold;
        text-align: left;
        font-size: 21.99px;
        text-transform: uppercase;
        display: block;
        line-height: 1.4;
        margin-top: 5px;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
    }

.table-account tr th {
    text-align: left;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px dotted #e8e8e8;
}

    .table-account tr th label span {
        color: red;
    }

.table-account tr td {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px dotted #e8e8e8;
}

    .table-account tr td input {
        height: 35px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding: 0 10px;
        font-size: 14px;
        min-width: 250px;
    }

    .table-account tr td button {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background: var(--main-color);
        color: #fff;
        gap: 10px;
        border: none;
        padding: 0 20px;
    }

        .table-account tr td button svg {
            fill: #fff;
        }

.flex-account .right-side h2 {
    border-bottom: 2px solid #1d67ab;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 1;
    padding-top: 7px;
}

.flex-account .right-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .flex-account .right-side ul li {
    }

        .flex-account .right-side ul li a {
            padding: 10px 0 10px 15px;
            position: relative;
            font-size: 14px;
            display: block;
            border-bottom: 1px dotted #e8e8e8;
        }

            .flex-account .right-side ul li a svg {
                position: absolute;
                left: 0;
                top: 14px;
            }

        .flex-account .right-side ul li.active a {
            color: #1d67b2;
        }

            .flex-account .right-side ul li.active a svg {
                fill: #1d67b2;
            }

.grid-topic {
}

    .grid-topic th {
        font-size: 14px;
        background: #1d67ab;
        color: #fff;
        padding: 15px 10px;
    }

        .grid-topic th:nth-of-type(2) {
            text-align: left;
        }

        .grid-topic th:nth-of-type(3) {
            white-space: nowrap;
        }

        .grid-topic th:nth-of-type(4) {
        }

        .grid-topic th.text-center {
        }

    .grid-topic td {
        font-size: 14px;
        border: 1px solid #e8e8e8;
        padding: 7.5px 10px;
        line-height: 1.4;
    }

        .grid-topic td:nth-of-type(1) {
            text-align: center;
            font-size: 13px;
            vertical-align: top;
            padding-top: 10px;
        }

        .grid-topic td:nth-of-type(2) {
        }

        .grid-topic td span.block {
            display: block;
            padding: 2px 0 0 0;
        }

        .grid-topic td span.name {
            font-weight: 600;
            margin-bottom: 5px;
            display: block;
        }

        .grid-topic td span.block:first-child {
            padding-top: 0;
            padding-bottom: 7px;
        }

        .grid-topic td:nth-of-type(3) {
            white-space: nowrap;
        }

        .grid-topic td:nth-of-type(4) {
        }

        .grid-topic td.text-center {
            text-align: center;
        }

.available {
    display: inline-flex;
    min-width: 10px;
    align-items: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 400 !important;
    line-height: 11px !important;
    padding: 3px 6px !important;
    height: 18px !important;
    border-radius: 3px;
    background-color: #3ea662 !important;
    line-height: 1;
}

.ending {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 400 !important;
    line-height: 11px !important;
    padding: 3px 6px !important;
    height: 18px !important;
    border-radius: 3px;
    background-color: #333 !important;
}

.pending {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 400 !important;
    line-height: 11px !important;
    padding: 3px 6px !important;
    height: 18px !important;
    border-radius: 3px;
    background-color: #ec7c00 !important;
}

.detail-topic {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 400 !important;
    line-height: 11px !important;
    padding: 3px 6px !important;
    height: 18px !important;
    border-radius: 3px;
    background-color: #43b6d7 !important;
}

.filter-topic form {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

    .filter-topic form input,
    .filter-topic form select {
        height: 35px;
        border: 1px solid #e8e8e8;
        font-size: 13px;
        padding: 0 15px;
        border-radius: 3px;
    }

    .filter-topic form input {
        width: 350px;
    }

        .filter-topic form input::placeholder {
            color: #333;
        }

.filter-topic .btn {
    height: 35px;
    gap: 10px;
    font-size: 14px;
    background: #43b6d7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    border-radius: 3px;
}

    .filter-topic .btn:hover {
        background: rgb(67 182 215 / 50%);
    }

.add-topic {
    padding: 15px 30px;
    background: #f1f1f1;
}

    .add-topic h1 {
        color: #1d67b2;
        margin-bottom: 20px;
    }

    .add-topic .input {
        gap: 10px;
        flex-wrap: wrap;
        display: flex;
    }

    .add-topic .input-half {
        display: flex;
        gap: 10px;
        justify-content: start;
    }

    .add-topic .input select {
        height: 35px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding: 0 10px;
        font-size: 14px;
    }

    .add-topic .input input {
        height: 35px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding: 0 10px;
        font-size: 14px;
    }

    .add-topic .input input,
    .add-topic .input select {
        width: calc(100% - 150px);
    }

    .add-topic .input.input-flex-column input,
    .add-topic .input.input-flex-column select,
    .add-topic .input textarea {
        width: 100%;
    }

    .add-topic .input.input-flex-column label {
        width: 100%;
    }

    .add-topic .input textarea {
        border-radius: 5px;
        border: 1px solid #cccccc;
        padding: 0 15px;
        font-size: 14px;
        height: 150px;
        padding-top: 10px;
        resize: none;
    }

    .add-topic .input input:read-only {
        background: #f1f1f1;
        cursor: not-allowed;
    }

    .add-topic .input label {
        font-size: 15px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: start;
        width: 140px;
    }

    .add-topic .input .eq {
        display: block;
        width: calc(100% - 165px);
        margin-left: 150px;
        font-style: italic;
        font-size: 13px;
        color: #1d67b2;
        margin-bottom: 0;
    }

    .add-topic .input.input-flex-column .eq {
        width: 100%;
        margin-left: 0;
    }

.field-validation-error {
    color: red;
    display: block;
    width: calc(100% - 152px);
    margin-left: 152px;
    font-size: 14px;
}

    .field-validation-error.error-full {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

.add-topic .input.input-flex-column .field-validation-error {
    width: 100%;
    margin-left: 0;
}

.add-topic .input.input-file .field-validation-error {
    margin-bottom: 10px;
}

.add-topic .input label span {
    color: red;
    display: inline-block;
    padding-left: 5px;
}

.add-topic form {
    width: 100%;
}

.add-topic .input-half {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .add-topic .input-half .input {
        width: calc((100% - 10px) / 2);
    }

.input-group {
    display: flex;
    width: 100%;
}

.add-topic .input .input-group label {
    width: 158px;
}

.add-topic .input .input-group input {
    width: calc(100% - 140px);
}

.input-group .input-group-addon {
    width: 42px;
    cursor: pointer;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group.has-bg .input-group-addon {
    background: #1d67b2;
    border-radius: 0 5px 5px 0;
}

    .input-group.has-bg .input-group-addon svg {
        fill: #fff;
    }

.add-topic .btn-sr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: box-shadow 0.5s ease;
    height: 35px;
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
    border-radius: 4px;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 15px;
}

    .add-topic .btn-sr:hover {
        box-shadow: inset rgba(10, 31, 68, 0.2) 0px 6px 7px;
        background: rgb(22 129 135 / 80%);
    }

    .add-topic .btn-sr svg {
        fill: #fff;
    }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 14px !important;
        color: white;
        background-color: var(--main-color);
        cursor: pointer;
        justify-content: center !important;
        gap: 10px;
        border-radius: 4px;
        width: initial !important;
        padding: 0 15px;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: var(--hover-color);
        }

.btn-printf {
    margin-top: 15px;
    display: flex;
}

.btn-print {
    height: 35px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-print svg {
        fill: #fff;
    }

    .btn-print:hover {
        background: rgb(93 150 38 / 80%);
    }

.account-signup {
    width: 80%;
    padding: 15px 30px;
    background: #f1f1f1;
    border-radius: 5px;
    margin: auto;
}

    .account-signup h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
    }

    .account-signup form {
        width: 100%;
    }

    .account-signup .input-group {
        margin-bottom: 15px;
    }

        .account-signup .input-group > label:not(.error) {
            width: 180px;
            font-size: 14px;
            display: flex;
            padding-top: 9px;
        }

        .account-signup .input-group > label span {
            color: red;
            display: block;
            padding-left: 5px;
        }

        .account-signup .input-group > .input {
            width: calc(100% - 180px);
            margin-bottom: 0;
        }

            .account-signup .input-group > .input .field-validation-error {
                margin-left: 0;
                font-size: 13px;
                display: block;
                padding-top: 5px;
            }

        .account-signup .input-group .input input:read-only {
            background: #ebebeb;
            cursor: not-allowed;
        }

        .account-signup .input-group .input.input-checkbox {
            display: flex;
            gap: 15px;
        }

        .account-signup .input-group .input select {
            height: 35px;
            width: 100%;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            font-size: 14px;
            padding: 0 15px;
        }

    .account-signup .button {
        justify-content: center;
        display: flex;
        margin-top: 15px;
    }

.radiobox {
    position: relative;
    cursor: pointer;
}

    .radiobox span {
        position: relative;
        padding-left: 25px;
        font-size: 14px;
    }

        .radiobox span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -2px;
            bottom: 0;
            right: 0;
            width: 21px;
            height: 21px;
            border: 1px solid #ccc;
            background: #fff;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
            border-radius: 16px;
        }

    .radiobox [type="radio"]:checked ~ span:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 4px;
        line-height: 0.8;
        background: var(--main-color);
        transition: all 0.2s;
        width: 13px;
        height: 13px;
        border-radius: 16px;
    }

    .radiobox input {
        position: absolute;
        left: -9999px;
    }

.account-signup .input-group .half {
    display: flex;
    width: 50%;
}

    .account-signup .input-group .half > label:not(.error) {
        width: 180px;
        display: flex;
        font-size: 14px;
        padding-top: 8px;
    }

    .account-signup .input-group .half .input {
        width: calc(100% - 180px);
        margin-bottom: 0;
    }

        .account-signup .input-group .half .input .field-validation-error {
            margin-left: 0;
            width: 100%;
            display: block;
            padding-top: 5px;
        }

    .account-signup .input-group .half > label span {
        color: red;
        display: block;
        padding-left: 5px;
    }

    .account-signup .input-group .half:last-child > label {
        padding-left: 15px;
    }

.group-infor {
    border-top: 1px solid #e3e3e3;
    margin-top: 30px;
    position: relative;
}

    .group-infor h3 {
        position: absolute;
        left: 10px;
        top: -10px;
        background: #f1f1f1;
        padding: 0 10px;
    }

    .group-infor table {
        border-collapse: collapse;
        margin-top: 20px;
    }

        .group-infor table th {
            padding: 7.5px 10px;
            border: 1px solid #d5d5d5;
            background: #fff;
            font-size: 14px;
            text-align: left;
        }

            .group-infor table th:nth-of-type(1) {
                width: 100px;
            }

        .group-infor table td {
            padding: 7.5px 10px;
            border: 1px solid #d5d5d5;
            background: #fff;
            font-size: 14px;
            text-align: left;
        }

    .group-infor .add-more {
        display: flex;
        justify-content: start;
        margin-top: 15px;
    }

        .group-infor .add-more span {
            cursor: pointer;
            font-size: 14px;
            border-radius: 4px;
            background: #b77009;
            height: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            padding: 0 15px;
            gap: 10px;
        }

    .group-infor .field-validation-error {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

.form-addmore {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

    .form-addmore.active {
        opacity: 1;
        pointer-events: all;
    }

    .form-addmore:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
    }

    .form-addmore .wrapper {
        width: 500px;
        padding: 20px;
        border-radius: 5px;
        position: relative;
        z-index: 2;
        background: #fff;
    }

        .form-addmore .wrapper .close-more {
            position: absolute;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            top: -35px;
            right: -35px;
            background: var(--main-color);
            border-radius: 5px;
            cursor: pointer;
        }

            .form-addmore .wrapper .close-more svg {
                fill: #fff;
            }

        .form-addmore .wrapper .input-group {
            display: flex;
            margin-bottom: 15px;
        }

            .form-addmore .wrapper .input-group label {
                font-size: 14px;
                width: 160px;
                padding-top: 10px;
            }

                .form-addmore .wrapper .input-group label.error {
                    color: red;
                    width: 100%;
                    padding-top: 2px;
                    font-size: 13px;
                }

            .form-addmore .wrapper .input-group .input {
                width: calc(100% - 160px);
            }

                .form-addmore .wrapper .input-group .input input {
                    height: 35px;
                    width: 100%;
                    border: 1px solid #e8e8e8;
                    border-radius: 4px;
                    font-size: 14px;
                    padding: 0 15px;
                }

        .form-addmore .wrapper .button {
            padding-left: 160px;
        }

            .form-addmore .wrapper .button button {
                border-radius: 4px;
                background: #b77009;
                color: #ffffff;
                border: initial;
                height: 40px;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 14px;
                padding: 0 15px;
            }

.eg {
    font-size: 12px;
    color: var(--hover-color);
}

.btn-signin {
    padding: 0 15px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background: #458bca;
    color: #fff;
}

    .btn-signin svg {
        fill: #fff;
    }

.flex-account .left-side h3 {
    margin: 30px 0 15px 0;
    color: #1d67b2;
}

.flex-account .left-side .table-responsive {
}

    .flex-account .left-side .table-responsive table {
        border-collapse: collapse;
    }

        .flex-account .left-side .table-responsive table th {
            background: #1d67ab;
            color: #fff;
            text-align: left;
            padding: 7.5px 15px;
            font-size: 14px;
        }

        .flex-account .left-side .table-responsive table td {
            border: 1px solid #cdcdcd;
            padding: 7.5px 15px;
            text-align: left;
            font-size: 14px;
        }

.detail-content p {
    line-height: 1.5;
}
