
body {
    font-family: Roboto;
}

ul li {
    list-style-type: none;
}

.boxall ul {
    margin-bottom: unset;
}

img {
    width: 100%;
}

a {
    text-decoration: none !important;
}

.ms-ToolPaneOuter img {
    width: auto !important;
}

.ms-core-menu-list img {
    width: 15px !important;
    height: 15px !important;
    display: none;
}

.ms-core-menu-list ul {
    position: relative;
    display: flex;
}

.ms-core-menu-icon {
    display: none;
}

.ms-core-webpartadder img {
    width: auto !important
}


/* WorkSans, WorkSansRegular,  Roboto, RobotoMedium, RobotoLight, RobotoBlack, RobotoBold, Orbitron */

@font-face {
    font-family: Merriweather;
    src: url(../fontfamily/Merriweather/Merriweather-Regular.ttf);
}

@font-face {
    font-family: MerriweatherLight;
    src: url(../fontfamily/Merriweather/Merriweather-Light.ttf);
}

@font-face {
    font-family: MerriweatherBlack;
    src: url(../fontfamily/Merriweather/Merriweather-Black.ttf);
}

@font-face {
    font-family: HelveticaNeue;
    src: url(../fontfamily/HelveticaNeue/HelveticaNeueRegular/helvetica-neue-regular.ttf);
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url(../fontfamily/HelveticaNeue/HelveticaNeueRegular/helvetica-neue-medium.ttf);
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url(../fontfamily/HelveticaNeue/HelveticaNeueRegular/helveticaneueultralight.ttf);
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(../fontfamily/HelveticaNeue/HelveticaNeueRegular/helvetica-neue-bold.ttf);
}

@font-face {
    font-family: UTMSign;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    /* src: url(../fontfamily/static/WorkSans-Bold.ttf); */
    src: url(../fontfamily/UTM-Bebas/UTMA&SHeartbeat_1.ttf);
}

@font-face {
    font-family: UTMBebas;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    /* src: url(../fontfamily/static/WorkSans-Bold.ttf); */
    src: url(../fontfamily/UTM-Bebas/UTM-Bebas.ttf);
}

@font-face {
    font-family: WorkSans;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    /* src: url(../fontfamily/static/WorkSans-Bold.ttf); */
    src: url(../fontfamily/static/WorkSans-Bold.ttf);
}

@font-face {
    font-family: WorkSansRegular;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/static/WorkSans-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoMedium;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoLight;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: RobotoBlack;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoBold;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Bold.ttf);
}


/* .boxall {
    background: url("../img/templ.png");
    background-size: 100% auto;
} */

.containerbanner {
    display: flex;
    height: 157px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    background: url("../img/bannertop.png");
    background-size: 100% 100%;
}

    .containerbanner .Bannerleft {
        justify-content: space-between;
        padding-left: 33px;
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
    }

        .containerbanner .Bannerleft img {
            width: 55%;
        }

.boxchuyenmuctin .Tittin a {
    font-size: 21px;
}

button.navbar-toggler:focus {
    box-shadow: unset;
}

.vmenu {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: white;
}

.main-menu div.show {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    margin-top: 35px;
}

    .main-menu div.show ul li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

        .main-menu div.show ul li:hover {
            width: 100%;
            background-color: #aae7e9;
        }

.main-menu {
    position: relative;
}

.menumobi,
.custom-menu-mobile,
.formobides
 {
    display: none ;
}

.searchbox input {
    display: none;
}

.searchbox i {
    color: #d1383d;
    font-size: 25px;
}

.main-menu img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.searchbox {
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
}

.main-menu ul {
    padding-left: unset;
    margin-bottom: unset;
    display: flex;
    align-items: center;
    height: 100%;
}

    .main-menu ul li {
        height: 100%;
        padding: 0px 10px;
    }

        .main-menu ul li a {
            color: #d1383d;
            font-family: RobotoBold;
            text-transform: uppercase;
            font-size: 20px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: .5rem 1rem;
        }
            .main-menu ul li:first-child a{
                padding-left:0px;
            }

            .Bannerleft .time {
                padding-bottom: 10px;
                font-size: 17px;
                font-family: 'RobotoMedium';
            }
.contain-weather {
    display: flex;
    gap: 12px;
}

.contain-weather {
    text-align: center;
    font-size: 18px;
}

    .contain-weather p {
        font-family: 'Roboto';
        color: #8d8d8d;
    }

    .contain-weather label {
        color: black;
    }

#img-weather img {
    width: 100%
}

.footer {
    background-color: #a8131b;
}

.contentfooter p.tencong {
    font-size: 21px;
    font-family: 'RobotoMedium';
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

.contentfooter .tencong img {
    width: 95px;
    margin-right: 15px;
}

.footer {
    padding: 50px 0px 10px 0px;
}

.contentfooter img {
    width: 15px;
    margin-right: 10px;
}

    .contentfooter img.chungnhan {
        width: 265px;
        position: absolute;
        right: 0;
        top: 60px;
    }

.nextcen {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
}

    .nextcen img {
        width: 40px;
        border: unset;
        border-radius: unset;
    }

.contentfooter p {
    color: white;
    font-family: RobotoLight;
    margin-bottom: 5px;
}

.contentfooter {
    position: relative;
}
.dropdown-content {
    /*display: none;
    position: absolute;*/
    background-color: #f1f1f1;
    min-width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ec7d00;
    background-color: #fcfaef;
    border-radius: 8px;
    /*max-width: 1000px;*/
}

input.search-input {
    font-family: Roboto !important;
}

.dropdown-content a.dropdown-item:hover {
    color: #c60d0d !important;
}

.dropdown-content .row {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dropdown-content ::-webkit-scrollbar {
    width: 5px;
    right: 10px;
}

.dropdown-content ::-webkit-scrollbar-thumb {
    background: #ec7d00;
    border-radius: 10px;
    width: 5px;
}

.dropdownCha {
    background: #ec7d00;
    color: WHITE !important;
    text-align: center !important;
    margin: 7px;
    border-radius: 4px;
}

.main-menu .dropdown-content a:hover {
    border-bottom: unset !important;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: black;
    font-family: UTMBebas;
    font-size: 18px;
}


/*.dropdown:hover .dropdown-content {
    display: block;
    position: fixed;
}*/

.dropdown:hover .dropbtn {
    color: #3777bc;
}

/*.dropdown:hover {
    background-color: white !important;
}
*/
.hotro {
    height: 50px;
    width: 50px;
    background: red;
    bottom: 40px;
    left: 50px;
    border-radius: 50%;
    z-index: 9999;
    position: fixed;
}

.icon-list:before {
    content: "";
}

.divHoTro {
    transform: scale(0) rotate(0);
    opacity: 0;
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
    bottom: 40px;
    left: 50px;
    z-index: -1;
    position: fixed;
    background-color: #e7dddd;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
}

.fixmenu {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    border-top: 0;
}

.fixmenufull {
    top: 36px !important;
}

.divHoTro::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50px;
    border-top: 12px solid #ffe1d9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.divHoTro .col-sm-10 {
    padding-bottom: 5px;
}

.activeHoTro {
    transform: scale(1) rotate(0);
    opacity: 1;
    box-shadow: 1px 1px 4px 1px #b5a7a7;
    bottom: 100px;
    left: 50px;
    z-index: 9999;
    position: fixed;
    background-color: #ffe1d9;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.btlcenter {
    text-align: center;
}

.hotro .ring {
    position: fixed;
    width: 72px;
    height: 72px;
    z-index: -1;
    bottom: 29px;
    left: 39px;
    opacity: 1;
    border-radius: 100px;
    -webkit-animation: ring 1.8s infinite;
    animation: ring 1.5s infinite;
}

.TinTuc-ThongBao li {
    padding: 15.5px 0px !important;
    min-height: 40px !important;
}

.hotro path {
    transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
    transform: scale(1) rotate(0);
    opacity: 1;
    box-shadow: 0 0 0 rgb(241 241 241 / 0%);
}

.pinkBg {
    color: white;
    background-color: #ed184f !important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.star {
    color: red;
}

#TitleHoTro,
#CauHoiHoTro {
    border: 1px solid #efdede;
    /*box-shadow: 1px 1px 2px 1px #ddd9d9;*/
}

.notiHoTro {
    position: fixed;
    background: #ffe1d9;
    left: 0;
    opacity: 1;
    border-radius: 12px;
    z-index: 9999;
    width: 250px;
    height: 100px;
    bottom: 102px;
    left: 72px;
    display: none;
}

.notiHoTro::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 30px;
    border-top: 12px solid #ffe1d9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.activeNoTi {
    animation: noti 2s ease-in-out 1;
    opacity: 1;
    display: block;
    top: 4%
}

#menutheader {
    padding-right: 0px !important;
    padding-left: 270px !important;
}

.control-nav {
    width: 100% !important;
}

@keyframes ring {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes noti {
    0% {
        opacity: 0;
        top: 100%;
    }
    100% {
        opacity: 1;
        top: 4%;
    }
}

.success-animation {}

.checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.moreMenu {
    position: absolute;
    right: 13%;
    top: 13px;
    z-index: 101;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

/*.icon-ontop {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    right: 50px;
    bottom: 35px;
    z-index: 1000;
    background-color: #c60d0d;
    padding: 8px 10px;
}*/

.icon-ontop i {
    color: white;
}

#show_weather {
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0px;
    width: 100%;
    float: left;
}

.arc2 {
    position: relative;
    z-index: 11
}

.ulvalue {
    border: 1px solid #ededed;
    position: absolute;
    background: #f6f6f6;
    margin: 0;
    width: 300px;
    display: none;
    z-index: 9999;
}

.ulvalue li {
    color: #5a5752;
    cursor: pointer;
    list-style: none;
    width: 50%;
    float: left;
    padding-left: 10px;
}

.ulvalue li:hover {
    background-color: #ccc
}

div.vmenu .boxsearchh {
    display: none;
}

div.topHeader .boxsearchh {
    display: none;
}

.weather span {
    top: -3px;
    position: relative;
    font-size: 12px;
}

.activesearch {
    display: block;
    width: 246px;
}

.activeseemore {
    display: block;
}

.activeMN {
    display: block;
    position: fixed;
}

.arrowDown {
    cursor: pointer;
    padding-right: 20px;
    position: relative
}

.arrowDownicon {
    border-color: #589c74 #fff #fff;
    border-style: solid;
    border-width: 6px;
    cursor: pointer;
    height: 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
}

.weatherItems {
    display: block;
    padding: 2px 0
}

.spName {
    font-weight: 700;
    margin-left: 5px
}

.vbanner .cttdt {
    margin-top: 15px;
    font-size: 26px;
}

.vbanner .dcsvn {
    margin-top: 58px;
    font-size: 36px;
    color: #ea0503;
}

.spValue {
    padding-left: 5px
}

.weather {
    padding-bottom: 5px
}

.txt-left {
    text-align: left !important
}

#container-banner {
    /*background-image: url("/Content/publishing_home/img/Layer 944-2.png");*/
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    background-color: white
}

#image-flag {
    /*padding: 15px 15px 15px 0;*/
    width: 50%;
}

.divimage-flag {
    align-items: center;
    width: 34%;
    display: flex;
    justify-content: center;
    margin-left: 60px;
}

.divAnhBac {
    width: 33%;
    display: flex;
    justify-content: center;
    margin-right: 28px;
}

#AnhBac {
    width: 33%;
}

#container-banner {
    width: 70%;
    padding: 8px 0px 15px 0px;
    margin: 0 auto;
}

#banner_gif .slick-list {
    width: 2280px;
}

#banner_gif .slick-slide img {
    width: 57% !important;
}

#banner_gif .slick-slide p {
    left: 8.6%;
}


/*---------------------------------------UC_Banner responsive---------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    #container-banner {
        height: 55px;
    }
    #image-flag {
        /*  padding: 13px 13px 13px 0;*/
        width: 50%;
    }
    .vbanner {
        margin-top: 0px;
        font-size: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {
    .vbanner p {
        font-size: 24px;
    }
    #container-banner {
        width: 85%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
    }
    .divimage-flag {
        width: 36%;
        margin-left: 15px;
    }
    .divAnhBac {
        width: 22%;
    }
    #image-flag {
        width: 50%;
    }
    #AnhBac {
        width: 57%;
    }
    .vbanner .dcsvn {
        font-size: 32px;
        margin-top: 55px;
    }
    .vbanner .cttdt {
        margin-top: 12px;
    }
}

@media (max-width: 1099px) and (min-width: 995px) {
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 16px;
        left: 3%;
    }
    #container-banner {
        width: 85%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
    }
    .divimage-flag {
        width: 34%;
        margin-left: 30px;
    }
    .divAnhBac {
        width: 20%;
        margin-right: 20px;
    }
    #image-flag {
        width: 50%;
    }
    #AnhBac {
        width: 57%;
    }
    .vbanner .dcsvn {
        font-size: 32px;
        margin-top: 52px;
    }
    .vbanner .cttdt {
        font-size: 24px;
        margin-top: 10px;
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    div.LanhDaoNC {
        width: 20%;
        height: 185px;
    }
}

@media (max-width: 1199px) and (min-width: 997px) {
    div.LanhDaoNC {
        width: 20%;
        height: 150px;
    }
}

@media (max-width: 996px) and (min-width: 801px) {
    /*.BanLDHome p:last-child {
            display: none;
        }*/
    div.LanhDaoNC {
        width: 20%;
        height: 100px;
    }
    div.nopadingleftMini900 {
        padding-left: unset;
    }
    /*div.main-menu ul {
        overflow-x: auto;
    }*/
    .BanCMDHome {
        margin-bottom: 15px;
    }
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 24px;
        /*left: 3%;*/
    }
    .vbanner .dcsvn {
        margin-top: 50px;
        font-size: 32px !important;
    }
    #container-banner {
        width: 100%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
    }
    .divimage-flag {
        width: 41%;
        margin-left: -20px;
    }
    .divAnhBac {
        width: 22%;
        margin-right: 10px;
    }
    #image-flag {
        width: 50%;
    }
    #AnhBac {
        width: 57%;
    }
}

@media (max-width: 801px) and (min-width: 768px) {
    .vbanner .cttdt {
        font-size: 23px;
        margin-top: 0;
    }
    .vbanner .dcsvn {
        font-size: 32px !important;
        margin-top: 32px;
    }
    .BanLDHome p:last-child {
        font-size: 24px;
    }
    .BanLDHome p:first-child {
        font-size: 22px;
    }
    div.nopadingleftMini900 {
        padding-left: unset;
    }
    div.main-menu ul {
        overflow-x: auto;
    }
    .BanCMDHome {
        margin-bottom: 15px;
    }
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 16px;
        left: 3%;
    }
    #container-banner {
        width: 100%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
    }
    .divimage-flag {
        width: 36%;
        margin-left: 20px;
    }
    .divAnhBac {
        width: 20%;
        margin-right: 0;
    }
    #image-flag {
        width: 50%;
    }
    #AnhBac {
        width: 57%;
    }
    #XemThem {
        margin-top: 10px;
    }
    .box-ChucNang img {}
}

@media (max-width: 1480px) and (min-width: 1200px) {
    #menutheader {
        padding-left: unset !important;
    }
    .main-menu {
        width: 95%;
    }
    .menu-full>ul {
        top: 150px;
    }
    ul#homebrcr-menu>li.weather {
        display: none;
    }
    .divimage-flag {
        width: 34%;
        margin-left: 25px;
    }
    .divAnhBac {
        width: 30%;
        margin-right: 8px;
    }
    .vbanner .cttdt {
        font-size: 23px;
        margin-top: 8px;
    }
    .vbanner .dcsvn {
        margin-top: 44px;
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    #menutheader {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 450px) and (min-width:281px) {
    .vbanner .cttdt {
        margin-top: -2px;
    }
    #AnhBac {
        width: 13%;
    }
    #image-flag {
        width: 20%;
    }
    #XemThem {
        margin-top: 10px;
    }
}

@media (max-width: 280px) {
    #container-banner {
        width: 100%;
    }
    #container-banner .divimage-flag {
        margin-left: 10px;
    }
    .vbanner .cttdt {
        font-size: 13px;
        margin-top: 2px;
    }
    #image-flag {
        width: 35%;
    }
    .vbanner .dcsvn {
        font-size: 14px;
        margin-top: 20px;
    }
    .divAnhBac {
        margin-right: 10px !important;
        width: 33%;
        display: flex;
        justify-content: end;
    }
    #XemThem {
        margin-top: 10px;
    }
}

@media (max-width: 599px) and (min-width:500px) {
    .box-ChucNang img {
        height: 85px;
    }
    .vbanner .container {
        height: 100%;
    }
    #container-banner {
        width: 85%;
        height: 100%;
    }
    .vbanner .cttdt {
        font-size: 16px;
        margin-top: 7px;
    }
    #image-flag {
        width: 80%;
    }
    .divimage-flag {
        width: 27%;
        margin-left: -20px;
    }
    .vbanner .dcsvn {
        font-size: 20px;
        margin-top: 35px;
    }
    .divAnhBac {
        width: 30%;
        align-items: center;
        margin-right: -15px;
    }
    #AnhBac {
        width: 50%;
    }
}

@media (max-width: 699px) and (min-width:690px) {
    .box-ChucNang img {
        height: 120px;
    }
}

@media (max-width: 499px) and (min-width:451px) {
    .DestopPC {
        height: 410px;
    }
    .box-ChucNang img {
        height: 120px;
    }
    .vbanner .container {
        height: 100%;
    }
    .LanhDaoNC img {
        height: auto;
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
    }
    div.BanLDHome {
        position: unset;
    }
    #container-banner {
        width: 85%;
        height: 100%;
    }
    .vbanner .cttdt {
        font-size: 13px;
        margin-top: 7px;
    }
    #image-flag {
        width: 80%;
    }
    .divimage-flag {
        width: 27%;
        margin-left: -20px;
    }
    .vbanner .dcsvn {
        font-size: 16px;
        margin-top: 35px;
    }
    .divAnhBac {
        width: 30%;
        align-items: center;
        margin-right: -15px;
    }
    #AnhBac {
        width: 50%;
    }
}

@media (max-width: 760px) and (min-width:690px) {
    #btnHoTro {
        display: none;
    }
    .vbanner {
        height: auto;
        margin-bottom: 10px;
    }
    .dropdown-content a {
        font-size: 11px;
        padding: 13px 16px;
    }
    .dropdown-content ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 5px;
    }
    .vbanner .cttdt {
        font-size: 24px;
        margin-top: 0;
    }
    .vbanner .dcsvn {
        margin-top: 38px;
        font-size: 32px;
    }
    div.nopadingleftMini900 {
        padding-left: unset;
    }
    div.main-menu ul {
        overflow-x: auto;
    }
    .BanCMDHome {
        margin-bottom: 15px;
    }
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 16px;
        left: 3%;
    }
    #container-banner {
        width: 100%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
        height: 100%;
    }
    .divimage-flag {
        width: 22%;
        margin-left: 20px;
    }
    .divAnhBac {
        width: 20%;
        margin-right: -10px;
    }
    #image-flag {
        width: 80%;
    }
    #AnhBac {
        width: 57%;
    }
}

@media (max-width: 767px) and (min-width:700px) {
    .ButtonChucNang div.col-md-6 {
        width: 25%;
    }
    .box-ChucNang {
        padding: 25px 20px;
    }
}

@media (max-width: 689px) and (min-width:600px) {
    .vbanner p.dcsvn {
        font-size: 28px;
    }
    .box-ChucNang img {
        height: 120px;
    }
    #btnHoTro {
        display: none;
    }
    .vbanner {
        height: auto;
        margin-bottom: 10px;
    }
    .dropdown-content a {
        font-size: 11px;
        padding: 13px 16px;
    }
    .dropdown-content ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 5px;
    }
    .vbanner .cttdt {
        font-size: 23px;
        margin-top: 0;
    }
    .vbanner .dcsvn {
        margin-top: 34px;
    }
    div.nopadingleftMini900 {
        padding-left: unset;
    }
    div.main-menu ul {
        overflow-x: auto;
    }
    .BanCMDHome {
        margin-bottom: 15px;
    }
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 16px;
        left: 3%;
    }
    #container-banner {
        width: 100%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
        height: 100%;
    }
    .divimage-flag {
        width: 24%;
        margin-left: 20px;
    }
    .divAnhBac {
        width: 20%;
        margin-right: 12px;
    }
    #image-flag {
        width: 80%;
    }
    #AnhBac {
        width: 57%;
    }
    #XemThem {
        margin-top: 10px;
    }
}

@media (max-width: 380px) and (min-width:300px) {
    .DestopPC {
        height: 410px;
    }
    .dropdown-content {
        max-width: 165px;
    }
    .box-ChucNang p {
        font-size: 12px;
    }
    .vbanner p.dcsvn {
        font-size: 13px;
    }
    #btnHoTro {
        display: none;
    }
    .dropdown-content a {
        font-size: 11px;
        padding: 13px 16px;
    }
    .dropdown-content ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 5px;
    }
    .main-menu {
        height: 33px;
    }
    .vbanner .cttdt {
        font-size: 11px;
        margin-top: 7px;
    }
    .vbanner .dcsvn {
        margin-top: 28px
    }
    .LanhDaoNC img {
        height: 246px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 10px;
    }
    div.nopadingleftMini900 {
        padding-left: unset;
    }
    div.main-menu ul {
        overflow-x: auto;
    }
    .BanCMDHome {
        margin-bottom: 15px;
    }
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 16px;
        left: 3%;
    }
    #container-banner {
        width: 100%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
        height: 100%;
    }
    .divimage-flag {
        width: 22%;
        margin-left: 12px;
    }
    .divAnhBac {
        width: 22%;
        margin-right: 0;
    }
    #image-flag {
        width: 80%;
    }
    #AnhBac {
        width: 57%;
    }
    #XemThem {
        margin-top: 10px;
    }
}

@media (max-width: 450px) and (min-width:381px) {
    .TieuDeTin a {
        font-size: 22px;
    }
    .box-ChucNang p {
        font-size: 20px;
    }
    #XemThem {
        margin-top: 10px;
    }
    .vbanner p.dcsvn {
        font-size: 15px;
    }
    #btnHoTro {
        display: none;
    }
    .vbanner {
        height: max-content;
        margin-bottom: 10px;
    }
    .dropdown-content a {
        font-size: 11px;
        padding: 13px 16px;
    }
    .dropdown-content {
        max-width: 165px;
    }
    .dropdown-content ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 5px;
    }
    .vbanner .cttdt {
        font-size: 13px;
        margin-top: 6px;
    }
    .vbanner .dcsvn {
        margin-top: 30px
    }
    .LanhDaoNC img {
        height: 246px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 10px;
    }
    div.nopadingleftMini900 {
        padding-left: unset;
    }
    div.main-menu ul {
        overflow-x: auto;
    }
    .BanCMDHome {
        margin-bottom: 15px;
    }
    .hotro {
        left: 5px;
    }
    .hotro .ring {
        left: -6px;
    }
    #menutheader {
        margin-left: -132px;
        width: 122%;
    }
    #weatherapi {
        display: none;
    }
    .vbanner p {
        font-size: 16px;
        left: 3%;
    }
    #container-banner {
        width: 100%;
        padding: 8px 0px 5px 0px;
        margin: 0 auto;
        height: 100%;
    }
    .divimage-flag {
        width: 27%;
        margin-left: 10px;
    }
    .divAnhBac {
        width: 22%;
        margin-right: 5px;
    }
    #image-flag {
        width: 80%;
    }
    #AnhBac {
        width: 57%;
    }
}
.box-menubottom a {
    color: white;
    font-size: 13px;
    position: relative;
    padding: 0px 15px;
}

div .div-titlee .homelink {
    background-color: #cf0401;
}

.NoiDungTrang div .TitDM a, .NoiDungTrang div .TitNBcolor {
    color: rgb(181 5 0);
}

div .box-menuvb {
    border-top: 2px solid rgb(181 5 0);
}

.NoiDungTrang div .btn-success {
    background-color: rgb(181 5 0);
    border: 1px solid rgb(181 5 0);
}

div .atimkiem {
    background-color: #cf0401;
}

div .social-container li a:hover {
    border: 2px solid rgb(181 5 0);
}
div .divimg2 img{
    aspect-ratio:3/2;
    object-fit:cover;
}
#btnsearch {
    position: absolute;
    right: 5px;
    top: 7px;
}

div .TitVB.active {
    background-color: rgb(181 5 0);
}
.icon-ontop {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    right: 20px;
    bottom: 5px;
    z-index: 1000;
    padding: 8px 10px;
}
.menu-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
}

    /* Chrome, Edge, Safari */
    .menu-scroll::-webkit-scrollbar {
        height: 2px;
    }

    .menu-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .menu-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        .menu-scroll::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

/* Firefox */
.menu-scroll {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
header .header-nav-main li.has-children > ul.nav-dropdown {
    position: absolute !important;
    display: none !important; 
    background-color: #d1383d !important; 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25) !important;
    border-radius: 0 0 6px 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: max-content !important;
    min-height: auto !important;
    max-height: 75vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 99999 !important;
}

    header .header-nav-main li.has-children > ul.nav-dropdown.is-active {
        display: block !important;
        position: fixed !important;
    }

    header .header-nav-main li.has-children > ul.nav-dropdown > li.menu-item {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; 
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

        header .header-nav-main li.has-children > ul.nav-dropdown > li.menu-item:last-child {
            border-bottom: none !important;
        }

        header .header-nav-main li.has-children > ul.nav-dropdown > li.menu-item > a {
            display: block !important;
            padding: 12px 20px !important;
            color: #ffffff !important;
            font-family: RobotoBold, sans-serif !important;
            font-size: 20px !important;
            font-weight: bold !important;
            white-space: normal !important;
            word-wrap: break-word !important;
            text-transform: uppercase !important;
            transition: all 0.2s ease !important;
            background-color: transparent !important;
            line-height: 1.5 !important;
        }

            header .header-nav-main li.has-children > ul.nav-dropdown > li.menu-item > a span,
            header .header-nav-main li.has-children > ul.nav-dropdown > li.menu-item > a i {
                color: #ffffff !important;
                font-family: RobotoBold, sans-serif !important;
                font-weight: bold !important;
            }

        header .header-nav-main li.has-children > ul.nav-dropdown > li.menu-item:hover > a {
            background-color: rgba(0, 0, 0, 0.15) !important; 
            padding-left: 26px !important;
            text-decoration: none !important;
        }
.main-menu {
    padding-right: 52px;
}
