html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    top: 0!important;
    font-weight: 400;
    background-color: #fbfbfb;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
}
h2 {
    font-size: 43px;
    margin-top: 30px;
    margin-bottom: 15px;
}
a{
    color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
    cursor: pointer;
}
a:hover,a:focus,a:active{
    color: red;
    text-decoration: unset;
}
img{ 
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.nav-tabs{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    overflow-y: hidden;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
    padding: 10px 0;
}
.row-mar-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.row-mar-5 > div[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.padding-top3{padding-top: 30px;}
.mb-80 { margin-bottom: 80px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.mt-50 { margin-top: 50px; }
.mt-30 { margin-top: 30px; }
.over-all {
    /*background: #fff;*/
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.btn, a.btn {
    background-color: transparent;
    display: inline-block;
    color: #F08920;
    border: 1px solid #F08920;
    padding: 5px 25px;
    border-radius: 18px;
    letter-spacing: 2px;
    vertical-align: middle;
    line-height: 27px;
    font-size: 12px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.btn:hover, a.btn:hover {
    background: #F08920;
    color: #fff;
}
.box-heading {
    display: inline-block;
    width: 100%;
    color: #111;
}
.box-heading a {
    color: #111;
}
.box-heading span {
    font-size: 24px;
    color: #118441;
}
.box-heading h2,
h1.title-page-category {
    line-height: 1.3;
    color: red;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}
.box-heading p {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: justify;
}
.box-heading-column h2 {
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    margin: 0 0 1px 0;
    background: red;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.box-heading-column h2 a {
    color: #fff;
}
.clearfix{
    display: block;
}
.float-all{
    width: 100%;
    float: left;
}

.bottom-header{
    border-bottom: 5px solid #fe0000;
}

.bottom-header a{
    color: white;
    font-size: 17px;
    font-weight: 600;
}
.item-news{
    background-color: white;
    margin-bottom: 30px;
}
.item-news img{
    width: 100%;
}

/* header */
#header #logo {
    padding: 5px 0 10px;
}
#header #logo img {
    max-height: 100px;
}
#header .bottom-header {
    background: black;
    width: 100%;
    text-align: center;
}
.menu-all-page {
    width: 100%;
    background: black;
}
#header ul {
    margin: 0;
    padding: 0;
}
#header .menu-all li {
    display: inline-block;
    float: left;
    position: relative;
}
#header .menu-all > li > a{
    position: relative;
    display: block;
    padding: 0;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
}
#header .menu-all > li.current > a,
#header .menu-all > li:hover > a {
    color: #ffbf00;
}
#header .menu-all > li > a i {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
}
#header .menu-all ul{
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    transition: all .5s ease;
    z-index: 9999;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
#header .menu-all li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#header .menu-all ul li{ 
    width: 100%;
    border-top: #ccc thin solid;
}
#header .menu-all ul li:first-child {
    border-top: 0;
}
#header .menu-all ul li a {
    display: block;
    padding: 7px 15px;
    color: #333;
}
#header .menu-all ul li a:hover{
    background: #f5f5f5;
}
#header .menu-all ul ul{
    left: 100%;
    top: 0;
}
#header .menu-all ul ul a {
    color: #333;
    border-right-color: #ebebeb;
}
.menu-header{
    width: 100%;
    float: left;
    background-color: #2e3a8c;
    border-bottom: solid 1px #cbcde2;
    position: relative;
}
.captcha {
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    width: 300px;
    padding: 5px;
}
.captcha .c_input a {
    border: 0;
    color: #fff;
    padding: 7px 10px;
    background: #E95843;
    border-radius: 2px;
    display: inline-block;
}
.captcha .c_logo {
    display: none;
}
/* language */

/* end language */
/* slides */
.slides.owl-carousel {
    margin-bottom: 0;
}
.slides.owl-carousel .item {
    width: 100%;
    position: relative;
}
.slideshow-home .owl-carousel button[class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    font-size: 24px;
    padding: 20px 5px!important;
    color: #f4ce47;
}
.slideshow-home .owl-carousel button.owl-next {
    right: 15px;
}
.slideshow-home .owl-carousel button.owl-prev {
    left: 15px;
}

/**/
#crumbs {
    overflow: hidden;
    margin: 0;
    padding: 15px;
    background-color: #E5E5E5;
    text-align: center;
}
#crumbs .inner-crumbs a{
	color: #000;
    font-size: 14px;
    padding: 10px 0;
}

/*list cat*/
.list-cat-related h3 {
    line-height: 34px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    padding-left: 20px;
    background: #22479f url(../image/i4.gif) no-repeat left center;
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.list-cat-related ul {
    border-bottom: #c8c8c8 2px solid;
    background-color: #f5f5f5;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.list-cat-related ul li {
    padding: 10px 0px 10px 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../image/i5.gif) no-repeat left center;
    font-weight: bold;
    font-size: 15px;
    border-top: #d1d1d1 1px dotted;
}
.list-cat-related ul li.current a {
    color: #ffb406;
}

/**/
.facebook-like-box{ 
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

/**/
.box-news-content ul {
    list-style: none;
    padding-left: 0;
}
.box-news-content{
    position: relative;
    padding: 0;
}

.box-news-featured .news-item{
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 10px;
}
.box-news-content .name {
    margin-bottom: 0;
    height: 37px;
    padding: 3px 0;
    line-height: 30px;
    overflow: hidden;
}
.box-news-content .date_added {
    font-size: 12px;
    color: #898989;
    margin-bottom: 2px;
}
.box-news-content .name:hover a {
    color: #E95843;
}
/*.banner {
    background: #fff;
}*/
/*.banner.text-center{
    padding-top: 30px;
}*/
.banner div.video-youtube{
    margin-bottom: 5px;
    overflow: hidden;
}
.banner div {
    text-align: center;
    display: block;
}
.banner div img {
    margin-bottom: 15px;
}
.banner div.banner-item:last-child img {
    margin-bottom: 0;
}
.banner-item p{
    margin-top: 30px;
    font-size: 18px;
}
#content h1.banner-title {
    font-size: 48px;
    color: #c93428;
    margin-bottom: 15px;
    font-weight: 400;
}

p.description-banner {
    margin-bottom: 50px;
}

.banner-item img.img-responsive {
    display: inline-block;
/*    margin: 0;*/
}

.bg-img-header{
    height: 115px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.news-by-categories{
    margin-bottom: 50px;
}
.categories-category ul {
    border: 1px solid #E3E3E3;
    background: #F6F6F6;
    padding: 0;
    height: 39px;
}
.categories-category ul li{
    list-style-type: none;
    display: inline-block;
}
.categories-category ul li a{
    line-height: 39px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 600;
}
.news-list > div {
    overflow: auto;
    clear: both;
    padding: 10px 0px;
}
.news-list .col-xs-6:nth-child(4n+1){
	clear: both;
}
.news-list .news-list-item{
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 20px;
    padding: 25px 25px 25px 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.news-list .news-list-item h3.title-news {
    margin: 0 0 20px;
    line-height: 22px;
}
.news-list .news-list-item h3.title-news a {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.news-list .news-list-item .address{
    margin-bottom: 30px;
}
.news-list .news-list-item .date-news {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}
.news-list .news-list-item .date-news i {
    margin-right: 6px;
}
.news-list .news-list-item .date-news span {
    font-size: 13px;
}
.news-list .news-list-item h3.title-news a:hover {
    color: #23527c;
} 
.news-list .news-list-item .infor-news {
    width: 100%;
    display: inline-block;
}
.news-list .image {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.news-list .image img {
    width: 100%;
    display:  block;
}
.news-list .image img:hover{
    opacity: 0.8;
}
.news-list .short-content {
    text-align: justify;
    overflow: hidden;
    color: #666;
    line-height: 20px;
}
.news-list a.view {
    line-height: 24px;
    width: 90px;
    text-align: center;
    border: solid 1px #c93428;
    font-style: italic;
    border-radius: 12px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}
.news-list a.view:hover{
    color: #fff;
    border: solid 1px #fdc800;
    background: #fdc800;
}
.news-list .desc{
    float: left;
    padding-right: 15px;
}
.pagenumber .links {
    float: left;
    padding-top: 6px;
    margin-bottom: 5px;
}
.pagenumber .links .pagination {
    margin: 0;
}
.pagenumber .links .pagination > .active > a, .pagenumber .links .pagination > .active > span, .pagenumber .links .pagination > .active > a:hover, .pagenumber .links .pagination > .active > span:hover, .pagenumber .links .pagination > .active > a:focus, .pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #e3e3e3;
    border: 1px solid #dddddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0;
    border-radius: 0 !important;
    color: #000;
    cursor: default;
    margin-top: -1px;
    z-index: 2;
}
.pagenumber .links .pagination > li > a, .pagenumber .links .pagination > li > span {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #111;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.news-list-slide #bottom_news{
    margin: 10px 0;
    border: 1px solid #e8e8e8;
    padding: 7px 0;
    background: #f6f6f6;
}
.pagenumber .links .pagination > li {
    display: inline-block;
    margin: 0 3px;
}
.pagenumber .links .pagination > li:last-child > a, .pagenumber .links .pagination > li:last-child > span{
    border-radius: 0;
}
.pagenumber {
    border-top: 0;
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
.image-news{
    background-color: #f5f5f5;
    text-align: center;
    display: inline-block;
}
.image-news img{
    border-radius: 50%;
    width: 200px !important;
    height: 200px !important;
    overflow: hidden;
}
.news-description h2{
    font-size: 28px;
}
.news-description *, .category-description *{
    max-width: 100%;
}
.news-description .hotline-order{
    text-align: center;
    margin-top: 30px;
}
.news-description .hotline-order span{
    background-color: #ff6900;
    border-radius: 35px;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.news-description .hotline-order span a{
    color: white;
    font-size: 18px;
}
.news-description img{
    width: 100%;
}
.news-description img, .category-description img{
    max-width: 100%;
    height: auto !important;
}
.news-description {
    width: 100%;
}
.news-description .desc{
    margin-top: 50px;
}
.tags-list {
    background: url(../image/tags.gif) no-repeat 0px top;
    padding-left: 45px;
    padding-top: 7px;
    margin: 10px 0;
}
.tags-list a {
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 5px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
}
.tags-list a:hover {
    background: #d4d4d4;
}
.news-related h3.title {
    border-bottom: 2px solid #007338;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
    margin: 20px 0 10px;
}

.contact-title {
    margin-bottom: 35px;
}
#content .contact-title h1 {
    font-weight: 600;
    font-size: 32px;
    color: #202A30;
}
.contact-title p {
    color: #c93428;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}
.contact-content p {
    margin: 0;
}
.contact-content > div {
    margin-bottom: 15px;
}
.write-comment > div {
    margin-bottom: 10px;
}
.write-comment p{
    margin: 0;
}
.write-comment .error {
    font-size: 14px;
    color: #ff0000;
}
a.button, input.button {
    background: #1376f2;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(200, 200, 210);
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
    border: none;
}
input[type='text'], input[type='password'], textarea {
    padding: 6px 12px;
    box-shadow: 0 0 0;
    border: 1px solid #d4d4d4;
    color: #333;
    outline: medium none;
}
.write-comment input[type="text"], .write-comment textarea {
    border: 1px solid #d7dce9;
    border-radius: 0;
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
    width: 100%;
}

.news-info {
    width: 100%;
    display: inline-block;
}

a.button:hover, a.button:focus, a.button:active, input.button:hover, input.button:focus, input.button:active {
    background: #1376f2;
    color: #fff;
    border: none;
}
#content h1 {
    font-weight: 500;
}
#content h1.title-page {
    margin-top: 0;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.box-border-bottom .box-heading{
    border-bottom: 1px solid #DBDBDB;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
}
.row-custom .col-custom-left{
    border-right: 1px solid #dbdbdb;
}
.box-news-content .box-news-first-description .name {
    height: 26px;
    padding: 10px 0 0;
    line-height: 15px;
}
.box-news-content .box-news-first-description .short-content {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 12px;
}
.box-news-content .short-content {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

/* md info */
.info-more-wrapper {
    margin-bottom: 40px;
    border-bottom: 4px solid red;
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
    padding: 20px;
}

/* md menu right */
.menu-right-column {
    margin-bottom: 30px;
}
.menu-right-column ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
.menu-right-column > ul {
    padding: 10px;
    border: 1px solid #ddd;
}
.menu-right-column ul li {    
    position: relative;
}
.menu-right-column ul li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.menu-right-column ul li a,
.menu-right-column ul li:first-child a {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.menu-right-column ul li span.tg-mb {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
.menu-right-column ul li span.tg-mb:before {
    content: "\f078";
}

/* footer */
footer .copy{
    line-height: 35px;
    text-align: center;
}
#powered {
    text-align: center;
    clear: both;
    line-height: 35px;
    background: #353a3d;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}
#powered .pull-right, #powered .pull-right a {
    color: #999;
}
#powered .container {
    border-top: 1px solid rgba(153, 153, 153, 0.15);
}
footer {
    background-color: #fff;
    color: #fff;
    border-top: 5px solid #fe0000;;
}
footer.float-all {
    margin-top: 50px;
}
.footer-mid {
    background: black;
    padding-top: 30px;
}
footer ul{
    padding: 0;
    margin:  0;
}
footer .title-footer {
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.menu-footer ul li {margin-bottom: 10px;}
.menu-footer ul li i {margin-right: 5px;}
.menu-footer ul li a {
    color: #fff;
}
footer .iframe-map {
    width: 100%;
    overflow: hidden;
}
footer .iframe-map iframe {
    width: 100%;
    height: 165px;
}
.footer-contact{
    margin-bottom: 30px;
}
.footer-contact p {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.footer-contact span {
    width: calc(100% - 20px);
    float: right;
    padding-left: 5px;
}
.footer-contact i {
    width: 20px;
    text-align: center;
    float: left;
    margin-top: 5px;
}
.footer-contact p.address span {
    white-space: pre-wrap;
}
footer ul{
    list-style-type: none;
}
footer ul a{
    color: white;
}
footer h3{
    margin-bottom: 30px;
}
footer .info-footer {
    margin-top: 25px;
    padding: 20px 0 10px;
    border-top: 1px solid #eee;
    position: relative;
    width: 100%;
    color: #fff;
}
footer .scroll-head {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    background: red;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: -20px;
    cursor: pointer;
}
footer .info-footer p { font-size: 12px; }
footer .info-footer p span,
footer .info-footer p span a {
    color: #999;
}

#language {
    position: relative;
}
#language .drop-button {
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
#language .drop-button span.icon {
    margin-right: 5px;
}
#language .drop-button span {
    display: inline-block;
    vertical-align: top;
}
#language .drop-button img {
    max-width: 25px;
    vertical-align: text-top;
}
#language .drop-button i{
    margin-left: 5px;
    margin-right: 5px;
}
#language .drop-box .drop-content { right: 0; }
#language  .drop-box .drop-content .drop-title {
    text-align: right;
}
#language  .drop-box .drop-content .drop-title .drop-close {
    background: #fff;
    font-size: 15px;
    padding: 0 10px;
    vertical-align: top;
    cursor: pointer;
    color: #c93428;
    position: absolute;
    top: 0;
    right: 0;
}
#language .drop-content ul.list-unstyled {
    margin: 0;
}
#language .drop-content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
#language .drop-content li {
    padding-top: 10px;
}
#language .drop-content li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
#language .drop-content img {
    max-width: 20px;
    margin-right: 5px;
}
#language .drop-content img, #language .drop-content span {
    display: inline-block;
    vertical-align: middle;
}
#language .drop-content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.drop-box .drop-content .drop-description ul.list-link li a:hover, .drop-box .drop-content .drop-description ul.list-link li a.active {
    color: #c93428;
    text-decoration: underline;
}
.drop-box .drop-content .drop-description ul.list-link li a span{
    padding-left: 5px;
}
.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 0 0;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}
.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #e95843;
    border-radius: 50%;
    color: #fff;
}
.drop-box .drop-content.top {
    border: 1px solid #909090;
    border-radius: 0 0 0;
}
.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #909090;
    border-width: 12px;
}
.pad-full5 {
    padding: 5px;
    font-size: 15px;
}
.fancybox-opened,.fancybox-overlay, .modal{
    z-index: 999999 !important;
}
input[type='text'], input[type='password'], textarea, textarea.form-control{border-radius: 0;}

/*social*/
.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.social-network a ~ a {
    margin-left: 10px;
}
.social-network a.fb { background: #4267b2; }
.social-network a.go { background: #ea4335;; }
.social-network a.tw { background: #1da1f2; }
.social-network a.lin { background: #0073b0; }
.social-network a.yt { background: #f00; }
.social-network a.sk { background: #0078ca; }
.social-network a.fl { background: #4267b2; }

.social {
    position: fixed;
    right: 20px;
    bottom: 30px;
}

.content_maintop .banner{
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.news-by-categories .box-content .item-both:nth-child(3n+1){
    clear: both;
}

@media (min-width:768px) {}
@media (min-width: 1200px) {}
@media (max-width: 1199px) {}
@media (min-width: 992px) { 
    .news-list .news-list-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }   
    #header ul.menu-all {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .min-des{
        display: none;
    }
    .min-content h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .min-item{
        margin-bottom: 20px;
    }
    .min-item .image{
        margin-left: -15px;
    }
}
@media (max-width: 991px) {
    #header #logo {
        line-height: unset;
        padding: 3px 0 5px;
    }
    #header .nav-bar {
        width: 100%;
        text-align: right;
    }
    #header .btn-mb {
        display: inline-block;
        color: #fff;
        padding: 8px 15px;
        background: #fe0000;
    }
    #header .btn-mb i {
        display: inline-block;
        font-size: 23px;
        line-height: 31px;
        vertical-align: middle;
    }
    #header .btn-mb span {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        margin-left: 5px;
        vertical-align: middle;
    }
    #header .close-menu {
        background: #fe0000;
        color: #fff;
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }
    body.open-menu .bg-mb {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 65%);
        z-index: 999;
    }
    #header .menu-all-page {
        border-top: 1px solid #ddd;
        margin: 0;
        position: fixed;
        z-index: 9999;
        width: 250px;
        height: 100vh;
        top: 0;
        left: 0;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: all 0.5s;
    }
    body.open-menu #header .menu-all-page {
        transform: translateX(0);
    }
    #header .menu-all-page ul.menu-all {
        width: 100%;
        float: left;
    }
    #header .menu-all-page ul.menu-all li{
        float: left;
	    position: relative;
	    width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    #header .menu-all > li > a {
    	display: block;
	    color: #fff;
        border-bottom: 1px solid #fff;
        line-height: 1.5;
        padding: 10px 15px;
        text-transform: none;
    }
    #header .menu-all > li:last-child > a {
        border-bottom: 0;
    }
    #header .menu-all > li > a:before { display: none; }
    #header ul.menu-all span.mb-toggle {
        position: absolute;
        width: 50px;
        height: 40px;
        line-height: 39px;
        color: #fff;
        z-index: 99;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
    }
    #header ul.menu-all span.mb-toggle:before {
        content: "\f067";
        font-family: FontAwesome;
    }
    #header ul.menu-all span.mb-toggle.open:before {
    	content: "\f068";
    }
    #header .menu-all ul li span.mb-toggle {
        color: #333;
    }
    #header .menu-all ul {
        position: unset;
        width: 100%;
        float: left;
        opacity: 1;
        visibility: visible;
        background: #f8f8f8;
        padding: 0;
        display: none;
        transition: unset;
        box-shadow: unset;
    }  
	#header .menu-all ul li{
		border: 0;
	}
	#header .menu-all ul li a{
	    font-size: 13px;
        color: #333;
        padding: 10px 52px 10px 30px;
	}
	#header .menu-all ul ul a{
		padding: 8px 45px;
	}
	.news-wrapper .box-item{
		display: block;
	}
	.news-wrapper .box-item .image{
		margin-bottom: 10px;
	}
	.news-list .col-xs-6:nth-child(3n+1){
		clear: none;
	}
	.news-list .col-xs-6:nth-child(2n+1){
		clear: both;
	}
    .social-network-footer.text-right { 
        text-align: left; 
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
	.banner.text-center {
	    padding-top: 10px;
	}

    .banner div img {
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-weight: 600;
    }
    .navbar-nav>li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        display: block;
        position: relative;
    }
    .xs-mg-15 {
        margin-bottom: 15px;
    }
    .news-list .image {
        width: 100%;
        margin: 0 0 10px;
    }
    .news-list .desc {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 480px){
    .news-list .news-list-item{
        margin-left: 0;
        margin-right: 0;
    }

    .news-list h2{
        font-size: 30px;
        margin-top: 0;
    }
}
@media (max-width: 320px) {
    
}
