﻿.main-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

    .main-loading .cssload-container {
        position: absolute;
        left: 0;
        top: 0;
        background: #F8FAFA;
        opacity: 0.8;
        filter: alpha(opacity=80);
        bottom: 0;
        right: 0;
    }

    .main-loading img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
    }
.btn2.active {
    background: #615b54;
}

.titleMenuSub {
    color: #000000;
}

.right-image {
    text-align: right !important;
}

.left-image {
    text-align: left !important;
}

.center-image {
    text-align: center !important;
}

.WrapLanguageDetailNews {
    float: left;
    padding: 12px 0;
    margin-right: 15px;
}

    .WrapLanguageDetailNews .BtnLanguage {
        border: 1px solid #ccc;
        background-color: white;
        padding: 0 6px;
        font-size: 16px;
        line-height: 24px;
        color: #555;
        text-align: center;
    }

        .WrapLanguageDetailNews .BtnLanguage i {
            color: #d94a41;
        }

    .WrapLanguageDetailNews .dropdown-menu > li > a {
        padding: 7.5px 15px;
    }

.liLanguageTranslate {
    padding: 10px 0 0 0;
}

@media (max-width: 1024px) {
    .WrapLanguageDetailNews {
        margin-right: 10px;
    }

    .textSeach {
        display: none;
    }
}

@media (max-width: 767px) {
    .WrapLanguageDetailNews {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .WrapLanguageDetailNews {
        float: none;
        margin: 5px 0 10px 0;
        display: table;
    }

    .liLanguageTranslate {
        padding: 0 0 0 15px;
    }
}

.WrapLanguageDetailNews a {
    display: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    padding: unset !important;
    position: unset !important;
    font-weight: unset !important;
    text-transform: unset !important;
    color: unset !important;
    transition: unset !important;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -ms-transition: unset !important;
    -o-transition: unset !important;
}

.wrapHeader .listMenuMain li a {
    padding: 0 7px;
}

@media (max-width: 991px) {
    .wrapHeader .listMenuMain li a {
        padding: 15px;
    }
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-te-menu-frame {
    max-width: 100% !important;
}

.goog-te-menu2 {
    max-width: 100% !important;
    overflow-x: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}

.contentIntroduce .wrapContent {
    width: 100%;
}

.wrapQa .modal-header {
    justify-content: space-between;
}
.wrapTextItemFAQ img{
    max-width: 100%;
}
.bigBanner .desBanner{
    font-size: 55px;
}
.wrBanner {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .wrapHotNews .rowNews .wrapListNews {
        overflow: auto;
    }
}

/*Rating news*/
.rate {
    position: relative;
    float: left;
    padding: 5px 0 0 0;
}

    .rate span {
        font-size: 14px;
        color: black;
        float: right;
    }

    .rate:not(:checked) > input {
        position: absolute;
        display: none;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #f4dc00;
        margin: 0;
        padding: 0;
        margin-left: 10px;
    }

        .rate:not(:checked) > label:first-child {
            margin-left: 0;
        }

        .rate:not(:checked) > label:before {
            content: "★ ";
        }

        .rate:not(:checked) > label:hover {
            color: #b20000;
        }

            .rate:not(:checked) > label:hover ~ label {
                color: #b20000;
            }

    .rate > input:checked ~ label {
        color: #b20000;
    }

        .rate > input:checked ~ label:hover {
            color: #b20000;
        }

            .rate > input:checked ~ label:hover ~ label {
                color: #b20000;
            }

    .rate > input:checked + label:hover {
        color: #b20000;
    }

        .rate > input:checked + label:hover ~ label {
            color: #b20000;
        }

    .rate > label:hover ~ input:checked ~ label {
        color: #b20000;
    }
.colRanking .number,
.colRanking .total {
    font-style: italic;
    font-size: 24px;
    color: #231F20;
    font-weight: normal;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    display: inline-block;
}

.colRanking .total {
    margin-left: 10px;
}

.colRanking .rate {
    float: right;
}
@media (max-width: 991px) {
    .colRanking .rate {
        float: left;
    }
}

.server-notice {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    z-index: 9999;
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 50%;
    background: #fff;
    padding: 15px 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    min-width: 315px;
    text-align: center
}
.st-close span {
    display: none;
}
.lbNotify {
    font-size: 15px;
    padding-top: 10px;
}

[align="center"]{
    text-align: center;
}
[align="right"] {
    text-align: right;
}
[align="left"] {
    text-align: left;
}