
@font-face {
    font-family: Roboto;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: InterSemibold;
    src: url(../fontfamily/Inter/Inter-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: Inter;
    src: url(../fontfamily/Inter/Inter-Regular.woff2) format('woff2');
}

@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);
}

@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: MerriweatherBold;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Merriweather/Merriweather-Bold.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: UVNHongHa;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url(../fontfamily/Inter/UVNHongHa.TTF);
}

@font-face {
    font-family: Carbon;
    /* src: url(../fontfamily/WorkSans-Italic-VariableFont_wght.ttf); */
    src: url('../fontfamily/Inter/1FTV-VIP-Carbon.otf') format('opentype');
}

a {
    text-decoration: none !important;
}
ul li {
    list-style-type: none;
}

.UVNHongHa {
    font-family: UVNHongHa !important;
}

.Carbon {
    font-family: Carbon !important;
}

.MerriweatherBold {
    font-family: MerriweatherBold !important;
}

.RobotoMedium {
    font-family: RobotoMedium !important;
}

.Merriweather {
    font-family: Merriweather !important;
}

.vbanner {
    background-size: 100% 103%;
    height: 170px;
}

.bannerweb img {
    width: 60%;
    height: max-content;
}

nav.custom-menu-mobile {
    display: none;
}

.main_menu > .header-nav-main > li.has-children {
    position: relative;
}

.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 #6b81e4;
    border-left: 1px solid #6b81e4;
    border-bottom: 1px solid #6b81e4;
    border-radius: 0px 0px 5px 5px;
}

    .main_menu > .header-nav-main > .has-children:hover ul.nav-dropdown li {
        padding: 10px 7px;
    }

        .main_menu > .header-nav-main > .has-children:hover ul.nav-dropdown li:hover {
            background-color: #f9eeb4;
        }

.main_menu > .header-nav-main > li.has-children > .nav-dropdown {
    position: absolute;
    left: 0;
    top: 35px;
    min-width: 260px;
    background: #ffffff;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.main_menu li.has-children ul li a:hover span {
    color: #000000;
}

.main_menu > .header-nav-main > li.has-children > .nav-dropdown a:hover {
    color: #f26c71 !important;
}

.main_menu > .header-nav-main > li.has-children > .nav-dropdown a {
    color: #484848 !important;
}

.has-children.menu-item > .nav-dropdown {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 140px;
    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 15px;
}


/* .main_menu .header-nav-main>li.menu-item:hover {
    background: #76a0bd;
    height: 100%;
} */

.main_menu a:hover span {
    color: #fdf57b;
}

.main_menu > .header-nav-main > li.has-children > .nav-dropdown > li.menu-item:hover {
    background-color: #fff8d5;
}

.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: 41px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: rgb(0 74 173);
    border-top: 2px solid rgb(13, 106, 177);
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.main_menu a span {
    font-family: 'InterSemibold';
}

.main_menu a {
    color: #ffffff;
    font-family: 'InterSemibold';
    font-size: 16px;
    text-transform: uppercase;
}

.formobides {
    display: none;
}

.menumobi {
    display: none;
}
.footer {
    background-color: rgb(0 74 173);
}


.box-menubottom a {
    color: white;
    font-size: 13px;
    position: relative;
    padding: 0px 15px;
}

    .box-menubottom a::before {
        content: "";
        background-color: white;
        position: absolute;
        width: 1px;
        height: 12px;
        right: 0%;
        top: 1px;
    }

.box-menubottom li:last-child a::before {
    content: unset;
}
.box-menubottom {
    background: linear-gradient(0deg, rgb(11 68 143) 0%, rgb(0 74 173) 100%);
    height: 40px;
}

.contentfooter p {
    color: white;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px !important;
}
.icon-ontop {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    right: 20px;
    bottom: 35px;
    z-index: 1000;
    padding: 8px 10px;
}

    .icon-ontop i {
        color: white;
    }
