@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.color-dark {
    color: #252525;
}

.color-red {
    color: #f62a2a;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 62.5%;
}

body {
    font-weight: 400;
    font-family: "Open Sans", serif;
    line-height: 1.42;
    color: #252525;
    font-size: 1.6rem;
    -webkit-font-smoothing: subpixel-antialiased;
}

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #001B8E;
}

p {
    margin-bottom: 0.75rem;
}

a:hover {
    color: #001B8E;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

button,
input,
select,
textarea {
    vertical-align: middle;
    outline: none;
    border: none;
}

    input[type="button"],
    button {
        cursor: pointer;
    }

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 375px) {
    .container {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .header .menu > ul > li > .nav-mobile {
        display: none !important;
    }
}

.h3 {
    font-size: 26pt;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 1.75rem;
    text-align: center;
    color: #001B8E;
    font-weight: 600;
}

    .h3::after {
        content: "";
        position: absolute;
        height: 3px;
        width: 60px;
        background-color: #fac719;
        bottom: 0;
        left: calc(50% - 30px);
        right: 50%;
    }

.h3__line {
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    color: #001B8E;
    width: 100%;
    font-weight: 500;
}

    .h3__line::before, .h3__line::after {
        content: "";
        position: absolute;
        height: 3px;
        bottom: 0;
    }

    .h3__line::before {
        left: 0;
        background-color: #fac719;
        width: 100px;
        z-index: 3;
    }

    .h3__line::after {
        right: 0;
        background: #efefef;
        width: 100%;
    }

.h3__line--none {
    color: #252525;
}

    .h3__line--none::after, .h3__line--none::before {
        display: none;
    }

.h3__title {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    padding: 0.75rem 0;
    color: #001B8E;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

    .h3__title::before {
        content: "";
        position: absolute;
        height: 15px;
        width: 5px;
        background-color: #fac719;
        bottom: 0;
        left: 0;
        top: 12px;
    }

.h3__title--blue {
    background-color: #001B8E;
    color: #fff;
}

.h3__title--yellow {
    background-color: #fac719;
    color: #000;
    border-bottom-right-radius: 60px;
    width: calc(100% - 40px);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
}

.page-category {
    background: #f5f5f5;
}

    .page-category .related-news {
        background: #fff;
    }

    .page-category .block-advertise {
        background: #fff;
    }

    .page-category .block-advertise--none {
        background: none;
    }

.page-services .block-list {
    background: #fff;
}

.page-services .block-service-slide {
    margin-bottom: 10rem;
}

.page-services .wrapp-quote {
    background: #fff;
}

    .page-services .wrapp-quote .quote__item {
        border: 1px solid #fac719;
    }

.page-services .block-intro-doc {
    margin-bottom: 0;
}

.page-services .wrapp-service {
    padding: 5rem 0 0rem 0;
    margin-bottom: 2.5rem;
}

.centered {
    text-align: center;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.list-table {
    margin-bottom: 5rem;
}

    .list-table .table {
        border-collapse: collapse;
        width: 100%;
    }

    .list-table td,
    .list-table list-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .list-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .list-table tr:hover {
        background-color: #ddd;
    }

    .list-table th {
        padding: 10px;
        text-align: left;
        background-color: #11bbc5;
        color: white;
    }

.btn {
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
}

.btn__red {
    background: #f62a2a;
    color: #fff;
}

.btn__yellow {
    background: #fac719;
    color: #252525;
}

.btn__yellow--call {
    position: relative;
}

    .btn__yellow--call::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 7px;
        width: 20px;
        height: 20px;
        background: url("/Content/img/icons/sprite.png") no-repeat -330px -95px;
    }

.btn__sky {
    background: #11bbc5;
    color: #fff !important;
}

.btn--icon-arrow-yellow {
    position: relative;
}

    .btn--icon-arrow-yellow::after {
        content: "";
        position: absolute;
        bottom: -5px;
        right: -40px;
        width: 29px;
        height: 29px;
        background: url("/Content/img/icons/sprite.png") no-repeat -381px -120px;
    }

.header {
    box-shadow: 0 5px 5px -5px #ccc;
    position: relative;
}

    .header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        transition: all .2s ease-in-out;
        box-shadow: 0 5px 5px -5px #ccc;
    }

        .header.fixed-header .header-top{
            display: none;
        }

        .header .btn {
            padding: 5px 30px;
        }

.header-top {
    background-color: #0079cc;
    text-align: center;
    transition: 1s all ease;
}

.header-top__title {
    color: #fff;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font: bold 1.4rem "Barlow", sans-serif;
}

@media (min-width: 375px) and (max-width: 1024) {
    .header-top__title {
        padding: 0;
    }
}

.header-top__title .color-dark {
    text-transform: uppercase;
}

.header-top__title .color-dark,
.header-top__title .color-light {
    display: block;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 375px) and (max-width: 1024px) {
    .wrapp-popup .popup {
        border-radius: unset !important;
    }
    .wrapp-popup {
        width: 80% !important;
    }
        .wrapp-popup .popup .column-layout__item--2 {
            width: 100% !important;
        }
        .wrapp-popup .popup .column-layout__item--2:first-child{
            display: none !important;
        }
        .block-service-slide .service-slide {
            bottom: 0 !important;
            margin-bottom: 4rem;
        }

    .page-services .block-service-slide {
        background: #001B8E !important;
        overflow: hidden;
        position: relative;
        margin-bottom: 5rem;
    }

    .block-list, .block-price {
        margin-bottom: 0 !important;
    }

    .page-services .block-service-slide .block-service-slide__title {
        color: #fff !important;
        margin-bottom: 4rem;
    }

    .news .news__content__item:first-child > a {
        display: block;
    }

    .news .news__content__item:first-child .view-more {
        display: none !important;
    }

    .news .news__content__item:first-child .news__content__item-thumbnail {
        width: 100%;
        margin-bottom: 10px;
    }

    .news .news__content__item:first-child .news__content__item-desc {
        width: 100%;
    }

    .wrapp-footer .list-info li, .wrapp-footer .time-info {
        font-size: 17px !important;
        padding-left: 0 !important;
    }

        .wrapp-footer .list-info li::before {
            background: none !important;
        }

    .wrapp-footer .list-info, .wrapp-footer .time-info {
        text-align: center !important;
    }

    .block-contact__list .block-contact__content p {
        font-size: 18px !important;
    }

    .block-contact__icon {
        max-width: 60px !important;
    }

    .header .menu > .menu-main {
        text-align: left !important;
    }

    .main-content__sidebar {
        margin-top: 45px;
    }

    .date, .block-list__news__item:nth-child(1) .view-more {
        display: none !important;
    }

    .main-content__content .block-list__news .block-list__news__item .block-list__content {
        position: relative;
        padding-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .block-list__news .view-more::after {
        content: none !important;
    }

    .block-list__news .view-more {
        position: relative;
        padding-left: 15px;
        color: #252525;
        font-size: 14px;
    }

    .main-content__content .block-list__news .block-list__news__item .block-list__content::after {
        content: "";
        position: absolute;
        background-color: #efefef;
        height: 0.5px;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .block-list__news .view-more::before {
        position: absolute;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #001B8E;
        border-right: 1px solid #001B8E;
        content: "";
        left: 0;
        top: 7px;
        border-color: #fac719;
        transform: rotate(45deg);
        bottom: 7px;
        right: 0;
    }

    .advertise.owl-carousel .owl-dots {
        display: block !important;
    }

    .hidden-mobile {
        display: none !important;
    }

    .header-top__title {
        padding: 8px 0;
    }

        .header-top__title .color-light {
            display: none;
        }

    .header-top__title {
        justify-content: center;
    }

    .header .menu > ul > li > a .icondown {
        display: none !important;
    }

    .header-top__title .color-dark {
        font-size: 12px;
    }

    .header-mid {
        padding: 5px 0;
    }

    .block-slide__title {
        padding: 0 !important;
    }

    h3 {
        font-size: 20pt !important;
        font-weight: 500;
    }

    .h3__title::before {
        top: calc(50% - 7px) !important;
    }

    .sidebar__slide .title-name {
        font-size: 1.6rem !important;
    }

    .sidebar__slide__item .quote {
        padding-bottom: 0 !important;
        font-size: 13px !important;
    }

    .block-slide__title p {
        font-size: 12pt !important;
        margin-bottom: 3rem !important;
        line-height: 22px !important;
    }

    .block-slide {
        margin-top: 3rem !important;
    }

    .block-intro-doc {
        background-color: #001B8E !important;
        margin-top: 2rem;
    }

    .doc-contact__item, .doc__item-content {
        color: #fff;
    }

    .doc__item-content__title {
        margin-bottom: 3rem !important;
        text-align: center;
        padding: 0 !important;
    }

        .doc__item-content__title::after {
            left: calc(50% - 15px) !important;
        }

    .doc__item-content__list {
        margin-bottom: 3rem !important;
    }

    .doc-contact__item h4 {
        font-size: 18px;
        text-align: center;
    }

    .doc-contact__item h3 {
        font-size: 3rem !important;
        text-align: center;
    }

    .hot-line {
        align-items: center;
        justify-content: center;
    }

    .doc-contact__item-content__title {
        font-size: 2.5rem;
    }

    .banner__desc h3 {
        padding: 15px !important;
        font-size: 1.3rem !important;
    }

        .banner__desc h3::after {
            content: none !important;
        }

    .history {
        padding-top: 4rem !important;
        margin-bottom: 30px !important;
    }

    .history__desc h4 {
        font-size: 14px !important;
        margin-bottom: 1rem !important;
        padding-top: 1.5rem;
    }

    .history__desc p, .history .view-more {
        font-size: 12px !important;
    }

    .history__desc {
        padding: 10px 15px 20px 15px !important;
    }

    .wrapp-service {
        padding: 40px 0 0 !important;
    }

    .services__title {
        margin-bottom: 20px !important;
    }

    .services {
        display: block !important;
        position: relative;
        overflow: hidden;
    }

    .services__item {
        flex: 0 50%;
        width: 50% !important;
        text-align: center;
        float: left;
        margin-top: 2rem;
    }

    .services__thumb {
        height: 150px !important;
        width: 150px !important;
    }

    .services__item--desc {
        padding: 1rem 2.25rem !important;
    }

        .services__item--desc p {
            display: none;
        }

    .wrapp-success .h3 {
        margin: 30px 0 25px !important;
    }

    .block-success .thumb, .block-success .desc {
        margin-bottom: 25px !important;
    }

    .wrapp-success .carouselThumbnailContainer .carouselTwo .item img {
        width: 50px !important;
        height: 50px !important;
    }

    .wrapp-success .carouselThumbnailContainer .carouselTwo {
        margin: 0 auto 30px !important;
        width: 100% !important;
    }

    .videos__title, .videos__desc > p {
        color: #fff !important;
    }

    .block-videos {
        background: #001B8E !important;
        overflow: hidden;
        padding-bottom: 4rem !important;
    }

    .videos__desc {
        padding-right: 0 !important;
    }

    .videos__title {
        margin-bottom: 2rem !important;
        margin-top: 4rem !important;
    }

    .videos__list li::marker {
        color: #fff;
    }

    .block-videos .btn {
        margin: 2rem 0 3rem 0;
    }

    .quote .h3 {
        text-align: center !important;
        font-size: 22pt !important;
        margin-bottom: 1rem !important;
    }

        .quote .h3::after {
            content: none !important;
        }

    .quote {
        padding-bottom: 7rem;
    }

        .quote .owl-carousel .owl-nav {
            left: 50% !important;
            bottom: -30px !important;
            top: auto !important;
        }

    .wrapp-breaking-news {
        margin-top: 35px !important;
    }

    .breaking-news__desc {
        padding: 20px 20px 10px 20px !important;
    }

        .breaking-news__desc h3 {
            font-size: 15px !important;
        }

    .news__item .h3 {
        text-align: center !important;
    }

    .h3::after {
        left: calc(50% - 30px) !important;
    }

    .related-news .h3::after {
        left: 0 !important;
    }

    .news__item {
        padding-right: 0 !important;
    }

    .block-q-a {
        min-height: 425px !important;
        max-height: 425px !important;
        margin-bottom: 3rem;
    }

    .block-advertise {
        padding: 15px 0 !important;
    }

    .advertise {
        flex-direction: unset !important;
    }

    .news-letter__title {
        text-align: center;
    }

    .news-letter__item {
        width: 100%;
    }

    .news-letter__item-form {
        flex-direction: column;
    }

    .news-letter__item-form--mail {
        border-radius: 10px !important;
        padding: 10px;
        width: 100% !important;
        height: 60px;
        font-size: 18px;
        margin-top: 2rem;
    }

    .news-letter__item-form--submit {
        border-radius: 10px !important;
        margin-top: 2rem;
        width: 100% !important;
    }

    .wrapp-footer .lgo-footer {
        margin-left: 0 !important;
    }


    .wrapp-footer .h3 {
        font-size: 24px !important;
        text-align: center !important;
    }

    .wrapp-footer .info {
        display: none !important;
    }

    .wrapp-footer .info-mobile {
        display: block !important;
    }

    .doc-contact__item.hidden-desktop {
        display: block !important;
        margin-top: 5rem;
    }

        .doc-contact__item.hidden-desktop div.doc__item-content__title::after {
            content: none !important;
        }

        .doc-contact__item.hidden-desktop h3.doc__item-content__title {
            text-align: center !important;
        }

    .hidden-desktop {
        display: block !important;
    }

    .doc__item-content__title img {
        width: 170px;
        border-radius: 50%;
    }

    .doc__item-content__title.hidden-desktop::after {
        content: none;
    }

    .banner.owl-carousel .owl-dots, .history__slide.owl-carousel .owl-dots,
    .breaking-news.owl-carousel .owl-dots {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-2 .list-item:last-child {
        display: none !important;
    }

    .header .menu > ul > li .sub-menu.mega-menu, .header .menu > ul > li .sub-menu {
        padding: 0 !important;
    }

    .wrapp-breaking-news .news__item-article__desc {
        flex-basis: 60% !important;
    }

    .news__item-article__desc h4 {
        font-size: 16px !important;
    }

    .news .news__content .news__content__item-thumbnail {
        flex: 45% !important;
    }

    .news .news__content .news__content__item-desc {
        flex: 55% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news__content .view-more {
        border: none !important;
    }

        .news__content .view-more::before {
            top: 12px !important;
        }

    .news .news__content p {
        display: none !important;
    }

    .block-list__news__item {
    }
}

.header-top .color-light {
    font-weight: normal;
}

.header-mid {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    gap: 5px;
}

.header-mid__register {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4.5rem;
    text-transform: uppercase;
}

    .nav-bar .nav-list {
        display: flex;
        font: bold 1.2rem "Barlow", sans-serif;
    }

    .nav-bar .nav-list__item {
        padding: 0 10px 0 0;
        position: relative;
    }

        .nav-bar .nav-list__item > a {
            position: relative;
            padding-right: 15px;
            display: block;
        }

            .nav-bar .nav-list__item > a::after {
                content: "";
                width: 15px;
                height: 15px;
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
                background: url("/Content/img/icons/sprite.png") no-repeat -332px -72px;
            }

        .nav-bar .nav-list__item:hover .wrapp-mega {
            visibility: visible;
            opacity: 1;
        }

.wrapp-mega {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    z-index: 9999;
    opacity: 0;
}

.mega-menu {
    background: #fff;
    margin-top: 52px;
    transition: all 0.1s ease;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #fbe59f;
    align-items: stretch;
}

.mega-menu--item-01 {
    min-width: 300px;
}

.mega-menu--item-02 {
    min-width: 600px;
}

.mega-menu .item-menu {
    width: 40%;
    flex-grow: 1;
    border-right: solid #fbe59f 1px;
    height: 100%;
}

    .mega-menu .item-menu h3 {
        padding: 20px;
        background: #f4f4f4;
        font-size: 16px;
    }

    .mega-menu .item-menu:last-child {
        border: none;
    }

    .mega-menu .item-menu img {
        width: 100%;
    }

    .mega-menu .item-menu a {
        border-bottom: 1px solid #ddd;
        color: #4ea3d8;
        display: block;
        padding: 10px 0;
    }

        .mega-menu .item-menu a:hover {
            color: #2d6a91;
            display: block;
        }

.mega-menu .item-img {
    width: 60%;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

    .mega-menu .item-img .img {
        position: absolute;
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px;
        object-fit: cover;
        display: block;
    }

.mega-menu .tabs-panel {
    display: none;
}

    .mega-menu .tabs-panel.active {
        display: block;
    }

.mega-menu .list-mega {
    margin: 0 0 0 40px;
}

    .mega-menu .list-mega li {
        list-style: disc;
        font-size: 18px;
    }

        .mega-menu .list-mega li a {
            color: #252525;
            font-weight: normal;
            text-transform: none;
            flex: 1;
        }

            .mega-menu .list-mega li a:hover {
                font-weight: 600;
                color: #252525;
                display: block;
            }

.breadcrumb__item::after, .block-list__news .view-more::after, .b-videos__list .view-more::after, .load .load-more::after, .sidebar__list > li::before, .sidebar__list--accordion > .page-nav h4::before, .history .view-more::before, .wrapp-success .carouselThumbnailContainer .carouselOne .owl-prev span, .wrapp-success .carouselThumbnailContainer .carouselOne .owl-next span, .news .view-more::before, .box-more .view-more::before {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #001B8E;
    border-right: 1px solid #001B8E;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 7px;
    right: 0;
}

.breadcrumb {
    display: block;
    margin: 0.5rem 0;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.breadcrumb__list {
    margin: 10px 0;
    display: block;
    width: 100%;
}

.breadcrumb__item {
    padding: 0 10px 0 0;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}

    .breadcrumb__item::after {
        content: "";
    }

.breadcrumb__item--active {
    font-weight: 600;
    display: inline-block;
}

.block-list {
    display: block;
    flex-direction: column;
    margin-bottom: 2rem;
    overflow: hidden;
    background: #f5f5f5;
}

    .block-list .sub-title {
        margin-bottom: 1.5rem;
    }

.block-list__banner {
    margin-bottom: 2rem;
}

@media(min-width: 1200px) {
    .block-list__banner {
        margin-bottom: 5rem;
    }
}

.block-list__title {
    font-size: 22px;
    color: #001B8E;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.block-list__desc {
    padding: 2rem;
    background: #edfbff;
    border: 1px dashed #35afe4;
    border-radius: 10px;
    margin-bottom: 5rem;
    text-align: justify;
}

.block-list__news {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    border-bottom: 1px solid #efefef;
    flex-direction: column;
}

.block-list__news__item {
    width: 100%;
    border: none;
    padding: 15px 0px;
}

    .block-list__news__item:nth-child(1), .block-list__news__item:nth-child(4) {
        /* padding-left: 0; */
        margin-left: 0;
        border-left: none;
    }

.block-list__news__thumb {
    overflow: hidden;
    margin-bottom: 1rem;
}

.block-list__news__desc {
    font-weight: 600;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    max-height: 45px;
    min-height: 45px;
    font-size: 16px;
}

.block-list__news .view-more {
    position: relative;
    padding-right: 20px;
}

    .block-list__news .view-more::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 10px;
        width: 3px;
        height: 3px;
    }

.block-list__news .sub-title {
    margin-bottom: 1.5rem;
}

.block-list__news .news__item-article {
    margin-bottom: 2.5rem;
}

.block-list__news .news__item-article__thumbnail {
    border-radius: 0;
}

.block-list__news .news__item-article p {
    margin-bottom: 1rem;
}

.block-list__news img {
    object-fit: cover;
    object-position: 100% 0;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .block-list__news {
        flex-direction: row;
    }

    .block-list__news__item {
        width: 33.33333%;
        padding: 15px;
        border-left: 1px solid #efefef;
        border-top: 1px solid #efefef;
        border-bottom: 1px #efefef;
    }
}

.block-list__news__item:nth-child(1), .block-list__news__item:nth-child(4) {
    margin: 0;
}

@media(min-width:768px) {
    .block-list__news__item:nth-child(1), .block-list__news__item:nth-child(4) {
        margin: 0;
    }
}

@media(min-width:1200px) {
    .block-list__news__item:nth-child(1), .block-list__news__item:nth-child(4) {
        margin-left: -15px;
    }
}

.block-list .column-layout__item-main {
    background: #fff;
    padding: 1.5rem;
}

.block-list img {
    object-fit: cover;
    object-position: 100% 0;
    max-width: 100%;
}

.block-list .h3__line {
    margin-bottom: 3rem;
}

.b-videos {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    overflow: hidden;
}

.b-videos__center {
    background: #f5f5f5;
    margin-bottom: 2rem;
}

    .b-videos__center video {
        margin-bottom: 20px;
    }

.b-videos .sum-video {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .b-videos .sum-video {
        flex-direction: row;
    }
}

.b-videos .sub-title {
    margin-bottom: 1.5rem;
    width: 100%;
}

.b-videos__banner {
    margin-bottom: 2rem;
}

.b-videos__title {
    font-size: 22px;
    color: #001B8E;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.b-videos__desc {
    padding: 2rem;
    background: #edfbff;
    border: 1px dashed #35afe4;
}

.b-videos__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    border-top: 1px solid #efefef;
    flex-direction: column;
}

.b-videos__list__item {
    width: 100%;
    border: none;
    padding: 15px 0;
}

/* .b-videos__list__item:nth-child(1), .b-videos__list__item:nth-child(4) {
        padding-left: 0;
        border-left: none;
    } */

.b-videos__list__thumb {
    overflow: hidden;
    margin-bottom: 1rem;
    transition: all 0.5s ease;
    position: relative;
}

    .b-videos__list__thumb a {
        display: block;
        position: relative;
    }

    .b-videos__list__thumb::before {
        content: "";
        width: 64px;
        height: 64px;
        background: url("/content/img/icons/play.png") no-repeat;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        cursor: pointer;
    }

    .b-videos__list__thumb:hover::before {
        opacity: 0.5;
    }

.b-videos__list .views {
    color: #001B8E;
}

.b-videos__list__desc {
    font-weight: 600;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b-videos__list .view-more {
    position: relative;
    padding-right: 20px;
}

    .b-videos__list .view-more::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 10px;
        width: 3px;
        height: 3px;
    }

.b-videos__list .sub-title {
    margin-bottom: 1.5rem;
}

.b-videos__list .news__item-article {
    margin-bottom: 2.5rem;
}

.b-videos__list .news__item-article__thumbnail {
    border-radius: 0;
}

.b-videos__list .news__item-article p {
    margin-bottom: 1rem;
}

.b-videos__list img {
    object-fit: cover;
    object-position: 100% 0;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .b-videos__list {
        flex-direction: row;
    }

    .b-videos__list__item {
        width: 33.33333%;
        border-left: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 15px;
    }

    .wrapp-footer .social {
        margin-bottom: 8rem !important;
    }
}

@media (min-width: 768px) {
    .b-videos__list {
        flex-direction: row;
    }

    .b-videos__list__item {
        width: 50%;
        border-left: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 15px;
    }
}

.b-videos .column-layout__item-main {
    background: #fff;
    padding: 1.5rem;
}

.b-videos img {
    object-fit: cover;
    object-position: 100% 0;
    max-width: 100%;
}

.load {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .load .load-more {
        padding: 5px 30px;
        border: 1px solid #001B8E;
        border-radius: 10px;
        position: relative;
    }

        .load .load-more::after {
            content: "";
            position: absolute;
            right: 15px;
            top: 13px;
            transform: rotate(135deg);
        }

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.pagination__item {
    margin-right: 10px;
}

    .pagination__item a {
        display: block;
        padding: 6px 13px;
        text-align: center;
        border: 1px solid #edfbff;
        color: #252525;
        cursor: pointer;
    }

        .pagination__item a:hover {
            background: #fac719;
            color: #fff;
        }

        .pagination__item a.active {
            background: #fac719;
            color: #fff;
        }


.page-services .column-layout .column-layout__item--2.text {
    order: 1;
}

.page-services .column-layout .column-layout__item--2.image {
    order: 3;
}

@media (min-width: 1200px) {
    .page-services .column-layout .column-layout__item--2.text {
        order: 0
    }

    .page-services .column-layout .column-layout__item--2.image {
        order: 0;
    }
}

.column-layout {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    overflow: hidden;
    align-items: stretch;
    flex-direction: column;
}

.column-layout__item-main {
    flex: 2;
    width: 60%;
}

.column-layout__item-sidebar {
    flex: 1;
    width: 100%;
    margin-right: 20px;
    overflow: hidden;
}

.column-layout__item--2 {
    width: 100%;
    margin-bottom: 5rem;
}

    .column-layout__item--2:nth-child(2n) {
        padding-left: 0;
    }

.column-layout__item--3 {
    width: 100%;
    margin-bottom: 2rem;
}

.column-layout__item--full {
    width: 100%;
    margin-bottom: 2rem;
}

.column-layout__content p {
    margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
    .column-layout {
        flex-direction: row;
    }

    .column-layout__item--2 {
        width: 50%;
        margin-bottom: 2rem;
    }

        .column-layout__item--2:nth-child(2n) {
            padding-left: 50px;
        }

    .column-layout__item--3 {
        width: 33.33333%;
        margin-bottom: 2rem;
    }

    .column-layout__item--full {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.sidebar__.social {
    padding-left: 20px;
}

.sidebar__list > li {
    margin-bottom: 5px;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

    .sidebar__list > li::before {
        content: "";
        border-color: #252525;
        left: 15px;
        top: 19px;
        right: inherit;
    }

    .sidebar__list > li a {
        color: #252525;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

        .sidebar__list > li a:hover {
            color: #001B8E;
        }

        .sidebar__list > li a.active {
            color: #001B8E;
        }

.sidebar__list--uppercase {
    text-transform: uppercase;
}

.sidebar__list--accordion > .page-nav {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    transition: all 0.5s;
}

    .sidebar__list--accordion > .page-nav a {
        color: #252525;
        font-size: 1.6rem;
        font-weight: 600;
    }

        .sidebar__list--accordion > .page-nav a:hover {
            color: #001B8E;
        }

    .sidebar__list--accordion > .page-nav.open a {
        color: #001B8E;
    }

    .sidebar__list--accordion > .page-nav.open h4 {
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

        .sidebar__list--accordion > .page-nav.open h4::before {
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sidebar__list--accordion > .page-nav.open h4::after {
            background: #fac719;
        }

    .sidebar__list--accordion > .page-nav:last-child {
        border: none;
    }

    .sidebar__list--accordion > .page-nav > .inner li {
        text-transform: none;
        border-bottom: 1px solid #efefef;
        padding: 10px 0;
    }

        .sidebar__list--accordion > .page-nav > .inner li a {
            color: #252525;
        }

            .sidebar__list--accordion > .page-nav > .inner li a:hover {
                color: #001B8E;
            }

        .sidebar__list--accordion > .page-nav > .inner li:last-child {
            border: none;
        }

    .sidebar__list--accordion > .page-nav h4 {
        position: relative;
    }

        .sidebar__list--accordion > .page-nav h4::before {
            content: "";
            right: 7px;
            top: 9px;
            z-index: 9;
            transition: all 0.5s;
        }

        .sidebar__list--accordion > .page-nav h4::after {
            content: "";
            right: 0;
            top: 2px;
            background: #efefef;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            position: absolute;
            z-index: 8;
            transition: all 0.5s;
        }

.sidebar__slide {
    padding: 3rem;
}

.sidebar__slide__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .sidebar__slide__item a {
        color: #fff;
    }

    .sidebar__slide__item .quote {
        margin-top: 10px;
        text-align: justify;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

.sidebar__slide__item-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .sidebar__slide__item-thumb a {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
    }

.sidebar__slide__item-desc {
    padding-bottom: 50px;
    position: relative;
}

    .sidebar__slide__item-desc::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        width: 52px;
        height: 52px;
        background: url("/Content/img/icons/sprite.png") no-repeat -443px -239px;
    }

.sidebar__slide .title-name {
    font-size: 16px;
    margin-bottom: 0.5rem;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.sidebar__slide .sub-title {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}

    .sidebar__slide .sub-title::after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -30px;
        bottom: -15px;
        width: 50px;
        height: 2px;
        background-color: #fac719;
    }

.sidebar__thumb {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.sidebar__desc {
    text-align: center;
    background-color: #001B8E;
    color: #fff;
    padding: 10px 0;
}

.block-adv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.block-adv__title {
    font-size: 22px;
    color: #001B8E;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
}

.block-adv img {
    object-fit: cover;
    object-position: 100% 0;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .block-adv__title {
        margin-bottom: 35px;
    }
}

.block-suggest {
    padding: 0;
    background: #edfbff;
    border: 1px dashed #35afe4;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}

.block-suggest__title {
    font-size: 22px;
    color: #001B8E;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.block-suggest .form-button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .block-suggest .form-button .btn {
        margin: 10px 5px;
        width: inherit;
        padding: 20px 50px;
        border-radius: 5px;
    }

@media (min-width: 1200px) {
    .block-suggest__title {
        padding-top: 2rem;
    }

    .block-suggest .form-button {
        flex-direction: row;
        padding-bottom: 2rem;
    }
}

.block-executed {
    margin-bottom: 2.5rem;
}

    .block-executed .h3__line {
        margin-bottom: 3rem;
    }

.executed-step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.executed-step__subtitle {
    padding-bottom: 1.5rem;
}

.executed-step__item {
    width: 100%;
    margin-bottom: 1.5rem;
}

.executed-step__item--blue {
    background: #001B8E;
    color: #fff;
}

.executed-step__item--yellow {
    background: #fac719;
    color: #252525;
}

.executed-step__item--skyblue {
    background: #11bbc5;
    color: #fff;
}

.executed-step__desc {
    padding: 10px 20px;
}

    .executed-step__desc h4 {
        padding-bottom: 1rem;
    }

.executed-step img {
    object-fit: cover;
    object-position: 100% 0;
    display: block;
    max-width: 100%;
}

@media (min-width: 768px) {
    .executed-step {
        flex-direction: row;
    }

    .executed-step__item {
        width: 48%;
    }
}

@media (min-width: 1200px) {
    .executed-step {
        flex-direction: row;
    }

    .executed-step__item {
        width: 32%;
    }
}

.block-price {
    margin-bottom: 3rem;
}

    .block-price .h3__line {
        margin-bottom: 3rem;
    }

    .block-price .sub-title {
        margin-bottom: 3rem;
        font-weight: 600;
    }

    .block-price img {
        object-fit: cover;
        object-position: 100% 0;
        max-width: 100%;
        border-radius: 10px;
    }

.related-news {
    padding: 2rem 0;
}

    .related-news .h3 {
        text-align: left;
        margin-bottom: 3rem;
        margin-top: 2rem;
    }

        .related-news .h3::after {
            left: 0;
        }

    .related-news .news__item + .news__item {
        padding: 0;
    }

    .related-news .news__item-article {
        padding-right: 2rem;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.wrapp-popup {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

    .wrapp-popup .popup {
        margin: 70px auto;
        background: #fff;
        position: relative;
        transition: all 1s ease-in-out;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-top-right: 5;
        -moz-border-radius-bottom-left: 30px;
        overflow: hidden;
        top: 10%;
    }

        .wrapp-popup .popup .form input,
        .wrapp-popup .popup .form textarea {
            background: #f4f4f4;
        }

        .wrapp-popup .popup .form__title {
            width: 100%;
            text-align: center;
        }

        .wrapp-popup .popup .column-layout__item--2 {
            margin: 0;
            width: 50%;
        }

            .wrapp-popup .popup .column-layout__item--2:nth-child(2) {
                padding: 0;
            }

    .wrapp-popup .close {
        position: absolute;
        top: 0;
        right: -48px;
        transition: all 200ms;
        background: url("/Content/img/icons/sprite.png") no-repeat;
        background-position: -760px -250px;
        width: 50px;
        height: 50px;
    }

        .wrapp-popup .close:hover {
            opacity: 0.5;
        }

#register-time .wrapp-popup {
    width: 25%;
}

    #register-time .wrapp-popup .popup {
        border-radius: 0;
    }

.block-advertise {
    padding: 50px 0;
    display: none;
}

@media (min-width: 375px) {
    .block-advertise {
        display: block;
    }
}

.advertise {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.advertise__item {
    margin-right: 0;
    margin-bottom: 10px;
    background: #fff;
}

    .advertise__item:last-child {
        margin-right: 0;
    }

@media (min-width: 768px) {
    .advertise {
        flex-direction: row;
        margin-right: 10px;
    }
}

.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #001B8E;
    padding: 25px 10px 15px;
}

.form__content {
    padding: 1rem 1.25rem;
    text-align: center;
}

.form input,
.form textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
    width: 100%;
    margin-bottom: 1rem;
}

.form .btn {
    border-radius: 6px;
    margin-bottom: 1rem;
}

.block-contact {
    background: #f5f5f5;
    margin-bottom: 75px;
}

    .block-contact .column-layout__item--3 {
        display: flex;
        width: 100%;
    }

    .block-contact .h3 {
        margin-bottom: 45px;
    }

.block-contact__bg {
    background-size: 100%;
    background: none;
}

@media (min-width: 768px) {
    .block-contact__bg {
        background: none;
    }
}

@media (min-width: 1200px) {
    .block-contact__bg {
        background: url("/Content/img/bg-contact.png") no-repeat;
        background-size: cover;
        background-position: 100%;
        margin: 100px 0 65px;
    }

        .block-contact__bg .container {
            background-image: linear-gradient(to bottom right, rgb(0 45 167), rgb(11 92 224 / 30%));
            position: relative;
        }
}

.block-contact__title {
    padding: 10px;
}

.block-contact__list {
    background: #fff;
    border-radius: 10px;
    margin: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.block-contact__icon {
    max-width: 100px;
    max-height: 120px;
    margin: 0 auto 1rem auto;
}

    .block-contact__icon img{
        height: 100px;
    }

    .block-contact .form {
        background: transparent;
        color: #252525;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
    }

.block-contact .form__title {
    background: none;
    color: #252525;
}

.block-contact .item-dr {
    display: none;
}

.block-contact .column-layout {
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .block-contact .column-layout__item--3 {
        display: flex;
        width: 33.33333%;
        flex-direction: row;
    }

    .block-contact .form {
        width: 100%;
        color: #252525;
    }

    .block-contact .form__title {
        color: #252525;
    }
}

@media (min-width: 1200px) {
    .block-contact .column-layout__item--3 {
        display: flex;
        width: 33.33333%;
    }

    .block-contact .form {
        color: #fff;
        display: flex;
        flex-direction: row;
    }

    .block-contact .form__title {
        color: #fff;
    }

    .block-contact .form__item {
        width: 50%;
    }

    .block-contact .item-dr {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40%;
    }
}

.block-service-slide .service-slide.owl-carousel .owl-nav .owl-prev, .block-service-slide .service-slide.owl-carousel .owl-nav .owl-next, .banner.owl-carousel .owl-nav .owl-prev, .banner.owl-carousel .owl-nav .owl-next, .breaking-news.owl-carousel .owl-nav .owl-prev, .breaking-news.owl-carousel .owl-nav .owl-next {
    background-color: #f4f4f4;
    text-align: center;
    top: 0;
    width: 48px;
    height: 48px;
    position: absolute;
}

    .block-service-slide .service-slide.owl-carousel .owl-nav .owl-prev:after, .block-service-slide .service-slide.owl-carousel .owl-nav .owl-next:after, .banner.owl-carousel .owl-nav .owl-prev:after, .banner.owl-carousel .owl-nav .owl-next:after, .breaking-news.owl-carousel .owl-nav .owl-prev:after, .breaking-news.owl-carousel .owl-nav .owl-next:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.block-slide {
    margin-top: 5rem;
}

    .block-slide .container {
        max-width: 1100px;
        padding: 0 20px;
    }

@media (min-width: 375px) {
    .block-slide .container {
        padding: 0 auto;
    }
}

.block-slide__title {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 5rem;
}

    .block-slide__title p {
        font-size: 14pt;
        margin-bottom: 50px;
        line-height: 26px;
    }

    .block-slide__title .banner__title {
        margin-bottom: 20px;
    }

@media (min-width: 1200px) {
    .block-slide .banner__title {
        margin-bottom: 25px;
    }
}

.block-slide-home {
    margin-bottom: 30px;
}

.slide-home {
    position: relative;
}

.slide-home__img {
    overflow: hidden;
}

.slide-home.owl-carousel .owl-stage {
    display: flex;
}

.slide-home.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.slide-home.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: none;
}

    .slide-home.owl-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 80px;
        position: absolute;
        left: 0;
        top: 35%;
        background: url(/Content/img/icons/sprite.png) no-repeat -630px -199px;
    }

    .slide-home.owl-carousel .owl-nav .owl-next {
        right: 0;
        top: 35%;
        width: 40px;
        height: 80px;
        position: absolute;
        background: url(/Content/img/icons/sprite.png) no-repeat -700px -200px;
    }

.slide-home.owl-carousel .owl-dots {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 20px;
    min-width: 150px;
    text-align: center;
    display: none;
    transform: translate(-50%, -50%);
}

    .slide-home.owl-carousel .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: transparent;
        margin: 0 5px;
        border: 1px solid #fff;
    }

        .slide-home.owl-carousel .owl-dots .owl-dot.active {
            background: #fac719;
        }

.slide-home__item {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 768px) {
    .slide-home.owl-carousel .owl-nav,
    .slide-home.owl-carousel .owl-dots {
        display: none;
    }
}

@media (min-width: 1200px) {
    .slide-home.owl-carousel .owl-nav, .history__slide.owl-carousel .owl-dots {
        display: block;
    }
}

.main-content__content .block-list__news .block-list__news__item:nth-child(1) > a {
    display: flex;
    flex-direction: column;
}

.main-content__content .block-list__news .block-list__news__item > a {
    display: flex;
    flex-direction: row;
}

.main-content__content .block-list__news .block-list__news__item:nth-child(1) > a .block-list__news__thumb,
.main-content__content .block-list__news .block-list__news__item:nth-child(1) > a .block-list__content {
    width: 100%;
    padding: 0;
}

.main-content__content .block-list__news .block-list__news__item .block-list__news__thumb {
    width: 45%;
    padding-right: 10px;
}

.main-content__content .block-list__news .block-list__news__item .block-list__content {
    width: 55%;
}

@media (min-width: 1200px) {
    .main-content__content .block-list__news .block-list__news__item > a {
        display: flex;
        flex-direction: column;
    }

    .main-content__content .block-list__news .block-list__news__item .block-list__news__thumb {
        width: 100%;
        padding-right: 0;
    }

    .main-content__content .block-list__news .block-list__news__item .block-list__content {
        width: 100%;
    }
}


.main-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2.5rem;
    flex-direction: column;
    order: 1
}

.main-content__sidebar {
    width: 100%;
    margin-right: 20px;
    background: none;
    order: 2;
}

.main-content__sidebar__item-content {
    background: #fff;
    margin-bottom: 3rem;
}

.main-content__sidebar__item-content--blue {
    background: #001B8E;
    color: #fff;
}

.main-content__sidebar__item-content--none {
    background: none;
}

.main-content__content {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
}

    .main-content__content .h3__line {
        margin: 1.5rem 0 2.5rem 0;
    }

    .main-content__content .sub-title {
        margin-bottom: 1.5rem;
    }

.main-content .form input,
.main-content .form textarea {
    background: #efefef;
}

.main-content .h3__title {
    margin-bottom: 0.5rem;
}

.main-content .accordion {
    padding: 0 1.5rem;
}

    .main-content .accordion .inner {
        display: none;
    }

@media (min-width: 1200px) {
    .main-content {
        flex-direction: row;
    }

    .main-content__sidebar {
        width: 30%;
        display: block;
        order: 1;
    }

    .main-content__content {
        width: 70%;
        order: 2;
    }
}

.list-content {
    margin-left: 20px;
}

    .list-content li {
        list-style: disc;
        padding: 5px;
    }

.block-service-slide {
    background: none;
    background-size: 100%;
    margin-bottom: 6rem;
}

.block-service-slide__title {
    color: #252525;
    font-size: 34px;
    padding: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.block-service-slide .service-slide {
    position: relative;
    bottom: -48px;
}

.block-service-slide .service-slide__item {
    overflow: hidden;
}

    .block-service-slide .service-slide__item img {
        object-fit: cover;
        object-position: 100% 0;
    }

.block-service-slide .service-slide__desc {
    background: #fac719;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.block-service-slide .service-slide.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: none;
}

    .block-service-slide .service-slide.owl-carousel .owl-nav.disabled {
        display: none;
    }

    .block-service-slide .service-slide.owl-carousel .owl-nav .owl-prev {
        left: -65px;
        top: 35%;
        background: url("/Content/img/icons/sprite.png") no-repeat -115px -186px;
    }

    .block-service-slide .service-slide.owl-carousel .owl-nav .owl-next {
        right: -65px;
        top: 35%;
        background: url("/Content/img/icons/sprite.png") no-repeat -177px -189px;
    }

@media (min-width: 768px) {
    .block-service-slide .container {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .block-service-slide {
        background: url("/Content/img/bg-video.png") no-repeat;
        background-size: cover;
    }

        .block-service-slide .container {
            max-width: 60%;
        }

    .block-service-slide__title {
        color: #fff;
    }

    .block-service-slide .service-slide.owl-carousel .owl-nav {
        display: block;
    }
}

.banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .banner.owl-carousel .owl-nav {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        display: none;
    }

        .banner.owl-carousel .owl-nav.disabled {
            display: block;
        }

        .banner.owl-carousel .owl-nav .owl-prev {
            left: -65px;
            top: 35%;
            background: url("/Content/img/icons/sprite.png") no-repeat -115px -186px;
        }

        .banner.owl-carousel .owl-nav .owl-next {
            right: -65px;
            top: 35%;
            background: url("/Content/img/icons/sprite.png") no-repeat -177px -189px;
        }

@media (min-width: 768px) {
    .banner.owl-carousel .owl-nav {
        display: none;
    }
}

@media (min-width: 900px) {
    .banner.owl-carousel .owl-nav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .banner.owl-carousel .owl-nav {
        display: block;
    }
}

.banner__item img {
    object-fit: cover;
    object-position: 100% 0;
    border-radius: 8px 8px 0 0;
}

/* .banner__item:hover .banner__desc {
    background-color: #fac719;
    color: #252525;
} */

.banner__desc {
    background-color: #001B8E;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

    .banner__desc.banner__desc--yellow {
        background: #fac719;
    }

    .banner__desc.banner__desc--blue-sky {
        background: #11bbc5;
    }

    .banner__desc h3 {
        padding: 24px;
        text-transform: uppercase;
        font: bold 18px "Barlow", sans-serif;
        display: inline-block;
        position: relative;
    }

        .banner__desc h3::after {
            content: "";
            position: absolute;
            right: -15px;
            bottom: 20px;
            width: 29px;
            height: 29px;
            background: url("/Content/img/icons/sprite.png") no-repeat -381px -81px;
        }


    .banner__desc a {
        color: #fff;
        position: relative;
        padding: 10px 50px 10px 0;
    }

        .banner__desc a::after {
            content: "";
            position: absolute;
            right: 7px;
            bottom: 7px;
            width: 29px;
            height: 29px;
            background: url("/Content/img/icons/sprite.png") no-repeat -381px -81px;
        }

.block-intro-doc {
    background: none;
}

    .block-intro-doc .container {
        position: relative;
    }

@media (min-width: 768px) {
    .block-intro-doc {
        background: none;
    }
}

@media (min-width: 1200px) {
    .block-intro-doc {
        background: url("/Content/img/bg-doc.png") no-repeat;
        background-size: cover;
        background-position: 100%;
        margin: 90px 0 45px;
    }
}

.doc {
    display: flex;
    justify-self: unset;
    flex-direction: column;
    color: #252525;
    padding-top: 0;
    padding-bottom: 20px;
}

.doc__item-content {
    padding-top: 2rem;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.doc__item-content__title {
    font: 24px "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

    .doc__item-content__title::after {
        content: "";
        position: absolute;
        height: 3px;
        width: 30px;
        background-color: #fff;
        bottom: -15px;
        left: 0;
    }

.doc__item-content__list {
    margin-bottom: 1rem;
}

    .doc__item-content__list li {
        font-size: 1.5rem;
        list-style: disc;
        margin-left: 15px;
        padding: 5px 0;
    }

.doc__item {
    padding-right: 0;
    width: 100%;
}

.doc__item-dr {
    position: relative;
    display: none;
}

@media (min-width: 768px) {
    .doc {
        flex-direction: row;
        color: #252525;
    }

    .doc__item {
        width: 100%;
        padding-right: 0;
    }

        .doc__item:last-child {
            padding-right: 0;
        }
}

@media (min-width: 1200px) {
    .doc {
        justify-content: unset;
    }

    .doc__item {
        width: 60%;
        color: #fff;
        display: flex;
    }

        .doc__item:last-child {
            padding-right: 0;
        }

    .doc__item-dr {
        display: block;
        position: absolute;
        width: 44%;
        right: -90px;
        bottom: 0;
    }

    .doc__item-content {
        flex-direction: column;
        justify-content: space-between;
    }
}

.doc-slide__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.doc-slide.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

    .doc-slide.owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background: transparent;
        margin: 0 3px;
        border: 1px solid #fff;
    }

        .doc-slide.owl-carousel .owl-dots .owl-dot.active {
            background: #fac719;
        }

    .doc-slide.owl-carousel .owl-dots.disabled {
        display: block;
    }

.doc-contact {
    display: flex;
    flex-direction: column;
}

.doc-contact__item {
    margin-bottom: 3rem;
    text-transform: uppercase;
}

    .doc-contact__item .btn {
        padding: 15px 50px;
    }

.doc-contact__item--bg-yellow {
    background-color: #fac719;
    color: #252525;
}

.doc-contact__item h3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 45px;
}

.doc-contact__item h4 {
    font-size: 16px;
}

.doc-contact__item-content {
    padding: 2.75rem;
    border: 1px solid #fff;
    border-radius: 10px;
}

.doc-contact__item-content__title {
    margin-bottom: 2.5rem;
    font: 18px "Barlow Condensed", sans-serif;
    text-align: center;
}

.doc-contact__item-detail {
    padding: 2.5rem;
}

@media (min-width: 1200px) {
    .doc-contact {
        flex-direction: column;
        padding-right: 35px;
    }

    .doc-contact__item-detail {
        padding: 3.25rem;
    }
}

.hot-line {
    display: flex;
}

.hot-line__item {
    margin-right: 1rem;
}

    .hot-line__item > p {
        margin-bottom: 0;
    }

.hot-line__item--icon {
    width: 57px;
    height: 57px;
    text-indent: -9999px;
    background: url("/Content/img/icons/sprite.png") no-repeat -438px -81px;
}

.hot-line__item-numb {
    font-size: 2rem;
}

.history {
    margin-bottom: 45px;
    padding-top: 2.5rem;
    overflow: hidden;
}

.history__title {
    margin-bottom: 30px;
}

.history__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.history__item {
    transition: 0.4s ease all;
}

.history .owl-item > .history__item {
    opacity: 0.6;
    transform: scale(0.85);
}

.history .owl-item.active > .history__item {
    opacity: 1;
    transform: scale(1);
}

.history__thumb h4 {
    background-color: #001B8E;
    color: #fff;
    padding: 10px;
}

.history__desc {
    text-align: center;
    padding: 10px 15px;
    background: #001B8E;
    border-radius: 0 0 20px 20px;
    color: #fff;
}

    .history__desc h4 {
        font-size: 16px;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .history__desc p {
        margin-bottom: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
    }

.history .view-more {
    position: relative;
    padding-left: 14px;
    color: #fff;
}

    .history .view-more:hover {
        color: #fac719;
    }

    .history .view-more::before {
        content: "";
        left: 0;
        top: 5px;
        border-color: #fac719;
    }

.history .menu__item {
    border-radius: 30px;
    background: #fff;
    align-content: stretch;
    flex-wrap: nowrap;
    border: 1px solid #e9e9e9;
    margin: 0 5px;
    padding: 10px 20px;
    min-width: 150px;
    margin-bottom: 1rem;
}

    .history .menu__item a {
        color: #252525;
    }

.history .menu__item--active {
    color: #001B8E;
    border: 1px solid #df993d;
}

    .history .menu__item--active a {
        color: #001B8E;
    }

.history__slide {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

    .history__slide img {
        object-fit: cover;
        object-position: 100%;
    }

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

    .owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        background: #d1d1d3;
        margin: 0 3px;
    }

        .owl-carousel .owl-dots .owl-dot.active {
            background: #fac719;
        }

.wrapp-service {
    background: #f5f5f5;
    padding: 25px 0 0;
}

@media (min-width: 375px) {
    .wrapp-service {
        padding: 60px 0 0;
    }
}

.wrapp-service .service__title {
    margin-bottom: 60px;
}

.services {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 50px;
    flex-direction: column;
}

.services__title {
    margin-bottom: 55px;
}

.services__item {
    flex: 0;
    width: 100%;
    text-align: center;
}

.services__item--desc {
    position: relative;
    padding: 1rem 3.25rem;
}

.services__thumb {
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 250px;
}

.services h4 {
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .services {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .services__item {
        flex: 50%;
        width: 50%;
    }

    .services__thumb {
        margin: 0 auto 35px;
    }
}

@media (min-width: 1200px) {
    .services {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .services__item {
        flex: 25%;
        width: 25%;
    }

    .services__thumb {
        margin: 0 auto 35px;
    }
}

.wrapp-success {
    max-width: 100%;
    margin: 0 auto auto;
}

    .wrapp-success .carouselThumbnailContainer {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }

        .wrapp-success .carouselThumbnailContainer .carouselOne .item {
            color: #001B8E;
            text-align: center;
        }

        .wrapp-success .carouselThumbnailContainer .carouselOne .thumb img {
            object-fit: cover;
        }

        .wrapp-success .carouselThumbnailContainer .carouselOne .desc h3 {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px !important;
        }

        .wrapp-success .carouselThumbnailContainer .carouselTwo {
            width: 80%;
            margin: 0 auto 70px;
        }

            .wrapp-success .carouselThumbnailContainer .carouselTwo .item {
                background: none;
                padding: 5px;
                margin: 0;
                text-align: center;
                opacity: 0.3;
                cursor: pointer;
            }

                .wrapp-success .carouselThumbnailContainer .carouselTwo .item h1 {
                    font-size: 18px;
                }

                .wrapp-success .carouselThumbnailContainer .carouselTwo .item img {
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    object-fit: cover;
                    margin: 0 auto;
                }

            .wrapp-success .carouselThumbnailContainer .carouselTwo .current .item {
                opacity: 1;
            }

        .wrapp-success .carouselThumbnailContainer .owl-theme .owl-nav {
            /*default owl-theme theme reset .disabled:hover links */
        }

            .wrapp-success .carouselThumbnailContainer .owl-theme .owl-nav [class*="owl-"] {
                transition: all 0.3s ease;
            }

                .wrapp-success .carouselThumbnailContainer .owl-theme .owl-nav [class*="owl-"].disabled:hover {
                    background-color: #d6d6d6;
                }

        .wrapp-success .carouselThumbnailContainer .carouselOne .owl-next,
        .wrapp-success .carouselThumbnailContainer .carouselOne .owl-prev {
            width: 14px;
            height: 20px;
            margin-top: -20px;
            position: absolute;
            bottom: -67px;
        }

        .wrapp-success .carouselThumbnailContainer .carouselOne .owl-prev {
            left: 50px;
        }

            .wrapp-success .carouselThumbnailContainer .carouselOne .owl-prev span {
                position: relative;
                text-indent: -9999px;
                width: 10px;
                height: 10px;
                border-top: 3px solid #252525;
                border-right: 3px solid #252525;
                transform: rotate(-135deg);
            }

        .wrapp-success .carouselThumbnailContainer .carouselOne .owl-next {
            right: 50px;
        }

            .wrapp-success .carouselThumbnailContainer .carouselOne .owl-next span {
                position: relative;
                text-indent: -9999px;
                width: 10px;
                height: 10px;
                border-top: 3px solid #252525;
                border-right: 3px solid #252525;
            }

    .wrapp-success .h3 {
        margin: 50px 0 25px;
    }

@media (min-width: 1200px) {
    .wrapp-success {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .wrapp-success {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .wrapp-success {
        max-width: 60%;
        margin: 0 auto;
    }
}

.block-success .thumb {
    margin-bottom: 55px;
}

.block-success .desc {
    margin-bottom: 55px;
}

.block-videos {
    background: #001B8E;
    padding: 0;
    background: none;
}

    .block-videos .h3 {
        text-align: left;
        color: #fff;
    }

        .block-videos .h3::after {
            left: 0;
            right: none;
        }

    .block-videos .btn {
        display: inline-block;
        width: inherit;
    }

@media (min-width: 1200px) {
    .block-videos {
        padding: 3rem 2.5rem;
        background: url("/Content/img/bg-video.png") no-repeat;
        background-size: cover;
        background-position: 100%;
    }
}

.videos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.videos__title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 25px;
}

.videos__desc {
    padding-right: 8rem;
}

.videos__item + .videos__item {
    padding-left: 0;
}

.videos__item {
    color: #252525;
    width: 100%;
}

    .videos__item .arrow-right {
        width: 4px;
        height: 4px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin: 0 5px 3px 0;
    }

    .videos__item .thumb-video {
        margin-top: 65px;
        display: block;
    }

.videos__list {
    margin: 10px 0;
}

    .videos__list li {
        padding: 5px 0;
        list-style: disc;
        padding-left: 5px;
        margin-left: 18px;
    }

    .videos__list a {
        color: #252525;
    }

        .videos__list a:hover {
            color: #fac719;
        }

        .videos__list a.active {
            color: #fac719;
            font-weight: 600;
        }

@media (min-width: 768px) {
    .videos {
        flex-direction: row;
    }

    .videos__item {
        width: 50%;
        color: #252525;
    }

        .videos__item + .videos__item {
            padding: 20px;
        }

    .videos__title {
        margin-top: 85px;
    }

    .videos__desc {
        padding: 0;
    }

    .videos__list a {
        color: #252525;
    }
}

@media (min-width: 1200px) {
    .videos {
        flex-direction: row;
    }

    .videos__item {
        width: 50%;
        color: #fff;
    }

        .videos__item + .videos__item {
            padding: 20px;
        }

    .videos__title {
        margin-top: 21px;
    }

    .videos__desc {
        padding: 0;
        margin-bottom: 20px;
    }

    .videos__list a {
        color: #fff;
    }
}

.quote .owl-carousel .owl-nav .owl-prev, .quote .owl-carousel .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    position: absolute;
    text-align: center;
    top: 25px;
    transition: all 0.5s ease;
}

    .quote .owl-carousel .owl-nav .owl-prev:hover, .quote .owl-carousel .owl-nav .owl-next:hover {
        opacity: 0.6;
    }

    .quote .owl-carousel .owl-nav .owl-prev:after, .quote .owl-carousel .owl-nav .owl-next:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.quote {
    margin-top: 5rem;
    position: relative;
    overflow: hidden;
}

    .quote .owl-carousel .owl-nav {
        width: 60px;
        height: 30px;
        position: absolute;
        right: 0;
        top: -92px;
        background: transparent;
    }

        .quote .owl-carousel .owl-nav .owl-prev {
            left: -40px;
            background: url("/Content/img/icons/sprite.png") no-repeat -287px -239px;
        }

            .quote .owl-carousel .owl-nav .owl-prev:hover {
                background: url("/Content/img/icons/sprite.png") no-repeat -283px -182px;
            }

        .quote .owl-carousel .owl-nav .owl-next {
            right: 0;
            background: url("/Content/img/icons/sprite.png") no-repeat -343px -182px;
        }

            .quote .owl-carousel .owl-nav .owl-next:hover {
                background: url("/Content/img/icons/sprite.png") no-repeat -342px -239px;
            }

        .quote .owl-carousel .owl-nav.disabled {
            display: block;
        }

    .quote .h3 {
        text-align: left;
        margin-bottom: 3rem;
        font-size: 26pt;
    }

        .quote .h3::after {
            left: 0;
            right: none;
        }

.quote__content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

    .quote__content .owl-item.center .quote__item {
        background-color: #fac719;
        color: #252525;
    }

        .quote__content .owl-item.center .quote__item::after {
            background: url("/Content/img/icons/sprite.png") no-repeat -520px -239px;
        }

.quote__item {
    flex: 1;
    border-radius: 10px;
    border: 1px solid #fac719;
    padding: 20px 20px 80px;
    color: #001B8E;
    position: relative;
    transition: all 0.2s ease-in-out;
    max-height: 390px;
    min-height: 390px;
}

    .quote__item::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 45%;
        width: 52px;
        height: 52px;
        background: url("/Content/img/icons/sprite.png") no-repeat -443px -239px;
    }

    .quote__item:hover {
        background-color: #fac719;
        color: #252525;
    }

        .quote__item:hover::after {
            background: url("/Content/img/icons/sprite.png") no-repeat -520px -239px;
        }

.quote__item-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.quote__item-head__thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 2rem;
}

.quote__item-desc {
    text-align: center;
}

.quote__item-title {
    position: relative;
    padding-bottom: 1rem;
    text-align: right;
    text-transform: uppercase;
}

    .quote__item-title span {
        font-weight: normal;
    }

@media (min-width: 1200px) {
    .quote {
        padding: 0 25px;
    }
}

.wrapp-breaking-news {
    margin-top: 50px;
    overflow: hidden;
    background: #f5f5f5;
    padding-bottom: 25px;
}
    .wrapp-breaking-news h3.news__item-title{
        padding-top: 2rem;
        margin-bottom: 25px;
    }
    .breaking-news.owl-carousel .owl-nav {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        display: none;
    }

    .breaking-news.owl-carousel .owl-nav.disabled {
        display: block;
    }

    .breaking-news.owl-carousel .owl-nav .owl-prev {
        left: -65px;
        top: 35%;
        background: url("/Content/img/icons/sprite.png") no-repeat -115px -186px;
    }

    .breaking-news.owl-carousel .owl-nav .owl-next {
        right: -65px;
        top: 35%;
        background: url("/Content/img/icons/sprite.png") no-repeat -177px -189px;
    }

.breaking-news__item a {
    color: #fff;
}

.breaking-news__item .view-more {
    color: #fac719;
}

    .breaking-news__item .view-more:hover {
        color: #fff;
    }

.breaking-news__title {
    margin-bottom: 3rem;
}

.breaking-news__thumb {
    max-height: 200px;
    overflow: hidden;
}

    .breaking-news__thumb img {
        object-fit: cover;
        object-position: 100% 0;
    }

.breaking-news__desc {
    background: #001B8E;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
    max-height: 100px;
}

    .breaking-news__desc h3 {
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 13pt;
        line-height: 20px;
    }

.breaking-news__info {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

@media (min-width: 768px) {
    .breaking-news.owl-carousel .owl-nav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .breaking-news.owl-carousel .owl-nav {
        display: block;
    }
}

.block-q-a {
    padding: 15px 25px;
    background: #f1f1f1;
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
    overflow-y: scroll;
}

    .block-q-a::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .block-q-a::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
    }

    .block-q-a::-webkit-scrollbar-thumb {
        background-color: #cfd1d3;
        border: 2px solid #cfd1d3;
        border-radius: 10px;
    }

.block-q-a__item {
    padding: 1.2rem 0;
    border-bottom: 1px solid #fff;
}

    .block-q-a__item:last-child {
        border-bottom: none !important;
    }

    .block-q-a__item .date .time::before {
        display: none;
    }

    .block-q-a__item .question {
        font-weight: 600;
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
        padding-left: 15px;
        position: relative;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        color: #333;
    }

        .block-q-a__item .question::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 5px;
            height: 5px;
            background: #fac719;
            border-radius: 50%;
        }

    .block-q-a__item .view-more {
        color: #252525;
    }

        .block-q-a__item .view-more:hover {
            color: #001B8E;
        }

.block-q-a .date {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .block-q-a {
        max-height: 380px;
        min-height: 380px;
    }
}

@media (min-width: 1200px) {
    .block-q-a {
        max-height: 485px;
        min-height: 485px;
    }
}

.wrapp-news .h3 {
    text-align: left;
}

.news {
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.news__item {
    width: 100%;
    padding-right: 1rem;
    max-height: 470px;
    overflow: auto;
}

    .news__item .h3 {
        text-align: left;
        margin-bottom: 3rem;
    }

        .news__item .h3::after {
            left: 0;
            right: none;
        }

    .news__item + .news__item {
        padding-left: 0;
    }

.news__item-event__title {
    margin-bottom: 0.7rem;
    color: #333;
    font-weight: 500;
}

    .news__item-event__title:hover {
        color: #001B8E;
    }

.news__item-event__thumb a {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    object-fit: cover;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}

.news__item-event__desc {
    padding: 1.5rem 0;
    position: relative;
}

    .news__item-event__desc p {
        margin-bottom: 1.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.news__item-event .wrapp-link {
    width: 30px;
    height: 30px;
    background: #fac719;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news__item-event .arrow-right {
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.news__item-article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 20px;
}

    .news__item-article > a {
        display: flex;
    }

.news__item-article__thumbnail {
    flex-basis: 45%;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 6px;
    flex: 1;
}

.wrapp-breaking-news .news__item-article__thumbnail {
    flex-basis: 30%;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 6px;
    flex: 1;
}

.news__item-article__thumbnail a {
    position: relative;
    display: block;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.news__item-article__desc {
    flex-basis: 55%;
    position: relative;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapp-breaking-news .news__item-article__desc {
    flex-basis: 70%;
    position: relative;
    padding-bottom: 1.5rem;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__item-article__desc h4 {
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}

.news__item-article__desc::after {
    content: "";
    position: absolute;
    background-color: #efefef;
    height: 0.5px;
    width: 100%;
    bottom: 0;
    left: 0;
}



.wrapp-breaking-news .item-article .news__item-article__thumbnail {
    margin-right: 0px;
    overflow: hidden;
    border-radius: 0px;
}


.wrapp-breaking-news .item-article .news__item-article__desc {
    padding-left: 0px;
}

.item-article .news__item-article__desc h4 {
    margin: 1rem 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}

.item-article .news__item-article__desc::after {
    content: none;
}

.news .view-more {
    position: relative;
    padding-left: 15px;
    color: #252525;
    font-size: 14px;
}

    .news .view-more:hover {
        color: #001B8E;
    }

    .news .view-more::before {
        content: "";
        left: 0;
        top: 7px;
        border-color: #fac719;
    }

.news__item-article-detail {
    overflow: hidden;
}

    .news__item-article-detail p img {
        padding: 1rem 0;
    }

.news__content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.news__content__item {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    margin-bottom: 20px;
}

    .news__content__item > a {
        display: flex;
    }

.news__content__item-thumbnail {
    flex: 1;
    margin-right: 10px;
    overflow: hidden;
}

.news__content__item-desc {
    flex: 1;
    padding-bottom: 1rem;
    border-bottom: 1px solid #efefef;
}

    .news__content__item-desc h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 500;
        margin-bottom: 10px;
        color: #333;
    }

.news__content .view-more {
    border: 1px solid #fac719;
    padding: 5px 25px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    color: #252525;
}

    .news__content .view-more:hover {
        background: #001B8E;
        color: #fff;
        border-color: #001B8E;
    }

        .news__content .view-more:hover::before {
            border-color: #fff;
        }

    .news__content .view-more::before {
        left: 5px;
        top: 15px;
    }

.news__content .date {
    margin-bottom: 1rem;
}

.news__content p {
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    min-height: 45px;
}

@media (min-width: 1200px) {
    .news__content {
        flex-direction: row;
    }

    .news__content__item {
        flex-direction: row;
    }

    .news__content__item-thumbnail {
        margin-right: 20px;
    }

    .news__content__item-desc {
        flex: 2;
    }
}

@media (min-width: 768px) {
    .news {
        flex-direction: row;
    }

    .news__item {
        width: 100%;
    }

        .news__item + .news__item {
            padding-left: 2rem;
        }
}

@media (min-width: 1200px) {
    .news {
        flex-direction: row;
    }

    .news__item {
        width: 50%;
    }

        .news__item + .news__item {
            padding-left: 2rem;
        }
}

.date {
    font-size: 13px;
    display: block;
}

    .date .time {
        position: relative;
        padding-left: 15px;
    }

        .date .time::before {
            content: "";
            position: absolute;
            left: 0;
            top: 1px;
            width: 12px;
            height: 12px;
            background: url("/Content/img/icons/calendar.png") no-repeat;
            background-size: cover;
        }

.sharing {
    margin-bottom: 1rem;
}

.box-letter {
    background-color: #fac719;
    padding: 3rem 0;
}

.news-letter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .news-letter {
        flex-direction: row;
    }

    .news-letter__item {
        width: 30%;
    }

        .news-letter__item + .news-letter__item {
            width: 70%;
        }

    .news-letter__item-form--mail {
        min-width: 300px;
        padding: 20px 30px;
    }

    .news-letter__item-form--submit {
        padding: 20px 20px;
    }
}

.news-letter__title {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}

    .news-letter__title > p {
        margin-bottom: 0;
    }

.news-letter__item-form {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.news-letter__item-form--mail {
    border-radius: 30px 0px 0px 30px;
    padding: 15px;
    min-width: 220px;
    width: 83%;
    font-size: 18px;
}

.news-letter__item-form--submit {
    border-radius: 0 30px 30px 0;
    padding: 20px 46px;
    background-color: #001B8E;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 27%;
    font-size: 12pt;
}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 12px;
}

    .star:before, .star:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0.6em;
        left: -1em;
        border-right: 1em solid transparent;
        border-bottom: 0.7em solid #fc0;
        border-left: 1em solid transparent;
        transform: rotate(-35deg);
    }

    .star:after {
        transform: rotate(35deg);
    }

.arrow-left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    width: 30px;
    height: 30px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}

.arrow-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    margin-top: 15px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}

.arrow-down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.arrow-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
    height: 30px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    display: inline-block;
}

.box-more {
    margin-bottom: 1rem;
    background: #efefef;
    padding: 20px;
    position: relative;
}

    .box-more::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        border-top: 0px solid transparent;
        border-left: 15px solid #fac719;
        border-bottom: 14px solid transparent;
        width: 0;
        height: 0;
    }

    .box-more .view-more {
        position: relative;
        padding-left: 15px;
    }

        .box-more .view-more::before {
            content: "";
            left: 0;
            top: 8px;
            border-color: #fac719;
        }

.box-more__content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.box-more__content__thumb {
    flex: 1;
    height: 140px;
    overflow: hidden;
    padding-right: 0;
}

.box-more__content__des {
    flex: 1;
}

@media (min-width: 768px) {
    .box-more__content {
        flex-direction: column;
    }

    .box-more__content__des {
        flex: 2;
    }

    .box-more__content__thumb {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .box-more__content {
        flex-direction: row;
    }

    .box-more__content__des {
        flex: 2;
    }

    .box-more__content__thumb {
        padding-right: 20px;
    }
}

.box-hidden {
    margin-bottom: 2rem;
}

.box-hidden__content {
    border: 1px solid #fac719;
    padding: 20px;
    max-width: 100%;
}

    .box-hidden__content > h4 {
        text-transform: uppercase;
    }

    .box-hidden__content .control {
        font-weight: normal;
        color: #fac719;
    }

.box-hidden .list-hidden li {
    padding: 5px 0 5px 5px;
    list-style: decimal;
    margin-left: 15px;
}

@media (min-width: 1200px) {
    .box-hidden__content {
        max-width: 60%;
    }
}

.list-detail {
    margin-bottom: 1rem;
}

    .list-detail li {
        position: relative;
        padding: 5px 0 5px 15px;
        font-weight: 600;
    }

        .list-detail li::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            background: #fac719;
            border-radius: 50%;
            left: 0;
            top: 14px;
        }

        .list-detail li a {
            color: #252525;
        }

            .list-detail li a:hover {
                color: #001B8E;
            }

.footer {
    background: #001B8E;
    color: #fff;
    padding: 5rem 0 2rem 0;
    min-height: 200px;
}

@media (min-width: 1200px) {
    .footer {
        background: url("/Content/img/bg-footer.png") no-repeat;
        background-size: cover;
        background-position: 100%;
    }
}

.wrapp-footer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .wrapp-footer {
        flex-direction: row;
    }

    .wrapp-footer__item {
        width: 33.33333%;
    }
}

.wrapp-footer .h3 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    margin-bottom: 2rem;
}

    .wrapp-footer .h3::after {
        left: 0;
        width: 40px;
    }

.wrapp-footer__item {
    width: 100%;
    margin-bottom: 20px;
}

.wrapp-footer__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.wrapp-footer .lgo-footer {
    margin-bottom: 3rem;
}

.wrapp-footer .social {
    display: flex;
    margin-bottom: 3rem;
    justify-content: flex-start;
}

.wrapp-footer .social__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wrapp-footer .social__list a {
        padding: 0 5px;
        width: 70px;
    }

.wrapp-footer .info-mobile {
    display: none;
}

.wrapp-footer .info p {
    margin-bottom: 0rem;
    text-align: left;
}

.wrapp-footer .info .last-info {
    margin-top: 1rem;
}

.wrapp-footer .list-info {
    text-align: left;
}

    .wrapp-footer .list-info li {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        margin-bottom: 15px;
    }

        .wrapp-footer .list-info li.address::before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 4px;
            background: url("/Content/img/icons/sprite.png") no-repeat -528px -86px;
        }

        .wrapp-footer .list-info li.hotline::before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 4px;
            background: url("/Content/img/icons/sprite.png") no-repeat -528px -118px;
        }

        .wrapp-footer .list-info li.email::before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 4px;
            background: url("/Content/img/icons/sprite.png") no-repeat -557px -87px;
        }

        .wrapp-footer .list-info li a {
            color: #fac719;
            display: block;
        }

.wrapp-footer .time-info {
    text-align: left;
    margin-top: 40px;
}

    .wrapp-footer .time-info .italic {
        font-style: italic;
    }

/* header */
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    background-color: #006aa8;
}

    .header .item-left {
        flex: 0 0 10%;
    }

    .header .logo a {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-decoration: none;
    }
    .header .item-center {
        flex: 0 0 90%;
    }

    .header .item-right {
        flex: 0 0 10%;
        display: flex;
        justify-content: space-between;
        text-align: end;
    }

        .header .item-right a {
            text-decoration: none;
            font-size: 15px;
            color: #000;
            display: inline-block;
            transition: color 0.3s ease;
        }

    .header .menu > .menu-main {
        text-align: left;
    }

    .header .menu > ul > li {
        display: inline-block;
        line-height: 50px;
        margin-left: 20px;
        position: relative;
    }

        .header .menu > ul > li:first-child {
            margin-left: 0;
        }

        .header .menu > ul > li > a {
            color: #fff;
            position: relative;
            font-weight: 500;
            transition: color 0.3s ease;
            text-transform: uppercase;
            font-size: 15px;
        }

        .header .menu > ul > li > .nav-mobile {
            display: flex;
            position: absolute;
            width: 50px;
            height: 50px;
            right: 0;
            top: 0;
            align-items: center;
            justify-content: center;
            z-index: 999;
        }

        .header .menu > ul > li .sub-menu {
            position: absolute;
            z-index: 500;
            background-color: #ffffff;
            box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
            transition: all 0.5s ease;
            margin-top: 25px;
            opacity: 0;
            visibility: hidden;
            z-index: 99999;
        }

@media (min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 5px;
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
    text-align: left;
}

    .header .menu > ul > li .sub-menu > ul > li > a {
        display: inline-block;
        padding: 5px 0;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

    .header .menu > ul > li .single-column-menu li {
        padding: 8px 15px 8px 15px;
    }

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
    padding: 5px 15px;
    text-align: left;
}

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        padding: 10px 0;
        display: inline-block;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
    }

.header .menu > ul > li .sub-menu.mega-menu-column-2 {
    max-width: 650px;
    min-width: 650px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: solid #fbe59f 1px;
}

    .header .menu > ul > li .sub-menu.mega-menu-column-2 .list-item:first-child {
        border-right: solid #fbe59f 1px;
        flex: 0 0 40%;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-2 .list-item:last-child {
        padding: 15px;
        flex: 0 0 60%;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item {
        flex: 0 0 25%;
    }

        .header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item .title {
            font-size: 16px;
            color: #ea4636;
            font-weight: 500;
            line-height: 1;
            padding: 15px;
            background: #f4f4f4;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center .title {
            text-align: center;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item img {
            max-width: 100%;
            width: 100%;
            vertical-align: middle;
            margin-top: 10px;
            height: 300px;
            object-fit: cover;
        }

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #fac719;
}

.list-item > a img.active-image.active {
    display: block;
}

.list-item > a img.active-image {
    display: none;
}

/* banner section */
.banner-section {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media (max-width: 1150px) {

    .header .item-center {
        order: 3;
        flex: 0 0 10%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
        order: 2;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

        .header .mobile-menu-trigger span {
            display: block;
            height: 2px;
            background-color: #001B8E;
            width: 24px;
            position: relative;
        }

            .header .mobile-menu-trigger span:before,
            .header .mobile-menu-trigger span:after {
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #001B8E;
            }

            .header .mobile-menu-trigger span:before {
                top: -6px;
            }

            .header .mobile-menu-trigger span:after {
                top: 6px;
            }

    .header .item-right {
        align-items: center;
        order: 1;
        padding-right: 0;
        width: 100%;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #006aa8;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .header .menu.active {
            transform: translate(0%);
        }

        .header .menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .header .menu > ul > li > a {
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

                .header .menu > ul > li > a i {
                    width: 15px;
                    height: 15px;
                    display: block;
                    position: absolute;
                    right: 10px;
                    bottom: 18px;
                    background: url(/Content/img/icons/sprite.png) no-repeat -332px -72px;
                }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #006aa8;
            top: 0;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 0;
                display: none;
                position: relative;
                background: url("/Content/img/icons/arrow_back.png") no-repeat;
                background-size: 50%;
                background-position: 10px;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

        .header .menu .menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .header .menu > ul > li .sub-menu.mega-menu,
        .header .menu > ul > li .sub-menu {
            visibility: visible;
            opacity: 1;
            position: relative;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item > img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.doc-contact__item.hidden-desktop {
    display: none;
}

    .doc-contact__item.hidden-desktop .doc__item-content__title img {
        max-width: 170px;
        border-radius: 50%;
    }

.owl-carousel .owl-dots {
    display: none;
}

.hidden-desktop {
    display: none;
}

.wrapp-pagination {
    width: 100%;
    margin-top: 20px;
}

.carouselTwo > .owl-nav {
    display: none;
}

.blog-inner-relate {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .blog-inner-relate .inner-full-bg {
        width: 100%;
        background: #f5f5f5;
        padding: 15px;
        position: relative;
        display: flex;
        margin-bottom: 20px;
        flex-direction: row;
    }

        .blog-inner-relate .inner-full-bg a {
            display: flex;
        }

        .blog-inner-relate .inner-full-bg .inner-content-thumb {
            flex: 1;
            margin-right: 20px;
            overflow: hidden;
        }

        .blog-inner-relate .inner-full-bg .inner-content-desc {
            flex: 2;
        }

            .blog-inner-relate .inner-full-bg .inner-content-desc .h4 {
                color: #333;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .blog-inner-relate .inner-full-bg .inner-content-desc p {
                margin: 1rem 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                color: #333;
                min-height: 45px;
            }

            .blog-inner-relate .inner-full-bg .inner-content-desc .view-more {
                font-size: 13px;
                color: #333;
                font-weight: 600;
                position: relative;
                padding-left: 15px;
            }

                .blog-inner-relate .inner-full-bg .inner-content-desc .view-more::before {
                    position: absolute;
                    display: inline-block;
                    width: 5px;
                    height: 5px;
                    border-top: 1px solid #001B8E;
                    border-right: 1px solid #001B8E;
                    -moz-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    right: 0;
                    content: "";
                    left: 0;
                    top: 5px;
                    border-color: #fac719;
                }

    .blog-inner-relate .inner-full {
        width: 100%;
        position: relative;
    }

        .blog-inner-relate .inner-full ul {
            width: 100%;
            position: relative;
            overflow: hidden;
            list-style: bengali !important;
        }

            .blog-inner-relate .inner-full ul li {
                margin-bottom: 5px;
            }

                .blog-inner-relate .inner-full ul li a {
                    color: #333;
                    font-weight: 600;
                    padding-left: 15px;
                    position: relative;
                }

                    .blog-inner-relate .inner-full ul li a::before {
                        position: absolute;
                        display: inline-block;
                        width: 6px;
                        height: 6px;
                        right: 0;
                        content: "";
                        left: 0;
                        top: 7px;
                        background-color: #fac719;
                        border-radius: 50%;
                    }

span.header-block {
    display: block;
    font-size: 15pt;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.video-play {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .video-play iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.contact-phone {
    position: fixed;
    bottom: 5%;
    z-index: 99999;
    transition: margin-left .5s 0s ease-in-out;
    -moz-transition: margin-left .5s 0s ease-in-out;
    -webkit-transition: margin-left .5s 0s ease-in-out;
    background: #001B8E;
    font-weight: bold;
    border-radius: 25px;
    padding: 2px 2px 2px 5px;
    z-index: 999;
    left: 15px;
}

    .contact-phone span.text {
        text-align: center;
        color: #fff;
        display: inline-block;
        padding-right: 15px;
    }

    .contact-phone span.icon {
        display: inline-block;
        float: left;
        width: 35px;
        height: 35px;
        margin: 0px 5px 0 1px;
    }

    .contact-phone a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown button {
        background-color: #fac719;
        color: white;
        padding: 10px 10px;
        font-size: 15px;
        border: none;
        cursor: pointer;
    }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 10px 10px;
        width: 100%;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
            color: #333 !important;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:focus-within .dropdown-content {
    display: block;
}