
    html.openmenu{
        overflow: hidden;
        position: relative;
    }
    body{
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        font-weight: 400;
    }
    #vnt-wrapper{
        width: 100%;
    }
    #vnt-container{
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        overflow: hidden;
    }
    .wrapper{
        max-width: 1064px;
        padding: 0 20px;
        margin: 0 auto;
    }
    a{
        color: #333333;
        -webkit-transition:color 0.5s ease;
        -moz-transition:color 0.5s ease;
        -o-transition:color 0.5s ease;
        transition:color 0.5s ease;
    }
    a:hover{
        color: #ed1c24;
    }
    a:focus,
    a:active{
        outline: none;
        text-decoration: none;
    }

    /*************************************/
    .head-main{
        background: #e9eaed;
        border-bottom: 2px solid #fff;
    }
    .head-main .vnt-logo{
        float: left;
        margin-top: 10px;
    }
    .head-main .vnt-tool{
        float: right;
    }
    .head-main .vnt-tool .tool_cart{
        width: 60px;
        height: 70px;
        padding: 14px 0;
        border-left: 1px solid #fff;
        text-align: center;
    }
    .head-main .vnt-tool .tool_cart .number{
        font-size: 20px;
        color: #333333;
        display: block;
        position: relative;
        top: -5px;
    }
    /*==BEGIN: FOOTER==*/
    #vnt-footer{

    }
    .top-footer{
        padding: 30px 0 10px;
        background: #d74141;
    }
    .top-footer .item{
        margin-bottom: 15px;
    }
    .top-footer .item h2{
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .top-footer .item ul{

    }
    .top-footer .item ul li {
        margin-bottom: 5px;
    }
    .top-footer .item ul li a{
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        padding: 0 10px 0 0;
        padding-left: 20px;
        position: relative;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .top-footer .item ul li:hover a{
        padding: 0 0 0 30px;
    }
    .top-footer .item ul li a:after{
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);

        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #fff;
        content: '';
    }
    .main-footer{
        padding: 20px 0;
    }
    .main-footer .name-conpany{
        font-size: 20px;
        line-height: 30px;
        color: #3b5998;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }

   @media only screen and (max-width: 768px) and (min-width: 340px){
    .main-footer .name-conpany {
        width: 100%;
     }
    }

    @media only screen and (max-width: 732px) and (min-width: 400px)
    {
        .main-footer .name-conpany {
            width: 95%;
        }
   }

    @media only screen and (max-width: 340px) 
    {
        .main-footer .name-conpany {
            font-size: 17px;
        }
   }

    .main-footer .name-conpany strong{
        color: #cf010d;
    }
    .main-footer .box-company{
        margin-bottom: 10px;
    }
    .main-footer .box-company .text1{
        font-size: 14px;
        line-height: 23px;
        font-weight: 700;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px;
        color: #cf010d;
    }
    .main-footer .box-company .text2{
        font-size: 14px;
        line-height: 23px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #333333;
    }
    .bottom-footer{
        background: #dddddd;
        padding: 15px 0 20px;
    }
    .bottom-footer .copyright{
        margin-bottom: 10px;
    }
    .bottom-footer .copyright > div{
        font-size: 14px;
        line-height: 23px;
        color: #797979;
    }
    .bottom-footer .copyright > div span{
        font-weight: 700;
        color: #cf010d;
    }
    .bottom-footer .img{
        margin-bottom: 10px;
    }
    .bottom-footer .button-share a{
        width: 110px;
        height: 28px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        line-height: 13px;
        background: #4267b2;
        padding: 8px;
        display: inline-block;
        padding-left: 28px;
        border-radius: 5px;
        position: relative;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .bottom-footer .button-share a:hover{
        opacity: 0.8;
    }
    .bottom-footer .button-share a:after{
        position: absolute;
        left: 8px;
        top: 50%;
        content: '\f082';
        font-family: fontAwesome;
        font-size: 13px;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);

    }

    /*==END: FOOTER==*/
    .chat{
        width: 180px;
        height: 30px;
        background: #15a6ed;
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-weight: 700;
        position: fixed;
        z-index: 789;
        bottom: 0;
        right: 10px;
        border-radius: 10px 10px 0 0;
        padding-left: 45px;
    }
    .chat:before{
        position: absolute;
        content: '';
        background: url('../images/icon_chat.png') no-repeat #0099df;
        width: 36px;
        height: 30px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/*====BEGIN: MENU MOBILE====*/
    .menu_mobile {
        float: right;
        margin-right: -20px;
    }
    .menu_mobile .icon_menu{
        position: relative;
        width: 60px;
        height: 70px;
        cursor: pointer;
        color: #fff;
        background: #a81821;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-top: 43px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
    }
    .menu_mobile .icon_menu .style_icon{
        display: block;
        position: absolute;
        top: 24px;
        left: 12px;
        right: 12px;
        height: 4px;
        background: transparent;
        -webkit-transition: background 0s .3s;
        -moz-transition: background 0s .3s;
        transition: background 0s .3s;
    }
    .menu_mobile .icon_menu .style_icon:before,
    .menu_mobile .icon_menu .style_icon:after{
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        content: "";
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    .menu_mobile .icon_menu .style_icon:before{
        top: -4px;
        -webkit-transition-property: top, -webkit-transform;
        -moz-transition-property: top, -moz-transform;
        transition-property: top, transform;
    }
    .menu_mobile .icon_menu .style_icon:after{
        bottom: -4px;
        -webkit-transition-property: bottom, -webkit-transform;
        -moz-transition-property: bottom, -moz-transform;
        transition-property: bottom, transform;
    }
    .menu_mobile.showmenu .icon_menu .style_icon{
        background: transparent;
    }
    .menu_mobile.showmenu .icon_menu .style_icon:before{
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        transition-delay: 0s, .3s;
    }
    .menu_mobile.showmenu .icon_menu .style_icon:after{
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        transition-delay: 0s, .3s;
    }
    .menu_mobile.showmenu{
        position: static;
    }
    .menu_mobile .divmm {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        visibility: hidden;
        text-align: left;
        z-index: 103;
    }
    .menu_mobile .divmm .mmContent {
        width: 100%;
        height: 100%;
        padding-left: 60px;
        margin: 0 0 0 auto;
        position: relative;
        top: 0;
        right: 0;
        z-index: 101;
        -webkit-transform: translate(100%, 0%);
        -moz-transform: translate(100%, 0%);
        -o-transform: translate(100%, 0%);
        -ms-transform: translate(100%, 0%);
        transform: translate(100%, 0%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow-y: auto;
        max-width: 600px;
    }
    .menu_mobile .divmm .mmContent .mmSearch .input-group .form-control {
        height: 30px;
    }
    .menu_mobile .divmm .mmContent .mmSearch .input-group button.btn {
        height: 30px;
        background: #dca73a;
        color: #ffffff;
        border-color: #dca73a;
        outline: 0;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    }
    .menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
        color: #ffffff;
    }
    .menu_mobile .divmm .mmContent .mmMenu {
        position: relative;
        width: 100%;
        max-height: 100%;
        background-color: #ffffff;
        color: #333333;
        pointer-events: auto;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul {
        width: 100%;
        background: #ffffff;
    }
    .menu_mobile .divmm .mmContent .mmMenu > ul{
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li {
        display: block;
        border-bottom: 1px solid #cccccc;
        position: relative;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li a {
        display: block;
        padding: 13px 10px 13px 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub{
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub,
    .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub, .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > a {
        color: #fff;
        background: #a81821;
    }
    .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > a {
        color: #fff;
        background: #a81821;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul {
        background: #f2f2f2;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li{
        border-bottom: none;
        border-top: 1px solid #c2c2c2;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
        padding: 12px 10px 12px 20px;
        position: relative;
        color: #a81821;
        font-size: 14px;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li .button-submenu:before {
        content: "\f0da";
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li .button-submenu.show:before {
        content: "\f0d7";
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li ul li a {
        padding: 12px 10px 12px 50px;
        position: relative;
        color: #3b5998;
        font-size: 14px;
        font-weight: 400;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li ul li a:before {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: inherit;
        font-size: 12px;
        color: #000;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover{
        color:#9f1f63;
        background-color: inherit;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .m-sub{
        position: relative;
        padding-right: 45px;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 100%;
        text-align: center;
        font-size: 16px;
        color: #666666;
        padding-top: 10px;
        cursor: pointer;
        border-left: solid 1px #c2c2c2;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:before {
        content: "\f067";
        color: #666666;
        font-family: FontAwesome;
        position: absolute;
        right: 50%;
        top: 50%;
        font-size: 16px;
        line-height: 24px;
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        -o-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:before{
        content: "\f068";
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li .m-sub .button-submenu.show:before{
        color: #ffffff;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul li:hover > .m-sub > .button-submenu:before{
        color: #ffffff;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul ul li:hover > .m-sub > .button-submenu:before{
        color: #666666;
    }
    .menu_mobile .divmm .mmContent .mmMenu ul ul li .button-submenu.show:before{
        content: '\f068';
        color: #666666 !important;
    }
    // .menu_mobile .divmm .mmContent .mmMenu ul li ul li:hover .m-sub .button-submenu:before{
    //     color: red;
    // }
    // .menu_mobile .divmm .mmContent .mmMenu ul li:hover .button-submenu{
    //     background: #9f1f63;
    // }
    .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > .button-submenu:after{
        color:#0066b3;
    }
    .menu_mobile .divmm .mmContent .close-mmenu {
        position: absolute;
        top: 46px;
        left: 300px;
        width: 60px;
        height: 60px;
        background: #fff;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
        cursor: pointer;
        -webkit-transition: all 0.8s ease 0.2s;
        -moz-transition: all 0.8s ease 0.2s;
        -o-transition: all 0.8s ease 0.2s;
        transition: all 0.8s ease 0.2s;
        opacity: 0;
        pointer-events: auto;
        text-align: Center;
        font-size: 30px;
        line-height: 38px;
        color: #333333;
    }
    .menu_mobile .divmm .mmContent .close-mmenu i {
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }
    .menu_mobile .divmm .mmContent .close-mmenu:hover {
        background: #333333;
        color:#fffb00;
    }
    .menu_mobile .divmm .mmContent .mmMenu .titlemm {
        background: #00652e;
        color: #ffffff;
        text-transform: Uppercase;
        font-weight: bold;
        padding: 12px 0px 12px 30px;
    }
    /*.menu_mobile .divmm .mmContent .close-mmenu:after{*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*font-size: 30px;*/
    /*line-height: 40px;*/
    /*-webkit-transform:translate(-50%,-50%);*/
    /*-moz-transform:translate(-50%,-50%);*/
    /*-o-transform:translate(-50%,-50%);*/
    /*-ms-transform:translate(-50%,-50%);*/
    /*transform:translate(-50%,-50%);*/
    /*color: #333333;*/
    /*font-family: "fontawesome";*/
    /*content: "\f00d";*/
    /*}*/
    .menu_mobile .divmm.show {
        visibility: visible;
    }
    .menu_mobile .divmm.show .mmContent {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .menu_mobile .divmm.show .mmContent .close-mmenu {
        left: 0;
        top: 0;
        opacity: 1;
    }
    .menu_mobile .divmm .divmmbg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .menu_mobile .divmm.show .divmmbg {
        opacity: 1;
        visibility: visible;
    }
    .menu_mobile .search-hotline{
        background: #efefef;
        padding: 20px;
        padding-top: 0;
    }
    .menu_mobile .search-hotline .sh_hotline{
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #ffffff;
        padding-left: 40px;
        position: relative;
        font-style: italic;
    }
    .menu_mobile .search-hotline .sh_hotline:before{
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        font-size: 30px;
        line-height: 42px;
        content: '\f232';
        font-style: normal;
        color: rgba(255, 255, 255, 0.5);
    }
    .menu_mobile .search-hotline .sh_hotline a{
        color: #ffffff;
    }
    .menu_mobile .search-hotline .sh_search .form-control{
        height: 44px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        border: 1px solid #dddddd;
        border-right: 0;
        background: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menu_mobile .search-hotline .sh_search button.btn{
        margin-left: 0 !important;
        height: 44px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        border: 1px solid #dddddd;
        border-left: 0;
        background: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: 0;
        font-size: 20px;
        line-height: 30px;
        color: #999999;
    }
    .menu_mobile .search-hotline .sh_search button.btn span{
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }
    .menu_mobile .search-hotline .sh_search button.btn .fa{
        color: #999999;
        padding-left: 5px;
    }
    .support_online{
        background: #fff;
        padding: 25px 20px;
        text-align: center;
    }
    .support_online .text{
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 10px;
    }
    .support_online .text strong{
        color: #cf010d;
        font-size: 18px;
    }
    .support_online ul{

    }
    .support_online ul li{
        display: inline-block;
        margin: 0 10px;
    }

    /*==========================THÃŠM VÃ€O=================*/
    .mmToolsMenu {
        background: #e9eaed;
        padding: 15px 20px;
    }
    .gridTM{
        margin:0 -5px;
    }
    .gridTM:after{
        content: "";
        display: block;
        clear: both;
    }
    .gridTM .col{
        width:50%;
        padding:0 5px;
        float:left;
    }
    .gridTM .col2{
        width: 50%;
        padding:0 5px;
        float:left;
    }
    .btnTM {
        font-size: 14px;
        line-height: 24px;
        background: #ffffff;
        color: #666666;
        display: block;
        font-weight: 400;
        text-transform: uppercase;
        padding: 13px 0px;
        padding-left: 16px;
        text-align: center;
        -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .btnTM:hover{
        background: #a81821;
        color: #fff;
    }
    .langues{
        margin: -15px -20px 15px -20px;
        background: #fff;
        padding: 15px 20px;
    }
    .langues .flag{
        width: 50%;
        float: left;
        text-align: center;
        font-size: 14px;
        line-height: 23px;
        color: #666666;
    }
    .langues .flag:first-child{
        border-right: 1px solid #e5e5e5;
    }
    .langues .flag img{
        margin-left: 8px;
        margin-top: -4px;
    }

    /***** go top*****/
    .go_top {
        width: 45px;
        height: 45px;
        position: fixed;
        right: 25px;
        bottom: 120px;
        z-index: 909;
        transition: all 0.5s;
    }
    .go_top:before {
        content: '';
        display: block;
        text-align: center;
        background: url('../images/go_top.png') no-repeat;
        width: 39px;
        height: 39px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 25%;
        animation: bounce1 2s infinite;
        -webkit-animation: bounce1 2s infinite;
        -moz-animation: bounce1 2s infinite;
        -o-animation: bounce1 2s infinite;
        transition: all 0.5s;
    }
    @-webkit-keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(0,0);}
        40% {transform: translate(0,-6px);}
        60% {transform: translate(0,-3px);}
    }

    @-moz-keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(0,0);}
        40% {transform: translate(0,-6px);}
        60% {transform: translate(0,-3px);}
    }

    @-o-keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(0,0);}
        40% {transform: translate(0,-6px);}
        60% {transform: translate(0,-3px);}
    }
    @keyframes bounce1 {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(0,0);}
        40% {transform: translate(0,-6px);}
        60% {transform: translate(0,-3px);}
    }

    /*==========================================================================*/
    /*============================RESPONSIVE====================================*/
    /*==========================================================================*/


    @media screen and (max-width: 1024px){
        .menu_mobile{
            display: block;
        }
    }

    @media screen and (max-width: 992px){

    }

    @media screen and (max-width: 768px){

    }

    @media all and (max-width: 590px){
        .gridTM .col2{
            width:100%;
        }
    }

    @media screen and (max-width: 480px){
        .support-hotline{
            display: none;
        }
    }

    @media all and (max-width: 460px){
        .gridTM .col{
            width:100%;
        }
    }

    @media screen and (max-width: 380px){
        .head-main .vnt-logo {
            margin-top: 20px;
            width: 160px;
        }
    }

    @media screen and (max-width: 1024px){
        table {
            width: 100% !important;
            overflow-x: auto;
        }
    }

