@charset "UTF-8";

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    box-sizing: border-box;
}

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;
}

input,
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

*:before,
*:after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Text-level semantic
 */

:active {
    outline: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

/**
 * Embedded content
 */

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

/**
 * Grouping content
 */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

/**
 * Forms
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
input[type="submit"] {
    padding: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
}

input::placeholder,
textarea::placeholder {
    color: inherit;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/**
 * Tables
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*# sourceMappingURL=reset.css.map */

.table__wrapper .table-title:after,
.form-account .form-button button,
.btn-update a,
.btn-update button,
.menu-sb-mb,
.sidebar-ct ul li a,
.sb-category ul li a,
.banner__filter form button span,
.content-sidebar .content-item .list-item ul li a,
.content-sidebar .content-item .title::after,
.footer__wrapper .footer-item .footer-link ul li,
.footer__wrapper .footer-item .footer-social ul li:hover svg path,
.footer__wrapper .footer-item .footer-social ul li,
.hover-color,
.news-item .desc-ct .title,
.view-more-btn,
.news__tech-block .news__tech-big .desc .title,
.news__tech-block .news__tech-big .img .c-img img,
.project__item:hover .project__item-desc .more-btn svg path,
.project__item-desc .more-btn svg,
.project__item-desc .more-btn,
.project__item-img .c-img img,
.home__banner-content .list-link li a,
.form-search-mb,
.user-form form button,
.user-form form input,
.user-form,
.header__wrapper .header__right-main>ul li .sub-menu li,
.header__wrapper .header__right-main>ul li .sub-menu,
.header__wrapper .header__right-main>ul li:after,
.header__wrapper .header__right-top-login ul li button,
.pagination ul li a:hover,
.scale-hover img {
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

a {
    -webkit-transition: color 0.4s ease-out 0s;
    -moz-transition: color 0.4s ease-out 0s;
    -ms-transition: color 0.4s ease-out 0s;
    -o-transition: color 0.4s ease-out 0s;
    transition: color 0.4s ease-out 0s;
}

.ws-sgct blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
    margin: 0 !important;
}

.ws-sgct code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.ws-sgct {
    font-size: 16px;
    line-height: 1.6;
}

.ws-sgct p {
    margin-bottom: 2rem;
}

.ws-sgct img {
    margin: 2rem auto;
}

.ws-sgct table {
    margin: 0 0 15px;
    line-height: 2;
}

.ws-sgct table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.ws-sgct table>tbody>tr>td,
.ws-sgct table>tbody>tr>th,
.ws-sgct table>tfoot>tr>td,
.ws-sgct table>tfoot>tr>th,
.ws-sgct table>thead>tr>td,
.ws-sgct table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.ws-sgct h6 {
    font-size: 18px;
}

.ws-sgct h5 {
    font-size: 21px;
}

.ws-sgct h4 {
    font-size: 24px;
}

.ws-sgct h3 {
    font-size: 27px;
}

.ws-sgct h2 {
    font-size: 30px;
}

.ws-sgct ul,
.ws-sgct ol {
    margin: 0 0 20px;
    padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
    line-height: 1.5;
    margin-bottom: 8px;
}

.ws-sgct ol {
    list-style: decimal;
}

.ws-sgct ul {
    list-style: disc;
}

.ws-sgct iframe {
    margin: auto;
}

.ws-sgct .syntaxhighlighter {
    padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
    margin: 0 0 25px;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 90%;
    height: 100%;
    width: 430px;
    background-color: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s;
    padding-bottom: 50px;
    padding: 4rem 0;
}

.menu-mobile>ul {
    list-style: none;
    overflow-y: auto;
    height: calc(100vh - 85px);
    padding: 0 3rem;
}

.menu-mobile>ul li {
    position: relative;
    border-bottom: 1px solid #ffefef4a;
}

.menu-mobile>ul li a {
    color: var(--text-color);
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    padding: 10px;
    font-family: "RobotoCondensed";
}

.menu-mobile>ul li .li-plus {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.menu-mobile>ul li .li-plus:before,
.menu-mobile>ul li .li-plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #fff;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
}

.menu-mobile>ul li .li-plus:before {
    width: 11px;
    height: 1px;
}

.menu-mobile>ul li .li-plus:after {
    width: 1px;
    height: 11px;
}

.menu-mobile>ul li .clicked {
    transform: rotate(180deg);
}

.menu-mobile>ul li .clicked.li-plus:before {
    display: none;
}

.menu-mobile>ul li>ul {
    margin-top: 0;
    display: none;
}

.menu-mobile>ul li>ul li {
    border: none;
}

.menu-mobile>ul li>ul li a {
    padding-left: 25px;
}

.menu-mobile>ul .current-menu-item a {
    color: var(--primary-color) !important;

}



.menu-mobile>ul .current-menu-parent ul {
    display: block;
}


.menu-mobile .menu-mobile-close svg path {
    fill: var(--text-color);

}

.menu-mobile.menu-mobile-active {
    transform: translate(0);
}

.overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.overlay.overlay-active {
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 9999;
}

.swal2-html-container {
    font-size: 16px;
}

.c-img {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 70%;
}

.c-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.scale-hover {
    display: block;
    overflow: hidden;
    width: 100%;
}

.scale-hover:hover>img {
    transform: scale(1.09);
}

.pagination {
    margin: 5rem 0 3rem 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul li.active a {
    background: var(--primary-color);
    color: #fff;
}

.pagination ul li a {
    float: left;
    margin: 0 2.5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background: #dbdbdb;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #282828;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li a svg {
    width: 10px;
    height: 14px;
    margin-bottom: 2px;
}

.pagination ul li a svg path {
    stroke: var(--text-color);
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.pagination ul li a:hover svg path {
    stroke: #fff;
}

@media (min-width: 991px) {
    .col-lg-1-5 {
        width: 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 767px) {
    .scroll-snap {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
}

.scroll-snap .item {
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

/****************FONT*****************/

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

/* @font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
} */

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url(../fonts/RobotoCondensed-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url(../fonts/RobotoCondensed-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "WorkSans";
    src: url(../fonts/WorkSans-Bold.ttf);
    font-weight: 700;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 52%;
    }
}

:root {
    --primary-color: #019fe2;
    --primary-color-hover: #047bad;
    --text-color: #454856;
    --bg-gray: #f7f8fc;
}

body {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-color);
}

body.hidden {
    overflow: hidden;
}

.container {
    padding: 0 15px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .custom-col-3 {
        flex: 0 0 18%;
        max-width: 18%;
        padding-left: 0;
    }

    .custom-col-9 {
        flex: 0 0 82%;
        max-width: 82%;
        padding: 0px 15px;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    .custom-col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-9 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 20px;
    }
}

.custom-col-9 .content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 7.5rem 0px;
}

/*--------------HEADER----------------*/

.container-fluid {
    padding: 0 15px;
}

.header__wrapper {
    background: #fff;
    padding: 10px 0;
}

@media only screen and (min-width: 1600px) {
    .header__wrapper .container-fluid {
        padding: 0 4rem;
    }
}

.header__wrapper .header__left-logo-text {
    display: flex;
}

@media only screen and (max-width: 1440px) {
    .header__wrapper .header__left-logo-text {
        //display: none;
    }

    .header__left-logo-main {
        display: none;
    }
}

.header__wrapper .header__left-logo-text .logo {
    max-width: 85px;
}

.header__wrapper .header__left-logo-text .text {
    padding-left: 1.8rem;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "RobotoCondensed";
    font-weight: 300;
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__left-logo-text .text {
        font-size: 12px;
        padding-left: 1rem;
    }
}

.header__wrapper .header__left-logo-text .text .text-bold {
    font-size: 2.3rem;
    font-weight: 700;
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__left-logo-text .text .text-bold {
        font-size: 17px;
    }
}

.header__wrapper .test-container {
    font-size: 18px;
    color: red;
    font-weight: 700;
    border: 2px solid red;
    padding: 8px 10px;
    margin-left: 16px;
}

@media only screen and (max-width: 1440px) {
    .header__wrapper .test-container {
        font-size: 15px;
        padding: 6px 8px;
        margin-left: 12px;
    }
}

.header__wrapper .header__left-logo-main {
    max-width: 13.8rem;
}

.header__wrapper .header__right-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
}

.header__wrapper .header__right-top-menu {
    padding-right: 2.5rem;
    border-right: 1px solid var(--text-color);
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__right-top-menu {
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 1400px) {
    .header__wrapper .header__right-top-menu {
        padding-right: 1rem;
    }
}

.header__wrapper .header__right-top-menu ul {
    display: flex;
    align-items: center;
    gap: 0 1.5rem;
}

@media only screen and (max-width: 1400px) {
    .header__wrapper .header__right-top-menu ul {
        gap: 0 .75rem;
    }
}

.header__wrapper .header__right-top-menu ul li {
    font-size: 15px;
}


@media only screen and (max-width: 1599px) {
    .header__wrapper .header__right-top-menu ul li {
        font-size: 12px;
    }
}

.header__wrapper .header__right-top-login {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-right: 1px solid var(--text-color);
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__right-top-login {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 1400px) {
    .header__wrapper .header__right-top-login {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.header__wrapper .header__right-top-login ul {
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
}

.header__wrapper .header__right-top-login ul li {
    position: relative;
    cursor: pointer;
}

.header__wrapper .header__right-top-login ul li button:hover {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .header__wrapper .header__right-top-login ul li button {
        display: none;
    }
}

.header__wrapper .header__right-top-login .user-logined {
    display: flex;
    align-items: center;
}

.header__wrapper .header__right-top-login .user-logined .avatar-user {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.header__wrapper .header__right-top-login .user-logined .name-user {
    font-size: 15px;
}

.header__wrapper .header__right-top-search {
    padding-left: 2.5rem;
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__right-top-search {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 1400px) {
    .header__wrapper .header__right-top-search {
        padding-left: 1rem;
    }
}

.header__wrapper .header__right-top-search form input {
    max-width: 150px;
}


@media only screen and (max-width: 1400px) {
    .header__wrapper .header__right-top-search form input {
        max-width: 130px;
    }
}

.header__wrapper .header__right-main {
    font-family: "RobotoCondensed";
    font-weight: 700;
}

.header__wrapper .header__right-main>ul {
    display: flex;
    gap: 0 1.5rem;
    align-items: center;
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__right-main>ul {
        gap: 0 1rem;
    }
}

.header__wrapper .header__right-main>ul li {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

@media only screen and (max-width: 1599px) {
    .header__wrapper .header__right-main>ul li {
        padding: 10px 0;
        font-size: 14px;
    }
}

.header__wrapper .header__right-main>ul li:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: var(--primary-color);
}

.header__wrapper .header__right-main>ul li:hover::after {
    width: 100%;
    left: 0;
    right: unset;
}

.header__wrapper .header__right-main>ul li:hover a {
    color: var(--text-color);
}

.header__wrapper .header__right-main>ul li:hover>.sub-menu {
    top: 7rem;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    background: #fff;
}

.header__wrapper .header__right-main>ul li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 10rem;
    width: 28rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header__wrapper .header__right-main>ul li .sub-menu li {
    line-height: 1.5;
    padding: 0;
}

.header__wrapper .header__right-main>ul li .sub-menu li a {
    padding: 1.5rem 2rem;
}

.header__wrapper .header__right-main>ul li .sub-menu li:hover {
    background: var(--primary-color);
}

.header__wrapper .header__right-main>ul li .sub-menu li:hover a {
    color: #fff;
}

.header__wrapper .header__right-main>ul li .sub-menu li:after {
    display: none;
}

.header__wrapper .header__right-main>ul a {
    display: block;
}

.wrap-login {
    position: relative;
    padding: 80px 0;
}

.popup-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.popup-video video {
    width: 1000px;
    height: auto;
    border-radius: 8px;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.00) 85.02%, rgba(0, 0, 0, 0.20) 99.41%);
}

@media (max-width: 1200px) {
    .popup-video video {
        width: 800px;
    }
}

@media (max-width: 990px) {
    .popup-video video {
        width: 700px;
    }
}

@media (max-width: 756px) {
    .popup-video video {
        width: 400px;
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 9990;
}

.popup-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-message-box {
    background: #fff;
    padding: 60px 80px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    color: #333;
}

.wrap-list-document,
.wrap-list-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 48px;
    border-radius: 24px;
    background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}

.wrap-list-document h2,
.wrap-list-video h2 {
    color: var(--Mono-Gray-70, #484E5B);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

.wrap-list-document .list-document,
.wrap-list-video .list-video {
    padding: 24px;
    background: #FFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wrap-list-document .list-document .wrap,
.wrap-list-video .list-video .wrap {
    padding: 12px 16px;
    display: grid;
    grid-template-columns: 7fr 2fr;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
    border-radius: 10px;
    border: 0.977px solid var(--LM-BG-Sf1, rgba(0, 0, 0, 0.05));
    background: var(--LM-BG-Light-grey, #F5F5F5);
}

.wrap-list-document .list-document .item-document,
.wrap-list-video .list-video .item-video {
    padding-right: 24px;
    display: flex;
    gap: 8px;
    color: var(--LM-Text-Title, #1D1D1D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.wrap-list-document .list-document .download,
.wrap-list-video .list-video .download {
    padding-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    gap: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.wrap-list-video .list-document .download {
    color: #264395;
}

.wrap-list-video .list-video .download {
    color: #019FE2;
}

.user-form {
    width: fit-content;
    right: 0;
    padding: 3rem 3.75rem;
    border-radius: 24px;
    background: #fff;
    top: 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
}

.user-form.show {
    opacity: 1;
    visibility: visible;
    top: 2rem;
    z-index: 9999;
}

.user-form .form-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.user-form .form-heading .title {
    font-size: 2.4rem;
    font-weight: 600;
}

.user-form .form-heading .back-home {
    color: var(--primary-color);
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.user-form form input {
    height: 5rem;
    width: 386px;
    ;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 0 3rem;
    margin-bottom: 1rem;
    color: #9f9fa0;
    border: 1px solid transparent;
}

.user-form form input:focus {
    border: 1px solid var(--primary-color);
}

.user-form form button {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 8px;
}

.user-form form button:hover {
    background: var(--primary-color-hover);
}

.user-form .form-bottom {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 14px;
}

.user-form .form-bottom .text {
    color: #111214;
}

.user-form .form-bottom .link {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
}

.user-form .form-bottom .link:hover {
    color: var(--primary-color-hover);
}

.user-form .form-bottom-1 {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 14px;
}

.user-form .form-bottom-1 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 6px;
    border: 1px solid #019FE2;
    padding: 10px 16px;
    color: #019FE2;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.user-form .form-bottom-1 a:hover {
    color: #0295d4;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
}

.user-form .form-bottom-1 a img {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}

.menu-mobile .login-mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
    padding-bottom: 3.3rem;
}

.menu-mobile .login-mb button {
    width: 48%;
    padding: 6px;
    text-align: center;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "RobotoCondensed";
    background: #fff;
    font-size: 2rem;
}

.menu-mobile .login-mb .user-logined {
    display: flex;
    align-items: center;
}

.menu-mobile .login-mb .user-logined .avatar-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.menu-mobile .login-mb .user-logined .name-user {
    font-size: 15px;
    color: var(--text-color);
    font-size: 2rem;
    font-weight: 700;
    margin-left: 2rem;
}

@media (max-width: 1440px) {
    .form-login-mb .user-form {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        max-width: 90%;
        width: 50rem;
        max-height: 90%;
        overflow-y: auto;
        top: 50%;
        display: block;
        left: 50%;
        right: unset;
        transform: translate(-50%, -50%);
    }
}

.form-login-mb .reg-form.show,
.form-login-mb .login-form.show {
    opacity: 1;
    visibility: visible;
}

.form-search-mb {
    padding: 2rem 3rem 3rem 3rem;
    border-top: 1px solid var(--text-color);
}

.form-search-mb form {
    padding: 1rem 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--text-color);
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.form-search-mb form input {
    height: 100%;
    width: calc(100% - 5rem);
    font-size: 14px;
}

.form-search-mb form button {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__banner {
    position: relative;
}

.home__banner-image {
    position: relative;
}

.home__banner-image::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.home__banner-image .home__banner-item {
    left: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out 0s;
    -moz-transition: opacity 0.4s ease-out 0s;
    -ms-transition: opacity 0.4s ease-out 0s;
    -o-transition: opacity 0.4s ease-out 0s;
    transition: opacity 0.4s ease-out 0s;
    z-index: -1;
}

.home__banner-image .home__banner-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 64rem;
    min-height: 64rem;
}

@media (max-width: 767px) {
    .home__banner-image .home__banner-item img {
        height: 60rem;
        min-height: auto;
    }
}

.home__banner-image .home__banner-item.is-selected {
    opacity: 1;
    z-index: 0;
}

.home__banner .flickity-slider {
    transform: none !important;
}

.home__banner-video {
    position: relative;
}

.home__banner-video::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.home__banner-video video {
    display: block;
    width: 100%;
    max-height: 64rem;
    min-height: 64rem;
    object-fit: cover;
}

@media (max-width: 767px) and (max-width: 767px) {
    .home__banner-video video {
        height: 60rem;
        min-height: auto;
    }
}

.home__banner-video .video-control {
    position: absolute;
    bottom: 3.5rem;
    right: 5rem;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
    font-size: 12px;
}

.home__banner-video .video-control .text-control span {
    width: 25px;
    display: inline-block;
}

.home__banner-video .video-control .btn-control {
    cursor: pointer;
    margin-left: 1.5rem;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__banner-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.home__banner-content .banner-title {
    font-size: 3rem;
    text-transform: uppercase;
    padding-bottom: 3rem;
    font-weight: 700;
    position: relative;
}

@media (max-width: 767px) {
    .home__banner-content .banner-title {
        font-size: 2.5rem;
    }
}

.home__banner-content .banner-title::after {
    position: absolute;
    content: "";
    width: 15rem;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home__banner-content .sub-title {
    font-size: 1.6rem;
    margin-top: 3rem;
}

.home__banner-content .list-link {
    padding-top: 11rem;
}

@media (max-width: 991px) {
    .home__banner-content .list-link {
        padding-top: 5rem;
    }
}

.home__banner-content .list-link ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.home__banner-content .list-link li {
    width: 33.333333%;
    padding: 0 15px;
    min-height: 7.2rem;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .home__banner-content .list-link li {
        width: 100%;
        margin-bottom: 1.5rem;
        min-height: 5rem;
    }
}

.home__banner-content .list-link li a {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: var(--primary-color);
}

.home__banner-content .list-link li a:hover {
    color: #fff;
    background: var(--primary-color-hover);
}

.section-pd {
    padding: 10.5rem 0;
}

@media (max-width: 991px) {
    .section-pd {
        padding: 8rem 0;
    }
}

.block__project .project-title {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--primary-color);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #019fe2;
}

@media (max-width: 991px) {
    .block__project .project-title {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 2.5rem;
        text-align: center;
    }
}

.block__project .sub-text {
    margin-left: 2.5rem;
    font-size: 1.6rem;
    font-family: "RobotoCondensed";
    font-weight: 700;
    color: var(--text-color);
    margin-top: 2px;
}

.block__project-tabs {
    align-items: center;
    gap: 2rem;
}

.block__project-tabs {
    border-bottom: 1px solid #019fe2;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .block__project-tabs {
        justify-content: center;
    }
}

.block__project-tabs .nav-item {
    font-size: 1.6rem;
    font-family: "RobotoCondensed";
    font-weight: 700;
    color: var(--text-color);
    margin-top: 2px;
}

.block__project-tabs .nav-item.active {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 600;
}

/* .block__project-tabs .nav-item:first-child{
 
   
   
} */
@media (max-width: 991px) {
    .block__project .sub-text {
        margin-top: 1rem;
    }
}

.block__project .short-desc {
    font-size: 1.6rem;
    width: 82rem;
    max-width: 100%;
}

.block__project .list-project {
    margin-top: 6rem;
}

.project__item-img {
    border-radius: 10px;
    overflow: hidden;
}

.project__item-img .c-img {
    padding-top: 64%;
}

.project__item-desc {
    padding: 2.2rem;
}

.project__item-desc .box-title {
    margin-right: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.project__item-desc .box-title .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.project__item-desc .box-title p {
    font-size: 1.4rem;
    margin-top: 5px;
    font-weight: 400;
}

.project__item-desc .more-btn {
    margin-top: 6px;
    width: 3.8rem;
    height: 3.8rem;
    flex-shrink: 0;
    border: 1px solid var(--text-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project__item-desc .more-btn svg path {
    stroke: var(--text-color);
}

.project__item:hover .project__item-desc .title {
    color: var(--primary-color);
}

.project__item:hover .project__item-desc .more-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.project__item:hover .project__item-desc .more-btn svg path {
    stroke: #fff;
}

.project__item:hover .project__item-img .img-box {
    overflow: hidden;
}

.project__item:hover .project__item-img .img-box img {
    transform: scale(1.1);
}

.heading-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.8rem;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.heading-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15rem;
    height: 3px;
    background: var(--primary-color);
}

@media (max-width: 991px) {
    .heading-title {
        font-size: 2.5rem;
    }
}

.sub-title {
    font-size: 1.6rem;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .sub-title {
        margin: auto;
        width: 80%;
    }
}

.news__tech {
    background-color: #f7f8fc;
}

.news__tech-content {
    margin-top: 5rem;
}

.news__tech-block .news__tech-big {
    position: relative;
    margin-bottom: 2rem;
}

.news__tech-block .news__tech-big:hover .img img {
    transform: scale(1.1);
}

.news__tech-block .news__tech-big::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 5;
}

.news__tech-block .news__tech-big .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.news__tech-block .news__tech-big .img .c-img {
    padding-top: 64%;
}

.news__tech-block .news__tech-big .desc {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    padding: 2.4rem 3.5rem;
    color: #fff;
}

.news__tech-block .news__tech-big .desc .title {
    font-size: 2rem;
    font-weight: 600;
}

.news__tech-block .news__tech-big .desc .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news__tech-block .news__tech-big .desc .view-more-btn {
    margin-top: 1.5rem;
}

.news__tech-block .news__tech-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.news__tech-block .news__tech-item .img {
    width: 18rem;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .news__tech-block .news__tech-item .img {
        width: 15rem;
    }
}

.news__tech-block .news__tech-item .img .c-img {
    padding-top: 72.223%;
}

.news__tech-block .news__tech-item .desc {
    flex: 1;
    padding-left: 3rem;
}

.news__tech-block .news__tech-item .desc .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.news__tech-block .news__tech-item .desc .title:hover {
    color: var(--primary-color);
}

.news__tech-block .news__tech-item .desc .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news__tech-block .news__tech-item .desc .more {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    line-height: 1;
}

.news__tech-block .news__tech-item .desc .more::after {
    margin-top: 3px;
    margin-left: 5px;
    line-height: 1;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23019fe2' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.view-more-btn {
    width: 15rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    background: var(--primary-color);
    font-weight: 500;
}

.view-more-btn:hover {
    background: var(--primary-color-hover);
}

.view-more-btn a {
    display: block;
    color: #fff;
}

.news__block {
    margin-top: 8rem;
}

.news-item .img {
    border-radius: 10px;
    overflow: hidden;
}

.news-item .img .c-img {
    padding-top: 64%;
}

.news-item .desc-ct {
    margin-top: 3.5rem;
}

.news-item .desc-ct .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.news-item .desc-ct .title:hover {
    color: var(--primary-color);
}

.news-item .desc-ct .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-item .desc-ct .desc {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.hover-color:hover {
    color: var(--primary-color);
}

.home__resource {
    min-height: 66.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home__resource .heading-title {
    color: #fff;
}

.home__resource .heading-title:after {
    background: #fff;
}

.home__resource-content {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.home__resource-content .resource__image .flickity-slider {
    transform: none !important;
}

.home__resource-content .resource__image-img {
    left: 0 !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
    padding-top: 64.2%;
}

@media (max-width: 991px) {
    .home__resource-content .resource__image-img {
        padding-top: 56%;
    }
}

.home__resource-content .resource__image-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home__resource-content .resource__image-img.is-selected {
    opacity: 1;
    z-index: 0;
}

.home__resource-content .resource__main .flickity-slider {
    transform: none !important;
}

.home__resource-content .resource__main-item {
    background: #fff;
    padding: 7rem 3.5rem 4.5rem 4.5rem;
    left: 0 !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
}

.home__resource-content .resource__main-item.is-selected {
    opacity: 1;
    z-index: 0;
}

@media only screen and (min-width: 992px) {
    .home__resource-content .resource__main-item {
        height: 100%;
    }
}

.home__resource-content .resource__main-item .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.home__resource-content .resource__main-item .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.home__resource-content .resource__main-item .desc {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.home__resource-content .resource__main-item .view-more-btn {
    margin-top: 3rem;
    color: #fff;
}

.home__resource-content .resource__main .flickity-button {
    background: #f4f4f4;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.home__resource-content .resource__main .flickity-button.next {
    top: unset;
    bottom: 4.5rem;
    right: 3.5rem;
}

@media (max-width: 991px) {
    .home__resource-content .resource__main .flickity-button.next {
        bottom: 2rem;
    }
}

.home__resource-content .resource__main .flickity-button.previous {
    left: unset;
    top: unset;
    bottom: 4.5rem;
    right: 8rem;
}

@media (max-width: 991px) {
    .home__resource-content .resource__main .flickity-button.previous {
        bottom: 2rem;
        right: 10rem;
    }
}

.home__resource-content .resource__main .flickity-button .flickity-button-icon {
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    left: unset;
}

.list-info {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #a2a3aa;
}

.list-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.list-info ul li {
    font-size: 13px;
    line-height: 1;
}

.list-info ul li .icon {
    padding-right: 5px;
}

.list-info ul li .icon svg {
    margin-bottom: 2px;
}

.home__about {
    min-height: 63rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
}

@media (max-width: 767px) {
    .home__about {
        background-position-x: -30rem;
    }
}

@media (max-width: 767px) {
    .home__about::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.6);

    }
}

.home__about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50rem;
    position: relative;
    z-index: 2;
}


.home__about-content .desc {
    font-size: 14px;
    margin-bottom: 6rem;
    line-height: 1.7;
}

@media(max-width:767px) {

    .home__about-content .title-primary {
        font-weight: 700;
    }
}

.title-primary {
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 3rem;
}

@media(max-width:991px) and (min-width:768px) {
    .home__about-content {
        width: 60%;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .title-primary {
        font-size: 2.5rem;
    }

    .home__about-content .desc {
        color: #000;
    }
}

/*------------Footer-----------*/

.footer__wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media(max-width:991px) {
    .footer__wrapper {
        padding: 5rem 0 2rem 0;
    }
}

body.home .footer__wrapper {
    box-shadow: none;
}

.footer__wrapper .footer-item .footer-logo {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}

.footer__wrapper .footer-item .footer-logo img {
    max-width: 14rem;
}

.footer__wrapper .footer-item .desc {
    font-size: 14px;
    padding: 2.5rem 0;
}

.footer__wrapper .footer-item .footer-social ul {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.footer__wrapper .footer-item .footer-social ul li {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__wrapper .footer-item .footer-social ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__wrapper .footer-item .footer-social ul li:hover {
    background: var(--primary-color);
}

.footer__wrapper .footer-item .footer-social ul li:hover svg path {
    fill: #fff;
}

.footer__wrapper .footer-item .copyy-right {
    margin-top: 2.5rem;
}

.footer__wrapper .footer-item .ft-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.footer__wrapper .footer-item .ft-title:after {
    position: absolute;
    width: 36px;
    height: 2px;
    background: var(--primary-color);
    content: "";
    bottom: 0;
    left: 0;
}

.footer__wrapper .footer-item .footer-link ul li {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.footer__wrapper .footer-item .footer-link ul li:hover {
    color: var(--primary-color);
}

.footer__wrapper .footer-item .footer-contact ul li {
    font-size: 14px;
    margin-bottom: 1.5rem;
    display: flex;
}

.footer__wrapper .footer-item .footer-contact ul li svg {
    width: 2rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

/*-------------------Thể chế---------------------------*/

.page__banner {
    min-height: 33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .page__banner {
        min-height: 30rem;
    }
}

.page__banner::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page__banner .container {
    z-index: 3;
}

.page__banner .title-page {
    font-size: 3.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .page__banner .title-page {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .page__banner .title-page {
        font-size: 2.5rem;
    }
}

.page__banner .title-page:after {
    position: absolute;
    content: "";
    width: 15rem;
    height: 3px;
    background: var(--primary-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.page__banner .logout-btn {
    text-align: center;
    font-size: 16px;
}

.breadcrumb-box {
    text-align: center;
    font-size: 16px;
}

.breadcrumb-box .breadcrumb {
    justify-content: center;
    font-size: 16px;
}

@media (max-width: 767px) {
    .breadcrumb-box .breadcrumb {
        font-size: 15px;
    }
}

.breadcrumb-box .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-box a:hover {
    color: var(--primary-color);
}

.breadcrumb-box .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.theche-page .main-content {
    padding: 35px 0 7rem 0;
}

.theche-page .main-content .content {
    margin-top: 2.5rem;
}

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

.heading__filter-select span {
    font-size: 1.6rem;
    display: inline-block;
    padding-right: 3rem;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .heading__filter-select span {
        padding-right: 1rem;
    }
}

.heading__filter-select form,
.heading__filter-select .gnws-form {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.heading__filter-select form select,
.heading__filter-select .gnws-form select {
    padding: 1rem 3rem 1rem 1rem;
    cursor: pointer;
    font-family: "RobotoCondensed";
    font-size: 1.6rem;
    font-weight: 700;
    border: none;
    width: 100%;
}

.heading__filter-select form select:focus,
.heading__filter-select .gnws-form select {
    outline: none;
}

@media (max-width: 767px) {
    .heading__filter-search {
        margin-top: 2rem;
    }
}

.heading__filter-search form,
.heading__filter-search .gnws-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg-gray);
    padding: 0 2rem;
}

.heading__filter-search form input,
.heading__filter-search .gnws-form input {
    height: 100%;
    flex: 1;
    background: none;
}

.content-sidebar {
    padding: 3rem 1.5rem;
    background: var(--bg-gray);
}

.content-sidebar .content-item .title {
    cursor: pointer;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    padding-right: 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-sidebar .content-item .title.rotate:after {
    transform: rotate(90deg);
}

.content-sidebar .content-item .title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.content-sidebar .content-item .list-item {
    margin-bottom: 3rem;
}

.content-sidebar .content-item .list-item ul li label {
    width: 100%;
}

.content-sidebar .content-item .list-item ul li a,
.content-sidebar .content-item .list-item ul li label span {
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    margin-bottom: 5px;
    color: #081839;
    font-weight: 700;
    display: block;
    padding: 1.5rem 2.5rem;
    font-family: "RobotoCondensed";
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.content-sidebar .content-item .list-item ul li label span:hover {
    background: var(--primary-color);
    color: #fff;
}

.content-sidebar .content-item .list-item ul li a:hover,
.content-sidebar .content-item .list-item ul li label input:checked~span,
.content-sidebar .content-item .list-item ul li.active a {
    color: #fff;
    background: var(--primary-color);
}

.list-doccument .doccument-item {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: var(--bg-gray);
    margin-bottom: 5px;
}

.list-doccument .doccument-item .img {
    width: 135px;
}

@media (max-width: 767px) {
    .list-doccument .doccument-item .img {
        width: 120px;
    }
}

.list-doccument .doccument-item .img .c-img {
    padding-top: 134%;
    border-radius: 5px;
}

.list-doccument .doccument-item .desc {
    flex: 1;
    padding-left: 4rem;
}

@media (max-width: 767px) {
    .list-doccument .doccument-item .desc {
        padding-left: 2rem;
    }
}

.list-doccument .doccument-item .desc .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.list-doccument .doccument-item .desc .title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.list-doccument .doccument-item .desc .list-info {
    border-bottom: none;
    font-family: "RobotoCondensed";
    font-size: 14px;
    color: #0f3240;
    font-weight: 500;
    padding-bottom: 0;
}

.list-doccument .doccument-item .desc .list-info ul {
    gap: 1.5rem;
}

select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 1rem top 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

select:focus {
    outline: none;
}

@media (max-width: 767px) {
    .pagination {
        justify-content: center;
    }
}

.banner__filter form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.banner__filter form .wrap-filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.banner__filter form select {
    width: 100%;
    height: 44px;
    padding: 0 2rem;
    color: var(--text-color);
    border-radius: 5px;
}

@media (max-width: 767px) {
    .banner__filter form select {
        width: 100%;
    }
}

.banner__filter form button {
    text-align: center;
}

.banner__filter form button span {
    border-radius: 5px;
    width: 22rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    background: var(--primary-color);
    font-weight: 500;
    display: inline-block;
    color: #fff;
}

.banner__filter form button span:hover {
    background: var(--primary-color-hover);
}

.hoso-page .main-content {
    padding: 8rem 0;
}

.hoso-page .main-content .doccument-item {
    border-radius: 4px;
}

.hoso-page .main-content .doccument-item .img {
    width: 140px;
}

@media (max-width: 767px) {
    .hoso-page .main-content .doccument-item .img {
        width: 120px;
    }
}

.hoso-page .doccument-block {
    margin-bottom: 5rem;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "RobotoCondensed";
    text-transform: uppercase;
    margin-bottom: 4rem;
}

/*-----------------------CHI TIẾT THỂ CHẾ--------------------------*/

.site-ct .main-content {
    padding: 6rem 0;
}

.site-ct .main-content .single-content .main-img {
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}

.site-ct .main-content .single-content .main-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.site-ct .main-content .single-content .code {
    font-size: 16px;
    font-weight: 600;
}

.site-ct .main-content .single-content .list-info {
    margin-top: 2rem;
    font-family: "RobotoCondensed";
    border-bottom: none;
}

.site-ct .main-content .single-content .list-info ul {
    gap: 1rem 2rem;
}

.site-ct .main-content .single-content .list-info ul li {
    font-size: 16px;
}

.site-ct .main-content .single-content>.desc {
    padding: 4rem 0;
    border-top: 1px solid #a2a3aa;
    border-bottom: 1px solid #a2a3aa;
}

.site-ct .main-content .single-content .list-docs {
    margin-top: 3rem;
}

.site-ct .main-content .single-content .list-docs h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.site-ct .main-content .single-content .list-docs .docs-item {
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    background: #fbfbfb;
    margin-bottom: 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    .single-content {
        padding-right: 2rem;
    }
}

@media (max-width: 767px) {
    .site-ct .main-content .single-content .list-docs .docs-item {
        padding: 2rem;
    }
}

.site-ct .main-content .single-content .list-docs .docs-item .img {
    width: 82px;
    flex-shrink: 0;
    margin-right: 5rem;
}

@media (max-width: 767px) {
    .site-ct .main-content .single-content .list-docs .docs-item .img {
        margin-right: 3rem;
    }
}

.site-ct .main-content .single-content .list-docs .docs-item .desc .name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.site-ct .main-content .single-content .list-docs .docs-item .desc .download-btn a {
    display: inline-block;
    color: var(--primary-color);
    padding: 5px 2rem;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    font-size: 1.5rem;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.site-ct .main-content .single-content .list-docs .docs-item .desc .download-btn a:hover {
    background: var(--primary-color);
    color: #fff;
}

.site-ct .main-content .single-content .list-docs .docs-item .desc .download-btn a:hover svg path {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    fill: #fff;
}

aside.sticky-top {
    top: 11rem;
    z-index: 99;
}

.sb-category {
    margin-bottom: 2rem;
}

.sb-category .widget-title {
    padding-left: 1.5rem;
}

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

.sb-category ul li a {
    background: #fbfbfb;
    color: #081839;
    padding: 1.5rem 3rem;
    display: block;
    font-weight: 700;
    font-size: 14px;
    font-family: "RobotoCondensed";
}

.sb-category ul li a:hover,
.sb-category ul li.active a {
    background: var(--primary-color);
    color: #fff;
}

.sb-related {
    background: #fbfbfb;
    padding: 4rem 3rem;
}

.sb-related .item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.sb-related .item .img {
    width: 60px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 2rem;
}

.theche-single .sb-related .item .img .c-img {
    padding-top: 133.5%;
}

.sb-related .item .title {
    flex: 1;
    font-size: 1.4rem;
    font-weight: 600;
}

.sb-related .item .title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.widget-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #0f3240;
    font-family: "WorkSans";
    margin-bottom: 1.5rem;
}

/*--------------DASHBOARD----------------------*/

.sidebar-ct {
    padding: 7.5rem 0;
    background: #f7f8fc;
    height: 100%;
}

@media (max-width: 991px) {
    .sidebar-ct {
        position: fixed;
        top: 0;
        left: 0;
        width: 380px;
        max-width: 90%;
        z-index: 9990;
        transform: translateX(-120%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .sidebar-ct.show {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

.sidebar-ct ul li {
    position: relative;
}

.sidebar-ct ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 1.5rem 4rem 1.5rem 4.5rem;
    display: block;
}

.sidebar-ct ul li:hover>a {
    background: var(--primary-color);
    color: #fff;
}

.sidebar-ct ul li.active>a {
    background: var(--primary-color);
    color: #fff;
}

.sidebar-ct ul li .sub-menu {
    display: none;
    background: #fff;
}

.sidebar-ct ul li .sub-menu li a {
    font-size: 14px;
    font-family: "RobotoCondensed";
    font-weight: 600;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
}

.sidebar-ct ul li .sub-menu li:hover a {
    background: #b2e2f6;
    color: var(--text-color);
}

.sidebar-ct ul li .sub-menu li.active>a {
    background: #b2e2f6;
    color: var(--text-color);
}

.sidebar-ct ul li.menu-item-has-children .icon {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 1.6rem;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.sidebar-ct ul li.menu-item-has-children.active .icon,
.sidebar-ct ul li.menu-item-has-children:hover .icon {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.sidebar-ct ul li.menu-item-has-children.active .sub-menu {
    display: block;
}

.dashboard-page .content .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .dashboard-page .content .title {
        text-align: center;
    }
}

.menu-sb-mb {
    position: fixed;
    right: 0;
    top: 40%;
    background: #fff;
    font-family: "RobotoCondensed";
    text-transform: uppercase;
    z-index: 2;
    padding: 8px 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-sb-mb.hide {
    transform: translateX(100%);
}

.menu-sb-mb svg {
    margin-right: 5px;
}

.menu-sb-mb svg path {
    fill: var(--primary-color);
}

@media only screen and (max-width: 1199px) {
    .main-table {
        overflow: auto;
    }

    .main-table::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 5px;
    }

    .main-table::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .main-table::-webkit-scrollbar {
        height: 5px;
        width: 0;
    }

    .main-table .table {
        width: max-content;
    }
}

.main-table .table {
    font-size: 14px;
    font-weight: 500;
}

.main-table .table td {
    vertical-align: middle;
}

.main-table .table thead tr td {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 1.5rem 1.5rem;
    vertical-align: middle;
    background: var(--primary-color);
    text-align: center;
}

.main-table .table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

.main-table .table tbody tr td {
    position: relative;
    padding: 20px 1.5rem;
}

.main-table .table tbody tr td img {
    width: 32px;
    height: 42px;
}

.main-table .table tbody .form-control {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 4.2rem;
    font-size: 15px;
}

/* 4.2: allow long aquaculture option text to wrap like UI mock */
.main-table .table tbody select[class*="fieldType223-"],
.main-table .table tbody select[class*="fieldType225-"] {
    height: auto !important;
    min-height: 4.2rem;
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-table .table tbody select[class*="fieldType223-"] option,
.main-table .table tbody select[class*="fieldType225-"] option {
    white-space: normal;
}

.main-table .table tbody input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.main-table .table tbody .text-green {
    color: var(--primary-color);
}

.add-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 2rem;
}

.add-btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.btn-update {
    margin-top: 2rem;
}

.btn-update a,
.btn-update button {
    display: inline-block;
    min-width: 20rem;
    background: var(--primary-color);
    border: var(--primary-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 5rem;
    border-radius: 5px;
    line-height: 5rem;
}

.btn-update a:hover,
.btn-update button:hover {
    background: var(--primary-color-hover);
}

.form-account {
    width: 53rem;
    max-width: 100%;

    margin-top: 5rem;
}

@media (max-width: 991px) {
    .form-account {
        padding: 0 15px;
        margin: auto;
    }
}

.form-account .title-form {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.form-account .form-group {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 1rem;
}

.form-account .form-group .form-date {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    gap: 0 1rem;
}

.form-account .form-group .form-date input {
    width: 17rem;
    max-width: 50%;
}

.form-account .form-group label {
    min-width: 18rem;
    color: #111214;
    font-weight: 600;
}

.form-account .form-group input {
    width: 34.5rem;
    height: 5rem;
    border-radius: 5px;
    padding: 0 2rem;
    background: #f5f5f5;
    color: #000;
    flex: 1;
}

.form-account .form-group input:focus {
    color: #000;
}

.form-account .form-group :read-only:focus,
.form-account .form-group :read-only {
    color: #9f9fa0;
}

.form-account .form-button {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.7rem;
}

.form-account .form-button button {
    height: 5rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: var(--primary-color);
    border-radius: 5px;
}

.form-account .form-button button:hover {
    background: var(--primary-color-hover);
}

.form-account .form-button button[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}

.form-account .form-button .change-btn {
    width: 30rem;
    max-width: 60%;
}

.form-account .form-button .update-btn {
    width: 19.5rem;
}

.table__wrapper .table-title {
    padding: 1.5rem 3rem;
    background: #bde6f7;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

@media (max-width: 767px) {
    .table__wrapper .table-title {
        padding: 1.5rem 5px;
    }
}

.table__wrapper .table-title:after {
    margin-left: 1rem;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.table__wrapper .table-title.active:after {
    transform: rotate(-90deg);
}

.table__wrapper .table-block-title {
    margin: 2rem 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.table__wrapper .table-block {
    margin-bottom: 4rem;
    border-radius: 10px;
}

.table__wrapper .title-result {
    font-size: 1.8rem;
    font-weight: 600;
    color: #232434;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.table__wrapper .text,
.table__wrapper h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #232434;
}

.content-form .form-group {
    margin-bottom: 3rem;
}

.content-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111214;
    margin-bottom: 1rem;
}

.content-form .form-group textarea {
    width: 100%;
    min-height: 12rem;
    border-radius: 10px;
    background: #f5f5f5;
    resize: none;
    color: #9f9fa0;
    padding: 1.5rem 2rem;
    border: none;
}

.content-form .form-group textarea:focus {
    outline: none;
}

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

.about-page .main-content {
    padding: 9rem 0 12rem 0;
}

.about-page .main-content .content {
    max-width: 950px;
    margin: auto;
}

.about-page .main-content .content .title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.about-page .main-content .content .sub-title {
    max-width: 80%;
    margin: 3rem auto;
    font-size: 16px;
}

.pt-cus {
    padding-top: 7rem;
}

.site-content .heading__filter {
    padding: 2rem 0;
}

.site-content .heading__filter .heading__filter-select form select,
.site-content .heading__filter .heading__filter-select .gnws-form select {
    text-align: right;
}

.site-content .main-content {
    padding-bottom: 7rem;
}

.site-content .main-content .pagination {
    justify-content: center;
}

.site-content .main-content .sb-related .item .img {
    width: 76px;
}

.site-content .main-content .sb-related .item .img .c-img {
    padding-top: 100%;
}

.site-content .main-content.pt-cus .pagination {
    justify-content: flex-start;
}

.resource-item {
    margin-bottom: 3rem;
}

.resource-item .img {
    border-radius: 5px;
    overflow: hidden;
}

.resource-item .img .c-img {
    padding-top: 55.34%;
}

.resource-item .desc-ct {
    padding-top: 2rem;
}

.resource-item .desc-ct .title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.resource-item .desc-ct .title:hover {
    color: var(--primary-color);
}

.resource-item .desc-ct .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.resource-item .desc-ct .list-info ul {
    gap: 1rem 2.5rem;
}

.resource-item .desc-ct .list-info ul li {
    font-size: 14px;
}

.resource-item .desc-ct .desc {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.khcn-page .main-content {
    padding-bottom: 5rem;
}

.khcn-page .main-content .heading__filter {
    padding: 3rem 0;
}

.khcn-page .main-content .pagination {
    justify-content: center;
    margin-top: 7rem;
}

.khcn-page-single .single-content .desc {
    border-top: none !important;
    border-bottom: none !important;
}

.mt-6 {
    margin-top: 6rem;
}

/*# sourceMappingURL=style.css.map */

#breadcrumbs {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.gnws-book-loading {
    background: #00000073;
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 100%;
    text-align: center;
}

.single-content .desc img:first-child {
    width: 100%;
    max-height: 48rem;
    object-fit: cover;
}

@media (max-width: 375px) {
    .heading__filter-search .gnws-form input {
        font-size: 1.6rem;
    }
}

.sb-related .item .img {
    width: 75px;
}

.sb-related .item .img .c-img {
    padding-top: 100%;
}

@media (max-width: 991px) {
    .sb-related {
        padding: 2rem 2rem;
    }

    .sb-category ul li a {
        padding: 1.5rem 2rem;
    }
}

.main-table .table tbody tr:last-child td:not(:first-child) {
    /*min-width: 20rem;*/
}

@media (max-width: 991px) {
    .main-table .table tbody tr:last-child td:not(:first-child) {
        /*min-width: 23rem;*/
    }
}

.main-table .table tbody tr:last-child {
    /*display: none;*/
}

/* Tổng số row — bảng 1.2, 1.3, 1.4, 2.2, 2.3 */
.main-table .table tfoot.table-foot-12 tr.tong-so-row td,
.main-table .table tfoot.table-foot-13 tr.tong-so-row td,
.main-table .table tfoot.table-foot-14 tr.tong-so-row td,
.main-table .table tfoot.table-foot-22 tr.tong-so-row td,
.main-table .table tfoot.table-foot-231 tr.tong-so-row td,
.main-table .table tfoot.table-foot-232 tr.tong-so-row td {
    background: #b8ddef;
    font-size: 15px;
    font-weight: 700;
    color: #0d3a52;
    padding: 1.2rem 1.5rem;
    vertical-align: middle;
}

.main-table .table tfoot.table-foot-12 tr.tong-so-row td:first-child,
.main-table .table tfoot.table-foot-13 tr.tong-so-row td:first-child,
.main-table .table tfoot.table-foot-14 tr.tong-so-row td:first-child,
.main-table .table tfoot.table-foot-22 tr.tong-so-row td:first-child,
.main-table .table tfoot.table-foot-231 tr.tong-so-row td:first-child,
.main-table .table tfoot.table-foot-232 tr.tong-so-row td:first-child {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

    .sidebar-ct ul li a,
    .sidebar-ct ul li .sub-menu li a {
        padding: 1.5rem 2rem 1.5rem 3rem;
    }
}

.hoso-page .main-content .doccument-item {
    max-width: 88rem;
}

.bar__mb,
.menu-mobile {
    display: none;
}

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

    .header__wrapper .header__right-main>ul a {
        height: 25px;
        margin: 0 5px;
        max-width: 125px;
        /* overflow: hidden; */
    }
}

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

    .header__right-main,
    .header__wrapper .header__right-top-menu {
        display: none;
    }

    .bar__mb {
        display: block;
        width: 4rem;
        height: 4rem;
        border: 1px solid var(--text-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2.5rem;
    }

    .menu-mobile {
        display: block;
    }
}

.menu-mobile .menu-mobile-close {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--text-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4.4rem;
    right: 4px;
}

.sidebar-ct .btn-close {
    width: 2em;
    height: 2em;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media(max-width:480px) {
    .form-account .form-group {
        flex-wrap: wrap;
        margin-bottom: 2rem;

    }

    .form-account .form-group label {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media(max-width:991px) {
    .custom-col-9 {
        padding: 0 15px;
        max-width: 720px;
        margin: auto;
    }

    .form-account .form-group label {
        min-width: 24rem;
    }

    .form-account {
        width: 70rem;
    }

}

@media(max-width:767px) {
    .form-account .form-group {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .form-account .form-group label {
        width: 100%;
        margin-bottom: 5px;
    }
}

.title-hiden span {
    opacity: 0;
    visibility: hidden;

}

@media(max-width:991px) {
    .title-hiden span {
        position: absolute;
        z-index: -1;
    }
}

.footer-logo a:nth-child(3) img {
    /*width: 4.3rem;*/
    /*height: 8.6rem;*/
}


.content-baobao .table__wrapper {
    margin-bottom: 30px;
}

input[type="text"]:disabled {
    color: #999;
}

.dashboard-page.lock .btn-update,
.dashboard-page.lock .table-block .add-btn {
    display: none !Important;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    /*height: 100%;*/
}

.italictext {
    font-style: italic;
    font-weight: 300;
    margin: 20px 0px;
}