* {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    /*position:relative;*/
}

body{
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:-moz-none;
  -ms-user-select:none;
  user-select:none;
}

.container-fluid {
    max-width: 1200px;
}

#header_pc.stuck {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: #ffffff;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    animation-name: stuck;
    animation-duration: 0.5s;
}

@keyframes stuck {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

#header_top {
    height: 40px;
    line-height: 40px;
    /*background: #ed1b24;*/
    /*background: linear-gradient( 90deg, #ed1b24 0, #be3b98 100%);*/
    background:#ed1b24; 
}
.header_top .hotline_pc {
  position:relative;
}
.header_top .hotline_pc span {
    color: #fff;
    font-size: 14px;
}

.header_top .hotline_pc span i {
    color: #fff;
}

#header_menu {
    height: 80px;
}

.header_top .hotline_pc strong {
    color: #ff6;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    animation: mychunhapnhay 2s linear infinite;
    -webkit-animation: mychunhapnhay 2s linear infinite;
}

.list_tt_header ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0 !important;
}

.list_tt_header ul li {
    list-style: none;
    padding: 0 10px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
}

.list_tt_header ul li:hover {
    background: rgba(0, 0, 0, .15);
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
}

.list_tt_header>ul>li>a {
    text-decoration: none;
    color: #fff;
}

.list_tt_header ul li i {
    color: #fff;
}


/* .menu_vh {
    padding: 12px 0;
} */
.list_menu{
  height:100%;
}
.list_menu>ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
    margin: 0 !important;
    height:100%;
}

.menu_hover {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list_menu {
    margin-right: 20px;
}

.list_menu>ul>li.nopos {
    position: initial;
    height:100%;
}

.list_menu>ul>li {
    list-style: none;
    padding: 0 10px;
    position: relative;
    height:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.list_menu>ul>li>a:hover {
    color: #ed1b24;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.list_menu>ul>.introduce_active {
    position: relative;
}

.list_menu>ul>li:hover .mega_menu,
.list_menu>ul>li:hover .sub_introduce {
    display: block;
}

.mega_menu .row {
    --bs-gutter-x: 0 !important;
}

.list_menu>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #0066b3;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.list_menu ul li span i {
    font-size: 30px;
    cursor: pointer;
    color: #555;
}

@media (max-width:1025px) {
    .mega_menu {
        width: 98% !important;
    }
    /* .list_menu>ul>li {
        padding: 0 13px 0 0;
    } */
    .list_menu ul li a {
        font-size: 15px !important;
    }
    .logo a{
      font-size:12px !important;
    }
}

@media (max-width:769px) {
    .header_top .hotline_pc span {
        font-size: 12px;
    }
    .header_top .hotline_pc strong {
        font-size: 16px;
    }
    .header_top_right {
        display: none;
    }
}
@media (max-width:400px) {
    .header_top .hotline_pc strong{
      font-size:14px;
    }
}
@media (max-width:350px) {
    .header_top .hotline_pc strong{
      font-size:11px;
    }
}

@media (max-width:1023px) {
    #header_mb {
        display: flex;
        align-items: center;
    }
    #header_menu {
        display: none;
    }
}

@media (min-width:1023px) {
    #header_mb {
        display: none;
    }
    #header_menu {
        display: flex;
        align-items: center;
    }
}

.mega_menu {
    position: absolute;
    height: auto;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
    top: 110px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
}

.mega_menu .container-fluid {
    padding: 0 !important;
}

.mega_menu .column {
    display: flex;
}

.mega_menu ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.mega_menu .column ul>li,
.mega_menu .sub_right>ul>li {
    list-style: none;
}

.mega_menu .column ul>li>a,
.mega_menu .sub_right>ul>li>a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 9px 10px;
    position: relative;
    font-weight: 700;
}

.sub_right ul>li:hover a,
.sub_right ul>li:hover i {
    background: #f5f5f5;
    color: #999;
}

.sub_right ul>li>a>i {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    color: #333;
}

.mega_menu .column .sub_menu {
    padding: 0 10px;
}

.sub_menu {
    background: #f5f5f5;
    height: 100%;
    padding: 10px 0;
    display: none;
}

.sub_menu>ul {
    display: flex;
    flex-wrap: wrap;
}

.sub_menu>ul>li {
    list-style: none;
    width: 25%;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, .15);
}
.sub_menu>ul.v2>li {
    width: 20%;
}
.sub_menu>ul>li:last-child {
    border-right: none;
}

.sub_menu>ul>li>a:hover,
.sub_menu_style>li>a:hover {
    color: #999;
}

.sub_menu>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333333;
}

.sub_menu>ul>li>ul>li {
    list-style: none;
}

.sub_menu_style>li>a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: none;
    color: #333333cf;
}

.activemenu {
    display: block;
}

.sub_introduce {
    position: absolute;
    right: 0;
    display: none;
    background: #fff;
    min-width: 200px;
    border: solid 1px #ddd;
    z-index: 30;
    top:65px;
}

.sub_introduce ul {
    margin: 0 !important;
    padding-left: 0px !important;
}

.sub_introduce>ul>li {
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.sub_introduce>ul>li:last-child {
    border-bottom: none;
}

.sub_introduce>ul>li:hover,
.sub_introduce>ul>li:hover a {
    background: #f5f5f5;
    color: #ed1b24;
}

.sub_introduce>ul>li>a {
    text-decoration: none;
    color: #333333;
    font-size: 15px;
    padding: 0 10px;
    line-height: 40px;
}

.hotline_pc_poup {
    position: absolute;
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    width: 300px;
    z-index: 999;
    display: none;
}

.hotline_pc_poup p {
    padding: 0 10px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
    margin-bottom: 0 !important;
    font-size: 14px;
}

.hotline_pc_poup p a {
    text-decoration: none;
    font-weight: 700;
    color: #ed1b24;
    white-space: nowrap;
    text-align: right;
    float: right;
    font-size: 14px;
}

#dropback {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}

.show_tt_icon {
    position: absolute;
    right: 0;
    margin-top: 5px;
    background: #818285;
    min-width: 210px;
    padding: 20px;
    display: none;
    z-index: 999;
}

.show_tt_icon>ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.show_tt_icon>ul>li {
    list-style: none;
    line-height: 30px;
}

.show_tt_icon>ul>li>a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding-left: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.show_tt_icon>ul>li>a:hover {
    padding-left: 5px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

#header_mb {
    height: 70px;
    /* padding: 12px 0; */
    border-bottom: 1px solid #ddd;
}

.icon_munu_mb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.icon_munu_mb .icon_menu {
    width: 25px;
    height: 17px;
    cursor: pointer;
    text-transform: uppercase;
    pointer-events: auto;
    position: relative;
}

.icon_munu_mb .style_icon {
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    top: 8px;
    transition: all .3s linear;
}

.icon_munu_mb .icon_menu::before {
    top: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    transition: transform .2s linear, top .2s linear .3s;
}

.icon_munu_mb .icon_menu::after {
    top: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    transition: transform .2s linear, top .2s linear .3s;
}

.icon_munu_mb .icon_menu::after {
    top: 16px;
}

.logo_mb img,
.logo_pc img {
    width: 65px;
}

.menu_vh .logo a,
.logo a{
  text-decoration:none;
  color: #333;
  font-size: 15px;
  line-height: 30px;
  font-weight:600;
  /*animation: mychunhapnhay 2s linear infinite;*/
  /*-webkit-animation: mychunhapnhay 2s linear infinite;*/
}

@keyframes mychunhapnhay {
    0% {
        color: #ff6;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ff6;
    }
}

.scrolltop {
    position: fixed;
    bottom: 80px;
        right: 9px;
    width: 50px;
        height: 125px;
    background: #ed1b24;
    display: flex;
    justify-content: center;
    align-items: center;
  border-radius: 30px;
    cursor:pointer;
    z-index:999;
    transition: all .3s linear;
}
.opened{
  height: 50px;
}
.scrolltop .btn-lienhe-roll i{
  font-size:15px;
  color:#fff;
}

.scrolltop .scroll i{
  font-size:29px;
  color:#fff;
}
.list_menu li.activecolor>a{
  color:#ed1b24;
}

/*test*/
.header nav {
    display: none;
}

.header {
    text-align: center;
}

.header,
.footer {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.header a {
    display: block;
    width: 28px;
    height: 18px;
    /* padding: 11px;
    margin: 5px; */
    position: absolute;
    right: 10px;
}

.header .abc:before,
.header .abc:after {
    content: '';
    display: block;
    background: #000;
    height: 2px;
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    transition: transform .2s linear, top .2s linear .3s;
}

.header .ab::after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 8px;
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    transition: transform .2s linear, top .2s linear .3s;
}

.header .ab::before {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 8px;
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    transition: transform .2s linear, top .2s linear .3s;
}

.header a span {
    background: #818285;
    display: block;
    height: 2px;
    margin: 6px 0;
}

.introduce_active {
    position: relative;
}

#show_popup_icon {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

#show_popup_icon span,
#show_popup_icon::after,
#show_popup_icon::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #555;
}

#show_popup_icon span {
    top: 9px;
}

#show_popup_icon::before {
    top: 0;
}

#show_popup_icon::after {
    top: 18px;
}

/*test1*/


 :root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px
}

body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.mm-ocd {
    position: fixed;
    top: 105px;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, .3s;
    -o-transition-duration: 0s, .3s;
    transition-duration: 0s, .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: .45s, .15s;
    -o-transition-delay: .45s, .15s;
    transition-delay: .45s, .15s
}

.mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    /* width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width); */
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    /* width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width)); */
    width: 100%;
    height: 100%;
    background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
    left: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
    left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
}

.mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}

.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default;
}

.mm-spn ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height);
}

.mm-spn>ul {
    left: 0;
}

.mm-spn ul.mm-spn--open {
    left: 0;
}

.mm-spn ul.mm-spn--open li i {
    margin-right: 10px;
}

.mm-spn ul.mm-spn--parent {
    left: -30%;
    overflow-y: hidden;
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
}

.mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height)/ 2);
    right: 25px;
    right: calc(var(--mm-spn-item-height)/ 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    opacity: .4;
}

.mm-spn li:after {
    content: "";
    display: block;
    /* margin-left: 20px;
    margin-left: var(--mm-spn-item-indent); */
    border-top: solid 1px rgba(0, 0, 0, .2);
}

.mm-spn a,
.mm-spn span {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)
}

.mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none;
}

.mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: .15;
}

.mm-spn span {
    background: 0 0
}

.mm-spn.mm-spn--navbar {
    cursor: pointer
}

.mm-spn.mm-spn--navbar:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height)/ 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    /* opacity: .4 */
    color: white;
    z-index: 1;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none
}

.mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    /* padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2); */
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    /* opacity: .4; */
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #ed1b24;
    /*background: #ed1b24;*/
    /*background: linear-gradient( 90deg, #ed1b24 0, #be3b98 100%);*/
    color: #fff;
    text-transform: uppercase;
}


/* .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent)
} */

.mm-spn.mm-spn--navbar ul {
    top: 51px;
    top: calc(var(--mm-spn-item-height) + 1px)
}

.mm-spn.mm-spn--navbar ul:before {
    content: '';
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    /* border-bottom: solid 1px rgba(0, 0, 0, .2); */
}

.mm-spn.mm-spn--light {
    color: #333;
    background: #fff;
}

.mm-spn.mm-spn--dark {
    color: #ddd;
    background: #333
}

.mm-spn.mm-spn--vertical {
    overflow-y: auto
}

.mm-spn.mm-spn--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static
}

.mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-spn-item-height)/ 2)
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0)
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
    content: none;
    display: none
}