/*
Custom Css
*/

/*下面是产品详情页中的tab  */

/* Reset the default tab colors */
.nav-tabs .nav-link {

    color: black;
    /* Unselected tab color */
}

/* Change the color of the selected tab */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    /* color: #3300FF;*/
    color: white;
    background-color: #1063b0;
    /* Selected tab color */
}

/* Hover state for tab navigation */
.nav-tabs .nav-link:hover {
    /*  color: #3300FF;*/
    color: white;
    background-color: #fe7012;
    /* Hover color for tabs */
}

caption {
    caption-side: top;
    /* 确保caption显示在顶部 */
    /*  color: black; */
    color: black;
    /* 字体颜色设置为黑色 */

    /* 背景色设置为白色 background-color: white;*/
    /* 其他样式可以继续添加在这里 */
}


/* 下面是导航菜单栏中的产品菜单, max mega菜单  */


.navbar .megamenu {
    padding: 1rem;
    
}


/* 保持navbar-nav中的.nav-link的样式 */
.navbar .navbar-nav .nav-link {
    /* color: black !important; */

    /* 仅当确实需要时使用!important */
    font-size: 18px !important;
    /* 根据你的需求设置字体大小，并使用!important */
    text-decoration: none;
}

/* 为megamenu内的a标签设置不同的样式 */
.megamenu a {
    /* color: black; */
    color: black;
    /* 如果颜色没有被其他!important规则覆盖，则不需要!important */
    font-size: 16px !important;
    /* 为megamenu设置不同的字体大小，并使用!important来覆盖其他可能的规则 */
    text-decoration: none;
    
}


/* 自定义CSS，增加导航菜单项之间的间距 */
.navbar-nav .nav-item {
    margin-right: 1.5rem;
    /* 调整这个值来增加或减少间距 margin-right: 1.5rem; */
}

/* 如果不想在后一个菜单项后面有间距，可以添加以下规则 */
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/*  下面是导航菜单栏 */
.custom-menu-nav-bg {
    /*   background-color: #252525;  */

    background-color: #1063b0;
    /*
    background-color: #fe7012; */

    /* 自定义背景颜色 */
    color: white;
    /* 自定义字体颜色 */
    /*  font-size: 20px; */

}

/*  下面是导航菜单栏 */
.custom-menu-here-nav-bg {
    /*   background-color: #252525;  */

    background-color: #01a4e2;
    /*
    background-color: #01a4e2;
background-color: #0264a4;
    background-color: #fe7012; */

    /* 自定义背景颜色 */
    color: white;
    /* 自定义字体颜色 */
    /*  font-size: 20px; */

}

.CategoryNavigation {
    color: white;
    text-decoration: none !important;
}

.CategoryNavigation:hover {
    color: #3300FF !important;
    /* color: #fe7012!important;
    color: #3300FF !important;

    color: #fe7012 !important;
    */

    /* 鼠标悬停时的颜色 */
}

.custom-line-height {
    line-height: 2;
    /* 或者其他您需要的值 */
}

.navbar.navbar-expand-lg .nav-link {
    color: white !important;
    /* 直接设置字体颜色为白色 */
}

.dropdown-menu {
    background-color: #1063b0;
/* 自定义背景颜色 */
    color: white;

}

.dropdown-menu a {
    color: white;
    /* 替换为你的字体颜色 */
}

/* 当鼠标悬停在链接上时更改颜色 */
.navbar-nav .nav-link:hover,
.megamenu li a:hover,
.dropdown-menu .dropdown-item:hover {
    /* 添加了新的选择器来匹配 .dropdown-item */
    /*  color: burlywood !important;  */
    color: #fe7012 !important;
    /* 
    color: #1063b0 !important; */

}

.custom-menu-nav-bg .navbar-toggler {
    color: #1063b0;
    border-color: #1063b0;
}

.custom-menu-nav-bg .navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(256, 256, 256)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

/* 下面是导航菜单栏中的多国语言菜单  */

.flag-icon {
    display: inline-block;
    width: 20px;
    /* 根据你的国旗图标大小调整 */
    height: 14px;
    /* 根据你的国旗图标大小调整 */
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
    /* 图标和文本之间的间距 */
}


/* 下面是网页的页面的顶部  */

.custom-nav-bg {
    background-color: white;

    /* 自定义背景颜色 */
    color: black;
    /* 自定义字体颜色 */

    line-height: 60px !important;
    font-size: 25px;


}

.custom-nav-bg a {
    color: black !important;
    /* 黑色 */

}

.custom-nav-bg a:hover {
    color: #fe7012 !important;
    /* 黑色 */

}

/* 下面是网页的底部  */
.footer-bg-custom {
    background-color: #f2f2f2 !important;

    /* 
    background-color: #f2f2f2 !important;
    background-color: #7a7c80 !important;
    background-color: #1f2742 !important; */
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {


    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;

    }

}


/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        /* 或者你想要的任何宽度 */
        padding-left: 0;
        /* 移除左内边距 */
        padding-right: 0;
        /* 移除右内边距 */
    }
}

/* 中等屏幕设备 */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
        /* 或者你想要的任何宽度 */
        padding-left: 0;
        /* 移除左内边距 */
        padding-right: 0;
        /* 移除右内边距 */
    }
}

/* 大屏幕设备 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 720px;
        /* 或者你想要的任何宽度 */
        padding-left: 0;
        /* 移除左内边距 */
        padding-right: 0;
        /* 移除右内边距 */
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
        /* 或者你想要的任何宽度 */
        padding-left: 0;
        /* 移除左内边距 */
        padding-right: 0;
        /* 移除右内边距 */
    }
}

/* 超大超大屏幕设备 */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        /* 或者你想要的任何宽度 */
        padding-left: 0;
        /* 移除左内边距 */
        padding-right: 0;
        /* 移除右内边距 */
    }
}




/* 下面是Related Products中的文本标题 */
.text-hover-color {
    color: black !important;
    /* 默认颜色 */
}

.text-hover-color:hover {
    color: #3300FF !important;

    /* 鼠标悬停时的颜色 */
}

.col_custom {
    flex: 0 0 auto;
    width: 20%;
}



#carousel-related-product .p-2.pb-3 {
    background-color: #ffffff;
    /* 白色 */
}


/* 下面是h1标题字体大小的设置  */

.entry-title {

    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.indexpage-title {

    font-size: 0.9rem;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    /* 移除默认边距 */
    padding: 0;
    /* 移除默认填充 */
    display: inline-block;
    /* 设置为内联块级元素以便控制宽度和对齐 */
    vertical-align: middle;
    /* 垂直对齐 */
}

/* 下面是新闻  */

.news-title {
    font-size: 24px;
    margin-bottom: 10px;
    /* 可选的标题和日期之间的间距 */
}

.news-date {
    font-size: 16px;
    color: #666;

    /* 其他日期样式 */
    border-top: 1px solid #ccc;
    /* 添加上边框作为分隔线 */
    padding-top: 10px;
    /* 根据需要调整间距 */
}

.news-content {
    /* 默认文本内容从左侧开始显示 */
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    /* 可选的新闻内容和图片之间的间距 */
}

.card-img-fixed {
    max-width: 100%;
    width: 750px;
    height: auto;
    /* 保持图片的原始宽高比 */
}

.card-img-product-detail-fixed {
    max-width: 100%;
    width: 800px;
    height: auto;
    /* 保持图片的原始宽高比 */
}

/* 使用 gx-0 移除列之间的默认间隙 */
.gx-0 {
    gap: 0;
}

/* 使用 justify-content-center 水平居中 col-lg-10 */
.justify-content-center {
    justify-content: center;
}

.indented-text {
    text-indent: 2em;

    /* 两个em单位的缩进，通常相当于两个空格的宽度 */
}

.padding-text {
    padding-left: 2em;

    /* 两个em单位的缩进，通常相当于两个空格的宽度 */
}

.indented-more {
    /* 额外的缩进，用于需要更多缩进的行 */
    display: block;
    /* 确保margin生效 */
}

.link-spacing {
    margin-right: 1em;
    /* 或者使用其他单位，如 px, rem, % 等来设置间隔 */
}

/* 移除后一个链接的右边距，防止额外的间隔 */
.link-spacing:last-child {
    margin-right: 0;
}

.word-group {
    /* 设置右边距以添加间距 */
    margin-right: 1.5em;
    /* 或者使用其他单位，比如 em, rem, % 等 */

    /* 如果你想让文字显示为内联块元素，并允许设置宽度和高度等属性，可以添加以下样式 */
    display: inline-block;
}

/* 移除后一个元素的右边距 */
.word-group:last-child {
    margin-right: 0;
}

.footer-bottom-no-padding {
    padding: 0;
    padding-left: 0;
    /* 移除内边距 */
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-item a:hover,
.card a:hover a:hover {

    color: #3300FF !important;
    /* color: #fe7012!important;
    color: #3300FF !important;
    */
    /* 鼠标悬停时的颜色 */
}


.contactheight-placeholder {
    height: 300px;
    /* 或者其他你希望的高度 */
}

.newsheight-placeholder {
    height: 500px;
    /* 或者其他你希望的高度 */
}

/*下面是公司联系方式的表格的宽度的设置*/

.table-bordered td,
.table-bordered th {
    border: 0.1px solid #000;
    /* 设置边框为1像素宽的实线黑色 */
}

.table thead th {
    font-weight: normal !important;
    /* 设置表头字体粗细为正常 */
}

th {
    font-weight: normal !important;
    /* 覆盖Bootstrap的默认粗体样式 */
}

.custom-table-company-contact {
    width: 800px;
}

.custom-table-company-contact th,
.custom-table-company-contact td {
    padding: 8px;
    /* 可选：添加内边距 */
}

.custom-table-company-contact .table-cell-20 {
    width: 20%;
}

.custom-table-company-contact .table-cell-80 {
    width: 80%;
}



/* 自定义CSS */
.custom-spacing {
    margin-bottom: 10px;
    /* 或者您希望的任何正值 */
}

.company-image {
    /* 大宽度100%以确保响应式布局 */
    max-width: 100%;
    margin-top: 10px;
    /* 设置您需要的间距大小 */
}


/*  下面是给产品详情页的产品图片的缩略图，如果选中，缩略图有四方形的方框  */

.border-active {
    /*   border: 2px solid #3300FF;*/
    /*    border: 1px solid #e7ab3c;*/
    border: 1px solid red;
    /* 你可以改变边框的颜色和宽度 */
}

.table-wrapper {
    padding-bottom: 1.6rem;
    /* 您可以根据需要调整这个值 */
}





/************
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
*********/

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/************
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
*********/