:root {
    --main-color: #1f4571;
    --sub-color: #ff6b35;
    --font-color: #333333;
}

* {
    transition: all;
    box-sizing: border-box;
}

body,
div,
ul,
li,
section {
    box-sizing: border-box;
}

.w-100 {
    width: 100%;
}

.main-header .header-top .top-left {
    width: 100%;
    padding-right: 0;
}

.main-header .header-top .top-left .info-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .header-top .icofont-address-time {
    width: 16px;
    height: 16px;
}

.auto-container.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.auto-container.w-100 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-widget .icon{
    color: #666666;
    font-size: 18px;
    line-height: 1em;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.main-footer {
    position: relative;
    background-color: var(--main-color);
}

.main-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg-6.png);
    background-size: 120% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.main-footer .list-link li a {
    color: #ffffff;
}

.main-footer .list-link li a:hover {
    color: var(--sub-color);
}

.footer-widget .icon {
    color: #ffffff;
}

.footer-bottom p,
.footer-bottom a {
    color: #ffffff;
}
