a {
    moz-transition: all 0.3s;
    ms-transition: all 0.3s;
    o-transition: all 0.3s;
    transition: all 0.3s;
    webkit-transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

body {
    font-size: 14px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    right: 0px;
    position: relative;
}

body p {
    font-size: 14px;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.clear60 {
    clear: both;
    height: 60px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0;
}

.fullwidth {
    width: 100%;
}

.clwhite {
    color: #fff;
}

.clblack {
    color: #000;
}

.bold {
    font-weight: 700;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-n {
    display: flex;
}

.flex-bw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.show1199 {
    display: none;
}

.show991 {
    display: none;
}

.show767 {
    display: none;
}

.show480 {
    display: none;
}

.row:before {
    content: unset;
}

.editer img {
    height: auto !important;
}

.editer p {
    margin-bottom: 10px;
}

.editer table {
    width: 100%;

    margin-bottom: 10px;
}

.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer {
    display: none !important;
}

.header-top {
    background: #043281 url(../img/bg-dot.jpg) top center no-repeat;

    background-size: contain;

    padding: 10px 0;

    position: relative;
}

.line-left-head {
    position: absolute;

    top: 100%;

    width: 40%;

    background: #1e5cc8;

    height: 10px;

    left: 0;

    display: block;
}

.line-left-head:before {
    content: "";

    position: absolute;

    left: 100%;

    top: 0;

    border-left: 10px solid #11177d;

    border-bottom: 10px solid transparent;
}

.line-right-head {
    position: absolute;

    bottom: 0;

    width: 60%;

    background: #f26a35;

    height: 10px;

    right: 0;

    display: block;
}

.line-right-head:before {
    content: "";

    position: absolute;

    right: 100%;

    top: 0;

    border-right: 10px solid #b04921;

    border-top: 10px solid transparent;
}

.flex-logo {
    display: flex;

    align-items: center;

    position: relative;
}

.flex-logo:before {
    content: "";

    position: absolute;

    width: 550px;

    height: calc(100% + 20px);

    right: 0;

    top: -10px;

    background: url(../img/bg-head.png) top right no-repeat;

    background-size: cover;
}

.tit-comp {
    color: #fff;

    margin: 0;

    font-weight: 700;

    font-size: 20px;

    text-transform: uppercase;

    margin-bottom: 5px;
}

.tit-comp-sub {
    color: #fff;

    margin: 0;

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 400;
}

.info-comp {
    margin-left: 20px;

    position: relative;

    z-index: 9;
}

.logo {
    display: inline-block;

    position: relative;

    z-index: 9;
}

.lang-mail {
    display: flex;

    align-items: center;

    margin-left: 10px;
}

.lang-mail > a {
    display: inline-block;

    border: 1px solid #fff;
}

.a-email {
    color: #fff !important;

    display: inline-block;

    padding-right: 10px;

    margin-right: 10px;

    position: relative;
}

.a-email:before {
    content: "";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    background: #fff;

    width: 1px;

    height: 14px;
}

.flex-menu-search {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.ul-main-menu {
    list-style-type: none;

    padding: 0;

    margin: 0;

    display: flex;

    align-items: center;
}

.ul-main-menu > li > a {
    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    color: #fff;

    padding: 25px 0 15px 0;
}

.ul-main-menu > li:hover > a {
    color: #f26a35;
}

.ul-main-menu > li {
    margin-right: 30px;
}

.ul-main-menu > li:last-child {
    margin: 0;
}

.has-sub a img {
    margin-left: 5px;
}

.has-sub {
    position: relative;
}

.ul-sub-menu {
    position: absolute;

    top: 100%;

    left: 0;

    min-width: 220px;

    background: #fff;

    box-shadow: 0 0 5px #ccc;

    list-style-type: none;

    padding: 0;

    margin: 0;

    display: none;

    z-index: 999;
}

.ul-sub-menu > li > a {
    display: block;

    font-weight: 700;

    padding: 10px 10px 7px;

    color: #000;

    border-bottom: 1px solid #f1f1f1;

    white-space: nowrap;

    font-size: 14px;

    text-transform: uppercase;
}

.ul-sub-menu > li:last-child > a {
    border: none;
}

.has-sub:hover .ul-sub-menu {
    display: block;
}

.ul-sub-menu > li:hover > a {
    background: #f1f1f1;

    color: #1e5cc8;
}

.block-search-top form {
    display: flex;

    align-items: center;

    justify-content: center;
}

.block-search-top form input {
    padding: 5px 5px;
    border: 1px solid #ccc;
    outline: unset;
    width: 155px;
    font-size: 13px;
    height: 32px;
}

.block-search-top form button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 35px;

    height: 32px;

    background: #f26a35;

    outline: unset;

    border: none;
}

.block-search-top {
    margin-top: 10px;

    display: flex;

    align-items: center;
}

.header-bottom {
    background: #1e4b8f;
}

.main-news-noti .row {
    margin: 0 -5px;
}

.left-news-noti {
    width: 75%;

    padding: 0 5px;

    float: left;
}

.inside-left-news-noti {
    border: 1px solid #ccc;

    border-top: 3px solid #043281;

    padding: 10px;
}

.main-news-noti {
    padding: 10px 0;
}

.tit-news-hightlight {
    font-size: 20px;

    font-weight: 700;

    text-transform: uppercase;

    margin: 0;

    margin-bottom: 20px;

    color: #043281;

    position: relative;

    display: flex;

    align-items: center;
}

.tit-news-hightlight:before {
    content: "";

    display: block;

    width: 10px;

    height: 10px;

    background: #b30007;

    margin-right: 15px;
}

.block-slider-news {
    display: flex;

    justify-content: space-between;
}

.block-slider-news .nav-tabs {
    width: 165px;

    border: none;
}

.block-slider-news .nav-tabs > li {
    float: none;

    margin: 0;

    margin-bottom: 15px;
}

.block-slider-news .nav-tabs > li a img {
    width: 100%;

    height: 100px;

    object-fit: cover;
}

.block-slider-news .nav-tabs > li > a {
    padding: 0;

    border: 4px solid #f2f2f2;

    border-radius: 0 !important;

    position: relative;
}

.block-slider-news .nav-tabs > li.active > a {
    border: 4px solid #ccc;
}

.block-slider-news .nav-tabs > li.active > a:after {
    right: calc(100% + 4px);

    top: 50%;

    transform: translateY(-50%);

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-color: rgba(102, 102, 102, 0);

    border-right-color: #cccccc;

    border-width: 6px;

    margin-left: -6px;
}

.block-slider-news .nav-tabs > li:last-child {
    margin-bottom: 0;
}

.block-slider-news .tab-content {
    width: calc(100% - 175px);

    height: 353px;

    overflow: hidden;
}

.box-news-home {
    position: relative;
}

.info-bnh {
    position: absolute;

    bottom: 0;

    border-left: 0;

    width: 100%;

    background: rgba(94, 94, 94, 0.6);

    padding: 20px;
}

.tit-bnh {
    margin: 0;

    font-weight: 700;

    font-size: 16px;
}

.tit-bnh a {
    color: #fff;
}

.box-news-home > img {
    width: 100%;

    height: 353px;

    object-fit: cover;
}

.right-news-noti {
    width: 25%;

    float: left;

    padding: 0 5px;
}

.inside-right-news-noti {
    border: 1px solid #ccc;

    border-top: 3px solid #f26a35;
}

.tit-noti {
    font-size: 18px;

    font-weight: 700;

    text-transform: uppercase;

    margin: 0;

    color: #043281;

    position: relative;

    display: flex;

    align-items: center;

    background-image: linear-gradient(#fff, #c7c7c7);

    padding: 11px 20px;
}

.tit-noti:before {
    content: "";

    display: block;

    width: 10px;

    height: 10px;

    background: url(../img/star.png) center center no-repeat;

    background-size: contain;

    margin-right: 15px;
}

.ul-list-noti {
    list-style-type: none;

    padding: 15px 10px;

    margin: 0;
}

.ul-list-noti > li {
    margin-bottom: 5px;

    position: relative;
}

.ul-list-noti > li:after {
    content: "";

    display: block;

    width: 100%;

    height: 2px;

    background: url(../img/line.png) center center no-repeat;

    background-size: contain;

    margin: 0 auto;

    margin-top: 5px;
}

.ul-list-noti > li > a {
    color: #000;

    font-size: 14px;
}

.ul-list-noti > li > img:first-child {
    margin-right: 5px;
}

.ul-list-noti > li > img:last-child {
    margin-left: 5px;
}

.ul-list-noti > li:last-child:after {
    content: unset;
}

.ul-list-noti > li:last-child {
    margin: 0;
}

.flex-marque {
    display: flex;

    align-items: center;

    justify-content: space-between;

    background: #e5e3e3;
}

.main-marquee {
    margin-bottom: 10px;
}

.tit-marque {
    margin: 0;

    color: #fff;

    font-weight: 700;

    font-size: 16px;

    text-transform: uppercase;

    height: 36px;

    width: 140px;

    background: #f26a35;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-top: 3px;

    position: relative;
}

.tit-marque:after {
    left: calc(100% + 6px);

    top: 50%;

    transform: translateY(-50%);

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-color: rgba(102, 102, 102, 0);

    border-left-color: #f26a35;

    border-width: 6px;

    margin-left: -6px;
}

.block-marquee {
    width: calc(100% - 170px);

    overflow: hidden;

    height: 0;

    margin-right: 15px;
}

.marquee {
    width: 100%;

    overflow: hidden;

    margin: 0;

    padding: 0;
}

ul.marquee li {
    display: inline-block;

    padding: 0 10px;
}

ul.marquee li > a {
    color: #000;

    font-weight: 700;

    font-size: 14px;

    display: flex;

    align-items: center;
}

ul.marquee li > a:before {
    content: "";

    width: 5px;

    height: 5px;

    margin-right: 10px;

    background: #df1f2a;

    display: inline-block;

    position: relative;

    top: -2px;
}

.main-banner {
    margin-bottom: 10px;
}

.main-group-news-aside .row {
    margin: 0 -5px;
}

.left-group-news {
    width: 75%;

    float: left;

    padding: 0 5px;
}

.block-group-news .row {
    margin: 0 -5px;
}

.block-group-news .col-md-6 {
    padding: 0 5px;
}

.item-group-news {
    border-top: 4px solid #043281;

    border-radius: 6px;

    padding: 5px 10px;

    background-image: linear-gradient(#f7f7f7, #fff);

    position: relative;

    margin-bottom: 20px;
}

.item-group-news:before,
.item-group-news:after {
    content: "";

    position: absolute;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#043281), to(transparent));

    background-image: -webkit-linear-gradient(#043281, transparent);

    background-image: -moz-linear-gradient(#043281, transparent);

    background-image: -o-linear-gradient(#043281, transparent);

    background-image: linear-gradient(#043281, transparent);

    top: 0px;

    bottom: 0;

    width: 2px;
}

.item-group-news:before {
    left: 0px;
}

.item-group-news:after {
    right: 0px;
}

.flex-tit-news {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 8px;

    margin-top: 4px;
}

.tit-group-news {
    font-size: 16px;

    font-weight: 700;

    margin: 0;

    color: #043281;

    text-transform: uppercase;

    width: calc(100% - 80px);
}

.view-group-news {
    color: #5c5b5b;

    display: inline-block;

    font-size: 13px;

    white-space: nowrap;
}

.view-group-news img {
    margin-left: 3px;

    position: relative;

    top: 2px;
}

.img-bbn {
    display: block;

    border-radius: 4px;

    overflow: hidden;
}

.tit-news {
    font-size: 14px;

    font-weight: 700;

    margin: 10px 0;

    padding: 0 10px;

    text-align: justify;
}

.tit-news a {
    color: #043281;

    line-height: 1.5;
}

.list-news-group {
    list-style-type: none;

    padding: 0 10px;

    margin: 0;
}

.list-news-group > li {
    margin-bottom: 6px;
}

.list-news-group > li:last-child {
    margin: 0;
}

.list-news-group > li > a {
    font-size: 14px;

    color: #333;

    padding-left: 13px;

    position: relative;

    display: inline-block;

    line-height: 1.5;
}

.list-news-group > li > a:before {
    content: "";

    position: absolute;

    left: 0;

    top: 6px;

    display: inline-block;

    width: 5px;

    height: 5px;

    background: #f26a35;
}

.list-news-group > li > a:hover {
    color: #043281;
}

.right-aside-block {
    width: 25%;

    padding: 0 5px;

    float: left;
}

.block-aside-home {
    margin-bottom: 10px;

    background: #f7f7f7;
}

.tit-aside {
    background: #043281;

    color: #fff;

    border-radius: 6px 6px 0 0;

    margin: 0;

    padding: 10px;

    font-size: 16px;

    font-weight: 400;

    text-transform: uppercase;

    display: flex;

    align-items: center;
}

.tit-aside a {
    color: #fff !important;

    margin: 0 5px;
}

.tit-aside img {
    margin-right: 15px;

    max-width: 22px;
}

.tit-aside span {
    position: relative;

    top: 1px;
}

.ul-list-aside-cate {
    list-style-type: none;

    margin: 0;

    padding: 15px 10px;
}

.ul-list-aside-cate > li {
    margin-bottom: 7px;
}

.ul-list-aside-cate > li:last-child {
    margin-bottom: 0;
}

.ul-list-aside-cate > li:last-child:after {
    content: unset;
}

.ul-list-aside-cate > li:after {
    content: "";

    display: block;

    width: 100%;

    height: 2px;

    background: url(../img/line.png) center center no-repeat;

    background-size: contain;

    margin: 0 auto;

    margin-top: 7px;
}

.ul-list-aside-cate > li > a {
    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    color: #043281;
}

.ul-list-aside-cate > li > a > img {
    margin-right: 10px;

    width: 20px;

    object-fit: none;
}

.ul-list-aside-cate > li > a > span {
    position: relative;

    top: 2px;
}

.hotline-aside {
    padding: 10px;

    padding-right: 5px;
}

.hotline-aside table {
    width: 100%;
}

.hotline-aside table tr td {
    font-weight: 700;

    font-size: 13px;

    padding: 5px;

    border: 1px solid #ccc;
}

.hotline-aside {
    height: 300px;

    overflow-y: auto;

    overflow-x: auto;
}

.hotline-aside .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;

    background: #d9e6e9 !important;
}

.hotline-aside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #c6c6c6 !important;

    width: 8px;
}

.hotline-aside .mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.box-gall-aside {
    background: #f7f7f7;

    padding: 10px;
}

.box-web-hyper {
    padding: 20px 10px;

    background: #f7f7f7;
}

.block-statistical {
    padding: 10px;

    background: #f7f7f7;
}

.main-partner {
    margin: 10px 0;
}

.block-partner {
    background: #f7f7f7;

    padding: 20px;
}

.item-partner {
    height: 80px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px;
}

.item-partner img {
    box-shadow: 0 0 5px #ccc;

    width: 100%;

    height: 100%;

    object-fit: contain;

    background: #fff;
}

.footer-top {
    background: #014389 url(../img/hv.png) bottom center no-repeat;

    background-size: auto;

    padding: 20px 0;
}

.tit-ft {
    font-size: 20px;

    font-weight: 700;

    text-transform: uppercase;

    color: #fff;

    margin-bottom: 20px;

    position: relative;
    display: none;
}

.tit-ft:after {
    content: "";

    display: block;

    width: 200px;

    height: 1px;

    background: #fff;

    margin-top: 15px;
}

.tit-ft:before {
    content: "";

    width: 100px;

    height: 3px;

    position: absolute;

    background: #fff;

    bottom: -1px;

    left: 0;
}

.footer-top .editer * {
    color: #fff;
}
.footer-top .editer p:last-child {
    margin-bottom: 0;
}

.block-statistical p {
    margin-bottom: 5px;
}

.footer-bottom {
    padding: 10px 0;

    background: #013975;
}

.ul-quick-link {
    list-style-type: none;

    padding: 0;

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;
}

.ul-quick-link > li {
    margin: 0 15px;
}

.ul-quick-link > li > a {
    color: #fff;
}

.block-breac {
    background: #eaeaea;

    padding: 10px 10px 7px;
}

.main-breac {
    margin: 10px 0;
}

.flex-wraper {
    display: flex;

    flex-wrap: wrap;

    margin: 0 -10px;
}

.left-wraper {
    width: 25%;

    padding: 0 10px;
}

.ul-list-chuyenmuc {
    list-style-type: none;

    padding: 0;

    padding: 15px 20px;
}

.ul-list-chuyenmuc > li {
    margin-bottom: 7px;
}

.ul-list-chuyenmuc > li:last-child {
    margin-bottom: 0;
}

.ul-list-chuyenmuc > li > a {
    font-size: 14px;

    color: #000;
}

.ul-list-chuyenmuc > li > a > img {
    margin-right: 10px;

    width: 10px;

    object-fit: none;
}

.ul-list-chuyenmuc > li > a > span {
    position: relative;

    top: 2px;
}

.ul-list-chuyenmuc > li:after {
    content: "";

    display: block;

    width: 100%;

    height: 2px;

    background: url(../img/line.png) left center no-repeat;

    background-size: contain;

    margin-top: 7px;
}

.ul-list-chuyenmuc > li:last-child:after {
    content: unset;
}

.block-aside-home .tit-noti {
    padding: 10px 20px;
}

.right-wraper {
    width: 75%;

    padding: 0 10px;
}

.tit-page {
    text-transform: uppercase;

    font-weight: 700;

    color: #043281;

    margin: 10px 0 20px;

    font-size: 20px;
}

.block-lanhdao {
    border: 1px solid #ccc;

    border-radius: 4px;

    overflow: hidden;

    margin-bottom: 30px;
}

.name-lanhdao {
    text-align: center;

    color: #fff;

    font-weight: 700;

    padding: 13px 10px 10px;

    background: #043281;

    font-size: 16px;
}

.info-lanhdao {
    padding: 20px;
}

.avatar-lanhdao {
    text-align: center;

    margin-bottom: 15px;
}

.info-lanhdao p {
    font-weight: 700;

    text-align: center;
}

.top-cctc {
    text-align: center;

    margin-bottom: 20px;
}

.top-cctc span {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 47%,
        rgba(237, 237, 237, 1) 100%
    );

    display: inline-block;

    padding: 6px 10px;

    color: #043281;

    text-transform: uppercase;

    border: 1px #d1d1d1 solid;

    border-radius: 4px;

    font-weight: 700;
}

.main-cctc {
    text-align: center;

    margin-bottom: 20px;
}

.main-cctc a {
    display: inline-block;

    background: linear-gradient(to bottom, rgba(56, 94, 175, 1) 0%, rgba(32, 66, 140, 1) 100%);

    color: #fff;

    font-weight: 700;

    text-transform: uppercase;

    padding: 6px 10px;

    position: relative;

    border-radius: 4px;

    font-size: 14px;
}

.main-cctc a:after {
    content: "";

    position: absolute;

    top: 100%;

    left: 50%;

    height: 20px;

    width: 1px;

    background: #2e3192;
}

.line-direc {
    width: 70%;

    height: 30px;

    margin: 0 auto;

    border: 1px #2e3192 solid;

    border-bottom: none;

    border-top-left-radius: 6px;

    border-top-right-radius: 6px;
}

.tit-offsi-cctc {
    background: linear-gradient(to bottom, rgba(56, 94, 175, 1) 0%, rgba(32, 66, 140, 1) 100%);

    color: #fff;

    text-align: center;

    font-weight: 700;

    font-size: 14px;

    padding: 6px 10px;
}

.block-offi-cctc {
    border: 1px solid #ccc;

    border-radius: 4px;

    overflow: hidden;
}

.inside-cctc {
    padding: 10px;
}

.has-sub-cctc > a:before {
    content: "";

    width: 11px;

    height: 11px;

    background: url(../img/plus.gif) center center no-repeat;

    background-size: contain;

    margin-right: 5px;

    display: inline-block;
}

.has-sub-cctc > a {
    color: #043281;

    font-weight: 700;

    font-size: 13px;
}

.ul-main-cctc {
    list-style-type: none;

    padding: 0;

    margin: 0;
}

.ul-main-cctc > li {
    margin-bottom: 5px;
}

.ul-main-cctc > li:last-child {
    margin: 0;
}

.ul-sub-cctc {
    list-style-type: none;

    padding: 0;

    margin: 0;

    padding-left: 10px;

    display: none;
}

.ul-sub-cctc > li {
    margin-top: 5px;
}

.ul-sub-cctc > li > a:before {
    content: "";

    width: 11px;

    height: 11px;

    background: url(../img/minus.gif) center center no-repeat;

    background-size: contain;

    margin-right: 5px;

    display: inline-block;
}

.ul-sub-cctc > li > a {
    color: #043281;

    font-size: 14px;
}

.has-sub-cctc-2 > a:before {
    content: "";

    width: 11px;

    height: 11px;

    background: url(../img/plus.gif) center center no-repeat;

    background-size: contain;

    margin-right: 5px;

    display: inline-block;
}

.has-sub-cctc-2 > a {
    color: #043281;

    font-weight: 700;

    font-size: 13px;
}

.ul-sub-cctc-2 {
    list-style-type: none;

    padding: 0;

    margin: 0;

    padding-left: 10px;

    display: none;
}

.ul-sub-cctc-2 > li {
    margin-top: 5px;
}

.ul-sub-cctc-2 > li > a:before {
    content: "";

    width: 8px;

    height: 8px;

    background: url(../img/arr-cm.png) center center no-repeat;

    background-size: contain;

    margin-right: 5px;

    display: inline-block;

    top: -1px;

    position: relative;
}

.ul-sub-cctc-2 > li > a {
    color: #043281;

    font-size: 14px;
}

.endlink > a:before {
    content: "";

    width: 8px;

    height: 8px;

    background: url(../img/arr-cm.png) center center no-repeat !important;

    background-size: contain;

    margin-right: 5px;

    display: inline-block;

    top: -1px;

    position: relative;
}

.block-faq {
    border: 1px solid #ccc;

    border-radius: 4px;

    padding: 10px;
}

.box-search-faq {
    margin-bottom: 20px;
}

.box-search-faq form {
    display: flex;

    align-items: center;

    justify-content: space-between;
}

.box-search-faq form input {
    width: calc(100% - 140px);

    height: 36px;

    border: 1px solid #ccc;

    border-radius: 4px;

    padding: 6px 12px;
}

.box-search-faq form button {
    height: 36px;

    background: #043281;

    width: 120px;

    border-radius: 4px;

    border: none;

    color: #fff;

    text-align: center;

    font-weight: 700;
}

.link-write-faq {
    display: flex;

    align-items: center;

    padding-bottom: 20px;

    border-bottom: 1px solid #043281;
}

.link-write-faq p {
    font-weight: 700;

    margin-right: 20px;
}

.link-write-faq a {
    background: #043281;

    color: #fff;

    padding: 10px 10px 7px;

    display: inline-flex;

    align-items: center;
}

.link-write-faq a img {
    margin-right: 5px;

    position: relative;

    top: -1px;
}

.item-faq {
    padding: 20px 0;

    border-bottom: 1px solid #ccc;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}

.left-item-faq {
    width: 95px;

    margin-right: 15px;
}

.avatar-faq {
    border: 1px solid #ccc;
}

.right-item-faq {
    width: calc(100% - 110px);
}

.date-name-faq {
    margin-bottom: 10px;
}

.box-question {
    margin-bottom: 10px;
}

.box-question span {
    font-weight: 700;

    text-decoration: underline;
}

.box-answer span {
    font-weight: 700;

    text-decoration: underline;
}

.show-answer {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 18px;

    height: 18px;

    background: #043281;

    color: #fff !important;

    font-weight: 700;

    padding-top: 2px;

    margin-left: 5px;
}

.info-answer {
    margin-top: 5px;

    display: none;
}

.pagi-faq {
    text-align: center;

    margin-top: 20px;

    margin-bottom: 10px;
}

.pagi-faq a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 26px;

    height: 26px;

    border: 1px solid #dfdfdf;

    color: #043281;
}

.pagi-faq a.active,
.pagi-faq a:hover {
    color: #000;

    font-weight: 700;
}

.plabel {
    font-weight: 700;

    margin-top: 7px;
}

.block-form-wri-faq .form-group {
    margin-bottom: 25px;
}

.btn-faq {
    display: inline-block;

    border: none;

    padding: 10px 30px 7px;

    color: #fff;

    background: #043281;

    border-radius: 4px;

    text-transform: uppercase;
}

.left-contact {
    width: 70%;

    padding: 0 10px;
}

.right-contact {
    width: 30%;

    padding: 0 10px;
}

.block-info-contact {
    border: 1px solid #ccc;

    padding: 15px;

    margin-bottom: 20px;
}

.tit-contact-page {
    font-size: 26px;

    font-weight: 700;

    margin: 0;

    margin-bottom: 15px;

    color: #043281;
}

.item-news-eng {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    margin-bottom: 20px;

    border-bottom: 1px solid #ccc;

    padding-bottom: 20px;
}

.img-news-eng {
    display: block;

    width: 150px;

    overflow: hidden;

    margin-right: 15px;
}

.info-news-eng {
    width: calc(100% - 165px);
}

.tit-news-eng {
    margin: 0;

    margin-bottom: 10px;

    font-size: 16px;
}

.tit-news-eng a {
    color: #043281;
}

.list-news-eng {
    border: 1px solid #ccc;

    padding: 20px 20px 10px;
}

.des-news-eng {
    font-size: 14px;
}

.group-cate-news {
    border: 1px solid #ccc;

    border-radius: 4px;

    padding: 15px;

    margin-bottom: 20px;
}

.group-cate-news .list-news-group {
    padding: 0;
}

.group-cate-news .tit-group-news {
    border-left: 6px solid #043281;

    padding-left: 10px;
}

.item-cate-news {
    border-bottom: 1px solid #ccc;

    margin-bottom: 20px;

    padding-bottom: 10px;
}

.group-cate-news .item-cate-news:last-child {
    border: none;

    padding: 0;

    margin: 0;
}

.item-news-page {
    padding: 20px 0;

    border-bottom: 1px solid #ccc;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}

.img-news-page {
    display: block;

    width: 30%;

    overflow: hidden;
}

.right-news-page {
    width: calc(70% - 20px);
}

.tit-news-page {
    font-size: 16px;

    font-weight: 700;

    margin: 0;

    margin-bottom: 15px;

    text-align: justify;
}

.tit-news-detail {
    font-size: 18px;

    color: #043281;

    font-weight: 700;

    margin: 0;

    margin-bottom: 20px;

    text-align: justify;
}
.des-news-page {
    text-align: justify;
}

.box-date-post-share {
    background: #f7f7f7;

    padding: 7px 15px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;
}

.date-post {
    font-size: 13px;
}

.date-post img {
    margin-right: 5px;

    position: relative;

    top: -1px;
}

.print {
    display: inline-block;

    margin-left: 15px;
}

.box-share {
    position: relative;

    top: 2px;
}

.block-searc-doc {
    margin: 20px 0;
}

.block-tab-doc table {
    width: 100%;
}

.block-tab-doc table tr th {
    background: #f2f2f2;

    font-weight: 700;

    padding: 10px;

    border: 1px solid #ccc;

    text-align: center;
}

.block-tab-doc table tr td {
    padding: 10px;

    border: 1px solid #ccc;
}

.tit-doc-detail {
    font-weight: 700;

    margin: 0;

    margin-bottom: 15px;

    font-size: 18px;

    color: #043281;
}

.block-cctc {
    margin-bottom: 20px;
}

.ic-l {
    display: none;
}

.ul-list-aside-cate > li > a:hover {
    color: #f26a35;
}

.ul-list-aside-cate > li > a:hover .ic-f {
    display: none;
}

.ul-list-aside-cate > li > a:hover .ic-l {
    display: inline;
}

/*.container{

    width: 980px !important;

}*/

.item-gal-page {
    margin-bottom: 30px;

    box-shadow: 0 0 2px 1px #ddd;
}

.img-gall-page {
    padding: 10px 10px 15px;
    text-align: center;
}

.des-gall-page {
    border-top: 1px solid #ccc;

    padding: 10px 5px;
}

.des-gall-page p {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;
}

.block-video-detail {
    border: 1px solid #ccc;

    padding: 10px;

    margin-bottom: 20px;
}

.tit-video-detail {
    margin-top: 10px;

    margin-bottom: 15px;

    font-size: 18px;

    color: #043281;

    font-weight: 700;
}

.date-post-video {
    margin-bottom: 20px;
}

.block-iframe-video iframe {
    width: 100%;
}

.block-list-post-rela {
    border-top: 1px solid #ccc;

    padding-top: 15px;

    margin-top: 20px;
}

.tit-post-rela {
    font-size: 15px;

    text-transform: uppercase;

    font-weight: 700;

    margin: 0;

    margin-bottom: 15px;
}

.ul-list-post-rela {
    list-style-type: none;

    padding-left: 20px;

    margin: 0;
}

.ul-list-post-rela > li {
    margin-bottom: 10px;

    padding-left: 20px;

    position: relative;
}

.ul-list-post-rela > li > a {
    color: #000;
}

.ul-list-post-rela > li > span {
    color: #1b75bb;

    font-size: 12px;

    font-style: italic;

    margin-left: 5px;
}

.ul-list-post-rela > li:before {
    content: "";

    display: inline-block;

    width: 10px;

    height: 10px;

    background: url(../img/arr-cm.png) center center no-repeat;

    background-size: auto;

    position: absolute;

    left: 0;

    top: 3px;
}

.block-sodocong {
    border: 1px solid #ccc;

    padding: 10px;
}

.ul-sodocong {
    list-style-type: none;

    padding: 0;
}

.ul-sodocong li.has-sub,
.ul-sub-sodocong-2 > li,
.ul-sub-sodocong > li {
    padding: 0 0 0 20px;
}

.ul-sodocong li {
    margin-bottom: 5px;
}

.tit-sodocong {
    text-align: center;

    margin: 20px 0;

    font-weight: 600;

    color: #043281;

    font-size: 18px;
}

.has-sub {
    position: relative;
}

.sp-control {
    display: inline-block;

    top: 3px;

    position: absolute;

    left: 0;

    cursor: pointer;
}

.ul-sub-sodocong {
    list-style-type: none;

    padding: 0;

    margin: 0;
}

.ul-sub-sodocong-2 {
    list-style-type: none;

    padding: 0;

    margin: 0;

    position: relative;
}

.ul-sub-sodocong-2:before {
    content: "";

    position: absolute;

    left: -15px;

    top: 0;

    width: 1px;

    height: 100%;

    border-left: 1px dotted #1e4283;
}

.ul-sodocong li a {
    color: #1e4283;
}

.ul-sub-sodocong {
    margin-top: 5px;
}

.ul-sub-sodocong-2 {
    margin-top: 5px;
}

.ul-sub-sodocong-2 > li {
    position: relative;
}

.ul-sub-sodocong-2 > li:before {
    content: "";

    width: 30px;

    height: 20px;

    background: url(../img/dot-2.gif) center center no-repeat;

    background-size: auto;

    position: absolute;

    top: 0;

    left: -10px;
}

.ul-sub-sodocong > li {
    position: relative;
}

.ul-sub-sodocong > li:before {
    content: "";

    width: 30px;

    height: 20px;

    background: url(../img/dot-2.gif) center center no-repeat;

    background-size: auto;

    position: absolute;

    top: 0;

    left: -10px;
}

.date-post-news {
    color: #428dc7;

    margin-left: 5px;
}
.a-lang img {
    width: 27px;
}
.group-rela-news {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}
.tit-grela {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(#fcfcfc, #f6f6f6);
    border-bottom: 1px solid #ccc;
}
.tit-grela > span {
    background: #043281;
    padding: 7px 15px;
    color: #fff;
    position: relative;
    height: 38px;
    display: inline-flex;
    align-items: center;
}
.tit-grela > span:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 10px solid #043281;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    top: 0;
}
.list-news-rela {
    padding: 15px 5px;
}
.ul-pl {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-pl > li {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.ul-pl > li:last-child {
    border: none;
}
.ul-pl > li > img {
    width: 30px;
    object-fit: none;
    object-position: left;
}
.ul-pl > li > a {
    display: block;
    width: calc(100% - 30px);
    font-size: 11px;
    color: #000;
}
.block-info-pl {
    border: 1px solid #90afd7;
}
.img-pl img {
    width: 100%;
}
.list-tag-group {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-tag-group > li {
    margin: 3px 5px;
}
.list-tag-group > li:after {
    content: ",";
}
#jssor_1 {
    overflow: unset !important;
}
#jssor_1 > div:nth-child(2) {
    bottom: unset;
    top: 100%;
}
#jssor_1 > div:nth-child(3),
#jssor_1 > div:nth-child(4) {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.tit-album-img {
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.main-wraper-area {
    background: url(../img/bg-pv.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tit-phanvung {
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    padding: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tit-phanvung img {
    margin-right: 10px;
    width: 28px;
}
.block-area-phanvung {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
}
.tit-area {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #ff000d;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
}
.block-phanvung {
    display: none;
}
.item-ttdh {
    margin-bottom: 10px;
}
.tit-ttdh {
    font-weight: 700;
    cursor: pointer;
    color: #043281;
}
.info-ttdh {
    background: #f6f6f6;
    padding: 10px;
    border: dotted 1px #d6d5d6;
    display: none;
    margin-top: 10px;
}
.info-ttdh p {
    margin-bottom: 10px;
}
.info-ttdh p:last-child {
    margin: 0;
}
.ul-pagi-ttdh {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-pagi-ttdh > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 2px;
    color: #000;
    font-size: 18px;
}
.pagi-ttdh {
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.slider-picdetail .cSlider--single{
	position: relative;
	margin-bottom: 20px;
}
.prev-slick{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 10px;
}
.next-slick{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	right: 10px;
}
.slider-picdetail .cSlider--single.slick-initialized .slick-slide img{
	width: 100%;
}
.cSlider--nav .slick-slide {
    margin: 0 5px;
}
.cSlider--nav .slick-list {
    margin: 0 -5px;
}
.cSlider--nav .slick-slide img{
	margin: 0 auto;
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.cSlider--nav .slick-slide{
	border: 1px solid #000;
	position: relative;
}
.cSlider--nav .slick-slide:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.cSlider--nav .slick-slide.is-active:before{
	content: unset;
}
.cSlider--nav .slick-slide.is-active:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/zoom-plus.png) center center no-repeat;
	background-size: unset;
}
.cSlider--nav .slick-slide.is-active{
	border: 1px solid #ccc;
}
.tit-picdetail{
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
	color: #043281;
}
.marginauto {
    margin: auto !important;
}



@media (max-width: 1199px) {
    .show1199 {
        display: block;
    }

    .hide1199 {
        display: none;
    }

    .ul-main-menu > li {
        margin-right: 18px;
    }

    .ul-main-menu > li > a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .show991 {
        display: block;
    }

    .hide991 {
        display: none !important;
    }

    body {
        transition: all 0.3s;
    }

    .header-bottom {
        padding: 10px 0;
    }

    .block-search-top {
        width: calc(100% - 40px);

        margin: 0;
    }

    .flex-menu-search {
        margin-top: 10px;
    }

    .block-search-top form input {
        width: 100%;
    }

    .sidenav {
        height: 100%;

        width: 0;

        position: fixed;

        top: 0;

        right: 0;

        background-color: #0f6191;

        overflow-x: hidden;

        transition: 0.3s;

        z-index: 99999;

        padding: 0;
    }

    .sidenav .closebtn {
        font-size: 25px;

        display: block;

        align-items: center;

        width: 40px;

        background: #f5821f;

        color: #fff;

        margin: 0 auto;

        text-align: center;

        padding: 5px 0;
    }

    .menu-mobile {
        padding: 0;

        text-decoration: none;

        color: #818181;

        transition: 0.3s;

        list-style-type: none !important;
    }

    .menu-mobile li {
        margin: 0;

        background: unset;

        border: none;

        border-radius: 0;

        box-shadow: unset;

        border-bottom: 1px solid #fff;
    }

    .menu-mobile a {
        padding: 15px 0 15px 20px;

        display: inline-block;

        width: calc(100% - 50px);

        color: #fff;

        font-size: 14px;

        font-weight: 700;

        text-transform: capitalize;
    }

    .menu-mobile .sub-menu-mb .phelp a:first-child {
        padding: 15px 0 15px 15px;

        width: calc(100% - 50px);
    }

    .menu-mobile .sub-menu-mb a {
        width: 100%;

        padding: 15px;
    }

    .hassub-mb .phelp .a-icon {
        position: absolute;

        right: 15px;

        top: calc(50% - 7.5px);

        z-index: 9999;

        text-align: center;

        width: 20px;

        padding: 0;
    }

    .phelp {
        position: relative;
    }

    .phelp > a:first-child {
        border-right: 1px solid #fff;
    }

    .sub-menu-mb {
        padding: 0;

        list-style-type: none;

        margin: 0;
    }

    .sub-menu-mb > li {
        border-top: 1px solid #fff;

        border-bottom: none;

        background: #000;
    }

    .sub-menu-mb > li:last-child {
        border-bottom: none;
    }

    .sub-menu-mb > li > .sub-menu-mb > li {
        background: #fff;
    }

    .push-left {
        position: relative;

        right: 280px;

        transition: all 0.3s;

        left: unset;
    }

    #navbar-icon {
        width: 30px;

        height: 21px;

        position: relative;

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        transform: rotate(0deg);

        -webkit-transition: 0.5s ease-in-out;

        -moz-transition: 0.5s ease-in-out;

        -o-transition: 0.5s ease-in-out;

        transition: 0.5s ease-in-out;

        cursor: pointer;

        margin-left: 20px;
    }

    #navbar-icon span {
        display: block;

        position: absolute;

        height: 3px;

        width: 50%;

        background: #f26a35;

        opacity: 1;

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        transform: rotate(0deg);

        -webkit-transition: 0.25s ease-in-out;

        -moz-transition: 0.25s ease-in-out;

        -o-transition: 0.25s ease-in-out;

        transition: 0.25s ease-in-out;
    }

    #navbar-icon span:nth-child(even) {
        left: 50%;

        border-radius: 0 9px 9px 0;
    }

    #navbar-icon span:nth-child(odd) {
        left: 0px;

        border-radius: 9px 0 0 9px;
    }

    #navbar-icon span:nth-child(1),
    #navbar-icon span:nth-child(2) {
        top: 0px;
    }

    #navbar-icon span:nth-child(3),
    #navbar-icon span:nth-child(4) {
        top: 9px;
    }

    #navbar-icon span:nth-child(5),
    #navbar-icon span:nth-child(6) {
        top: 18px;
    }

    #navbar-icon.open span:nth-child(1),
    #navbar-icon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);

        -moz-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        transform: rotate(45deg);
    }

    #navbar-icon.open span:nth-child(2),
    #navbar-icon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);
    }

    #navbar-icon.open span:nth-child(1) {
        left: 3px;

        top: 5px;
    }

    #navbar-icon.open span:nth-child(2) {
        left: calc(50% - 3px);

        top: 5px;
    }

    #navbar-icon.open span:nth-child(3) {
        left: -50%;

        opacity: 0;
    }

    #navbar-icon.open span:nth-child(4) {
        left: 100%;

        opacity: 0;
    }

    #navbar-icon.open span:nth-child(5) {
        left: 3px;

        top: 16px;
    }

    #navbar-icon.open span:nth-child(6) {
        left: calc(50% - 3px);

        top: 16px;
    }

    #mySidenav.active {
        width: 280px;
    }

    .lang-mail {
        position: unset;

        justify-content: center;

        margin: 15px 0;
    }

    .left-news-noti {
        width: 100%;

        float: none;

        margin-bottom: 20px;
    }

    .right-news-noti {
        width: 100%;

        float: none;
    }

    .left-group-news {
        width: 100%;

        float: none;
    }

    .right-aside-block {
        width: 100%;

        float: none;
    }

    .main-partner {
        margin-top: 0;
    }

    .block-group-news {
        margin-bottom: 20px;
    }

    .left-wraper {
        width: 100%;

        order: 2;
    }

    .right-wraper {
        width: 100%;

        order: 1;
    }

    .left-contact {
        width: 100%;
    }

    .right-contact {
        width: 100%;

        margin-bottom: 20px;
    }

    .plabel {
        margin-top: 0;

        margin-bottom: 10px;
    }

    .container {
        width: 750px !important;
    }
}

@media (max-width: 767px) {
    .show767 {
        display: block;
    }

    .hide767 {
        display: none;
    }

    .container {
        width: 100% !important;
    }

    .logo img {
        width: 70px;
    }

    .info-comp {
        margin-left: 10px;

        width: calc(100% - 80px);
    }

    .tit-comp {
        font-size: 2.6vw;
    }

    .tit-comp-sub {
        font-size: 2.4vw;
    }

    .flex-logo:before {
        right: -15px;
    }

    .main-group-news-aside {
        margin-top: 20px;
    }

    .block-partner {
        padding: 15px;
    }

    .info-lanhdao {
        padding: 15px;
    }

    .block-lanhdao {
        margin-bottom: 20px;
    }

    .block-offi-cctc {
        margin-bottom: 20px;

        margin-left: 30px;

        position: relative;

        overflow: unset;
    }

    .block-offi-cctc:before {
        content: "";

        position: absolute;

        width: 20px;

        height: 1px;

        background: #2e3192;

        right: 100%;

        top: 40px;
    }

    .block-cctc {
        margin: 0;

        position: relative;
    }

    .line-direc {
        position: absolute;

        left: 10px;

        bottom: 134px;

        width: 1px;

        border: none;

        height: calc(100% - 227px);

        background: #2e3192;
    }

    .main-cctc a:after {
        content: unset;
    }

    .main-cctc {
        position: relative;
    }

    .main-cctc:before {
        content: "";

        position: absolute;

        top: 50%;

        left: 10px;

        background: #2e3192;

        width: 50%;

        height: 1px;
    }

    .block-tab-doc table tr:first-child {
        display: none;
    }

    .block-tab-doc table tr td {
        display: block;

        text-align: right;

        font-size: 16px;

        padding: 10px;

        border: none;

        border-bottom: 1px solid #ebebeb;
    }

    .block-tab-doc table tr td:first-child,
    .block-tab-doc table tr td:last-child {
        text-align: left;
    }

    .block-tab-doc table tr td[data-title]::before {
        content: attr(data-title) ": ";

        font-weight: 600;

        float: left;
    }

    .block-tab-doc table tr:nth-child(even) {
        background: #f9f9f9;
    }

    .gg-recaptcha {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .show480 {
        display: block;
    }

    .hide480 {
        display: none;
    }

    .fwmb {
        width: 100%;
    }

    .logo img {
        width: 50px;
    }

    .info-comp {
        margin-left: 10px;

        width: calc(100% - 60px);
    }

    .tit-comp {
        font-size: 3.5vw;
    }

    .tit-comp-sub {
        font-size: 3vw;
    }

    .line-right-head {
        bottom: -10px;
    }

    .ul-list-aside-cate > li > a {
        font-size: 15px;
    }

    .tit-aside {
        font-size: 18px;
    }

    .hotline-aside {
        height: 250px;
    }

    .img-news-eng {
        width: 100px;
    }

    .info-news-eng {
        width: calc(100% - 115px);
    }

    .tit-news-eng {
        margin: 0;
    }

    .des-news-eng {
        display: none;
    }

    .box-search-faq form {
        display: block;
    }

    .box-search-faq form input {
        width: 100%;

        margin-bottom: 15px;
    }

    .link-write-faq {
        display: block;
    }

    .link-write-faq p {
        margin-bottom: 15px;
    }

    .item-faq {
        display: block;
    }

    .right-item-faq {
        width: 100%;

        margin-top: 15px;
    }

    .tit-news {
        padding: 0;
    }

    .item-news-page {
        display: block;
    }

    .img-news-page {
        width: 100%;

        margin-bottom: 15px;
    }

    .right-news-page {
        width: 100%;
    }

    .tit-group-news {
        font-size: 4vw;
    }

    div.pp_pic_holder {
        width: calc(100% - 30px) !important;

        left: 15px !important;
    }

    div.light_rounded .pp_content,
    .pp_hoverContainer,
    #fullResImage,
    div.light_rounded .pp_details {
        width: 100% !important;
    }

    #fullResImage {
        height: auto !important;
    }

    .block-iframe-video iframe {
        height: 300px;
    }
}

/* /------------/ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*::before,
*::after {
    box-sizing: inherit;
}
@-ms-viewport {
    width: device-width;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
html,
body {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    font-size: 16px;
    font-family: arial;
    line-height: normal;
    color: #222;
    text-transform: none;
    background: #fff;
    behavior: smooth;
    position: relative;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #000;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #ddd;
}
html .container,
body .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
html .container-fluid,
body .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
html .row,
body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
html .no-gutters,
body .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
html .no-gap > .col,
html .no-gap > [class*="col-"],
body .no-gap > .col,
body .no-gap > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 576px) {
    html .container,
    body .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    html .container,
    body .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    html .container,
    body .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    html .container,
    body .container {
        max-width: 1170px;
    }
}
html .mainwrapper,
body .mainwrapper {
    width: 100%;
    margin: auto;
}
img {
    max-width: 100%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.header-top {
    background: #043281 url(../img/bg-dot.jpg) top center no-repeat;
    background-size: contain;
    padding: 10px 0;
    position: relative;
}
.header-top .line-left-head {
    position: absolute;
    top: 100%;
    width: 40%;
    background: #1e5cc8;
    height: 10px;
    left: 0;
    display: block;
}
.header-top .container {
    display: flex;
    align-items: center;
    position: relative;
}
.header-top .container .flex-logo {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.header-top .container .flex-logo:before {
    content: "";
    position: absolute;
    width: 550px;
    height: calc(100% + 20px);
    right: 0;
    top: -10px;
    background: url(../../../template/Default/img/bg-head.png) top right no-repeat;
    background-size: cover;
}
.header-top .container .flex-logo .logo {
    display: inline-block;
    position: relative;
    z-index: 9;
}
.header-top .container .flex-logo .info-comp {
    margin-left: 20px;
    position: relative;
    z-index: 9;
}
.header-top .container .flex-logo .info-comp .tit-comp {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.header-top .container .flex-logo .info-comp .tit-comp-sub {
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.header-top .line-right-head {
    position: absolute;
    bottom: 0;
    width: 60%;
    background: #f26a35;
    height: 10px;
    right: 0;
    display: block;
}
.header-top .line-right-head:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-right: 10px solid #b04921;
    border-top: 10px solid transparent;
}
.header-bottom {
    background: #1e4b8f;
}
.header-bottom .container .flex-menu-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom .container .flex-menu-search .ul-main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header-bottom .container .flex-menu-search .ul-main-menu li {
    margin-right: 30px;
}
.header-bottom .container .flex-menu-search .ul-main-menu li a {
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0 15px 0;
}
.header-bottom .container .flex-menu-search .ul-main-menu li:hover a {
    color: #f26a35;
}
.header-bottom .container .flex-menu-search .ul-main-menu .has-sub {
    position: relative;
}
.header-bottom .container .flex-menu-search .ul-main-menu .has-sub .ul-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 999;
}
.header-bottom .container .flex-menu-search .ul-main-menu .has-sub .ul-sub-menu li {
    width: 100%;
}
.header-bottom .container .flex-menu-search .ul-main-menu .has-sub .ul-sub-menu a {
    transition: all 0.3s;
    display: block;
    font-weight: 700;
    padding: 10px 10px 7px;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    white-space: nowrap;
    font-size: 14px;
}
.header-bottom .container .flex-menu-search .ul-main-menu .has-sub .ul-sub-menu a:hover {
    background: #f1f1f1;
    color: #1e5cc8;
}
.header-bottom .container .flex-menu-search .ul-main-menu .has-sub:hover .ul-sub-menu {
    display: block;
}
.header-bottom .container .flex-menu-search .block-search-top {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.header-bottom .container .flex-menu-search .block-search-top form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-bottom .container .flex-menu-search .block-search-top form input {
    padding: 5px 5px;
    border: 1px solid #ccc;
    outline: unset;
    width: 155px;
    font-size: 13px;
    height: 32px;
}
.header-bottom .container .flex-menu-search .block-search-top form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 32px;
    background: #f26a35;
    outline: unset;
    border: none;
}
.header-bottom .container .flex-menu-search .block-search-top .lang-mail {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-bottom .container .flex-menu-search .block-search-top .lang-mail .lang-mail > a {
    display: inline-block;
    border: 1px solid #fff;
}
.header-bottom .container .flex-menu-search .block-search-top .lang-mail .lang-mail > a .a-lang img {
    width: 27px;
}
.home {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url(../img/bg-pv.jpg);
    background-size: cover;
}
.home > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.home .wraper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home .wraper .row {
    width: 100%;
    height: 100%;
}
.home .wraper .row .block {
    position: relative;
}
.home .wraper .row .block img {
    position: relative;
    height: 600px;
    width: 530px;
}
.home .wraper .row .block .block-map {
    position: absolute;
    left: 52%;
    top: 51%;
    transform: translate(-51%, -51%);
    width: 650px;
}
.home .wraper .row .block .block-map .st1 {
    cursor: pointer;
}
.home .wraper .row .block .block-map .st1:hover {
    stroke: black;
    stroke-width: 2;
}
.home .wraper .row .block .block-map .st2 {
    cursor: pointer;
}
.home .wraper .row .block .block-map .st2:hover {
    stroke: black;
    stroke-width: 2;
}
.home .wraper .row .block .block-map .st5 {
    cursor: pointer;
}
.home .wraper .row .block .block-map .st5:hover {
    stroke: black;
    stroke-width: 2;
}
.home .wraper .row .block .block-map .st4 {
    cursor: pointer;
}
.home .wraper .row .block .block-map .st4:hover {
    stroke: black;
    stroke-width: 2;
}
.home .wraper .row .block .block-map .st6 {
    cursor: pointer;
}
.home .wraper .row .block .block-map .st6:hover {
    stroke: black;
    stroke-width: 2;
}
.home .wraper .row .block .block-map .start {
    cursor: pointer;
}
.home .wraper .row .block .block-map .start:hover {
    opacity: 0.5;
}
.home .wraper .row .block-info-phanvung .tit-phanvung {
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    padding: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .wraper .row .block-info-phanvung .block-area-phanvung {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
}
.home .wraper .row .block-info-phanvung .block-area-phanvung .block-phanvung {
    display: none;
}
.home .wraper .row .block-info-phanvung .block-area-phanvung .block-phanvung .tit-area {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #ff000d;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
}
.home .wraper .row .block-info-phanvung .block-area-phanvung .block-phanvung .editer p {
    margin-bottom: 10px;
}
.desc-video {
    padding: 20px 0px 0px 0px;
}
@media (max-width: 1199px) {
    .home .wraper .container .row .block img {
        position: relative;
        height: 500px;
    }
    .home .wraper .container .row .block .block-map {
        width: 520px;
        left: 53%;
        top: 52%;
        transform: translate(-51%, -53%);
    }
}
@media (max-width: 991px) {
    .home .wraper .container .row .block img {
        height: 405px;
    }
    .home .wraper .container .row .block .block-map {
        width: 405px;
        left: 52%;
        top: 30%;
        transform: translate(-50%, -39%);
    }
    .header-bottom .container .flex-menu-search .block-search-top form input,
    .header-bottom .container .flex-menu-search .block-search-top form{
        width: 100%;
    }
    .header-bottom .container .flex-menu-search .block-search-top{
        margin: 0;
    }
    .home .wraper .row{
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .home .wraper .container .row .block {
        margin-bottom: 50px;
    }
    .home .wraper .container .row .block img {
        width: 470px;
    }
    .home .wraper .container .row .block .block-map {
        width: 450px;
        left: 42%;
        top: 57%;
        transform: translate(-42%, -55%);
    }
}
/*# sourceMappingURL=style.min.css.map */

@media screen {
  img[data-u='image'] {
    width:auto !important;
    height:auto !important;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
em{
    font-style: italic;
}
strong{
    font-weight: bold;
}
/*css bo sung*/
.tit-aside-leader {
    background: #043281;

    color: #fff;

    border-radius: 6px 6px 0 0;

    margin: 0;

    padding: 10px;

    font-size: 13px;

    font-weight: 400;

    text-transform: uppercase;

    display: flex;

    align-items: center;
}

.tit-aside-leader a {
    color: #fff !important;

    margin: 0 5px;
}

.tit-aside-leader img {
    margin-right: 15px;

    max-width: 22px;
}

.tit-aside-leader span {
    position: relative;

    top: 1px;
}

.ul-list-leader {
    list-style-type: none;

    padding: 15px 10px;

    margin: 0;
}

.ul-list-leader > li {
    margin-bottom: 10px;

    position: relative;

    display: flex;
}

.ul-list-leader > li > a {
    color: #000;

    font-size: 14px;
}

.ul-list-leader > li > img:first-child {
    margin-right: 5px;
}

.ul-list-leader > li > img:last-child {
    margin-left: 5px;
}

.ul-list-leader > li:last-child:after {
    content: unset;
}

.ul-list-leader > li:last-child {
    margin: 0;
}

.box-leader-img {
    width: 25%;
}

.box-leader-img img {
    height: 60px;
}

.box-leader-desc {
    width: 75%;
    margin: 10px 10px 10px 5px;
}

.box-leader-desc span {
    font-size: 14px;
    font-weight: bold;
}

.box-leader-desc p {
    font-size: 13px;
    margin-top: 5px;
}

.desc-minister {
    margin: 30px 0px 20px 10px;
}

.p-minister {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #337ab7;
}