header .icon-bar{
    display: none;
}
header .menu-mobile{
    display: none;
}
.copyright-mobile{
    display: none;
}
.social-mobile{
    display:none;
}

.toggleShow{
    display: none;
}
#sidebarMobile {
  display: none; }

.menu-product-mobile{
    display: none;
}
@media screen and (max-width: 1170px){
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    footer > .row{padding-left: 1rem; padding-right: 1rem;}
    .news .title, .infoFooter .title{
        padding-left: 1rem;
    }
    .scrollToTop.show{
        background-color: #00529c;
        bottom: 75px;
    }
    .scrollToTop{
        right: 0;
        border-color: #fff;
    }
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 980px){
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
    .main-menu, header .header-right{
        display: none;
    }
    .social-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        display:block;
        right: 0;
z-index: 1000;
    }
    header .icon-bar{
        display: flex;
    }
    footer{
        height: 180px;
        padding-bottom: 1.5rem;
    }

    .stick-right{
        display:none;
    }
    /*//////////////////////////////////////////////////////////////*/
    .menu-product-2 {
        display: none !important;
    }

    .menu-product-mobile {
        display: flex;
        padding: 0.5rem;
    }

        .menu-product-mobile .sw-menu-mobile {
            display: flex;
            transition: all 0.4s ease-out;
        }

            .menu-product-mobile .sw-menu-mobile .swiper-slide {
                width: auto !important;
            }

                .menu-product-mobile .sw-menu-mobile .swiper-slide a {
                    white-space: nowrap;
                    text-transform: uppercase;
                    font-size: 1rem;
                    color: #333333;
                    opacity: 0.5;
                    text-decoration: none;
                }

                    .menu-product-mobile .sw-menu-mobile .swiper-slide a.active {
                        position: relative;
                        display: flex;
                        opacity: 1;
                    }

                    .menu-product-mobile .sw-menu-mobile .swiper-slide a::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 1px;
                        background: #e50000;
                        transform: scaleX(0);
                        -webkit-transform: scaleX(0);
                        -moz-transform: scaleX(0);
                        transform-origin: right;
                        opacity: 0.6;
                        transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                        -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                        -moz-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                    }

                    .menu-product-mobile .sw-menu-mobile .swiper-slide a.active::before {
                        opacity: 1;
                        transform: scaleX(1);
                        -webkit-transform: scaleX(1);
                        -moz-transform: scaleX(1);
                        transform-origin: left;
                    }

        .menu-product-mobile.is-fixed {
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            width: 100%;
            height: 40px;
            background-color: #ffffff;
            z-index: 222;
            box-shadow: 7px 5px 8px 0px rgba(0,0,0,0.4);
            transition: all 0.4s ease-in;
        }

    .sw-padding {
        padding: 1rem !important;
    }

    .body-content-product .title {
        margin-bottom: 1.5rem !important;
    }

    .content-product .body-content-product {
        margin-bottom: 1rem !important;
    }

        .content-product .body-content-product .title h1 {
            font-size: 1.5rem !important;
        }

        .content-product .body-content-product .gallery .gallery-thumbs-nt {
            padding: 0 !important;
            padding-bottom: 1rem !important;
        }

            .content-product .body-content-product .gallery .gallery-thumbs-nt .swiper-slide img, .content-product .body-content-product .gallery .gallery-thumbs-furniture .swiper-slide img, .content-product .body-content-product .gallery .gallery-thumbs-chassis .swiper-slide img {
                max-height: 90px !important;
                min-height: 90px !important;
                object-fit: contain !important;
            }

        .content-product .body-content-product #accordionListParam .param-item .param-item-header {
            padding: 1rem !important;
        }

        .content-product .body-content-product #accordionListParam .param-item .param-item-body {
            padding: 1rem !important;
        }

    .content-product .download {
        margin-top: 1rem !important;
    }

    .content-product .body-content-product .list-document table.document thead th {
        font-size: 1rem !important;
    }

    .content-product .body-content-product .list-document table.document tbody tr td {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .content-product .body-content-product .overplay-video {
        margin: 1rem 0 !important;
    }
}
@media screen and (max-width: 768px){
    ul.menu-footer li:last-child{padding-left: 2rem;}

    .sub-tab ul li:hover{
        transform: none;
    }
    .sub-tab{
        margin-top: -10px;
        padding: 10px;
    }

    header .logo{
        max-width: 40%;
    }
    ul.menu-footer li:first-child{
        padding-left: 1.75rem;
    }
}

@media screen and (max-width: 600px){
    .news .item .headline, .news .item .headline-2{padding: 0.5rem;}
    .wrapper{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    footer{
           height:290px;
    }
	.news .item{
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
    .advertisement .fig_title{
        font-size:1.5rem!important;
        top:30%;
    }
    .social-menu-mobile {
        display: flex;
        flex-wrap: wrap;
        height: 88px;
        position: absolute;
        bottom: 0;
    }
        .social-menu-mobile .nav-menu-social{
            justify-content:space-between;
            display:flex;
            width:100%;
        }
    .mm-menu_offcanvas.mm-menu_opened a{
        color:#333333!important;
    }
    #menu .mm-navbars_bottom .mm-navbar .copyright{
        width:100%;
        text-align:center;
    }
    #menu .mm-navbars_bottom .mm-navbar .social-menu-mobile .nav-menu-social li.nav-item a.nav-link img.fa-zalo {
        object-fit: cover;
        width: 14px;
        filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(0%) hue-rotate(214deg) brightness(98%) contrast(84%);
    }
    .All, .NamBo, .BacBo, .TrungBo {
        padding: 1rem 0;
    }
    .advertisement{
        height:300px;
    }
    .maps-content .list-showroom, .list-showroom1, .list-showroom2, .list-showroom3{
        padding: 1rem 0; height: 220px;
    }
    .lt-showroom{
        order: 2;
    }
    .lt-map{
        order: 1;
    }
    .select-location .form-control{
        border: 1px solid rgba(0,0,0,0.4) !important;
    }
    .banner-home .container_skitter, .banner-home, .banner .image{
        height: 200px !important;
    }
    .banner-home .image img, .banner-home .box_clone img{
        object-fit: cover;
    }
    .breadcrumb{
        display:none!important;
    }
    .skitter {
        min-height: 100px !important;
    }
    .nav-product{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .nav-product .swiper-slide img{
        padding-left: 1rem;
        padding-right: 1rem;
		height: 50px;
    }
    .news .item{
	    padding-left: 0.25rem;
	    padding-right: 0.25rem;
    }
    .button-radio{
        right: 0.75rem;
    }
    .button-radio .radio-title{
        display: none;
    }
    .button-radio .img-radio{
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    ul.menu-footer{
        column-count: 2;
        padding-bottom: 1rem;
    }
    ul.menu-footer li:last-child{
        display: none;
    }
    .copyright-mobile{
        display: block;
    }
    .follow-footer{
        text-align: center !important;
    }
    .scrollToTop.show {
        bottom: 75px;        
    }
    .scrollToTop{
        right: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .stick-right {
        bottom: 25vw;
    }
    .infoFooter .link{
        margin-top: 1rem !important;
        max-width: 100%;
    }
    .infoFooter .link p {
        font-size: 16px;
        font-weight: bold;
        color: #00529c;
    }
    .toggleShow{
        display: block;
    }
    main{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header .info, header .follow-header .follow{
        display: none;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 0;
    }
    .about .head .row > .sumary, .services .head .row > .sumary, .content .head .row > .sumary{
        display: none;
    }
    .about .item-child{
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .about .box, .about .item-child{
        width: 100%;
    }
    .about .item-child-left, .about .item-child-right{
        width: 100%;
    }
    .about .item-child-left .pic, .about .item-child-left .text-child{
        width: 100%;
    }
    .about .item-child-right .pic, .about .item-child-right .text-child{
        width: 100%;
    }
    .about .item-child-right .text-child{
        margin-left: 0;
    }
    .about .item-child-left .text-child{
        text-align: right;
    }
    .about .item-child-right .text-child{
        text-align: left;
    }

    .services .services-content{
        display: none;
    }
    .services .services-content-mobile{
        display: block;
    }

    .services .head .title h3{
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }    
    
    .services .item-first, .services .item-child{
        width: 100%;
        margin-left: 0;
    }
    .services .item-child .services-child{
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .services .head .title{
        width: auto;
        margin: 0 auto .5rem;
    }
    
    .services .item-child a.buton-link{
        float: right;
    }
    .services .item-child .pic{
        padding-left: .25rem;
        padding-right: .25rem;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .parallax .caption{
        width: 90%;
    }
    .parallax .caption .text{
        font-size: 1rem;
    }

    .content .content-main .box, .content .content-main .content-first{
        width: 100%;
    }

    .content .content-first .thumnails, .content .content-first .news{
        width: 100%;
    }
    .content .content-first .news{
        transform: translateY(0);
    }
    .content .content-first .news::before{
        top: -4px;
    }
    .content .content-list{
        margin: 0;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .content .content-list .item {
        padding-left: 0;
        padding-right: 0;
    }
    .content .content-list .item .thumnails, .content .content-list .item .news{
        width: 66%;
    }
    .content .content-list .item .news{
        transform: translateY(0);
        padding: 1.5rem 1rem;
        margin-top: -2rem;
    }
    .content .content-list .item .news .detail,.content .content-list .item .news .bot{
        display: none;
    }
    .content .content-list .item .news a.h5{
        font-size: 1rem;
    }
    .content .content-list .item .news::before{
        top: -4px;
        width: 66%;
    }

    .contact-footer .contact::before{
        left: 1rem;
    }
    .contact-footer .logo, .contact-footer .sumary{
        display: none;
    }
    .contact-footer .follow{
        text-align: center;
    }

    .nav-link{
        position: relative;
        top: 0;
        left: 0;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }

    .social-mobile {
        display: block;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
    }
    .stick-right{
        display: none;
    }
    .lang a:first-child{
        border-right: 0 !important;
    }
    .mx-1100{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0.5rem;
        border-bottom: 3px solid #00529c;
        padding-left: 1rem;
		padding-bottom: 0.5rem;
    }
    .mx-1100 img{
        margin: 0 1rem 0 0 !important;
        height: 1.5rem;
		padding-bottom: 0 !important;
    }
	.news .item .headline, .news .item .headline-2{
        left: 0.25rem;
        width: calc(100% - 0.25rem);
    }
	.mm-listitem__text{
        white-space: normal;
    }
    .list-showroom .agent{
        width: 100% !important;
    }
    .page-newsDetail .sumary p{
        font-size: 16px;
        font-weight: bold;
    }
    .detail p, .sumary p{
        text-align: justify;
    }
    .navigation ul li:not(:last-child){
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .navigation li:after{
        content: none !important;
    }
    .advertisement img{
        min-height: 180px;
    }
    .product-main .nav-right .item{
        max-width: 50%;
        flex: 0 0 50%;
    }
     /*////////////////////////////////////////////////////////////////////////////////////////// product-detail*/
    .menu-product-2 {
        display: none!important;
    }

    .menu-product-mobile {
        display: flex;
        padding: 0.5rem;
    }

        .menu-product-mobile .sw-menu-mobile {
            display: flex;
            transition: all 0.4s ease-out;
        }

            .menu-product-mobile .sw-menu-mobile .swiper-slide {
                width: auto !important;
            }

                .menu-product-mobile .sw-menu-mobile .swiper-slide a {
                    white-space: nowrap;
                    text-transform: uppercase;
                    font-size: 1rem;
                    color: #333333;
                    opacity: 0.5;
                    text-decoration: none;
                }

                    .menu-product-mobile .sw-menu-mobile .swiper-slide a.active {
                        position: relative;
                        display: flex;
                        opacity: 1;
                    }

                    .menu-product-mobile .sw-menu-mobile .swiper-slide a::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 1px;
                        background: #e50000;
                        transform: scaleX(0);
                        -webkit-transform: scaleX(0);
                        -moz-transform: scaleX(0);
                        transform-origin: right;
                        opacity: 0.6;
                        transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                        -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                        -moz-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                    }

                    .menu-product-mobile .sw-menu-mobile .swiper-slide a.active::before {
                        opacity: 1;
                        transform: scaleX(1);
                        -webkit-transform: scaleX(1);
                        -moz-transform: scaleX(1);
                        transform-origin: left;
                    }

        .menu-product-mobile.is-fixed {
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            width: auto;
            height: 40px;
            background-color: #ffffff;
            z-index: 222;
            box-shadow: 7px 5px 8px 0px rgba(0,0,0,0.4);
            transition: all 0.4s ease-in;
        }
    .sw-padding{
        padding:1rem!important;
    }
    .body-content-product .title {
        margin-bottom: 1.5rem!important;
    }
    .content-product .body-content-product{
        margin-bottom:1rem!important;
    }
    .content-product .body-content-product .title h1 {
        font-size: 1.5rem !important;
    }
    .content-product .body-content-product .gallery .gallery-thumbs-nt{
        padding: 0!important;
        padding-bottom:1rem!important;
    }
        .content-product .body-content-product .gallery .gallery-thumbs-nt .swiper-slide img, .content-product .body-content-product .gallery .gallery-thumbs-furniture .swiper-slide img, .content-product .body-content-product .gallery .gallery-thumbs-chassis .swiper-slide img {
            max-height: 90px !important;
            min-height: 90px !important;
            object-fit: contain !important;
        }
    .content-product .body-content-product #accordionListParam .param-item .param-item-header{
        padding:1rem!important;
    }
    .content-product .body-content-product #accordionListParam .param-item .param-item-body{
        padding:1rem!important;
    }
    .content-product .download{
        margin-top:1rem!important;
    }
    .content-product .body-content-product .list-document table.document thead th{
        font-size:1rem!important;
    }
    .content-product .body-content-product .list-document table.document tbody tr td{
        font-size:1rem!important;
        line-height:1.5rem!important;
    }
    .content-product .body-content-product .overplay-video{
        margin:1rem 0!important;
    }
    .dv-layout{
        display:none!important;
    }
    .dv-body table {
        border: 1px solid #ccc!important;
        border-collapse: collapse!important;
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
        table-layout: fixed!important;
    }
    main:not(#productP) table td {
        border-bottom: 1px solid #ddd;
        display: block;
    }
    section.banner.bsr {
        width: 100%!important;
        height: 145px!important;
    }
    .form-group{
        width:100%!important;
    }
    #area, select#city {
        width: 100% !important;
    }
    .select-location{
        padding: 0 4%;
    }
    .maps-content{
        padding:0!important;
    }
    .optionPri{
        display:none;
    }
    .optionPri {
        width: 100% !important;
    }
    .maps-mobile{
        display:block!important;
    }
    .maps {
        display: block !important;
        position:relative!important;
        padding:1rem 0!important;
    }
    .r-conv{
        flex-direction:column-reverse!important;
    }
    .list-showroom{
        border-top:none;
    }
    .toggleShow {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #00529c;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    width: 3rem;
    height: 3rem; }
    .toggleShow.active {
      opacity: 1;
      visibility: visible;
      transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in; }
    .toggleShow span svg {
      font-size: 2rem;
      color: #ffffff; }
  #accordionSidebar {
    display: none; }
  #sidebarMobile {
    display: block;
    visibility: hidden;
    opacity: 0;
    left: -100%;
    width: 0;
    height: auto;
    position: fixed;
    top: calc(25% + 3.5rem);
    left: -100%;
    background-color: #00529c;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out; }
    #sidebarMobile.show {
      visibility: visible;
      opacity: 1;
      width: auto;
      left: 0;
      transition: all 0.4s ease-in;
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in; }
    #sidebarMobile .sidebar-mobile-item {
      display: block;
      border-bottom: 1px solid #cccccc; }
      #sidebarMobile .sidebar-mobile-item .title-header {
        display: flex; }
        #sidebarMobile .sidebar-mobile-item .title-header .title-link {
          width: auto;
          display: flex;
          align-items: center; }
          #sidebarMobile .sidebar-mobile-item .title-header .title-link a {
            font: 1rem "Arial";
            text-transform: uppercase;
            text-decoration: none;
            color: #ffffff;
            white-space: nowrap;
            padding: 0.5rem; }
        #sidebarMobile .sidebar-mobile-item .title-header .title-collapse {
          width: 20%;
          padding: 0.5rem;
          border-left: 1px solid #ffffff;
          display: flex;
          justify-content: center;
          align-items: center; }
          #sidebarMobile .sidebar-mobile-item .title-header .title-collapse a svg {
            color: #ffffff; }
      #sidebarMobile .sidebar-mobile-item .collapse .sidbar-sub {
        width: auto; }
        #sidebarMobile .sidebar-mobile-item .collapse .sidbar-sub .nav-sub-sibebar {
          width: auto;
          display: block; }
          #sidebarMobile .sidebar-mobile-item .collapse .sidbar-sub .nav-sub-sibebar li.nav-item a {
            padding: 0.5rem;
            font: 1rem "Arial";
            text-transform: uppercase;
            text-decoration: none;
            color: #ffffff; }
            #sidebarMobile .sidebar-mobile-item .collapse .sidbar-sub .nav-sub-sibebar li.nav-item a img {
              filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(24deg) brightness(110%) contrast(101%);
              object-fit: cover; } 
    .menu-product-mobile{
        display: block;
    }
	
	.product-main .nav-right .item{
		padding-left: 0;
		padding-right: 0;
	}

    .connect-pages .pages-item{
        width: 50%;
        margin-bottom: 2rem;
    }
    .connect-pages .pages-item .icon-pages img{
        height: 45px;
    }
}
@media (max-width: 599px) {
    .body {
        padding: 0 4%;
    }
        ul.menu-footer li{
        padding-left:1.75rem;
    }
        .body .name-requitment {
            padding-right: 0;
        }

        .body .list-question .accordionListQuestion {
            margin-right: 0;
        }

            .body .list-question .accordionListQuestion .question-item {
                padding-right: 0;
            }

                .body .list-question .accordionListQuestion .question-item .question-item-header {
                    padding-right: 0;
                }

                    .body .list-question .accordionListQuestion .question-item .question-item-header .question-title {
                        padding: 1rem 0;
                    }

                        .body .list-question .accordionListQuestion .question-item .question-item-header .question-title::before {
                            right: 0;
                        }

                        .body .list-question .accordionListQuestion .question-item .question-item-header .question-title h3 {
                            line-height: 1.5rem;
                            padding-right: 2rem;
                        }

                .body .list-question .accordionListQuestion .question-item .question-item-body {
                    padding: 1.5rem 0;
                }

        .body .pagi {
            margin-top: 0;
        }

            .body .pagi .pagination {
                padding: 0;
                padding: 2rem 0 !important;
                width: 100%;
            }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .body {
        padding: 0 4%;
    }

        .body .name-requitment {
            padding-right: 0;
        }
    .social-menu-mobile {
        display: flex;
        flex-wrap: wrap;
        height: 90px;
        position: absolute;
        bottom: 0;
    }
        .social-menu-mobile .nav-menu-social {
            justify-content: space-between;
            padding: 0 5px;
            display: flex;
            width: 100%;
        }

    .mm-menu_offcanvas.mm-menu_opened a {
        color: #333333 !important;
    }

    #menu .mm-navbars_bottom .mm-navbar .copyright {
        width: 100%;
        text-align: center;
    }
    .follow-footer span{
        width:25px;
        height:25px;
        line-height: 25px;
    }
    #menu .mm-navbars_bottom .mm-navbar .social-menu-mobile .nav-menu-social li.nav-item a.nav-link img.fa-zalo {
        object-fit: cover;
        width: 14px;
        filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(0%) hue-rotate(214deg) brightness(98%) contrast(84%);
    }
        .body .list-question .accordionListQuestion {
            padding-right: 0;
        }

            .body .list-question .accordionListQuestion .question-item {
                padding-right: 0;
            }

                .body .list-question .accordionListQuestion .question-item .question-item-header {
                    padding-right: 0;
                }

                    .body .list-question .accordionListQuestion .question-item .question-item-header .question-title {
                        padding: 1rem 0;
                    }

                        .body .list-question .accordionListQuestion .question-item .question-item-header .question-title::before {
                            right: 0;
                        }

                        .body .list-question .accordionListQuestion .question-item .question-item-header .question-title h3 {
                            line-height: 1.5rem;
                            padding-right: 1rem;
                        }

                .body .list-question .accordionListQuestion .question-item .question-item-body {
                    padding: 1.5rem 0;
                }

        .body .pagi {
            margin-top: 0;
        }

            .body .pagi .pagination {
                padding: 0;
                padding: 2rem 0 !important;
                width: 100%;
            }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .radio-container .list-doc .info {
        margin-top: 2rem;
    max-height: 300px;
    overflow: auto;
    width:100%;
    }

    .radio-container .list-doc .radio-item {
        margin-top: 2rem;
    }

    .radio-container .list-doc .playlist {
        padding: 0;
        margin: 0;
        grid-column: 1/13;
        grid-row: 14/15;
        margin-top: 20rem;
        max-height: 485px;
        overflow: hidden;
        overflow-y: scroll;
        border: 1px solid #cccccc;
        padding: 1rem;
    }
}
@media screen and (max-width: 780px){
    .logo{
        width: auto;
    }
    .logo img{vertical-align: middle;}
    .news .item{ flex: 0 0 50%; max-width: 50%; }
    .news .item .headline-2{display: none;}
    .news .item .headline a{font-size: 12px;}
    .news .item:hover .headline{ opacity: 1; visibility: visible;}
    .infoFooter .col-md-3 { flex: 0 0 25%; max-width: 25%;}    
}
@media screen and (max-width: 600px){
    .infoFooter .col-md-3 { flex: 0 0 100%; max-width: 100%;}
    .scrollToTop{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .radio-container .list-doc .radio-item{
        margin-top:1.5rem;
    }
    .radio-container .list-doc .info {
        margin-top: 2rem;
        max-height: 300px;
		    width:100%;
        overflow-y:auto;
    }
    .radio-container .list-doc .playlist {
        margin-top: 25rem;
        max-height: 485px;
        grid-column: 1/15;
        width:100%;
    }
    .radio-container .list-doc .info .artist p{
        line-height:1rem;
    }
}
@media screen and (max-width: 475px){
    .news .item{ flex: 0 0 100%; max-width: 100%; }
}
@media screen and (orientation: landscape) and (max-width: 1024px){
    .social-mobile{display: none}
    .stick-right{display: block;z-index: 1000; bottom: 10% !important}
    .stick-right .item .left-show{width: 40px;}
    .left-show img{padding: 10px;}
    .stick-right .item .right-hide{ padding: 20px 1rem;}
    .stick-right .item{height: 40px; right: calc(-100% + 40px);}
    footer{height: auto;}
    footer .menu-footer{order: 1;}
    footer .follow-footer{order: 2;}
    footer .copyright-mobile{order: 3; margin-top: 1rem;}
    .infoFooter .link p { display: none; }
    .scrollToTop.show{ bottom: 17%;}
}