/*------------------------------------------------------------------
[Common]
*/
body {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    height: unset;
    width: auto;
}

a {
    color: #35363A;
    text-decoration: none !important;
}

    a:hover, a:focus {
        color: #B9D6FE !important;
    }

.rtsi .container {
    padding-left: 15px;
    padding-right: 15px;
}

.rtsi .row {
    margin-left: -15px;
    margin-right: -15px;
}

    .rtsi .row > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.title a {
    font-size: 30px !important;
}

.text-end a {
    text-decoration: underline !important;
}

/*------------------------------------------------------------------
[Buttons]
*/
button {
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

.btn-custom {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
}

.btn-clear {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.btn-primary-custom {
    background-color: #062754;
    border-color: transparent;
    color: #fff;
}

    .btn-primary-custom:hover {
        background-color: #062754;
        color: #fff;
    }

.btn-outline-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

    .btn-outline-white:hover, .btn-outline-white:focus {
        border-color: #f63500;
        color: #f63500;
        background-color: transparent;
    }

.btn-warning-custom {
    border-color: #f63500;
    background-color: #f63500;
    color: #fff;
}

    .btn-warning-custom:hover, .btn-warning-custom:focus {
        border-color: #dd3000;
        background-color: #dd3000;
        color: #fff;
    }

.btn-search-icon {
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------------------------------------------------------------------
[Typo]
*/
.title {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.153846;
    color: #062754;
}

.title-type-1 {
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    .title-type-1 {
        font-size: 36px;
    }
}

.title-type-2 {
    font-size: 22px;
}

@media only screen and (min-width: 768px) {
    .title-type-2 {
        font-size: 31px;
    }
}

.title-type-3 {
    font-size: 21px;
}

@media only screen and (min-width: 768px) {
    .title-type-3 {
        font-size: 30px;
    }
}

.title-type-4 {
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .title-type-4 {
        font-size: 26px;
    }
}

.title-type-6 {
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .title-type-6 {
        font-size: 20px;
    }
}

.heading {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .heading {
        margin-bottom: 37px;
    }
}

.heading.heading-ver {
    border-left: 5px solid #04418d;
    padding-left: 10px;
    position: relative;
}

    .heading.heading-ver::after {
        content: '';
        display: block;
        width: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        border-top: 1px dotted #c3c3c3;
    }

    .heading.heading-ver .title {
        display: inline-block;
        background-color: #fff;
        padding-right: 20px;
        position: relative;
        z-index: 1;
    }

.heading.heading-hoz::after {
    content: '';
    display: block;
    width: 232px;
    height: 4px;
    background-color: #f63500;
    margin-top: 12px;
}

.heading.heading-hoz.text-center::after {
    margin-left: auto;
    margin-right: auto;
}

.text-primary-custom {
    color: #062754;
}

.text-justify {
    text-align: justify !important;
}

.contact-address {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto'
}
/*------------------------------------------------------------------
[Icons]
*/
[class*='ico-'] {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}

.ico-logo-solid {
    background-image: url(../images/ico-logo-solid.svg);
    width: 29px;
    height: 27px;
    background-size: 100%;
}

@media (max-width: 767.98px) {
    .box-heading-icon .ico-logo-solid {
        width: 20px;
        height: 19px;
    }
}

.ico-facebook {
    width: 32px;
    height: 32px;
    background-image: url(../images/ico-facebook.png);
}

.ico-twitter {
    width: 32px;
    height: 32px;
    background-image: url(../images/ico-twitter.png);
}

.ico-instagram {
    width: 32px;
    height: 32px;
    background-image: url(../images/ico-instagram.png);
}

.ico-linkedin {
    width: 32px;
    height: 32px;
    background-image: url(../images/ico-linkedin.png);
}

.ico-m {
    width: 32px;
    height: 32px;
    background-image: url(../images/ico-m.png);
}

.ico-search {
    width: 22px;
    height: 22px;
    background-image: url(../images/ico-search.svg);
}

/*------------------------------------------------------------------
[Header]
*/
.header-site {
    position: relative;
    z-index: 8;
}

.header-top {
    padding: 10px 0;
}

@media only screen and (max-width: 991.98px) {
    .header-top {
        position: fixed;
        width: 100%;
        background: white;
    }
}

@media only screen and (min-width: 992px) {
    .header-top {
        padding-top: 28px;
        padding-bottom: 18px;
    }

        .header-top .header-col-brand {
            width: 28%;
        }

        .header-top .header-col-language-search {
            width: 34%;
        }

        .header-top .header-col-subscribe {
            width: 38%;
        }
}

.header-search-form {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .header-search-form {
        width: 1%;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }
}

.search-input {
    padding-right: 6px;
}

.languages {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .languages {
        font-size: 15px;
        margin-bottom: 14px;
    }
}

.languages button {
    text-transform: uppercase;
    margin-left: 6px;
}

    .languages button img {
        border-radius: 2px;
        width: 23px;
        height: 16px;
        margin-right: 4px;
        vertical-align: middle;
    }

.block-subscribe p {
    font-size: 14px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
    .block-subscribe p {
        font-size: 15px;
        margin-bottom: 12px;
    }
}

.navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #e8e8e8;
}

    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 700;
        color: #010101;
        text-transform: uppercase;
        font-size: 19px;
        padding: 14px 20px;
        position: relative;
        overflow: hidden;
    }

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 19px 25px;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #f63500;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
    }
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #f63500;
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link:hover::before, .navbar-expand-lg .navbar-nav .nav-link:focus::before, .navbar-expand-lg .navbar-nav .nav-link.active::before {
        top: -1px;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        min-width: 240px;
    }
}

.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 16px;
}

    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        color: #f63500;
    }

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #e8e8e8;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        position: fixed;
        top: 0;
        background-color: #fff;
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
        right: -100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 21;
        padding: 20px 0;
    }

        .navbar-expand-lg .navbar-collapse.show {
            right: 0;
        }

        .navbar-expand-lg .navbar-collapse .dropdown-menu {
            border: none;
            padding: 0;
            margin: -10px 0 0;
        }
}

.navbar-toggler {
    width: 22px;
    height: 20px;
    position: relative;
    border: none;
    display: block;
}

@media only screen and (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

.navbar-toggler::before, .navbar-toggler::after {
    background-color: #062754;
    content: '';
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.navbar-toggler::before {
    top: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.navbar-toggler::after {
    bottom: 0;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.navbar-toggler > span {
    background-color: #062754;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    transition: all 0.3s ease;
    font-size: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.navbar-toggler:hover:before, .navbar-toggler:hover:after, .navbar-toggler:hover > span {
    background-color: #062754;
}

.navbar-toggler.active span, .navbar-toggler[aria-expanded="true"] span {
    display: none;
}

.navbar-toggler.active:before, .navbar-toggler.active:after, .navbar-toggler[aria-expanded="true"]:before, .navbar-toggler[aria-expanded="true"]:after {
    transform-origin: inherit;
    background-color: #062754;
}

.navbar-toggler.active:before, .navbar-toggler[aria-expanded="true"]:before {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    top: 50%;
    margin-top: -2px;
}

.navbar-toggler.active:after, .navbar-toggler[aria-expanded="true"]:after {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    top: 50%;
    margin-top: -2px;
}

.logo img {
    max-height: 45px;
}

@media only screen and (min-width: 992px) {
    .logo img {
        max-height: unset;
    }
}

/*------------------------------------------------------------------
[Content]
*/
.wrapper {
    overflow: hidden;
    position: relative;
}

.bg-primary-custom {
    background-color: #062754;
}

.ui-link-text {
    text-decoration: underline;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    color: #4b5870;
}

.section {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .section {
        margin-top: 50px;
    }
}

/***** section-banner *****/
.section-banner {
    border-bottom: 4px solid #f63500;
    position: relative;
}

.hero-banner {
    position: relative;
    border-bottom: 2px solid #fff;
}

.hero-banner-img {
    height: 340px;
    overflow: hidden;
}

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

.hero-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.hero-banner-bg-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47.1875%;
    height: 50%;
    background-color: rgba(246, 53, 0, 0.6);
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    display: none;
}

@media only screen and (min-width: 768px) {
    .hero-banner-bg-bottom-right {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner-bg-bottom-right {
        height: 32%;
    }
}

.hero-banner-caption {
    position: relative;
    color: #fff;
    width: 100%;
    height: 80%;
    padding-left: 15px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 576px) {
    .hero-banner-caption {
        padding-left: calc((100% - 540px)/2 + 15px);
        width: 75%;
    }
}

@media only screen and (min-width: 768px) {
    .hero-banner-caption {
        padding-left: calc((100% - 720px)/2 + 15px);
        height: 92%;
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner-caption {
        padding-left: calc((100% - 960px)/2 + 15px);
        width: 65.9375%;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner-caption {
        padding-left: calc((100% - 1140px)/2 + 15px);
    }
}

@media only screen and (min-width: 1400px) {
    .hero-banner-caption {
        padding-left: calc((100% - 1320px)/2 + 15px);
    }
}

.hero-banner-caption::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(6, 39, 84, 0.9);
    clip-path: polygon(80% 20%, 100% 100%, 100% 100%, 0 100%, 0 0);
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .hero-banner-caption::after {
        clip-path: polygon(80% 39%, 100% 100%, 100% 100%, 0 100%, 0 0);
    }
}

.hero-banner-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Outfit", sans-serif;
}

@media only screen and (min-width: 768px) {
    .hero-banner-title {
        font-size: 30px;
        max-width: 80%;
    }
}

.hero-banner-title a:not(:hover) {
    color: inherit;
}

.hero-banner-excerpt {
    font-family: "Outfit", sans-serif;
    line-height: 1.3;
}

.hero-banner-caption-inner {
    position: relative;
    z-index: 1;
    max-width: 590px;
    width: 80%;
}

.swiper-pagination--large > .swiper-pagination-bullets, .swiper-pagination--large .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
}

.swiper-pagination--large .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: 0.4;
}

    .swiper-pagination--large .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

/***** section-safe *****/
.box, .aside-right {
    margin-bottom: 30px;
}

.box-heading {
    margin-bottom: 13px;
}

.news-title {
    font-weight: 700;
    color: #062754;
    margin-bottom: 8px;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .news-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.news-title a:not(:hover) {
    color: inherit;
}

@media (max-width: 767.98px) {
    .aside-right .heading .title-type-4 {
        font-size: 22px;
    }
}

/***** section-news *****/
.section-news .news {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .section-news .news {
        margin-bottom: 36px;
    }
}

.card.card-grid {
    border: 0;
    border-radius: 0;
    flex-direction: row;
}

    .card.card-grid .card-img {
        width: 37%;
    }

    .card.card-grid .card-body {
        width: 63%;
        flex: 0 0 auto;
        padding: 0 0 0 12px;
    }

    .card.card-grid .card-title {
        font-size: 16px;
        color: #062754;
        font-size: 0.7rem;
        margin-bottom: 12px;
    }

.card.card-custom {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    flex-direction: row;
}

@media only screen and (min-width: 992px) {
    .card.card-custom {
        flex-direction: column;
    }
}

.card.card-custom .card-img {
    position: relative;
    width: 37%;
}

@media only screen and (min-width: 992px) {
    .card.card-custom .card-img {
        width: 100%;
        padding-bottom: 54%;
        margin-bottom: 31px;
    }

        .card.card-custom .card-img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

.card.card-custom .card-img img {
    border-radius: 6px;
}

.card.card-custom .card-body {
    padding: 0 0 0 12px;
    width: 63%;
}

@media only screen and (min-width: 992px) {
    .card.card-custom .card-body {
        width: 100%;
        padding-left: 0;
    }
}

.card.card-custom .card-title {
    font-size: 17px;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    .card.card-custom .card-title {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 12px;
        height: 46px;
        overflow: hidden;
    }
    .card.card-custom .card-text {
        height: 42px;
    }
}

@media (max-width: 767.98px) {
    .card.card-custom .card-text {
        display: none;
    }
}

/***** section-group *****/
.section-group {
    position: relative;
    padding-top: 45px;
    padding-bottom: 12px;
}

@media only screen and (min-width: 576px) {
    .section-group {
        background-image: url(../images/bg-logo.png);
        background-position: center 30px;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
}

@media only screen and (min-width: 768px) {
    .section-group {
        padding-top: 90px;
        padding-bottom: 52px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-group {
        background-size: inherit;
    }
}

.section-group.bg-primary-custom {
    color: #fff;
}

    .section-group.bg-primary-custom .card {
        color: #fff;
    }

        .section-group.bg-primary-custom .card .card-title {
            color: inherit;
        }

            .section-group.bg-primary-custom .card .card-title a:not(:hover) {
                color: inherit;
            }

    .section-group.bg-primary-custom .ui-link-text, .section-group.bg-primary-custom .title, .section-group.bg-primary-custom .title a {
        color: #fff;
    }

    .section-group.bg-primary-custom .list-view {
        color: #538ad5;
        padding-left: 20px;
    }

        .section-group.bg-primary-custom .list-view a:not(:hover) {
            color: inherit;
        }

.section-group .cate-featured .list-view {
    border-top-color: #538ad5;
}

.cate-featured .list-view {
    border-top-width: 1px;
    border-top-style: dotted;
    margin-top: 20px;
    padding-top: 17px;
    font-size: 14px;
}

.list-view-a a {
    font-size: 16px !important;
}

@media only screen and (min-width: 768px) {
    .cate-featured .list-view {
        font-size: 16px;
    }
}

.cate-featured .title {
    font-family: "Outfit", sans-serif;
}

.list-view li {
    position: relative;
    padding-left: 10px;
}

    .list-view li::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #538ad5;
        position: absolute;
        top: 7px;
        left: 0;
    }

/***** section-statistic *****/
.statistic-img {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .statistic-img {
        margin-bottom: 50px;
    }
}

/***** section-breadcrumb *****/
.section-breadcrumb {
    padding: 20px 0;
}

    .section-breadcrumb .breadcrumb-item {
        font-size: 14px;
    }

        .section-breadcrumb .breadcrumb-item a {
            color: #062754;
        }

            .section-breadcrumb .breadcrumb-item a:hover {
                color: #f63500;
            }

        .section-breadcrumb .breadcrumb-item.active {
            color: #f63500;
            font-weight: bold;
        }

/***** topstory *****/
.topstory {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}

@media only screen and (min-width: 768px) {
    .topstory {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

        .topstory .box-heading {
            margin-bottom: 30px;
        }
}

.topstory-img {
    width: 100%;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .topstory-img {
        width: 48.5%;
        margin-bottom: 0;
    }
}

.topstory-text {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .topstory-text {
        width: 51.5%;
        padding-left: 30px;
        font-size: 20px;
    }
}

.list-news-subfolder .news {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .list-news-subfolder .news {
        margin-bottom: 30px;
    }
}

/***** entry *****/
.entry {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f63500;
}

@media only screen and (min-width: 768px) {
    .entry {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .entry .box-heading {
            margin-bottom: 30px;
        }
}

.entry-text-lead {
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .entry-text-lead {
        font-size: 19px;
        margin-bottom: 30px;
    }
}

.entry-body p:last-child {
    margin-bottom: 0;
}

.entry-body figure {
    text-align: center;
    margin-bottom: 16px;
}

    .entry-body figure figcaption {
        font-size: 13px;
        font-style: italic;
        margin-top: 6px;
    }

@media only screen and (min-width: 768px) {
    .entry-body figure figcaption {
        font-size: 15px;
    }
}

.entry-body h2, .entry-body h3 {
    font-size: 20px;
}

/***** pagination-container *****/
.pagination-container .page-link {
    border-width: 0;
    color: #062754;
}

@media only screen and (min-width: 768px) {
    .pagination-container .page-link {
        font-size: 18px;
    }
}

.pagination-container .page-link:hover, .pagination-container .page-link:focus {
    background-color: transparent;
    color: #f63500;
    outline: 0;
    box-shadow: none;
}

.pagination-container .page-item.active .page-link {
    font-weight: bold;
    color: #f63500;
    background-color: transparent;
}

.pagination-container .page-item.last .page-link, .pagination-container .page-item.first .page-link {
    background-image: url("../images/arrow-length-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
}

.pagination-container .page-item.last.disable .page-link, .pagination-container .page-item.first.disable .page-link {
    opacity: 0.2;
}

.pagination-container .page-item.first .page-link {
    transform: rotate(180deg);
}

/***** section *****/
textarea {
    resize: none;
}

.form-control.form-control-cs {
    border-color: #000;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 4px;
}

    .form-control.form-control-cs::-webkit-input-placeholder {
        color: #000;
    }

    .form-control.form-control-cs:-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .form-control.form-control-cs::-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .form-control.form-control-cs:-ms-input-placeholder {
        color: #000;
    }

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
    background-color: #062754;
    color: #fff;
    position: relative;
    padding-top: 34px;
    padding-bottom: 12px;
    margin-top: 32px;
}

@media only screen and (min-width: 768px) {
    .footer-site {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-site {
        padding-top: 64px;
        padding-bottom: 72px;
    }
}

.footer-site::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    background-color: #f63500;
    height: 4px;
}

.footer-site a {
    color: #fff;
}

    .footer-site a:hover, .footer-site a:focus {
        color: #f63500;
    }

.about-us-footer {
    margin-bottom: 32px;
}

    .about-us-footer img {
        margin-bottom: 30px;
    }

    .about-us-footer h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
    }

    .about-us-footer p {
        margin-bottom: 0;
    }

.socials {
    margin-bottom: 24px;
}

    .socials .social-icon {
        width: 32px;
        height: 32px;
    }

.subscribe {
    font-size: 16px;
    color: #538ad5;
    border-top: 1px dotted #538ad5;
    padding-top: 24px;
}

.title-footer {
    font-size: 17px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .title-footer {
        font-size: 19px;
    }
}

.list-links {
    margin-bottom: 0;
}

    .list-links li:not(:last-child) {
        margin-bottom: 3px;
    }

.col-footer-item {
    margin-bottom: 24px;
}

    .col-footer-item .group-links {
        border-bottom: 1px dotted #538ad5;
        padding-bottom: 24px;
        height: 100%;
    }

.row-group-links {
    position: relative;
}

    .row-group-links::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 24px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #062754;
    }
