* {
    margin: 0;
    padding: 0;
}

body a {
    font-family: Inter;
}

th,
td,
tr,
span,
p {
    /* font-family: Inter; */
    margin-bottom: 0px;
}

.divimg img,
.divimg52 img {
    width: 100%;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none!important;
}

@font-face {
    font-family: Merriweather;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Merriweather/Merriweather-Regular.ttf);
}

@font-face {
    font-family: MerriweatherLight;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Merriweather/Merriweather-Light.ttf);
}

@font-face {
    font-family: MerriweatherBlack;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Merriweather/Merriweather-Black.ttf);
}

@font-face {
    font-family: Inter;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('../fontfamily/Inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: InterMedium;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('../fontfamily/Inter/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: InterSemibold;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Inter/Inter-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: MerriweatherBold;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('../fontfamily/Inter/Merriweather-Bold.woff2') format('woff2');
}

@font-face {
    font-family: NotoSerif;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/noto-serif/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: NotoSerifMedium;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/noto-serif/NotoSerif-Medium.ttf);
}

@font-face {
    font-family: NotoSerifBold;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/noto-serif/NotoSerif-Bold.ttf);
}

@font-face {
    font-family: RobotoMedium;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Medium.ttf);
}

.colred {
    color: rgb(247, 76, 76);
}

.Inter {
    font-family: Inter !important;
}

.InterMedium {
    font-family: InterMedium !important;
}

.NotoSerif {
    font-family: NotoSerif!important;
}

.NotoSerifMedium {
    font-family: NotoSerifMedium!important;
}

.InterSemibold {
    font-family: InterSemibold !important;
}

.MerriweatherBold {
    font-family: MerriweatherBold!important;
}

.MerriweatherBlack {
    font-family: MerriweatherBlack!important;
}

.Merriweather {
    font-family: Merriweather !important;
}

.fs11px {
    font-size: 11px!important;
}

.fs13px {
    font-size: 13px!important;
}

.fs14px {
    font-size: 14px;
}

.fs15px {
    font-size: 15px;
}

.fs17px {
    font-size: 17px;
}

.fs18px {
    font-size: 18px;
}

.fs19px {
    font-size: 19px;
}

.fs20px {
    font-size: 20px;
}

.fs23px {
    font-size: 23px;
}

.fs31px {
    font-size: 31px;
}

.text-black2 {
    color: #232323;
}

.h-98 {
    height: 99%;
}

.borderradi {
    border-radius: 5px;
}

.bordergray {
    border-bottom: 1px solid lightgray;
}

.colorTiT {
    color: rgb(80, 130, 179);
}

.colorTiT2 {
    color: rgb(184, 0, 0)
}

.colorTiT25 {
    color: #184e96;
}

.colorTiT3 {
    color: rgb(25, 25, 25);
}

.colorTiT4 {
    color: rgb(77 77 77);
    line-height: 1.625;
}

.text-jutify {
    text-align: justify!important;
}

.nentrong {
    background-color: #00000054;
}

.backgray {
    background-color: #e6e6e6;
}

.borderbotwhite {
    border-bottom: 1.5px solid white;
}

.borderright {
    border-right: 2px solid rgb(177, 177, 177);
}

.backg05 {
    background-color: rgb(80, 130, 179);
}

.dashstyle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed lightgray;
}

div .w-65 {
    width: 65%;
}

div .w-35 {
    width: 35%;
}

div.w-63 {
    width: 63%;
}

div.w-37 {
    width: 37%;
}

div.w-45 {
    width: 45%;
}

div.w-55 {
    width: 55%;
}

.divimg2 img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.divimg52 img {
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.minisize35 {
    width: 43px;
    height: 43px;
    object-fit: cover;
    margin-top: -6px;
}

.minisize26 {
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-top: -6px;
}

.minisize8x {
    width: 83px;
    height: 83px;
    object-fit: cover;
    margin-top: 10px;
}

.text-white1 {
    color: white;
}

.fakecol {
    flex: 0 0 auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: var(--bs-gutter-y);
}

.fakerow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: -15px;
    margin-left: -15px;
}


/* -----------------------------------x------------------------------------- */

.vbanner .bannercontent {
    height: 136px;
    background-color: #fdd391;
    background-image: url(../img/bannernenbanner.jpg);
    background-size: 100% 100%;
}

.bgvanila {
    background-color: #fdd391;
    height: 18px;
}

.boxall {
    background-image: url(../img/back.jpg);
}

.bannerweb img {
    width: 71.5%;
    height: auto;
    max-height: 120px;
}

nav.custom-menu-mobile {
    display: none;
}

.main_menu>.header-nav-main>li.has-children {
    position: relative;
}

.main_menu>.header-nav-main>li.has-children::before {
    content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: rgb(184, 0, 0);
    width: 11px;
    height: 7px;
    top: 18px;
    right: 7px;
}

.main_menu .header-nav-main>.menu-item {
    /* margin: 0px 48.5px 0px 0px; */
    padding: 7px 0;
}

.main_menu>.header-nav-main>.menu-item {
    list-style: none;
}

.ps4 {
    padding-left: 30px;
}

.main_menu>.header-nav-main>.has-children:hover ul.nav-dropdown {
    display: block;
    z-index: 10;
    padding-left: 0px !important;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-radius: 0px 0px 5px 5px;
}


/* .main_menu .header-nav-main>li.menu-item:hover {
    background: #dde2e4
} */

.main_menu>.header-nav-main>.has-children:hover ul.nav-dropdown li.menu-item,
.main_menu>.header-nav-main>.has-children:hover ul.nav-dropdown li.menu-item a {
    
    padding: 11px 7px;
    transition: all 0.2s ease;
}

    .main_menu > .header-nav-main > .has-children:hover ul.nav-dropdown li.menu-item {
        background-color: #fff;
    }

    .main_menu > .header-nav-main > .has-children:hover ul.nav-dropdown li.menu-item:hover {
        background-color: rgb(244, 120, 0);
    }

    .main_menu > .header-nav-main > .has-children:hover ul.nav-dropdown li.menu-item:hover,
    .main_menu > .header-nav-main > .has-children:hover ul.nav-dropdown li.menu-item:hover a {
        
        text-decoration: none;
        transition: all 0.2s ease;
        padding-left: 14px;
        color: #fff;
    }

.main_menu>.header-nav-main>li.has-children>.nav-dropdown {
    position: absolute;
    left: 0;
    top: 43px;
    /*min-width: 260px;*/
    background: white;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.main_menu .header-nav-main>li.menu-item:first-child:hover {
    border-radius: 27px 0px 0px 27px;
}

.has-children.menu-item>.nav-dropdown {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 260px;
    display: none;
}

.main_menu .header-nav-main>li.menu-item:first-child {
    margin-left: 0px;
    /*margin-right: 15px;*/
}

.main_menu .header-nav-main>li.menu-item {
    /*margin-right: 60px;*/
    padding: 5px 20px;
}

.main_menu>.header-nav-main>li.has-children>.nav-dropdown>li.menu-item>ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: -100%;
    background: #f1f1f1f1;
    display: none;
}

.main_menu>.header-nav-main>li.has-children>.nav-dropdown>li.menu-item:hover>ul {
    display: block;
    max-width: 235px;
    left: -235px;
}


/* .vmenu {
    height: 45px;
    background: linear-gradient(180deg, rgba(37, 145, 211, 1) 0%, rgba(25, 75, 141, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 2;
    position: relative;
} */

.vmenu {
    height: 43px;
    right: 30px;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.main_menu a span {
    font-family: Inter;
    font-weight: bold;
    font-size: 16px;
}

.main_menu a {
    color: #3e4144;
    font-family: Inter;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}


.menumobi {
    display: none;
}

.danhmucmenu {
    background-color: #147cbe;
    border-radius: 0px 24px 24px 0px;
}

.boxsearch input {
    right: 50px;
    border: 1px solid #b2c8e4;
    border-radius: 5px;
    width: 250px;
    height: 44px;
    top: 6px;
    padding-left: 5px;
    position: absolute;
    z-index: 2;
}

.Khoidangnhap a {
    color: rgb(244, 120, 0);
}

.Khoidangnhap img {
    width: 25px;
    height: 25px;
}

.Khoidangnhap input {
    color: white;
    background-color: rgb(244, 120, 0);
    border: 1px solid rgb(244, 120, 0);
    padding-left: 10px;
    border-radius: 23px;
    height: 30px;
    width: 200px;
}

.Khoidangnhap input::placeholder {
    color: white;
}

.TitToiBat a span {
    background: linear-gradient(180deg, #ffffff, #c7c7c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Khoidangnhap i {
    top: 6px;
    right: 9px;
    color: white;
}

.menumobi i {
    color: #dda856;
    font-size: 16px;
    border: 1px solid #a96801;
    background-color: white;
    border-radius: 3px;
    padding: 3px 4px;
}


/* -------------------------------footer----------------------------------- */

.box-menubottom {
    height: 45px;
}

.footer .borderbot {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.iconmini2 {
    width: 14px;
}

.login-box {
    position: absolute;
    top: 10px;
    right: 0px;
}

.footercontainer {
    background: linear-gradient(0deg, rgba(216, 215, 212, 1) 0%, rgba(254, 254, 254, 1) 73%);
}

.footercontainer img {
    width: 32px;
    margin-top: -2px;
}

.nguonwweb {
    background: linear-gradient(0deg, rgb(120 3 4) 0%, rgb(191 32 36) 73%);
}

.LienKetFooter select {
    width: 100%;
    height: 37px;
    border: 1px dashed #b80000;
    border-radius: 5px;
    padding-left: 15px;
    color: #3e4144;
    font-size: 13px;
}

.LienKetFooter select>* {
    font-size: 13px;
}

.Contentthongke {
    height: 84%;
}

.contenttrang * {
    scrollbar-width: none;
    /* Firefox */
}

.icon-ontop {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    right: 20px;
    bottom: 5px;
    z-index: 1000;
    padding: 8px 10px;
}



.Khoidangnhap .login-component-wrapper input {
    color: #000000;
    background-color: rgb(244 120 0 / 0%);
    height: auto;
    width: 100%;
}

.Khoidangnhap .modal {
    z-index: 1055;
}

.Khoidangnhap .modal-backdrop {
    z-index: 9;
}

.Khoidangnhap .modal-content {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.Khoidangnhap .modal-header {
    background: #f8f9fa;
}

.Khoidangnhap .user-info-dropdown {
    cursor: pointer;
}

.Khoidangnhap .user-menu-toggle {
    /*padding: 8px 12px;*/
    border-radius: 8px;
    transition: background 0.3s ease;
}

.Khoidangnhap .user-avatar i {
    font-size: 36px;
}

.Khoidangnhap .user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 190px;
    padding: 8px 0;
    margin-top: 8px;
    display: none;
    z-index: 1000;
    list-style: none;
}

    .Khoidangnhap .user-dropdown-menu.show {
        display: block;
        animation: fadeInDown 0.3s ease;
    }

    .Khoidangnhap .user-dropdown-menu .dropdown-item {
        display: block;
        padding: 3px 20px;
        color: #333;
        text-decoration: none;
        transition: background 0.2s ease;
    }

        .Khoidangnhap .user-dropdown-menu .dropdown-item:hover {
            background: #f8f9fa;
        }

    .Khoidangnhap .user-dropdown-menu .dropdown-divider {
        height: 1px;
        background: #e0e0e0;
        margin: 8px 0;
    }

    .Khoidangnhap .user-dropdown-menu .dropdown-item.text-danger:hover {
        background: #fee;
    }

.Khoidangnhap .auth-title {
    color: rgb(184, 0, 0);
}

.Khoidangnhap .auth-card .btn-primary {
    background: rgb(184, 0, 0);
}

.Khoidangnhap .login-component-wrapper input::placeholder {
    color: #959595;
    font-style: italic;
}

.login-component-wrapper .auth-card .btn-primary:hover {
    background: rgb(184, 0, 0);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
}

.user-info-dropdown i {
    color: rgb(184, 0, 0) !important;
}

.user-info-dropdown span {
    color: rgb(184, 0, 0) !important;
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .user-details {
        display: none !important;
    }

    .user-dropdown-menu {
        right: -10px;
    }
}


