﻿@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
   * Remove the inner border and padding in Firefox.
   */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
   * Restore the focus styles unset by the previous rule.
   */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

:root {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    background-color: #f0f0f1;
    color: #030303;
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    background-color: #f0f0f1;
    color: #030303;
}

#wrapper {
    overflow: hidden;
    background-color: #f0f0f1;
    word-break: break-word;
    position: relative;
    z-index: 1;
}

    #wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        height: 590px;
        background-image: url(../images/background/bg_top.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right top;
        z-index: -1;
    }

    #wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        height: 430px;
        background-image: url(../images/background/bg_bottom.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left top;
        z-index: -1;
    }

main {
    position: relative;
    z-index: 1;
}

    main:before {
        content: '';
        position: absolute;
        top: 5%;
        left: 0;
        width: 50%;
        height: calc(50% - 200px);
        background-image: url(../images/background/bg_middle1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: -1;
    }

    main:after {
        content: '';
        position: absolute;
        bottom: 0%;
        right: 0;
        width: 50%;
        height: calc(50% - 200px);
        background-image: url(../images/background/bg_middle.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: -1;
    }

@font-face {
    font-family: 'Roboto Slab';
    src: url("../fonts/Roboto/RobotoSlab-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url("../fonts/Roboto/RobotoSlab-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url("../fonts/Roboto/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url("../fonts/Roboto/RobotoSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url("../fonts/UTM_NeoSansIntel/UTMNeoSansIntel.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url("../fonts/UTM_NeoSansIntel/UTMNeoSansIntelBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url("../fonts/UTM_NeoSansIntel/UTMNeoSansIntelBoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url("../fonts/UTM_NeoSansIntel/UTMNeoSansIntelItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'UTM BryantLG';
    src: url("../fonts/UTM_NeoSansIntel/UTMBryantLG.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriadpro/MyriadPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriadpro/MyriadPro-BoldIt.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url("../fonts/Myriadpro/MyriadPro-BoldCond.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url("../fonts/Myriadpro/MyriadPro-BoldCondIt.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url("../fonts/Myriadpro/MyriadPro-Cond.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url("../fonts/Myriadpro/MyriadPro-CondIt.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriadpro/MyriadPro-It.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriadpro/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriadpro/MyriadPro-Semibold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriadpro/MyriadPro-SemiboldIt.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
.title__group {
    margin-bottom: 25px;
    text-align: center;
}

    .title__group p {
        font: 20px "UTM Neo Sans Intel";
        line-height: 40px;
        text-transform: uppercase;
        color: #193586;
        margin: 0;
    }

.block .content .headline {
    font: bold 40px "Myriad Pro Condensed";
    line-height: 1.1;
    margin-bottom: 25px;
}

    .block .content .headline a {
        color: #193586;
        text-decoration: none;
    }

.block .content .summary {
    font: 14px "Roboto Slab";
    color: #2b2a2a;
    margin-bottom: 40px;
    max-height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    display: -webkit-box;
}

.icon__details {
    font-size: 15px;
    color: #ed1c24;
}

    .icon__details a {
        color: #ed1c24;
    }

.post-item {
    padding: 30px 20px;
    width: calc(100% / 3);
    text-decoration: none;
    color: #2b2a2a;
    font: 14px "Roboto Slab";
}

    .post-item:hover {
        text-decoration: none;
        color: #2b2a2a;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
        opacity: .95;
        background-color: #ffffff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    }

    .post-item figure.img {
        margin-bottom: 1rem;
    }

        .post-item figure.img img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            border-radius: 16px;
        }

    .post-item .headline {
        font: bold 16px "UTM Neo Sans Intel";
        color: #193586;
        margin-bottom: 20px;
        display: -webkit-box;
        min-height:18px;
        max-height: 50px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
    }

    .post-item .summary {
        font-size:13px;
        display: -webkit-box;
        max-height: 90px;
        min-height:65px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        text-overflow: ellipsis;
        line-height: 18px;
    }

.group__name {
    font: bold 30px "UTM Neo Sans Intel";
    line-height: 1.1;
    text-transform: uppercase;
    color: #193586;
    margin-bottom: 40px;
    display: flex;
    align-items:center;
}

    .group__name .icon__group img {
        height: 75px;
        object-fit: cover;
    }

    .group__name h1 {
        margin: 0;
        font: bold 30px "UTM Neo Sans Intel";
        line-height: 1.1;
        text-transform: uppercase;
    }

.title__name {
    font: bold 30px "UTM Neo Sans Intel";
    line-height: 1;
    color: #193586;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
}

    .title__name .icon__group img {
        height: 75px;
        object-fit: contain;
    }

    .title__name h1 {
        margin: 0;
        font: bold 30px "UTM Neo Sans Intel";
        line-height: 1;
    }

.main-header {
    display: block;
    width: 100%;
    height: 110px;
    background-color: transparent;
    position: relative;
    z-index: 10;
}

    .main-header.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(25, 53, 134, 0.9);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        z-index: 10;
    }

        .main-header.is-fixed:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: calc(40% - 35px);
            height: 100%;
            background-color: #f0f0f1;
            transform: skewX(45deg) translateX(-10%);
            -webkit-transform: skewX(45deg) translateX(-10%);
            -moz-transform: skewX(45deg) translateX(-10%);
            z-index: -1;
        }

    .main-header .header__wrapper {
        display: flex;
        width: 100%;
        height: 110px;
        align-self: center;
        padding-top: 30px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

        .main-header .header__wrapper .logo {
            display: flex;
            justify-content: flex-start;
            align-self: stretch;
        }

            .main-header .header__wrapper .logo img {
                object-fit: contain;
                padding-top: -12px;
            }

        .main-header .header__wrapper .menu {
            margin-left: auto;
            display: flex;
            justify-content: flex-end;
            padding-top: 20px;
        }

        .main-header .header__wrapper .btn-toggle__mobile {
            display: none;
        }

.nav__menu--primary {
    display: flex;
    justify-content: flex-end;
}

    .nav__menu--primary li.nav-item {
        margin: 0 25px;
        position: relative;
    }

        .nav__menu--primary li.nav-item:hover .has__child-link:before {
            transform: translateX(-50%) scaleX(1);
            -webkit-transform: translateX(-50%) scaleX(1);
            -moz-transform: translateX(-50%) scaleX(1);
        }

        .nav__menu--primary li.nav-item:hover .nav__submenu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transition: transform 0.3s ease-in-out;
            -webkit-transition: transform 0.3s ease-in-out;
            -moz-transition: transform 0.3s ease-in-out;
        }

        .nav__menu--primary li.nav-item .link {
            display: inline-block;
            padding: 5px 3px;
            font: 14px "UTM Neo Sans Intel";
            text-transform: uppercase;
            text-decoration: none;
            color: #fdfdfe;
            position: relative;
        }

            .nav__menu--primary li.nav-item .link:before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 100%;
                height: 3px;
                background-color: #ed1c24;
                transform-origin: center;
                transform: translateX(-50%) scaleX(0);
                -webkit-transform: translateX(-50%) scaleX(0);
                -moz-transform: translateX(-50%) scaleX(0);
                transition: transform 0.3s ease-in-out;
                -webkit-transition: transform 0.3s ease-in-out;
                -moz-transition: transform 0.3s ease-in-out;
            }

            .nav__menu--primary li.nav-item .link:hover:before {
                transform: translateX(-50%) scaleX(1);
                -webkit-transform: translateX(-50%) scaleX(1);
                -moz-transform: translateX(-50%) scaleX(1);
            }

            .nav__menu--primary li.nav-item .link.active {
                z-index: 1;
            }
        .nav__menu--primary li.nav-item .link.active:before {
            transform: translateX(-50%) scaleX(1);
            -webkit-transform: translateX(-50%) scaleX(1);
            -moz-transform: translateX(-50%) scaleX(1);
        }

                .nav__menu--primary li.nav-item .link.active:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: #ed1c24;
                    transform-origin: bottom center;
                    transform: scaleY(0.1);
                    -webkit-transform: scaleY(0.1);
                    -moz-transform: scaleY(0.1);
                    transition: transform 0.3s ease-in-out;
                    -webkit-transition: transform 0.3s ease-in-out;
                    -moz-transition: transform 0.3s ease-in-out;
                    z-index: -1;
                }

                .nav__menu--primary li.nav-item .link.active:hover:after {
                    transform: scaleY(1);
                    -webkit-transform: scaleY(1);
                    -moz-transform: scaleY(1);
                }

                .nav__menu--primary li.nav-item .link.has__child-link i, .nav__menu--primary li.nav-item .link.has__child-link svg {
                    margin-left: 7px;
                    color: #ed1c24;
                }
            .nav__menu--primary li.nav-item .link.has__child-link i, .nav__menu--primary li.nav-item .link.has__child-link.active:hover svg {
                color: #fff;
            }
        .nav__menu--primary li.nav-item .nav__submenu {
            visibility: hidden;
            opacity: 0;
            transform: translateY(10px);
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            position: absolute;
            top: 100%;
            left: 0;
            display: block;
            list-style: none;
            background-color: #ffffff;
            border-radius: 2px;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
            width: 230px;
            height: auto;
            margin: 0;
            padding: 8px;
        }

            .nav__menu--primary li.nav-item .nav__submenu .item-submenu {
                margin: 0 0 10px 0;
                border-bottom: 1px solid #cbc8c8;
            }

                .nav__menu--primary li.nav-item .nav__submenu .item-submenu .link-sub {
                    font: 14px "UTM Neo Sans Intel";
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #2b2a2a;
                    padding: 7px;
                    text-align: left;
                    width: 100%;
                    display: inline-block;
                }

                    .nav__menu--primary li.nav-item .nav__submenu .item-submenu .link-sub:hover {
                        color: #fdfdfe;
                        background-color: rgba(237, 28, 36, 0.4);
                    }

.menu__mobile {
    display: none;
}

.main-footer {
    padding-top: 50px;
    padding-bottom: 20px;
}

    .main-footer .main-footer__wrapper {
        display: flex;
    }

        .main-footer .main-footer__wrapper .footer__info {
            width: 30%;
            margin-top: 30px;
        }

        .main-footer .main-footer__wrapper .footer__bottom {
            width: 70%;
            margin-top: 30px;
            margin-left: 40px;
        }

.footer__info .logo__footer {
    padding: 13px 0;
}

    .footer__info .logo__footer img {
        object-fit: cover;
    }

.footer__info .address__info .company {
    font: 15px "UTM Neo Sans Intel";
    text-transform: uppercase;
    color: #f0f0f1;
    margin-bottom: 20px;
    display: inline-block;
}

.footer__info .address__info .info {
    display: block;
    padding-left: 18px;
    border-left: 2px solid #f0f0f1;
    margin: 0;
}

    .footer__info .address__info .info .another {
        font: 14px "UTM Neo Sans Intel";
        color: #fff;
        display: block;
    }

        .footer__info .address__info .info .another a {
            color: #fff;
            text-decoration: none;
        }

        .footer__info .address__info .info .another.address {
            margin-bottom: 8px;
        }

.footer__info .address__info .copyright__mobile {
    display: none;
}

.footer__bottom .footer__contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
    padding: 6px 0;
    flex: 1 1 0%;
    border-bottom: 4px solid #ed1c24;
}

    .footer__bottom .footer__contact .phone {
        margin-right: 15px;
    }

        .footer__bottom .footer__contact .phone .hotline {
            font: 14px "UTM Neo Sans Intel";
            text-transform: uppercase;
            color: #080808;
            margin-bottom: 0;
        }

            .footer__bottom .footer__contact .phone .hotline a {
                font: bold italic 25px "Myriad Pro Condensed";
                text-transform: none;
                color: #d60610;
                margin-left: 5px;
            }

                .footer__bottom .footer__contact .phone .hotline a:hover {
                    text-decoration: none;
                }

    .footer__bottom .footer__contact .social__network {
        display: flex;
        align-items: center;
    }

        .footer__bottom .footer__contact .social__network span {
            font: 14px "UTM Neo Sans Intel";
            text-transform: uppercase;
            color: #080808;
            margin-right: 12px;
        }

        .footer__bottom .footer__contact .social__network .social-item {
            width: 28px;
            height: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 4px;
            border: 1px solid transparent;
            border-radius: 50%;
            background-color: #000000;
            color: #ffffff;
        }

.footer__bottom .footer__right .menu__footer {
    padding: 30px 0;
    width: 80%;
    margin-left: auto;
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}

    .footer__bottom .footer__right .menu__footer .group:nth-child(1) {
        width: 40%;
    }

    .footer__bottom .footer__right .menu__footer .group:nth-child(2) {
        width: 60%;
    }

    .footer__bottom .footer__right .menu__footer .group .bold {
        font: bold 13px "UTM Neo Sans Intel";
        text-transform: uppercase;
        color: #3b3b3b;
        margin-bottom: 20px;
        position: relative;
        padding-left: 10px;
        display: inline-block;
    }

        .footer__bottom .footer__right .menu__footer .group .bold:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: #ed1c24;
        }

    .footer__bottom .footer__right .menu__footer .group .list__menu-footer {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }

        .footer__bottom .footer__right .menu__footer .group .list__menu-footer .nav-item {
            width: 50%;
            margin-bottom: 5px;
        }

            .footer__bottom .footer__right .menu__footer .group .list__menu-footer .nav-item .link-f {
                font: 14px "UTM Neo Sans Intel";
                color: #5f5d5b;
                display: flex;
            }

.menu__footer {
    display: flex;
}

    .menu__footer .list__menu-footer {
        display: flex;
    }

.copyright {
    width: 80%;
    padding-top: 15px;
    border-top: 1px solid #e3e1e1;
    margin-left: auto;
    display: flex;
    font: 14px "UTM Neo Sans Intel";
    color: #9a9191;
}

    .copyright a {
        color: #9a9191;
        text-decoration: none;
    }

    .copyright .design-by {
        margin-left: auto;
    }

.btn-link, .btn-submit {
    font: 14px "UTM Neo Sans Intel";
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #f0f0f1;
    padding: 12px 50px;
    border-radius: 4px;
    background-color: #ed1c24;
    cursor: pointer;
    position: relative;
}

    .btn-link:before, .btn-submit:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 85%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        color: #ffffff;
        margin-top: 1px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
    }

    .btn-link:focus, .btn-submit:focus {
        outline: none;
    }

    .btn-link:hover, .btn-submit:hover {
        color: #ffffff;
        text-decoration: none;
    }

.swiper-custom-button-next, .swiper-custom-button-prev {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #faf8f8;
    position: relative;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .swiper-custom-button-next:before, .swiper-custom-button-prev:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        color: #c2bfbf;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    .swiper-custom-button-next:focus, .swiper-custom-button-prev:focus {
        outline: none;
    }

    .swiper-custom-button-next:hover:before, .swiper-custom-button-prev:hover:before {
        color: #ed1c24;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .swiper-custom-button-next.swiper-button-disabled, .swiper-custom-button-prev.swiper-button-disabled {
        opacity: .5;
        cursor: not-allowed;
    }

    .swiper-custom-button-next:before {
        content: '\f0d9';
    }

    .swiper-custom-button-prev:before {
        content: '\f0da';
    }

.btn-submit {
    border-style: solid;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.breadcrumb-wrapper .breadcrumb {
    padding: 15px 10px;
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
}

    .breadcrumb-wrapper .breadcrumb li {
        padding-left: 12px;
        font: 14px "UTM Neo Sans Intel";
        text-transform: uppercase;
        color: #000000;
    }

        .breadcrumb-wrapper .breadcrumb li:first-child {
            position: relative;
            padding-left: 24px;
        }

            .breadcrumb-wrapper .breadcrumb li:first-child:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                color: #b6b7b7;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 900;
            }

        .breadcrumb-wrapper .breadcrumb li a {
            text-decoration: none;
            color: #000000;
        }
        .breadcrumb-wrapper .breadcrumb li span {
            padding-left: 10px;
        }

        .breadcrumb-wrapper .breadcrumb li + li::before {
            content: '\f0da';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
        }

.pagi .pagination {
    justify-content: center;
}

    .pagi .pagination .page-item {
        margin-right: 6px;
    }

        .pagi .pagination .page-item:first-child .page-link, .pagi .pagination .page-item:last-child .page-link {
            border-radius: 0;
        }

        .pagi .pagination .page-item .page-link {
            padding: 8px 10px;
            font: 18px "Myriad Pro";
            color: #193586;
        }

            .pagi .pagination .page-item .page-link:focus {
                outline: none;
            }

            .pagi .pagination .page-item .page-link.active {
                background-color: #193586;
                color: #ffffff;
                cursor: pointer;
            }

.banner {
    margin-top: 35px;
}

    .banner img {
        width: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.sidebar {
    margin-top: 200px;
}

    .sidebar.details {
        margin-top: 400px;
    }

    .sidebar .title__group {
        text-align: left;
    }

    .sidebar .list__post--related {
        display: block;
    }

        .sidebar .list__post--related .post-item {
            display: block;
            width: 100%;
            padding: 0;
            margin-bottom: 15px;
        }

            .sidebar .list__post--related .post-item:hover {
                background-color: transparent;
                box-shadow: none;
            }

            .sidebar .list__post--related .post-item figure.img img {
                height: 200px;
            }

.contact-footer {
    padding: 30px 0;
}

    .contact-footer .logan {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        font: 14px "Roboto Slab";
        color: #2b2a2a;
        margin-bottom: 25px;
    }

.form-footer {
    width: 80%;
    margin: 0 auto;
}

    .form-footer .form-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        flex: 1 1 0%;
    }

        .form-footer .form-group label {
            width: 150px;
            display: inline-block;
            margin: 10px 0 0 0;
            font: 14px "Roboto Slab";
            color: #3a3939;
        }

        .form-footer .form-group .form-control {
            width: calc(100% - 150px);
            height: 45px;
            border-radius: 0;
        }

        .form-footer .form-group textarea.form-control {
            height: 230px;
        }

        .form-footer .form-group .left {
            width: 150px;
        }

        .form-footer .form-group span {
            font: italic 12px "Roboto Slab";
            color: #ed1c24;
            margin-top: 10px;
        }

    .form-footer .row__group {
        display: flex;
    }

        .form-footer .row__group .form-group {
            width: 50%;
        }

            .form-footer .row__group .form-group:nth-child(2) label {
                text-align: center;
            }

.advertisement {
    padding: 30px 0;
    margin-bottom: 50px;
}

    .advertisement .list-advertisement .adv__item {
        display: flex;
        align-items: center;
        align-self: stretch;
        text-decoration: none;
    }

        .advertisement .list-advertisement .adv__item .adv__info {
            display: block;
            width: 40%;
            padding-left: 20px;
        }

            .advertisement .list-advertisement .adv__item .adv__info .headline {
                display: block;
                font: bold italic 42px "Myriad Pro Condensed";
                line-height: 45px;
                color: #193586;
            }

            .advertisement .list-advertisement .adv__item .adv__info .summary {
                padding: 20px 0;
                font: 14px "Roboto Slab";
                color: #2b2a2a;
            }

        .advertisement .list-advertisement .adv__item .media {
            width: 60%;
            display: flex;
            justify-content: flex-end;
        }

            .advertisement .list-advertisement .adv__item .media .media__content {
                display: none;
                margin: 25px;
                position: relative;
                z-index: 1;
                border-radius: 12px;
                width: 100%;
            }

                .advertisement .list-advertisement .adv__item .media .media__content iframe {
                    width: 100% !important;
                    height: 356px;
                    object-fit: cover;
                    border-radius: 12px;
                    -webkit-box-shadow: rgba(0, 0, 0, 0.8) -7px 0 22px;
                    -moz-box-shadow: rgba(0, 0, 0, 0.8) -7px 0 22px;
                    box-shadow: rgba(0, 0, 0, 0.8) -7px 0 22px;
                }

            .advertisement .list-advertisement .adv__item .media .media__overlay {
                width:100%;
                margin: 25px;
                position: relative;
                z-index: 1;
                border-radius: 12px;
                -webkit-box-shadow: rgba(0, 0, 0, 0.8) -7px 0 22px;
                -moz-box-shadow: rgba(0, 0, 0, 0.8) -7px 0 22px;
                box-shadow: rgba(0, 0, 0, 0.8) -7px 0 22px;
            }

                .advertisement .list-advertisement .adv__item .media .media__overlay:hover:after {
                    opacity: 1;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                }

                .advertisement .list-advertisement .adv__item .media .media__overlay:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.1);
                    cursor: pointer;
                    opacity: 0.8;
                    z-index: 2;
                }

                .advertisement .list-advertisement .adv__item .media .media__overlay:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 76px;
                    height: 76px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    align-self: center;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    font-family: 'Font Awesome 5 Pro';
                    font-weight: 900;
                    padding-left: 7px;
                    font-size: 32px;
                    border-radius: 50%;
                    border: 1px solid #f0f0f1;
                    color: #f0f0f1;
                    cursor: pointer;
                    opacity: 0.8;
                    z-index: 3;
                }

                .advertisement .list-advertisement .adv__item .media .media__overlay img {
                    width: 100%;
                    height: 356px;
                    object-fit: cover;
                    border-radius: 12px;
                }

    .advertisement .row_adv {
        display: flex;
    }

        .advertisement .row_adv .error {
            width: 40%;
        }

        .advertisement .row_adv .button__control {
            width: 60%;
            margin-left: 40px;
        }

.abouts-us {
    padding: 30px 0;
}

    .abouts-us .adbout-us__wrapper {
        display: flex;
        padding-top: 62px;
        padding-bottom: 22px;
        margin: 50px 0;
        position: relative;
        z-index: 1;
    }

        .abouts-us .adbout-us__wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 30%;
            height: 100%;
            background-image: url(../images/background/2.jpg);
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border-radius: 20px;
            z-index: -1;
        }

        .abouts-us .adbout-us__wrapper .picture {
            width: 50%;
        }

            .abouts-us .adbout-us__wrapper .picture img {
                width: 85%;
                height: 100%;
                margin-left: auto;
                display: block;
                object-fit: cover;
                border-radius: 12px;
            }

        .abouts-us .adbout-us__wrapper .content {
            width: 50%;
            padding: 0 40px;
        }

    .abouts-us .picture img {
        width: 100%;
        object-fit: cover;
    }

.typical-products {
    padding: 30px 0;
}

    .typical-products .typical-products__wrapper {
        display: flex;
        position: relative;
        z-index: 1;
    }

        .typical-products .typical-products__wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 210px;
            background-image: url(../images/background/3.jpg);
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border-radius: 20px;
            z-index: -1;
        }

        .typical-products .typical-products__wrapper .content {
            width: 35%;
            padding-right: 40px;
        }

        .typical-products .typical-products__wrapper .slide__root {
            width: 65%;
            padding: 0 30px 0 0;
        }

            .typical-products .typical-products__wrapper .slide__root .btn-control {
                margin-bottom: 12px;
                display: flex;
            }

                .typical-products .typical-products__wrapper .slide__root .btn-control .swiper-custom-button-next {
                    margin-right: 3px;
                }

        .typical-products .typical-products__wrapper .slide__product-typical .article__products {
            display: block;
            width: 100%;
        }

            .typical-products .typical-products__wrapper .slide__product-typical .article__products .images {
                height: 240px;
                margin-bottom: 15px;
            }

                .typical-products .typical-products__wrapper .slide__product-typical .article__products .images img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 12px;
                }

            .typical-products .typical-products__wrapper .slide__product-typical .article__products .text .headline {
                font: bold 16px "UTM Neo Sans Intel";
                margin-bottom: 15px;
                max-height: 24px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .typical-products .typical-products__wrapper .slide__product-typical .article__products .text .headline a {
                    text-decoration: none;
                    color: #193586;
                }

            .typical-products .typical-products__wrapper .slide__product-typical .article__products .text .summary {
                font: 13px "Roboto Slab";
                color: #2b2a2a;
                max-height: 75px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.why-chose-abs {
    padding: 40px 0;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-color: #f0f0f1;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url(../images/background/1.jpg);
}

    .why-chose-abs .title__group-special {
        font: 25.5px "UTM BryantLG";
        text-transform: uppercase;
        color: #fdfcfb;
        margin-bottom: 15px;
        text-align: center;
    }

    .why-chose-abs .summary {
        font: 14px "Roboto Slab";
        color: #fdfcfb;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .why-chose-abs .slide__list-reason {
        padding: 30px 0;
    }

    .why-chose-abs .list-reason .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .why-chose-abs .list-reason .swiper-slide .reason__icon {
            width: 100%;
            width: 120px;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-self: stretch;
            border: 1px solid #f0f0f1;
            border-radius: 50%;
            opacity: 0.8;
            cursor: pointer;
        }

            .why-chose-abs .list-reason .swiper-slide .reason__icon:hover {
                opacity: 1;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
            }

            .why-chose-abs .list-reason .swiper-slide .reason__icon img {
                object-fit: cover;
            }

        .why-chose-abs .list-reason .swiper-slide .name {
            font: 14px "UTM BryantLG";
            line-height: 1;
            text-transform: uppercase;
            color: #fdfcfb;
            margin-top: 15px;
            text-align: center;
        }

    .why-chose-abs .list-reason .next-reason, .why-chose-abs .list-reason .prev-reason {
        display: none;
    }

.blogs-news {
    padding: 30px 0;
}

    .blogs-news .blogs-news__wrapper {
        display: flex;
    }

    .blogs-news .button__views--all {
        display: block;
        margin-top: 15px;
        text-align: center;
    }

.group-main .group-main__wrapper {
    display: flex;
}

    .group-main .group-main__wrapper.contact .group__wrapper {
        width: 80%;
    }

    .group-main .group-main__wrapper.contact .contact__group {
        width: 30%;
        margin-left: 20px;
        margin-top:200px;
    }

    .group-main .group-main__wrapper .group__wrapper {
        width: 70%;
    }

    .group-main .group-main__wrapper .sidebar {
        width: 30%;
    }

.group__wrapper .group-body {
    padding: 0 10px;
    margin-bottom: 50px;
    margin-right: 30px;
}

    .group__wrapper .group-body .summary__group {
        padding: 14px;
        font: bold 15px "Roboto Slab";
        line-height: 20px;
        color: #2b2a2a;
    }

    .group__wrapper .group-body .nav__top {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        border-top: 2px solid #cbc8c8;
        border-bottom: 2px solid #cbc8c8;
    }

        .group__wrapper .group-body .nav__top .push__date {
            font: 12px "Roboto Slab";
            color: #686363;
        }

            .group__wrapper .group-body .nav__top .push__date p {
                margin-bottom: 0;
            }

            .group__wrapper .group-body .nav__top .push__date i, .group__wrapper .group-body .nav__top .push__date svg {
                padding-right: 15px;
                font-size: 16px;
            }

        .group__wrapper .group-body .nav__top .shared__post {
            height: 40px;
            margin-left: auto;
            display: flex;
            align-items: center;
        }

            .group__wrapper .group-body .nav__top .shared__post .fb_iframe_widget {
                height: 100%;
            }

    .group__wrapper .group-body .summary__post {
        padding: 18px 0;
        font: bold 15px "Roboto Slab";
        line-height: 20px;
        color: #2b2a2a;
    }

    .group__wrapper .group-body .body__content {
        font: 15px "Roboto Slab";
        line-height: 20px;
        color: #2b2a2a;
        margin-top:10px;
    }

        .group__wrapper .group-body .body__content img {
            max-width: 100%;
            display: block;
            margin: 5px auto;
        }

        .group__wrapper .group-body .body__content iframe {
            width: 100%;
        }

        .group__wrapper .group-body .body__content .list__gallery {
            margin-bottom: 25px;
        }

            .group__wrapper .group-body .body__content .list__gallery .swiper-slide img {
                width: 100%;
                object-fit: cover;
            }

            .group__wrapper .group-body .body__content .list__gallery .next-gallery, .group__wrapper .group-body .body__content .list__gallery .prev-gallery {
                background-color: rgba(240, 240, 241, 0.6);
            }

.list__blogs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .list__blogs .post-item {
        margin-bottom: 4px;
        padding: 20px 16px;
        width: calc(100% / 2 - 16px);
    }

        .list__blogs .post-item:hover {
            background-color: transparent;
        }

        .list__blogs .post-item:nth-child(2n) {
            margin-right: 0;
        }

.group__wrapper .form-footer {
    width: 100%;
}

    .group__wrapper .form-footer .form-group label {
        width: 80px;
    }

    .group__wrapper .form-footer .form-group .form-control {
        width: calc(100% - 80px);
    }

    .group__wrapper .form-footer .form-group .left {
        width: 80px;
    }

.group-main__wrapper.contact .group-body {
    margin-right: 0;
}

.contact__group .company {
    display: flex;
    font: 15px "UTM Neo Sans Intel";
    line-height: 1;
    text-transform: uppercase;
    color: #2b2a2a;
    margin-bottom: 15px;
}

    .contact__group .company .icon__group {
        padding-right: 5px;
    }

        .contact__group .company .icon__group img {
            height: 30px;
        }

.contact__group .contact__info {
    border-left: 2px solid #ed1c24;
    padding-left: 15px;
    margin-left: 10px;
}

    .contact__group .contact__info .other {
        font: 14px "UTM Neo Sans Intel";
        color: #5f5d5b;
        margin-bottom: 7px;
    }

        .contact__group .contact__info .other a {
            text-decoration: none;
            color: #5f5d5b;
        }

.contact__group .hotline__contact {
    display: flex;
    margin-top: 15px;
}

    .contact__group .hotline__contact .text {
        display: block;
    }

        .contact__group .hotline__contact .text .number {
            font: 14px "UTM Neo Sans Intel";
            line-height: 1;
            text-transform: uppercase;
            color: #5f5d5b;
            margin-bottom: 0;
        }

        .contact__group .hotline__contact .text .nphone {
            font: bold 24px "UTM Neo Sans Intel";
            line-height: 1;
            text-transform: uppercase;
            text-decoration: none;
            color: #d60610;
        }

.maps {
    padding: 60px 0;
}

    .maps .title__group {
        text-align: left;
    }

    .maps .maps-content {
        width: 100%;
    }

        .maps .maps-content iframe {
            width: 100%;
            height: 450px;
            object-fit: cover;
        }
        /*scroll top*/
.scroll-top {
    cursor: pointer;
    visibility: hidden;
    position: fixed;
    bottom: 15px;
    right: 2%;
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 6;
    opacity: .2;
    color: #242424;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

    .scroll-top:hover {
        opacity: 0.8;
    }

    .scroll-top i, .scroll-top svg {
        font-size: 22px;
    }

    .scroll-top.active {
        opacity: 0.8;
        visibility: visible;
        transition: all .4s ease;
    }
