:root {
    --color-header: rgba(39,47,84,1);
    --color-hover-box-9: #f7941d;
    --color-text: #192041;
    --color-logo: #044ca1;
}
html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    top: 0!important;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    padding-top: 0!important;
    top: 0!important;
}
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: #440079;
    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;
}
.row-mar-0 {
    margin-right: 0;
    margin-left: 0;
}
.row-mar-0 > div[class*="col-"] {
    padding-right: 0;
    padding-left: 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; }
.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: #440079;
    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: 24px;
    color: var(--color-header);
    margin: 0 0 25px;
    font-weight: 700;
}
.box-heading-column h2 a {
    color: var(--color-header);
}
.clearfix{
    display: block;
}
.float-all{
    width: 100%;
    float: left;
}

/* header */
header#header {
    background: var(--color-header);
    position: relative;
    z-index: 999;
}
header#header .top-header {
    padding: 15px 0;
}
.top-header ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0 8px;
    vertical-align: middle;
}
.top-header ul li li {
    padding-right: 10px;
}
.top-header ul li a {
    color: #fff;
}
.search-header {
    position: relative;
}
.search-header .icon-search {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    text-align: center;
}
.search-header span.icon-search.close-icon i.fa-search:before {
    content: "\f00d";
}
.search-form-header-site {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    margin-top: 15px;
    visibility: hidden;
    transition: all 0.3s;
}
.search-form-header-site.active {
    opacity: 1;
    visibility: visible;
}
.search-form-header-site .search-over {
    position: relative;
}
.search-form-header-site .button-search-header {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #000;
    line-height: 34px;
    cursor: pointer;
}


#header .bottom-header {
    width: 100%;
    text-align: center;
}
header#header.header-fixed .bottom-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--color-header);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }
    
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }
    
    100% {
        transform: translateY(0);
    }
}

#header #logo {
    padding: 5px 0 10px;
}
#header #logo img {
    max-height: 90px;
}
.menu-all-page {
    width: 100%;
}
#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 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}
#header .menu-all > li > a i {
    display: inline-block;
    font-size: 15px;
}
#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: 1px solid #ebebeb;
}
#header .menu-all ul li:first-child {
    border-top: 0;
}
#header .menu-all ul li a {
    display: block;
    padding: 7px 15px;
    color: #333;
    position: relative;
}
#header .menu-all ul li a:hover{
    background: #f5f5f5;
}
#header .menu-all ul li a i {
    position: absolute;
    right: 15px;
    top: 10px;
}
#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;
}

/* translate */
#google_translate_element {
    height: 30px;
}
.skiptranslate {
    display: none!important;
}
.skiptranslate.goog-te-gadget {
    display: inline-block!important;
}
#google_translate_element .goog-te-gadget {
    font-size: 0;
}
#google_translate_element .goog-te-gadget a {
    display: none;
}
#google_translate_element .goog-te-gadget .goog-te-combo {
    font-size: 14px;
}
#google_translate_element .goog-te-gadget .goog-te-combo {
    font-size: 14px;
    margin: 0;
    height: 30px;
    outline: none!important;
    cursor: pointer;
}

/* captcha */
.captcha {
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    width: 300px;
    padding: 5px 0;
}
.captcha .c_input a {
    border: 0;
    color: #fff;
    padding: 7px 10px;
    background: #E95843;
    border-radius: 2px;
    display: inline-block;
}
.captcha .c_logo {
    display: none;
}

/**/
#crumbs {
    overflow: hidden;
    margin: 30px 0;
}
#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;
}

#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;
}
.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 category page */
.news-list .col-md-6:nth-child(2n + 1) {
    clear: both;
}
.news-list-item h3 a {
    color: var(--color-header);
}
.news-list-item h3 a:hover {
    color: var(--color-logo);
}
.news-list-item a.view {
    font-weight: 700;
    color: #f7941d;
    display: inline-block;
    margin-top: 15px;
}

/* pagenumber */
.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;
}

/* news detail */
.news-description *, .category-description *{
    max-width: 100%;
}
.news-description img, .category-description img{
    max-width: 100%;
    height: auto !important;
}
.news-description {
    width: 100%;
}
.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;
}

.share-news-detail {
    padding: 15px 0 20px;
}
.share-social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4c4c4c;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    margin: 3px 3px 0 0;
}

.info-news-detail .nav-pills>li{
    margin-bottom: 5px;
}
.info-news-detail .nav-pills>li>a {
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}
.info-news-detail .tab-pane {
    border: 1px solid #dedede;
    padding: 15px;
}

.news-related .col-sm-4:nth-child(3n + 1) {
    clear: both;
}
.news-related .news-content h3 {
    font-size: 18px;
}

/**/
.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: 24px;
}

.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;
}

/* register page */
.register-page-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}
.register-page-wrap .info-page-register h2 {
    display: block;
    font-size: 72px;
    text-transform: uppercase;
    color: var(--color-header);
    font-weight: 600;
    margin: 0;
}
.register-page-wrap .info-page-register h2.title-big-2 {
    font-weight: 700;
    color: #ee3c45;
    margin-bottom: 15px;
}
.register-page-wrap .register {
    width: 70%;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/bg-form.png);
    padding: 50px 50px 20px 20px;
}
.register-page-wrap .register .form-group {
    padding-right: 50px;
}
.register-page-wrap .register .form-group label {
    color: #fff;
}
.register-page-wrap .register span.error {
    color: red;
    font-style: italic;
    display: block;
    margin-top: 5px;
}
.register-page-wrap .register .form-control {
    height: 40px;
}
.register-page-wrap .register .captcha p {
    color: #fff;
    font-weight: 600;
    margin: 3px 0 5px;
}
.register-page-wrap .register input.button {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 20px;
}

/* 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 {
    border-top: 8px solid var(--color-header);
    background-color: #fff;
    color: #fff;
}
footer.float-all {
    margin-top: 50px;
}
body.information-register footer.float-all {
    margin-top: 0;
}
.footer-mid {
    background: var(--color-logo);
    padding-top: 30px;
}
.footer-mid .row {
    align-items: flex-end;
}
footer ul{
    padding: 0;
    margin:  0;
}
.logo-footer img {
    max-height: 100px;
    margin-bottom: 10px;
}
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 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 .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: #620094;
    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*/
.footer-mid .social-network {
    padding-bottom: 10px;
}
.social-network a {
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    border: 1px solid #fff;
}
.social-network a ~ a {
    margin-left: 10px;
}
.social-network a:hover {
    background: var(--color-header);
}
/*.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; }*/

@media (min-width:768px) {}
@media (min-width: 1200px) {
    body.common-home header#header {
        background: linear-gradient(180deg, rgba(0,0,0,0.5116421568627452) 0%, rgba(0,0,0,0.4864320728291317) 50%, rgba(255,255,255,0) 100%);
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    #header .menu-all > li > a {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    body.common-home header#header .top-header {
        border-bottom: 1px solid rgba(238,238,238,.5);
    }
    #header ul.menu-all {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}
@media (max-width: 991px) {

    header#header .top-header {
        padding: 5px 0 0;
    }

    .top-header ul li {
        padding: 0;
    }

    #header #logo {
        line-height: unset;
        padding: 3px 0 5px;
    }
    #header #logo img {
        max-height: 65px;
    }

    #header .over-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-bar {
        display: flex;
        align-items: center;
    }
    .nav-bar .search-header {
        margin-right: 25px;
    }
    .nav-bar .search-header .icon-search {
        height: 30px;
        width: 30px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        line-height: 30px;
    }

    button.navbar-toggler.btn-mb {
        background: transparent;
        outline: none;
        border: 0;
        width: 30px;
        height: 24px;
        padding: 0;
    }
    .navbar-toggler span, .navbar-toggler span:after, .navbar-toggler span:before {
        width: 30px;
        height: 2px;
    }
    .navbar-toggler span {
        position: relative;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        background-color: #fff;
        display: inline-block;
    }
    .navbar-toggler.active span {
        background: rgba(255, 255, 255, 0)
    }
    .navbar-toggler span:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        background-color: #fff;
        border-radius: 100px;
        -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
    }

    .navbar-toggler span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background-color: #fff;
        border-radius: 100px;
        -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
        -o-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
    }

    .navbar-toggler.active span:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
        transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
        -o-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    }

    .navbar-toggler.active span:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
        -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    }

    body.open-menu .bg-mb {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 65%);
        z-index: 99;
    }
    #header .menu-all-page {
        background: var(--color-header);
        margin: 0;
        position: absolute;
        width: 250px;
        height: calc(90vh - 70px);
        top: 0;
        right: 0;
        overflow-y: auto;
        display: none;
        z-index: 9999;
    }
    body.open-menu #header .menu-all-page {
        display: block;
    }
    #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 {
        border-bottom: 1px solid rgba(255,255,255,.05);
        line-height: 1.5;
        padding: 10px 15px;
    }
    #header .menu-all > li:last-child > a {
        border-bottom: 0;
    }
    #header .menu-all > li > a:before,
    #header .menu-all a > i,
    #header .menu-all > li > a i { 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 {
        position: unset;
        width: 100%;
        float: left;
        opacity: 1;
        visibility: visible;
        background: rgba(0,0,0,.2);
        padding: 0;
        display: none;
        transition: unset;
        box-shadow: unset;
    }  
	#header .menu-all ul li{
		border: 0;
	}
	#header .menu-all ul li a{
        color: #fff;
        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;
	}
    .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;
    }

    .register-page-wrap .info-page-register h2 {
        font-size: 40px;
    }
    .register-page-wrap .register {
        width: 100%;
        padding: 50px 20px 30px;
    }
    .register-page-wrap .register .form-group {
        padding-right: 0;
    }

    .info-news-detail .nav-pills>li {
        width: 50%;
        margin-left: 0;
        padding: 2.5px;
    }
    .info-news-detail .nav-pills>li:nth-child(2n + 1) {
        clear: both;
    }
}
@media (max-width: 480px){
    .info-news-detail .nav-pills>li>a {
        padding: 10px 5px;
    }
}
@media (max-width: 320px) {
    
}
