a {
    font-family: 'Roboto', sans-serif;
    color: #001452;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.menu span, label {
    font-family: 'Roboto', sans-serif;
    color: #001452;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.container {
    /*max-width: 1170px;*/
    max-width: 1210px;
    margin: auto;
    padding: 0 15px;
    position: relative;
}

.menu-ld {
    z-index: 300;
    position: relative;
}

.menu-ld.r-menu {
    float: right;
}

.menu-ld.r-menu a {
    padding: 0 10px;
}

.menu-ld.r-menu li {
    padding: 0;
    margin: 0 10px;
}

.menu-ld.r-menu li:hover,
.menu-ld.r-menu li.active {
    background: none;
}

.menu-ld.r-menu li:hover a,
.menu-ld.r-menu li.active a {
    color: #EB0D1E;
}

.menu-ld ul {
    font-size: 0;
    list-style-type: none;
}

.menu-ld ul li {
    font-size: 16px;
    font-weight: 500;
    color: #001452;
    display: inline-block;
    line-height: 60px;
    position: relative;
    padding: 0 10px;
    margin: 0 20px;
    transition: all .3s;
}

.menu-ld ul li span {
    color: #EB0D1E;
}

.menu-ld ul li ul {
    display: none;
}

.menu-ld ul li:hover {
    cursor: pointer;
    background-color: #EFEFF1;
}

.menu-ld ul li:hover ul {
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.menu-ld ul li:hover ul:before {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-block;
    content: '';
}

.menu-ld ul li:hover ul li {
    display: block;
    line-height: 40px;
    margin: 0;
    position: relative;
    padding: 0 20px;
    font-weight: 400;
}

.menu-ld ul li:hover ul li:hover {
    background-color: #EFEFF1;
}

.menu-ld ul li:hover ul li:hover:before {
    width: 4px;
    height: 40px;
    background: #EB0D1E;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.menu-ld ul li a {
    transition: all .3s;
    padding: 0;
    display: block;
}

.menu-ld ul li a:hover {
    padding: 0 10px;
}

.top-ld {
    height: 60px;
    display: block;
}

.top-ld .logo-ld {
    float: left;
    top: 12px;
    position: relative;
    margin-right: 30px;
    z-index: 301;
}

@media only screen and (min-width: 980px) and (max-width: 1280px) {
    .menu-ld ul li {
        margin: 0;
    }

    .top-ld .logo-ld {
        margin-right: 30px;
    }
}


/**menu mobile**/
.menu-mobile .icon-mobile {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 303;
    text-align: center;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    display: none;
}

.menu-mobile .icon-mobile span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #000000;
}

.menu-mobile .icon-mobile span:after,
.menu-mobile .icon-mobile span:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: #000000;
    -webkit-transition: transform 250ms ease, top 250ms 250ms ease;
    -o-transition: transform 250ms ease, top 250ms 250ms ease;
    transition: transform 250ms ease, top 250ms 250ms ease;
}

.menu-mobile .icon-mobile span:after {
    top: 6px;
    left: 0;
}

.menu-mobile .icon-mobile span:before {
    top: -6px;
    left: 0;
}

.menu-mobile .icon-mobile.clicked span {
    background: transparent;
}

.menu-mobile .icon-mobile.clicked span:after,
.menu-mobile .icon-mobile.clicked span:before {
    -webkit-transition: top 250ms ease, transform 250ms 250ms ease;
    -o-transition: top 250ms ease, transform 250ms 250ms ease;
    transition: top 250ms ease, transform 250ms 250ms ease;
}

.menu-mobile .icon-mobile.clicked span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-mobile .icon-mobile.clicked span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.board-menu-mobile {
    position: fixed;
    z-index: 302;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 80%;
    max-width: 100%;
    background: #fff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.board-menu-mobile.clicked {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.list-board-menu-mobile {
    position: fixed;
    height: 100%;
    width: 100%;
}

.list-board-menu-mobile ul {
    margin-top: 60px;
}

.list-board-menu-mobile ul label {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 10px;
}

.list-board-menu-mobile ul label:hover {
    background: #EFEFF1;
}

.list-board-menu-mobile ul label:hover:before {
    width: 4px;
    height: 40px;
    background: #EB0D1E;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.list-board-menu-mobile ul li {
    height: 40px;
    overflow: hidden;
    transition: all .3s;
}

.list-board-menu-mobile ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #001452;
}

.list-board-menu-mobile ul li a:hover {
    background: #EFEFF1;
    padding: 0 40px;
}

.list-board-menu-mobile li {
    display: block;
}

.list-board-menu-mobile label.title {
    cursor: pointer;
    transition: all .25s;
    display: block;
    font-weight: 500;
    font-size: 17px;
}

.list-board-menu-mobile input[type="radio"] {
    display: none;
}

.list-board-menu-mobile #mobi:checked+li,
.list-board-menu-mobile #vina:checked+li,
.list-board-menu-mobile #viettel:checked+li,
.list-board-menu-mobile #tangve:checked+li {
    height: 166px;
}

.list-board-menu-mobile #mobi:checked+li,
.list-board-menu-mobile #tangve:checked+li {
    height: 140px;
}

.list-board-menu-mobile #mobi:checked+li label,
.list-board-menu-mobile #vina:checked+li label,
.list-board-menu-mobile #viettel:checked+li label,
.list-board-menu-mobile #tangve:checked+li label {
    background: #EFEFF1;
}

.list-board-menu-mobile #mobi:checked+li label:before,
.list-board-menu-mobile #vina:checked+li label:before,
.list-board-menu-mobile #viettel:checked+li label:before,
.list-board-menu-mobile #tangve:checked+li label:before {
    width: 4px;
    height: 40px;
    background: #EB0D1E;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.partner-ld {
    height: 90px;
    display: block;
    border-bottom: 1px solid #D6D9DB;
}

.partner-ld ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
}

.partner-ld ul li {
    text-align: center;
    justify-content: space-between;
}

.arr-down {
    background: url(../images/arr_down.png) no-repeat top left;
    display: inline-block;
    width: 10px;
    height: 5px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

@media only screen and (max-width: 980px) {
    .menu-ld {
        display: none;
    }

    .menu-mobile .icon-mobile {
        display: block;
    }
}

@media only screen and (max-width: 979px) {
    .menu-mobile .icon-mobile {
        display: block;
    }

    .menu-ld {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 60px);
        background: #fff;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .menu-ld.active {
        left: 0;
    }

    .menu-ld ul {
        padding: 0;
    }

    .menu-ld ul li {
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #EFEFF1;
    }

    .menu-ld ul li:hover {
        background: none;
    }

    .menu-ld ul li:hover ul {
        display: none;
    }

    .menu-ld ul li:hover ul:before {
        display: none;
    }

    .menu-ld ul li.active ul {
        display: block;
        position: relative;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background: #EFEFF1;
    }

    .menu-ld ul li ul li {
        padding: 0 30px;
        border-bottom: none;
    }

    .menu-ld ul li ul li:hover:before {
        display: none;
    }

    .menu-ld.r-menu {
        float: none;
    }

    .menu-ld.r-menu li {
        margin: 0;
        text-align: center;
    }

    .menu-mobile .icon-mobile.active span {
        background: transparent;
    }

    .menu-mobile .icon-mobile.active span:before {
        top: 0;
        transform: rotate(45deg);
        transition: top 250ms ease, transform 250ms 250ms ease;
    }

    .menu-mobile .icon-mobile.active span:after {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 250ms ease, transform 250ms 250ms ease;
    }

    .menu-overlay {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 299;
    }

    .menu-overlay.active {
        display: block;
    }

    /* Menu button styling */
    .menu-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        background: none;
        border: none;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #001452;
        cursor: pointer;
    }

    .menu-button::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid #001452;
        border-bottom: 2px solid #001452;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .menu-button.active::after {
        transform: rotate(-135deg);
    }
}

@media only screen and (max-width: 480px) {
    .top-ld .logo-ld {
        margin-right: 15px;
    }

    .top-ld .logo-ld img {
        max-width: 120px;
        height: auto;
    }

    .menu-ld ul li,
    .menu-ld ul li a {
        font-size: 14px;
        line-height: 50px;
    }

    .menu-ld ul li ul li,
    .menu-ld ul li ul li a {
        line-height: 40px;
    }
}