﻿.uti__weather {
    border-width: 6px 1px 1px 1px;
    border-style: solid;
    border-color: #eaebed;
    border-radius: 5px;
    height: 100%
}

.uti__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px
}

    .uti__top .untili-title {
        font-family: "Roboto Condensed";
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 22px;
        text-transform: uppercase;
        color: #a10000
    }

    .uti__top .utili-list {
        display: flex;
        align-items: center
    }

        .uti__top .utili-list .utili-item {
            font-family: "Roboto";
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            line-height: 13px;
            text-transform: uppercase;
            color: #8e9cab;
            padding-right: 12px
        }

            .uti__top .utili-list .utili-item:last-child {
                padding-right: 0
            }

.uti__middle {
    padding: 32px 34px;
    border-radius: 4px;
    background: linear-gradient(#1877F266, #1877F266), url('../../images/utility-bg.jpg');
    background-size: 100% auto;
    background-position: center;
    text-align: center;
    color: #fff;
    font: 600 16px/149% var(--roboto-font);
}

    .uti__middle .utili-city {
        position: relative
    }

        .uti__middle .utili-city .city-top {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin-bottom: 4px
        }

            .uti__middle .utili-city .city-top .name-city {
                font-family: "Roboto";
                font-style: normal;
                font-weight: 700;
                font-size: 22px;
                line-height: 26px;
                letter-spacing: .02em;
                text-transform: capitalize;
                color: #fff;
                margin-right: 12px
            }

            .uti__middle .utili-city .city-top .icon-dow {
                display: inline-flex;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

        .uti__middle .utili-city .city-list {
            position: absolute;
            top: 30px;
            background: #fff;
            border-radius: 3px;
            left: 50%;
            transform: translateX(-50%);
            max-height: 0;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            overflow-y: auto;
            scrollbar-color: #565656;
            scrollbar-width: thin
        }

            .uti__middle .utili-city .city-list::-webkit-scrollbar {
                width: 5px
            }

            .uti__middle .utili-city .city-list::-webkit-scrollbar-thumb {
                background: #ccc
            }

            .uti__middle .utili-city .city-list .search_city {
                width: 100%;
                padding: 10px 40px 10px 10px;
                outline: none;
                border: none;
                background-color: #f7f7f8 !important;
                background: url(https://static.mediacdn.vn/thanhnien.vn/image/Union.svg) 97% 10px no-repeat;
                box-sizing: border-box
            }

            .uti__middle .utili-city .city-list .itemWeather {
                display: flex;
                padding: 10px 12px;
                font-family: "Roboto";
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #333
            }

        .uti__middle .utili-city.show .city-list {
            max-height: 252px;
            border: 1px solid #dbe0e3
        }

    .uti__middle .time {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: .02em;
        color: #fff;
        text-shadow: 0 0 2px rgba(0,0,0,.44);
        padding-top: 4px
    }

    .uti__middle .utili-weather {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px
    }

        .uti__middle .utili-weather .degre {
            display: flex;
            align-items: center;
            padding-left: 12px
        }

            .uti__middle .utili-weather .degre .value {
                font-family: "Roboto";
                font-style: normal;
                font-weight: 800;
                font-size: 44px;
                line-height: 52px;
                letter-spacing: .02em;
                color: #fff;
                padding-right: 4px
            }

            .uti__middle .utili-weather .degre .degre-value .number {
                font-family: "Inter";
                font-style: normal;
                font-weight: 800;
                font-size: 13px;
                line-height: 14px;
                letter-spacing: .02em;
                color: #fff
            }

            .uti__middle .utili-weather .degre .degre-value .text-c {
                font-family: "Roboto";
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 28px;
                letter-spacing: .02em;
                color: #fff
            }

    .uti__middle .utili-city.show .icon-dow {
        transform: rotate(-180deg)
    }

    .uti__middle .weather-title {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 33px;
        letter-spacing: .02em;
        color: #fff;
        text-shadow: 0 0 2px rgba(0,0,0,.44)
    }

    .uti__middle .temper-flex {
        display: flex;
        justify-content: center;
        padding-top: 24px
    }

        .uti__middle .temper-flex .temper-box {
            display: flex;
            margin-right: 24px
        }

            .uti__middle .temper-flex .temper-box:last-child {
                margin-right: 0
            }

            .uti__middle .temper-flex .temper-box .text {
                padding-left: 10px
            }

                .uti__middle .temper-flex .temper-box .text .text-temper {
                    font-family: "Roboto";
                    font-style: normal;
                    font-weight: 500;
                    font-size: 15px;
                    line-height: 22px;
                    color: #fff
                }

                .uti__middle .temper-flex .temper-box .text .des {
                    display: flex
                }

                    .uti__middle .temper-flex .temper-box .text .des .days {
                        font-family: "Roboto";
                        font-style: normal;
                        font-weight: 500;
                        font-size: 15px;
                        line-height: 18px;
                        color: #fff
                    }

                    .uti__middle .temper-flex .temper-box .text .des .dd {
                        font-family: "Roboto";
                        font-style: normal;
                        font-weight: 700;
                        font-size: 8px;
                        line-height: 10px;
                        text-transform: uppercase;
                        color: #fff;
                        padding-left: 2px
                    }

                .uti__middle .temper-flex .temper-box .text .days {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 15px;
                    line-height: 18px;
                    color: #fff;
                    display: flex
                }

.uti__price-list {
    display: flex;
    padding: 16px 16px 22px 16px;
    justify-content: space-between
}

    .uti__price-list .gas-item {
        background: rgba(161,0,0,.04);
        border-radius: 3px;
        padding: 12px 16px;
        width: 258px;
        margin-right: 12px
    }

        .uti__price-list .gas-item:last-child {
            margin-right: 0
        }

        .uti__price-list .gas-item .title-price {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 11px;
            line-height: 13px;
            text-transform: uppercase;
            color: #a10000
        }

        .uti__price-list .gas-item .box-tt {
            border-top: 1px solid #e9c4c4;
            padding-top: 12px;
            margin-top: 12px
        }

            .uti__price-list .gas-item .box-tt .tt-item {
                display: flex;
                justify-content: space-between;
                padding-bottom: 12px
            }

                .uti__price-list .gas-item .box-tt .tt-item:last-child {
                    padding-bottom: 0
                }

                .uti__price-list .gas-item .box-tt .tt-item .left {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 13px;
                    line-height: 16px;
                    color: #a10000
                }

.uti__page-section .section-title {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #a10000
}

.uti__page-section .uti__weather {
    border: 0;
    padding: 0
}

.uti__page-section .uti__middle {
    margin: 0
}

.uti__tab {
    display: flex;
    margin-bottom: 36px
}

    .uti__tab .utili-item {
        width: 14.285%;
        border-right: 1px solid #ebebeb;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #8e9cab;
        padding: 10px 5px;
        text-align: center
    }

        .uti__tab .utili-item:last-child {
            border-right: 0
        }

        .uti__tab .utili-item:hover, .uti__tab .utili-item.active {
            box-shadow: 0 0 4px rgba(0,0,0,.16),0 0 12px rgba(0,0,0,.08);
            border-radius: 3px;
            color: #333;
            border-right: 0
        }

.uti__weather-weak {
    margin-top: 10px;
    margin-bottom: 66px
}

    .uti__weather-weak .box-top {
        margin-bottom: 12px
    }

    .uti__weather-weak .box-tab {
        display: flex;
        border-bottom: 1px solid #ebebeb
    }

        .uti__weather-weak .box-tab .item {
            display: flex;
            padding: 10px 12px;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #8e9cab
        }

            .uti__weather-weak .box-tab .item.active {
                border-bottom: 1px solid #333;
                color: #333
            }

    .uti__weather-weak .weather-tab-content {
        position: relative
    }

        .uti__weather-weak .weather-tab-content .swiper-slide {
            height: auto
        }

        .uti__weather-weak .weather-tab-content .box-item {
            background: #fafafa;
            border: 1px solid #ebebeb;
            border-radius: 3px;
            height: 100%;
            padding: 12px;
            text-align: center;
            box-sizing: border-box
        }

            .uti__weather-weak .weather-tab-content .box-item .time {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #333;
                margin-bottom: 10px
            }

            .uti__weather-weak .weather-tab-content .box-item .icon {
                display: block;
                text-align: center;
                margin-bottom: 8px
            }

            .uti__weather-weak .weather-tab-content .box-item .type {
                font-weight: 400;
                font-size: 13px;
                line-height: 15px;
                color: #8e9cab;
                display: block;
                margin-bottom: 18px
            }

            .uti__weather-weak .weather-tab-content .box-item .value {
                font-weight: 700;
                font-size: 19px;
                line-height: 22px;
                color: #333
            }

        .uti__weather-weak .weather-tab-content .weather-day-next, .uti__weather-weak .weather-tab-content .weather-weak-next {
            display: flex;
            position: absolute;
            right: -12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer
        }

        .uti__weather-weak .weather-tab-content .weather-day-prev, .uti__weather-weak .weather-tab-content .weather-weak-prev {
            display: flex;
            position: absolute;
            left: -12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer
        }

.uti__ngoaite {
    margin-bottom: 50px
}

    .uti__ngoaite .box-top {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        color: #8e9cab;
        margin-bottom: 12px
    }

        .uti__ngoaite .box-top .bold {
            color: #333;
            font-weight: 500
        }

        .uti__ngoaite .box-top .box-flex {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .uti__ngoaite .box-top .source {
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
            color: #8e9cab;
            text-transform: capitalize
        }

        .uti__ngoaite .box-top .note {
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
            color: #8e9cab;
            text-transform: capitalize
        }

        .uti__ngoaite .box-top .btn-sellect {
            border: 1px solid #ebebeb;
            border-radius: 3px;
            padding: 0 10px;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
            color: #333;
            height: 36px;
            margin-left: 12px;
            display: inline-flex;
            min-width: 180px;
            background: #fff
        }

    .uti__ngoaite .box-lcp-day {
        background: #fafafa;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        margin-bottom: 12px;
        display: flex
    }

        .uti__ngoaite .box-lcp-day .item {
            width: calc(100%/6);
            padding: 12px;
            text-align: center;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
            color: #8e9cab;
            border-right: 1px solid #ebebeb
        }

            .uti__ngoaite .box-lcp-day .item:last-child {
                border-right: 0
            }

            .uti__ngoaite .box-lcp-day .item.active {
                background: #ebebeb;
                border-right: 1px solid #ebebeb;
                color: #333
            }

            .uti__ngoaite .box-lcp-day .item .day {
                display: block
            }

    .uti__ngoaite .box-middle .table-uti {
        border: 1px solid #ebebeb;
        border-radius: 3px
    }

        .uti__ngoaite .box-middle .table-uti.no-border {
            border-left: 0;
            border-right: 0
        }

        .uti__ngoaite .box-middle .table-uti.gia-vang .buy, .uti__ngoaite .box-middle .table-uti.gia-vang .sell, .uti__ngoaite .box-middle .table-uti.gia-vang .rate {
            width: 160px
        }

        .uti__ngoaite .box-middle .table-uti.gia-vang .code {
            flex: 1;
            text-align: left
        }

        .uti__ngoaite .box-middle .table-uti.xo-so .db .col {
            color: #a10000
        }

        .uti__ngoaite .box-middle .table-uti.xo-so .stt {
            width: 100px;
            text-align: left
        }

        .uti__ngoaite .box-middle .table-uti.xo-so .code {
            flex: 1
        }

        .uti__ngoaite .box-middle .table-uti.xo-so .list-number {
            display: flex;
            align-items: center;
            justify-content: center
        }

            .uti__ngoaite .box-middle .table-uti.xo-so .list-number .number {
                display: block;
                margin: 0 10px
            }

        .uti__ngoaite .box-middle .table-uti.lth .stt {
            width: 100px;
            text-align: left;
            font-weight: 6 0
        }

        .uti__ngoaite .box-middle .table-uti.lth .code {
            flex: 1;
            text-align: left;
            font-weight: 400
        }

        .uti__ngoaite .box-middle .table-uti.lcp .name {
            font-weight: 600;
            font-size: 15px;
            line-height: 20px;
            color: #333;
            width: 280px;
            text-align: left
        }

        .uti__ngoaite .box-middle .table-uti.lcp .type {
            font-weight: 400;
            font-size: 15px;
            line-height: 20px;
            color: #8e9cab;
            width: 140px;
            text-align: right
        }

        .uti__ngoaite .box-middle .table-uti.lcp .time {
            flex: 1;
            text-align: left
        }

    .uti__ngoaite .box-middle .row {
        border-bottom: 1px solid #ebebeb;
        display: flex
    }

        .uti__ngoaite .box-middle .row.header-table {
            background: #8e9cab
        }

            .uti__ngoaite .box-middle .row.header-table .col {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 16px;
                color: #fff;
                padding: 14px 10px
            }

        .uti__ngoaite .box-middle .row:last-child {
            border-bottom: 0
        }

        .uti__ngoaite .box-middle .row .col {
            padding: 16px 10px;
            width: 140px;
            box-sizing: border-box;
            text-align: center;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #333
        }

        .uti__ngoaite .box-middle .row .stt {
            width: 46px
        }

        .uti__ngoaite .box-middle .row .code {
            width: 140px;
            font-weight: 700;
            color: #333
        }

        .uti__ngoaite .box-middle .row .name {
            width: 226px
        }

        .uti__ngoaite .box-middle .row .buyck {
            width: 140px
        }

        .uti__ngoaite .box-middle .row .buytm {
            width: 140px
        }

    .uti__ngoaite .box-middle .box-xoso-tab {
        margin-top: 12px;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #333
    }

        .uti__ngoaite .box-middle .box-xoso-tab .list {
            display: flex
        }

            .uti__ngoaite .box-middle .box-xoso-tab .list .item {
                margin-left: 20px;
                background: #fff;
                border: 1px solid #ebebeb;
                border-radius: 3px;
                padding: 6px 22px;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
                text-align: center;
                color: #333
            }

                .uti__ngoaite .box-middle .box-xoso-tab .list .item.active {
                    background: #f5f5f5;
                    color: #a10000
                }

.img-resize {
    display: block;
    position: relative;
    height: max-content
}

    .img-resize:before {
        padding-bottom: 62.5%;
        content: "";
        display: block
    }

    .img-resize img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
        background-size: cover;
        background-position: center;
        object-fit: cover
    }

.uti__middle .utili-city .city-list.active_box_weather {
    max-height: 252px;
    border: 1px solid #dbe0e3
}

.uti__ngoaite .box-middle .row .stt {
    width: 100px
}

.uti__ngoaite .box-middle .row .code, .uti__ngoaite .box-middle .row .buyck, .uti__ngoaite .box-middle .row .buytm {
    width: 177px;
    flex-shrink: 0
}

.uti__ngoaite .box-top .box-flex .box-right .fillter {
    display: flex
}

    .uti__ngoaite .box-top .box-flex .box-right .fillter .input-time {
        position: relative
    }

        .uti__ngoaite .box-top .box-flex .box-right .fillter .input-time .icon {
            position: absolute;
            right: 5px;
            top: 10px
        }

.uti__ngoaite .table-uti.lth .schedule_item.active .schedule_time {
    color: #a10000;
    animation: zoom-in-zoom-out 2s ease infinite
}

@@keyframes zoom-in-zoom-out {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.uti__ngoaite .box-middle .lcp .row.header-table .col {
    width: max-content
}

.uti__ngoaite .box-middle .table-uti.lcp .film_colpan {
    flex: 1
}

    .uti__ngoaite .box-middle .table-uti.lcp .film_colpan .colpan_sub {
        display: flex;
        align-items: center
    }

        .uti__ngoaite .box-middle .table-uti.lcp .film_colpan .colpan_sub .type {
            flex: 1
        }

.uti__middle .utili-city .city-list .itemWeather {
    cursor: pointer
}

.uti__tab .utili-item:hover, .uti__tab .utili-item.active {
    border-right: 1px solid #ebebeb
}

.uti__tab .utili-item:last-child {
    border-right: 0
}

.mega-menu-btn .mega-menu {
    z-index: 100
}

.mega-menu-btn:hover .icon-bbc .icon-bc {
    display: none
}

.mega-menu-btn:hover .icon-bbc .icon-close {
    display: block
}

.mega-menu-btn .mega-menu .menu-flexs .menu-list-left .item-left .cnt-link:hover, .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-bottom .link-text:hover {
    color: #a10000
}

.mega-menu-btn {
    text-transform: unset !important
}

    .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-top .title, .mega-menu-btn .mega-menu .menu-flexs .menu-list-left .item-left .title, .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-bottom .title {
        display: block
    }

    .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-bottom .network a:first-child:hover {
        border-color: #3c74ef
    }

        .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-bottom .network a:first-child:hover svg path {
            fill: #3c74ef
        }

    .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-bottom .network a:last-child:hover {
        border-color: #f42e1c
    }

        .mega-menu-btn .mega-menu .menu-flexs .menu-list-right .right-bottom .network a:last-child:hover svg path {
            fill: #f42e1c
        }

.uti__weather-weak .weather-tab-content .box-item .icon {
    height: 36px
}

.kqxs-item-display {
    cursor: pointer
}
