@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/SFUIText/font.css);
@import url(../fonts/Raleway/font.css);
@import url(../js/slick/slick.css);
@import url(../js/slick/slick-theme.css);
@import url(reset.css);

.clear:after,
.all:after {
    content: "";
    display: table;
    clear: both;
}

.clear:before,
.all:before {
    display: table;
    content: " ";
}

::-moz-selection {
    background: rgba(240, 123, 63, 0.5);
}

::selection {
    background: rgba(240, 123, 63, 0.5);
}

body {
    color: black;
    font-family: 'SF UI Text', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #f07b3f;
    }

    a:focus {
        text-decoration: none;
    }

    a > img {
        display: block;
    }

ul {
    list-style: none;
}

.img {
    text-align: center;
}

img {
    max-width: 100%;
}

strong,
.bold {
    font-weight: bold;
}

.all {
    position: relative;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .all {
        width: 100%;
        padding: 0 15px;
    }
}

.center-txt {
    text-align: center;
}

.left-txt {
    text-align: left;
}

.right-txt {
    text-align: right;
}

.f-control {
    font-family: inherit;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background-color: #f8f8f8;
    border: solid 1px #e1e1e1;
    padding: 10px 15px;
    line-height: 20px;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .f-control:focus {
        border-color: rgba(240, 123, 63, 0.3);
    }

    .f-control.pill-control {
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

select.f-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding-right: 25px;
    padding-left: 15px;
    line-height: unset;
}

textarea.f-control {
    height: 100px;
    resize: none;
    padding: 10px 15px;
}

.mn-btn {
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

    .mn-btn.btn-1 {
        display: inline-block;
        background-color: #f07b3f;
        color: white;
        height: 40px;
        line-height: 40px;
        min-width: 170px;
        white-space: nowrap;
    }

        .mn-btn.btn-1:hover {
            background-color: #ea5b12;
        }

    .mn-btn.auto-w {
        min-width: unset;
        padding: 0 20px;
    }

    .mn-btn.gg-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
        font-weight: 500;
        min-width: 150px;
        height: 40px;
        color: white;
        background-color: #ff0000;
        position: relative;
        padding-left: 30px;
        border-radius: unset;
    }

        .mn-btn.gg-btn:hover,
        .mn-btn.gg-btn:focus {
            background-color: #cc0000;
            color: white;
        }

        .mn-btn.gg-btn i {
            color: white;
            font-size: 26px;
            line-height: 1;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 10px;
            text-align: center;
        }

@media screen and (max-width: 600px) {
    .mn-btn.gg-btn {
        width: 140px;
        height: 35px;
    }
}

.mn-btn.cc-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    min-width: 150px;
    height: 40px;
    color: white;
    background-color: #25a55f;
    position: relative;
    padding-left: 30px;
    border-radius: unset;
}

    .mn-btn.cc-btn:hover,
    .mn-btn.cc-btn:focus {
        background-color: #1c7b47;
        color: white;
    }

    .mn-btn.cc-btn i {
        color: white;
        font-size: 26px;
        line-height: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
        text-align: center;
    }

@media screen and (max-width: 600px) {
    .mn-btn.cc-btn {
        width: 140px;
        height: 35px;
    }
}

.mn-btn.btn-right {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: initial;
}

    .mn-btn.btn-right::after {
        font-style: initial;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
        padding-left: 5px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        content: '\f0a9';
        color: #f07b3f;
    }

    .mn-btn.btn-right:hover::after {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

.mn-btn:active {
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}

.scroll-top-link {
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    background: #f8f8f8;
    border: 5px solid #f07b3f;
    color: #ea5b12;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
}

    .scroll-top-link:hover,
    .scroll-top-link:focus {
        border-color: transparent;
        background-color: #f07b3f;
        color: white;
    }

@media screen and (max-width: 650px) {
    .scroll-top-link {
        width: 35px;
        height: 35px;
        padding: 0;
    }

        .scroll-top-link > i {
            -webkit-transform: translate(0, -2px);
            -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
        }
}

.sec-title {
    margin-bottom: 25px;
}

    .sec-title .hd {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: black;
    }

@media screen and (max-width: 500px) {
    .sec-title .hd {
        font-size: 18px;
    }
}

.sec-title .hd::after {
    content: '';
    padding-top: 15px;
    display: block;
    width: 370px;
    max-width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.sec-title2 {
    margin-bottom: 25px;
}

    .sec-title2 .hd {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: black;
    }

@media screen and (max-width: 500px) {
    .sec-title2 .hd {
        font-size: 18px;
    }
}

.supply,
.services,
.commercial-wrap .comm-info,
.commercial-wrap .sec-content,
.comm-info,
.news,
.register,
.contact {
    padding: 70px 0;
}

@media screen and (max-width: 780px) {

    .supply,
    .services,
    .commercial-wrap .comm-info,
    .commercial-wrap .sec-content,
    .comm-info,
    .news,
    .register,
    .contact {
        padding: 40px 0;
    }
}

.white {
    color: white;
}

.black {
    color: black;
}

.color1 {
    color: #f07b3f;
}

.color2 {
    color: #f6c90e;
}

/* HEADER */
#header .navbar-toggle {
    display: none;
    outline: none;
    float: right;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}

    #header .navbar-toggle .icon-bar {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        width: 27px;
        height: 3px;
        border-radius: 1px;
        background-color: black;
    }

        #header .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 5px;
        }

    #header .navbar-toggle.open .icon-bar:nth-child(1) {
        -webkit-transform: translate(-1px, 7px) rotate(-225deg);
        -ms-transform: translate(-1px, 7px) rotate(-225deg);
        transform: translate(-1px, 7px) rotate(-225deg);
    }

    #header .navbar-toggle.open .icon-bar:nth-child(2) {
        opacity: 0;
    }

    #header .navbar-toggle.open .icon-bar:nth-child(3) {
        -webkit-transform: translate(-1px, -9px) rotate(228deg);
        -ms-transform: translate(-1px, -9px) rotate(228deg);
        transform: translate(-1px, -9px) rotate(228deg);
    }

#header .has-dropdown {
    position: relative;
}

    #header .has-dropdown > a::after {
        content: "\f078";
        /* >> Name of the FA free font (mandatory)
              - 'Font Awesome 5 Free' for Regular and Solid symbols;
              - 'Font Awesome 5 Brand' for Brands symbols. */
        font-family: 'Font Awesome 5 Free';
        /* >> Weight of the font (mandatory)
              - 400 for Regular and Brands symbols;
              - 900 for Solid symbols. */
        font-weight: 900;
        /* >> Optional styling: */
        float: right;
        margin-left: 5px;
    }

    #header .has-dropdown:hover .mn-dropdown-menu,
    #header .has-dropdown:focus .mn-dropdown-menu {
        display: block;
        -webkit-transform: perspective(1200px) rotateX(0deg);
        transform: perspective(1200px) rotateX(0deg);
    }

#header .nav-ul .mn-dropdown-menu {
    min-width: 200px;
    position: absolute;
    z-index: 9;
    width: auto;
    top: 100%;
    left: 0;
    display: block;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(1200px) rotateX(-90deg);
    transform: perspective(1200px) rotateX(-90deg);
}

    #header .nav-ul .mn-dropdown-menu li {
        width: 100%;
        margin: 0;
    }

        #header .nav-ul .mn-dropdown-menu li:hover > a,
        #header .nav-ul .mn-dropdown-menu li:focus > a {
            color: #f07b3f;
            background-color: #f8f8f8;
        }

        #header .nav-ul .mn-dropdown-menu li.current-menu-parent > a,
        #header .nav-ul .mn-dropdown-menu li.current-menu-item > a {
            background-color: transparent;
            color: #f07b3f;
        }

.hdt__info-block:not(:last-child) {
    padding-right: 20px;
}

.hdt__auth-block {
    text-transform: uppercase;
    font-size: 13px;
}

    .hdt__auth-block a:hover {
        color: white;
        text-decoration: underline;
    }

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

    .search-form .select-form {
        width: 170px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .search-form .input-form {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .search-form .submit-form {
        display: block;
        background-color: #f6c90e;
        color: white;
        width: 165px;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
    }

        .search-form .submit-form:hover {
            background-color: #c9a408;
        }

@media screen and (max-width: 450px) {
    .search-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .search-form .select-form {
            width: 100%;
            padding-right: unset;
        }

        .search-form .input-form {
            width: calc(100% - 120px);
        }

            .search-form .input-form .f-control {
                border-top: unset;
                border-left: 1px solid #e1e1e1;
            }

        .search-form .submit-form {
            width: 120px;
        }
}

.select-form {
    position: relative;
}

    .select-form .f-control {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        background-color: white;
    }

        .select-form .f-control option {
            color: black;
            font-weight: 600;
        }

    .select-form .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        pointer-events: none;
        color: #f6c90e;
    }

.input-form {
    position: relative;
    overflow: hidden;
}

    .input-form .f-control {
        background-color: white;
        font-size: 14px;
        width: 100%;
        border-left: unset;
        border-right: unset;
    }

#header .hd-top {
    background-color: #f07b3f;
    color: white;
    padding: 12px 0;
}

    #header .hd-top a:hover {
        color: #f6c90e;
    }

#header .hdt__info {
    padding-right: 20px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

#header .hdt__auth {
    float: right;
}

#header .hd-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

#header .logo {
    width: 23%;
    line-height: 0;
    position: relative;
    padding-right: 20px;
    min-width: 180px;
}

    #header .logo a {
        display: inline-block;
    }

    #header .logo .img {
        text-align: left;
    }

    #header .logo img {
        display: block;
        object-fit: contain;
        -o-object-fit: contain;
    }

#header .hd-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#header .search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#header .hot-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #header .hot-line .img {
        width: 25px;
        float: left;
    }

    #header .hot-line img {
        display: block;
    }

    #header .hot-line .ct {
        display: block;
        overflow: hidden;
        color: black;
        padding-left: 5px;
    }

    #header .hot-line .sub {
        font-size: 13px;
    }

    #header .hot-line .main {
        font-weight: 500;
    }

#header .hd-bot {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

#header .nav-ul {
    list-style: none;
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #header .nav-ul li {
        padding: 5px 0;
        border-right: 1px solid #e1e1e1;
    }

        #header .nav-ul li:first-child {
            border-left: 1px solid #e1e1e1;
        }

        #header .nav-ul li:hover > a,
        #header .nav-ul li:focus > a {
            color: #f07b3f;
            background-color: transparent;
        }

        #header .nav-ul li.current-menu-parent > a,
        #header .nav-ul li.current-menu-item > a {
            background-color: transparent;
            color: #f07b3f;
        }

        #header .nav-ul li a {
            display: block;
            color: black;
            font-size: 13px;
            line-height: 24px;
            text-transform: uppercase;
            position: relative;
            text-align: center;
            padding: 5px 20px;
            font-weight: 500;
        }

@media screen and (max-width: 930px) {
    #header .navbar-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }

    #header .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        padding-top: unset;
        z-index: 10;
        display: block;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        background-color: transparent;
    }

    #header .nav-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #header .nav-ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        padding: 5px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        margin: 0;
        padding-bottom: 2rem;
        float: left;
        width: 240px;
        position: relative;
        z-index: 1;
        height: 100%;
        background: white;
        overflow: auto;
    }

        #header .nav-ul li {
            margin: 0;
            padding: 0;
            display: block;
            float: none;
            color: black;
            width: 100%;
            margin: unset;
        }

            #header .nav-ul li a {
                text-align: left;
                color: black;
                width: 100%;
                font-size: 13px;
                padding: 10px;
                border: unset;
            }

            #header .nav-ul li:hover > a,
            #header .nav-ul li:focus > a {
                background-color: transparent;
                color: #f07b3f;
            }

            #header .nav-ul li.has-dropdown a::after {
                content: none;
            }

            #header .nav-ul li.has-dropdown .mn-dropdown-menu {
                position: static;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                background: transparent;
                padding-left: 15px;
                display: block;
                width: auto;
                min-width: unset;
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: 5px 0;
            }

                #header .nav-ul li.has-dropdown .mn-dropdown-menu > li {
                    display: block;
                    list-style: none;
                }

                    #header .nav-ul li.has-dropdown .mn-dropdown-menu > li > a {
                        color: black;
                        padding: 10px 12px;
                    }

                    #header .nav-ul li.has-dropdown .mn-dropdown-menu > li:hover > a {
                        color: #f07b3f;
                        background: #f8f8f8;
                    }

                    #header .nav-ul li.has-dropdown .mn-dropdown-menu > li.current-menu-item > a {
                        color: #f07b3f;
                        background-color: transparent;
                    }

            #header .nav-ul li.active > a,
            #header .nav-ul li.current-menu-item > a,
            #header .nav-ul li.current-menu-parent > a {
                background-color: transparent;
                color: #f07b3f;
            }

    #header .open {
        z-index: 2;
    }

        #header .open + .nav-wrap {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            #header .open + .nav-wrap .nav-overlay {
                opacity: 0.7;
            }
}

/* ========== */
.acc-info {
    position: relative;
}

    .acc-info:hover .status,
    .acc-info:focus .status {
        display: block;
    }

.status {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
}

    .status:hover,
    .status:focus {
        display: block;
    }

    .status .status-wrap {
        position: relative;
        left: 0;
        top: 30px;
        width: 300px;
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        color: black;
        background-color: white;
    }

    .status .status__header {
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

        .status .status__header h4 {
            color: white;
            font-size: 24px;
            z-index: 1;
        }

        .status .status__header::before {
            content: '';
            bottom: 0;
            left: 0;
            background-image: url("../images/status-header-bg.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: absolute;
            width: 100%;
            height: calc(100% + 23px);
        }

    .status .status__body > *:not(.links) {
        padding: 10px 20px;
    }

    .status .status__body > div:nth-child(odd) {
        background-color: #f8f8f8;
    }

    .status .status__body .level__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .status .status__body .level__info .rank {
            font-weight: bold;
        }

    .status .status__body .level__process {
        background: #ebebeb;
        border-radius: 12px;
        height: 20px;
        width: 100%;
        padding: 2px;
        margin: 5px 0;
        overflow: hidden;
    }

        .status .status__body .level__process > span {
            display: block;
            height: 100%;
            max-width: 100%;
            border-radius: 9px;
            background-color: #3ab1c8;
            background-image: -webkit-repeating-linear-gradient(135deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
            background-image: -o-repeating-linear-gradient(135deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
            background-image: repeating-linear-gradient(-45deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
            background-size: 50px 50px;
            background-position: 0 0;
            overflow: hidden;
            -webkit-animation: move 4s linear infinite;
            animation: move 4s linear infinite;
        }

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.status .status__body .balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.status .status__body .balance__number {
    margin-left: 10px;
    font-weight: bold;
}

    .status .status__body .balance__number .vnd {
        color: #2772db;
    }

    .status .status__body .balance__number .cny {
        color: #3ab1c8;
    }

.status .status__body .links > a {
    padding: 10px 20px;
    display: block;
    text-align: start;
}

    .status .status__body .links > a i {
        float: right;
        line-height: 2;
        color: #2772db;
    }

    .status .status__body .links > a:hover {
        background-color: #2772db;
        color: white;
    }

        .status .status__body .links > a:hover > i {
            color: white;
        }

.status .status__footer .ft-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: unset;
    background-color: #d62d20;
    color: white;
    text-align: center;
}

    .status .status__footer .ft-btn:hover {
        background-color: #aa2419;
    }

@media screen and (max-width: 650px) {
    .status .status__header {
        overflow: hidden;
    }
}

@media screen and (max-width: 500px) {
    .status {
        right: 0;
    }
}

/* ====== */
/* MAIN */
.banner {
    background-image: url("../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .banner .banner-entry {
        min-height: 580px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media screen and (max-width: 50px) {
    .banner .banner-entry {
        min-height: 400px;
    }
}

.banner .banner-content {
    width: 100%;
    text-align: center;
}

.banner .banner-title {
    color: white;
    margin-bottom: 15px;
    text-shadow: -2px 3px 10px rgba(0, 0, 0, 0.5);
}

    .banner .banner-title .hd {
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
    }

@media screen and (max-width: 780px) {
    .banner .banner-title .hd {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .banner .banner-title .hd {
        font-size: 24px;
    }
}

.banner .addon-button .mn-btn {
    margin: 0 5px 5px 0;
}

.supply {
    border-bottom: 1px solid #e1e1e1;
}

    .supply .sec-content {
        float: left;
        width: 52%;
        padding-right: 30px;
    }

    .supply .supply-desc {
        float: right;
        width: 48%;
    }

@media screen and (max-width: 650px) {
    .supply .sec-content {
        float: none;
        width: 100%;
        padding-right: unset;
        margin-bottom: 25px;
    }

    .supply .supply-desc {
        float: none;
        width: 100%;
    }
}

.supdesc__child:not(:last-child) {
    margin-bottom: 30px;
}

.supdesc__child .desc-hd {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.progess-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    background-color: #ebebeb;
    overflow: hidden;
}

    .progess-bar .progess-fill {
        background-color: #f07b3f;
        display: block;
        height: 100%;
        width: 0;
    }

.services {
    border-bottom: 1px solid #e1e1e1;
}

    .services .sec-title2 {
        text-align: center;
        margin-bottom: 30px;
    }

.list-services {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.serv__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
    .serv__item {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .serv__item {
        width: 100%;
    }
}

.commercial-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .commercial-wrap .comm-info {
        width: 48%;
    }

    .commercial-wrap .sec-content {
        width: 50%;
        padding-left: 30px;
    }

@media screen and (max-width: 780px) {
    .commercial-wrap .comm-info {
        width: 100%;
    }

        .commercial-wrap .comm-info .comm-bg {
            width: 100vw;
            right: -15px;
        }

    .commercial-wrap .sec-content {
        width: 100%;
        padding-left: unset;
    }
}

.comm-info {
    position: relative;
    z-index: 1;
    color: white;
}

    .comm-info .comm-bg {
        position: absolute;
        height: 100%;
        width: 50vw;
        top: 0;
        right: 0;
        background-image: url("../images/global-orange-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .comm-info .hd {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

@media screen and (max-width: 500px) {
    .comm-info .hd {
        font-size: 18px;
    }
}

.comm-info .comm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -40px;
}

.comm-info .comm-detail {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}

    .comm-info .comm-detail .tt {
        font-size: 30px;
        line-height: 1.2;
    }

@media screen and (max-width: 780px) {
    .comm-info .comm-detail .tt {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px) {
    .comm-info .comm-detail .tt {
        font-size: 20px;
    }
}

.present {
    padding: 50px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 500px) {
    .present {
        padding: 30px 0;
    }
}

.list-present {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

@media screen and (max-width: 500px) {
    .list-present {
        margin: 0 -15px -15px;
    }

        .list-present .pre__item {
            margin-bottom: 15px;
        }
}

.pre__item {
    width: 25%;
    padding: 0 15px 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .pre__item .hd {
        font-size: 36px;
        line-height: 1;
        font-weight: 600;
        color: #f07b3f;
        text-align: right;
        margin-right: 15px;
        position: relative;
    }

@media screen and (max-width: 780px) {
    .pre__item .hd {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .pre__item .hd {
        font-size: 24px;
    }
}

.pre__item .hd::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f07b3f;
}

@media screen and (max-width: 780px) {
    .pre__item {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .pre__item {
        width: 100%;
    }
}

.list-news {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.news__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
    .news__item {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .news__item {
        width: 100%;
    }
}

.register {
    background-image: url("../images/register-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .register .reg-content {
        color: white;
        text-align: center;
    }

        .register .reg-content .hd {
            font-size: 20px;
            line-height: 1.4;
            font-weight: bold;
            text-transform: uppercase;
        }

@media screen and (max-width: 500px) {
    .register .reg-content .hd {
        font-size: 18px;
    }
}

.register .reg-button {
    margin-top: 20px;
}

@media screen and (max-width: 500px) {
    .register .reg-content br {
        display: none;
    }
}

.contact {
    border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 600px) {
    .contact .contact-content {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .contact .contact-form {
        float: none;
        width: 100%;
    }
}

.contact-content {
    float: left;
    width: 52%;
    padding-right: 30px;
}

    .contact-content .dt-info {
        margin-bottom: 6px;
    }

        .contact-content .dt-info i {
            color: #f07b3f;
            margin-right: 5px;
        }

.contact-form {
    float: right;
    width: 48%;
}

    .contact-form .form__child {
        margin-bottom: 10px;
    }

.partner {
    padding: 20px 0;
}

.list-brand {
    margin-bottom: -5px;
}

.brand__item {
    float: left;
    width: 11.11%;
    padding: 0 5px;
    margin: 0 0 5px 0;
}

    .brand__item .img img {
        display: block;
        margin: 0 auto;
    }

/* BLOCK CARD ELEMENT */
.serv-card {
    text-align: center;
    position: relative;
    padding: 12px 10px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .serv-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #f49c6e;
        -webkit-transform: scale(0) rotate(5deg);
        -ms-transform: scale(0) rotate(5deg);
        transform: scale(0) rotate(5deg);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .serv-card:hover {
        color: white;
    }

        .serv-card:hover::before {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .serv-card:hover .hd {
            color: white;
        }

        .serv-card:hover .img img {
            mix-blend-mode: color-dodge;
        }

    .serv-card .img {
        margin-bottom: 20px;
    }

        .serv-card .img img {
            margin: 0 auto;
            display: block;
        }

    .serv-card .hd {
        font-weight: bold;
        text-transform: uppercase;
        color: black;
        margin-bottom: 20px;
    }

.news-card .card-bg {
    width: 100%;
    display: block;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

    .news-card .card-bg:hover .bg-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.news-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-card .date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    color: white;
    background-color: #f07b3f;
    line-height: 1;
    text-transform: uppercase;
}

.news-card .ct {
    padding: 15px 10px;
}

.news-card .hd {
    text-align: center;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

/* ====== */
/* FOOTER */
#footer .ft-sys {
    color: white;
    background-color: #f07b3f;
    line-height: 20px;
    padding: 10px 0;
    font-size: 14px;
}

    #footer .ft-sys strong {
        font-size: 14px;
    }

    #footer .ft-sys a:hover {
        color: white;
    }

    #footer .ft-sys .sys-ct {
        padding: 10px 0;
    }

    #footer .ft-sys a img {
        display: initial;
    }

/* ====== */
/* RESPONSIVE */
@media screen and (max-width: 930px) {
    body {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        body.menuin {
            margin-left: 240px;
            margin-right: -240px;
            overflow: hidden;
            height: 100vh;
            width: 100vw;
        }

    #header .hd-main {
        padding: 10px 0;
    }

    #header .nav-ul li {
        border: unset;
    }

        #header .nav-ul li:first-child {
            border: unset;
        }

    #header .hd-bot {
        padding: 25px 0;
    }

    #header .logo {
        position: absolute;
        top: calc(100% + 8px);
        left: 15px;
        padding-right: unset;
        min-width: unset;
        z-index: 1;
        width: auto;
    }

        #header .logo .img {
            height: 50px;
            width: auto;
        }

        #header .logo a {
            height: 100%;
        }

        #header .logo img {
            max-height: 100%;
        }
}

@media screen and (max-width: 780px) {
    #header .hd-right {
        display: block;
    }

    #header .search-form {
        margin: 0 0 8px 0;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    #header .hd-top {
        padding: 5px 0;
    }

    #header .hdt__info {
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }

    #header .hdt__auth {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    body.menuin {
        margin-left: 225px;
        margin-right: -225px;
    }
}

@media screen and (max-width: 400px) {
    #header .hdt__info {
        display: block;
    }

    #header .hdt__info-block:not(:last-child) {
        padding-right: unset;
    }
}

/* ========================== CHILD PAGE ========================== */
/* ====== */
