* {
    box-sizing: border-box;
}

:root {
    --font-medium: "Roboto Medium", sans-serif;
    --font-regular: "Roboto Regular", sans-serif;
    --font-bold: "Roboto Bold", sans-serif;

    --primary-color: #575a7b;
    --second-color: #003D3D;
    --third-color: #FFFFFF;
    --fourth-color: #77B9C2;
    --fifth-color: #0b1f40;
}

@font-face {
    font-family: Roboto Medium;
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Roboto Regular;
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Roboto Bold;
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}


body {
    font-family: var(--font-regular);
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.5;
    top: 0px !important;
}

.adm-glyphicon span {
    background: url('img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
}

.wrap {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}

a {
    transition: color 0.3s ease;
}

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

input,
button,
textarea,
select {
    outline: none;
}

input {
    -webkit-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {}

img {
    max-width: 100%;
    height: auto;
}

.img-404 {
    max-width: 100%;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

/* .img-100:hover img {
    transform: scale(1.05);
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

.site-title {
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.skiptranslate {
    display: none !important;
}

#swal2-content {
    font-size: 18px !important;
    text-align: center;
}

.wrap-img {
    display: block;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

.no-data {
    font-size: 34px;
}

/* Header  */
.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 40px;
    transition: .3s;
}

.header-wrap.bg {
    background-color: var(--second-color);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.logo {
    position: relative;
    height: 47px;
}

.logo a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo img {
    max-height: 60px;
}

.menu .item-level-1 {
    display: inline-block;
    position: relative;
}

.menu .name-level-1 {
    color: var(--third-color);
    padding: 13px 16px;
    transition: .4s;
    line-height: 20px;
    display: inline-block;
    position: relative;
    /* font-family: var(--font-medium); */
}

.menu .name-level-1::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #3a3f45;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.menu .name-level-1.active::after,
.menu .name-level-1:hover::after {
    opacity: 1;
    visibility: visible;
}

.menu .name-level-1>svg {
    margin-left: 2px;
    transform: translateY(2px);
}

.menu .level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 130px;
    max-width: 1000px;
    background-color: var(--third-color);
    display: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.menu .level-2 .name-level-2 {
    padding: 13px 20px;
    transition: .4s;
    color: #2e3237;
    font-size: 13px;
    display: block;
    line-height: 20px;
    white-space: nowrap;
}

.menu .level-2 .name-level-2:hover {
    background-color: #3a3f45;
    color: var(--third-color);
}

.menu .item-level-1:hover .level-2 {
    display: block;
}

.header-right {
    text-align: right;
    padding-right: 50px;
    padding: 9px 50px 8px 0;
}

.header-right .item {
    display: inline-block;
}

.header-right .btnn {
    line-height: 20px;
    color: var(--third-color);
    transition: all 0.3s ease-in-out 0s;
    /* font-family: var(--font-medium); */
    margin-right: 35px;
    display: block;
    cursor: pointer;
    position: relative;
}

.header-right .langua-item.btnn {
    transform: translateY(3px);
}

.header-right .btn-search {
    color: var(--third-color);
    transform: translateY(5px);
    margin-left: 35px;
    cursor: pointer;
}

.header-right .btnn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.header-right .btnn:hover::before {
    width: 50%;
}

/* Modal search  */
.modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.modal-search.active {
    opacity: 1;
    visibility: visible;
}

.modal-search .overlay {
    transition: all 0.3s ease-in-out 0s;
    background-color: #0b1f40;
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: absolute;
}

.modal-search .close-modal {
    color: var(--third-color);
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1002;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.modal-search .close-modal:hover {
    color: #e44343;
}

.search-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    z-index: 1003;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    max-width: 800px;
    opacity: 0;
}

.search-wrap.active {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.search-wrap h2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-family: var(--font-bold);
    color: var(--third-color);
    text-align: center;
}

.form-search {
    padding: 12px 25px 12px 60px;
    background-color: var(--third-color);
    border-radius: 4px;
    position: relative;
}

.form-search input {
    width: 100%;
    border: none;
    height: 55px;
    padding: 12px 20px;
}

.form-search .submit-search {
    border: none;
    background-color: transparent;
    position: absolute;
    top: calc(50% + 3px);
    left: 30px;
    padding: 0;
    transform: translateY(-50%);
}

/* Video banner */
.youtube-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 21 / 9;
    pointer-events: none;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
}

.youtube-container img {
    width: 100%;
}

/* sec-1 */
.img-sec {
    text-align: center;
    padding-bottom: 18px;
}

.sec-1 {
    padding: 100px 0;
    background-color: #f8f6f7;
}

.sec-1 h2 {
    margin-bottom: 75px;
    font-size: 42px;
    font-family: var(--font-bold);
    color: var(--second-color);
    text-align: center;
    line-height: 55px;
}

.video-img {
    position: relative;
}

.video-img img {
    border-radius: 30px;
    position: relative;
}

.video-img .play {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    width: 70px;
    height: 70px;
    color: #0b1f40;
    border-radius: 50%;
    background-color: var(--third-color);
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.video-img .play svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-img:hover .play {
    color: var(--third-color);
    background-color: #00eb74;
}

.h3-name {
    font-size: 20px;
    color: var(--fifth-color);
    font-family: var(--font-bold);
    line-height: 29px;
}

.sec-1 .sec-left {
    margin-right: 100px;
}

.sec-1 .sec-left .content {
    margin: 30px 0;
}

.sec-1 .sec-left .content p {
    margin-bottom: 12px;
}

.sec-1 .sec-left .hieu-them {
    display: inline-block;
    color: var(--fifth-color);
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    font-family: var(--font-bold);
}

.sec-1 .sec-left .hieu-them::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.2s ease-in-out 0s;
    transform: translateX(-50%);
    background-color: var(--fifth-color);
}

.sec-1 .sec-left .hieu-them:hover::before {
    transform: translateX(0);
}

/* sec-2 */
.sec-2 {
    padding: 55px 0 75px;
}

.sec-2 .img-sec {
    margin-bottom: 25px;
}

.h2-title {
    font-size: 36px;
    color: var(--fifth-color);
    padding-bottom: 50px;
    text-align: center;
    font-family: var(--font-bold);
}

.linh-vuc {
    margin: 0 25px;
}

.linh-vuc .item {
    text-align: center;
    padding: 30px 40px 35px;
}

.linh-vuc .wrap-img {
    width: 81px;
    height: 81px;
    object-fit: cover;
    margin: 0 auto;
}

.linh-vuc .item:hover .wrap-img {
    animation: bounce 1s linear 0s 1 alternate;
}

.linh-vuc .name {
    font-size: 18px;
    line-height: 29px;
    margin: 15px 0;
}

.linh-vuc .name a {
    color: var(--second-color);
    font-family: var(--font-medium);
}

/* sec-3 */
.sec-3 {
    /* padding-bottom: 70px; */
    padding-bottom: 55px;
}

.item-du-an .wrap-img {
    padding-bottom: 66.67%;
    border-radius: 4px;
    margin-bottom: 18px;
}

.item-du-an .h3-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
}

.item-du-an .h3-name:hover {
    color: var(--second-color);
}

.item-du-an .wrap-img::before {
    content: '';
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0b1f40;
    opacity: 0;
    z-index: 1;
}

.item-du-an:hover .wrap-img::before {
    opacity: .6;
}

.item-du-an .wrap-img .more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: var(--third-color);
    border-radius: 50%;
    transition: 0.2s ease-in-out 0s;
    color: var(--primary-color);
    margin-right: 15px;
    opacity: 0;
}

.item-du-an .wrap-img .more svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-du-an:hover .more {
    margin: 0;
    opacity: 1;
}

.item-du-an {
    margin-bottom: 45px;
}

/* sec-4 */
.sec-4 {
    padding: 45px 0 70px;
    background-color: #f8f6f7;
}

.item-news .wrap-img {
    padding-bottom: 66.67%;
    border-radius: 4px;
    transition: all 0.5s ease-in-out 0s;
}

.item-news .content {
    padding-top: 20px;
}

.item-news .date svg {
    margin-right: 3px;
    transform: translateY(2px);
}

.item-news .name {
    font-size: 20px;
    color: var(--fifth-color);
    margin: 7px 0 15px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font-bold);
    line-height: 30px;
    height: 60px;
}

.item-news .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-news:hover img {
    transform: scale(1.05) rotate(-1deg);
}

.item-news {
    margin-bottom: 45px;
}

.owl-dots {
    text-align: center;
}

.owl-dots button {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
}

.owl-dots button.active {
    background-color: var(--fifth-color);
}

.owl-dots button.active span {
    background-color: var(--third-color);
}

.owl-dots button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--fifth-color);
}

/* Footer  */
.footer-wrap {
    background-color: #002727;
    padding: 65px 0;
}

.footer-col .footer-title {
    font-size: 24px;
    color: var(--third-color);
    line-height: 28px;
    margin-bottom: 28px;
    font-family: var(--font-bold);
}

.footer-col .footer-content {
    color: var(--fourth-color);
}

.footer-col .item {
    position: relative;
}

.footer-col .item a {
    color: var(--fourth-color);
    transition: all 0.3s ease-in-out 0s;
}

.footer-col .item a:hover {
    color: #A5FBFF;
}

.footer-col.first .item {
    padding-left: 43px;
    line-height: 1.8;
}

.footer-col.first .item.pd {
    padding: 8px 0 8px 43px;
}

.footer-col .item:not(:last-child) {
    margin-bottom: 12px;
}

.footer-col .item svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer-col .footer-content.text {
    line-height: 33px;
}

.footer-col.third .item a {
    display: inline-block;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}

.footer-col.third .item a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--third-color);
    transition: all 0.3s ease-in-out 0s;
}

.footer-col.third .item a:hover::before {
    width: 100%;
}

.footer-col.third {
    margin-right: -35px;
}

.footer-col.fourth {
    margin-left: 40px;
}

#form-contact-mail {
    margin-top: 28px;
    position: relative;
}

#form-contact-mail input {
    padding: 12px 20px;
    width: 100%;
    border: none;
    height: 60px;
    color: var(--primary-color);
    border-radius: 8px;
    background-color: var(--third-color);
}

#form-contact-mail button {
    height: 60px;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--second-color);
    color: var(--third-color);
    font-family: var(--font-medium);
    padding: 14px 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.3s ease-in-out 0s;
}

#form-contact-mail button:hover {
    background-color: #00602d;
}

.copyright-wrap {
    padding: 15px 0;
    border-top: 1px solid #243653;
    background-color: #002424;
}

.social-icons {
    text-align: right;
}

.social-icons a {
    color: var(--fourth-color);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
}

.social-icons a:hover {
    background-color: #061329;
    color: var(--third-color);
}

.copyright {
    color: var(--fourth-color);
    margin-top: 12px;
}

.btn-fixed-wrap {
    position: fixed;
    right: 20px;
    bottom: 50px;
    transform: translate(150%, 0);
    visibility: hidden;
    transition: all ease .5s;
    opacity: 0;
    z-index: 8;
}

.btn-fixed {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-fixed:not(:last-child) {
    margin-bottom: 10px;
}

#back-to-top {
    background-color: var(--fourth-color);
    color: var(--third-color);
}

.phone-1 {
    background-color: #c62828;
    color: var(--third-color);
}

.zalo-fixed {
    color: var(--third-color);
}

.btn-fixed-wrap.show {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

#back-to-top svg {
    position: absolute;
    top: 47%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.btn-fixed svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* page-detail */
.breadcrumb-build {
    padding-top: 78px;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-build .content {
    padding: 90px 0;
    text-align: center;
    color: var(--third-color);
}

.breadcrumb-build .content h1 {
    font-size: 50px;
    margin-bottom: 7px;
    font-family: var(--font-medium);
}

.breadcrumb-build ol li {
    display: inline-block;
    position: relative;
}

.breadcrumb-build li a {
    color: var(--third-color);
    text-transform: uppercase;
}

.breadcrumb-build ol li:not(:first-child) {
    margin-left: 24px;
}

.breadcrumb-build li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    display: block;
    height: 2px;
    width: 7px;
    background-color: var(--third-color);
}

.breadcrumb-build ol li:last-child a {
    pointer-events: none;
}

.page-detail .sec-1 {
    padding: 0px;
    background-color: var(--third-color);
}

.page-detail-sec-2 {
    margin-top: 60px;
    position: relative;
}

.tam-nhin .item {
    height: 420px;
    position: relative;
}

.tam-nhin .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .tam-nhin .item .overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: .5;
    z-index: 2;
} */

.tam-nhin-su-menh {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.tam-nhin-su-menh .item {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

.tam-nhin-su-menh .item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    ;
}

.tam-nhin-su-menh .item .content {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 11;
    width: 70%;
    text-align: center;
    color: var(--third-color);
}

.tam-nhin-su-menh .content .title {
    font-size: 34px;
    font-family: var(--font-medium);
}

.tam-nhin-su-menh .item:hover .content {
    top: 50%;
}

.page-detail-sec-3 {
    padding: 40px 0 45px;
    background-color: #001F42;
}

.page-detail-sec-3 .h2-title {
    color: var(--third-color);
}

.gia-tri {
    color: var(--third-color);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px 40px 35px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.gia-tri:hover {
    color: #282828;
    background-color: var(--third-color);
}

.gia-tri .title {
    font-size: 18px;
    margin: 30px 0 10px;
}

.gia-tri .des {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 68px;
}

.page-detail-sec-4 {
    padding: 80px 0;
    background-color: #f8f6f7;
}

.lich-su .item {
    padding: 85px 40px 40px;
    margin-top: 35px;
    text-align: center;
    background: var(--third-color);
    position: relative;
}

.lich-su .item .avt {
    width: 90px;
    height: 90px;
    border: 10px solid #f9f7f7;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lich-su .item .year {
    font-size: 22px;
    font-family: var(--font-bold);
    margin-bottom: 20px;
}

.lich-su .item .des {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 216px;
}

.lich-su .owl-dots {
    margin-top: 35px;
}

.page-detail-sec-5 {
    background-color: #F9F7F7;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 580px;
}

.page-linh-vuc {
    position: relative;
}

.page-linh-vuc .tam-nhin .item {
    height: 700px;
}

.page-linh-vuc .tam-nhin-su-menh .item {
    width: 20%;
}

.page-linh-vuc .tam-nhin-su-menh .content .title {
    font-size: 30px;
    color: var(--third-color);
}

.page-linh-vuc .tam-nhin-su-menh .item .content {
    top: unset;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: left;
}

.page-linh-vuc .tam-nhin-su-menh .content .des {
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-linh-vuc .tam-nhin-su-menh .item:hover .content {
    bottom: 80px;
}

/* Dự án */
.product .header-wrap {
    position: unset;
    background-color: var(--second-color);
}

.du-an-wrap {
    padding: 40px 0 70px;
}

.du-an-wrap h1 {
    text-align: center;
    font-size: 44px;
    font-family: var(--font-medium);
    color: var(--fifth-color);
    margin-bottom: 30px;
}

.du-an-wrap .cac-du-an {
    text-align: center;
    font-size: 18px;
    color: #777;
}

.du-an {
    text-align: center;
    margin-bottom: 50px;
}

.du-an a {
    margin: 0px 25px;
    padding: 5px 0px;
    color: var(--fifth-color);
    display: inline-block;
}

.du-an a.active {
    color: var(--second-color);
    border-bottom: solid 2px #003d3d;
    font-family: var(--font-medium);
}

/* Pagination */
.pagination-box {
    text-align: center;
}

.pagination-box div {
    display: inline-block;
}

.pagination-box div:not(:last-child) {
    margin-right: 10px;
}

.pagination-box div a {
    width: 50px;
    height: 45px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    background: #f9f7f7;
    color: var(--fifth-color);
    transition: all 0.3s ease-in-out 0s;
}

.pagination-box div.current a,
.pagination-box div a:hover {
    background: var(--second-color) !important;
    color: var(--third-color) !important;
}

.pagination-box div.last a,
.pagination-box div.first a {
    width: auto;
    padding: 0 19px;
    border-radius: 4px;
    color: var(--fifth-color);
}

.pagination-box div.last a svg {
    transform: translateY(2px);
}

.pagination-box div.first a svg {
    transform: translateY(2px) rotate(180deg);
}

/* news-detail */
.news-detail {
    padding-bottom: 70px;
}

.thumbnail-news {
    /* max-width: 1280px; */
    /* margin: 0 auto 50px; */
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.thumbnail-news .day,
.item-news .day {
    padding: 11px 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 3px;
    font-family: var(--font-medium);
    color: var(--fifth-color);
    background-color: var(--third-color);
    position: absolute;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.item-news .day {
    transform: translateX(0);
    right: 20px;
}

.news-detail .title-news {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--fifth-color);
    font-family: var(--font-bold);
}

.cate-parent {
    margin-bottom: 30px;
}

.cate-parent a {
    color: var(--primary-color);
}

.cate-parent a:hover {
    color: var(--second-color);
}

.cate-parent svg {
    transform: translateY(3px);
}

.news-detail .content-news-wrap {
    max-width: 975px;
    margin: 0 auto;
}

.news-detail .content-news h2 {
    font-size: 20px;
    font-family: var(--font-medium);
    margin: 0 0 15px 0;
}

.news-detail .content-news h3 {
    font-size: 18px;
    font-family: var(--font-medium);
    margin: 0 0 12px 0;
}

.news-detail .content-news p {
    margin-bottom: 12px;
}

.news-detail .content-news img {
    max-width: 100% !important;
    margin-bottom: 15px;
}

.news-detail .content-news ul {
    margin-bottom: 12px;
    padding-left: 40px;
}

.news-detail .content-news ul li {
    list-style: disc;
}

.share {
    margin-top: 50px;
    text-align: center;
}

.share .title {
    font-family: var(--font-medium);
    margin-bottom: 12px;
}

.share .icon {
    margin: 0 4px;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease-in-out 0s;
    color: #484848;
    background-color: #f9f7f7;
    display: inline-block;
    position: relative;
    border-radius: 4px;
}

.share .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share .icon:hover {
    background-color: var(--second-color);
    color: var(--third-color);
}

.post-navigation {
    margin-top: 50px;
}

.post-navigation .navi {
    display: block;
    padding: 50px 30px 50px 90px;
    background-color: #f9f7f7;
    border-radius: 4px;
    color: var(--fifth-color);
    position: relative;
}

.post-navigation .meta-nav {
    width: 45px;
    height: 45px;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    border-radius: 50%;
    background: #26467a;
    color: var(--third-color);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.post-navigation .meta-nav svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-navigation .prev svg {
    transform: translate(-50%, -50%) rotate(180deg);
}

.post-navigation .name {
    font-family: var(--font-medium);
    display: block;
}

.post-navigation .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-navigation .navi:hover .meta-nav {
    background-color: var(--second-color);
}

.post-navigation .navi.next {
    padding: 50px 90px 50px 30px;
    text-align: right;
}

.post-navigation .next .meta-nav {
    left: unset;
    right: 30px;
}

.du-an-lien-quan {
    margin-top: 70px;
}

.du-an-lien-quan .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-family: var(--font-bold);
    color: var(--fifth-color);
    text-align: center;
}

/* news-list */
.news-list,
.search-page {
    padding-bottom: 70px;
}

.sidebar-news {
    padding-right: 60px;
}

.sidebar-news .block:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-news .title {
    font-size: 25px;
    margin-bottom: 25px;
    font-family: var(--font-bold);
    color: var(--fifth-color)
}

.form-search-sidebar {
    width: 100%;
    position: relative;
}

.form-search-sidebar input {
    width: 100%;
    border: none;
    background-color: #f9f7f7;
    height: 54px;
    padding: 12px 70px 12px 30px;
    border-radius: 4px;
}

.form-search-sidebar button {
    position: absolute;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0;
    top: 0;
    right: 0;
    height: 54px;
    width: 63px;
}

.form-search-sidebar button svg {
    transform: translateY(3px);
}

.sidebar-news .cate .name {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out 0s;
}

.sidebar-news .cate .item:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-news .cate .item {
    padding-left: 20px;
    position: relative;
}

.sidebar-news .cate .name svg {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
}

.sidebar-news .cate .item:hover .name {
    color: var(--fifth-color);
}

.news-list .item-news .name,
.du-an-lien-quan .item-news .name {
    font-size: 22px;
}

.search-page .sidebar-news {
    padding-right: 0px;
    padding-left: 60px;
}

.search-page .item-news .name {
    font-size: 26px;
}

.item-news .content .date a {
    color: var(--primary-color);
}

.item-news .content .date a:hover {
    color: var(--second-color);
}

.search-page .item-news {
    padding-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}

.bo-loc {
    display: none;
}

.contact-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.contact-wrap h2 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 10px;
    font-family: var(--font-medium);
    color: var(--fifth-color);
}

.contact-wrap h3 {
    text-align: center;
    margin-bottom: 25px;
}

.input-wrap-contact {
    margin-bottom: 30px;
}

.form-contact-page input,
.form-contact-page textarea {
    width: 100%;
    height: 60px;
    border: 2px solid #26467a;
    padding: 12px 20px;
    border-radius: 4px;
}

.form-contact-page textarea {
    height: 250px;
}

.form-contact-page .submit-contact {
    width: 100%;
    background-color: #26467a;
    font-family: var(--font-medium);
    color: var(--third-color);
    padding: 12px 30px;
    border: none;
    font-size: 20px;
}

.google-map {
    margin-top: 100px;
}

.google-map iframe {
    height: 450px;
    width: 100%;
}

#modal-ytb .modal-dialog {
    width: 800px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#modal-ytb .modal-body {
    padding: 0;
    height: 400px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
}

.gallery .col {
    flex: 50%;
    max-width: 50%;
    padding: 5px;
}

.gallery .col img {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

/* .bounce {
    animation-name: bounce;
    transform-origin: center bottom
} */
@media only screen and (max-width: 1500px) {
    .menu .name-level-1 {
        font-size: 15px;
        padding: 13px 7px;
    }

    .header-right .btnn {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-wrap {
        padding: 15px 0px;
        border-bottom: 1px solid #ebebeb;
        background-color: var(--third-color);
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0;
    }

    .header-wrap.bg {
        background-color: var(--third-color);
    }

    .logo {
        margin: 0 -15px 0 0;
        height: 40px;
    }

    .header-right-m {
        text-align: right;
    }

    .icon-menu {
        width: 40px;
        height: 40px;
        color: var(--third-color);
        border-radius: 4px;
        background-color: var(--second-color);
        position: relative;
        margin: 0 0 0 auto;
    }

    .icon-menu svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .youtube-container {
        width: 1470px;
        height: 630px;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }

    .video-banner {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 630px;
    }

    .img-sec {
        display: none;
    }

    .sec-1 {
        padding: 45px 0;
    }

    .sec-1 h2 {
        font-size: 36px;
        line-height: 45px;
        text-align: left;
        margin-bottom: 30px;
    }

    .sec-1 .sec-left {
        margin-right: 0px;
    }

    .video-img {
        margin-top: 30px;
    }

    .video-img .play {
        width: 50px;
        height: 50px;
    }

    .h2-title {
        font-size: 28px;
        padding-bottom: 35px;
        text-align: left;
    }

    .sec-2 {
        padding: 40px 0 20px;
    }

    .linh-vuc {
        margin: 30px 0 0 0;
    }

    .linh-vuc .item {
        padding: 20px 10px;
    }

    .linh-vuc .des {
        display: none;
    }

    .item-du-an {
        margin-bottom: 30px !important;
    }

    .sec-3 {
        padding-bottom: 0px;
    }

    .sec-4 {
        padding: 40px 0;
    }

    .item-news {
        margin-bottom: 30px;
    }

    .footer-wrap {
        padding: 45px 0 20px;
    }

    .footer-col .footer-title {
        margin-bottom: 20px;
    }

    .footer-col .item:not(:last-child) {
        margin-bottom: 0px;
    }

    .footer-col .footer-content.text {
        line-height: 26px;
    }

    .footer-col.third {
        margin-right: 0px;
    }

    .footer-col.fourth {
        margin-left: 0px;
    }

    .footer-col {
        margin-bottom: 20px;
    }

    .social-icons {
        text-align: center;
    }

    .copyright {
        margin-top: 0px;
        text-align: center;
    }

    .menu-mobile {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 80vw;
        left: 0;
        transition: all 0.2s ease-in-out 0s;
        box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
        z-index: 1001;
        background-color: var(--fifth-color);
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
    }

    .menu-mobile.active {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .overlay-menu-mobile,
    .overlay-bo-loc {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        transition: all 0.2s ease-in-out 0s;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
    }

    .overlay-menu-mobile.active,
    .overlay-bo-loc.active {
        opacity: 1;
        visibility: visible;
    }

    .close-menu-m {
        text-align: center;
        padding: 10px 15px;
        font-family: var(--font-medium);
        color: var(--third-color);
        background-color: var(--second-color);
    }

    .close-menu-m svg {
        margin-right: 5px;
    }

    .menu-m {
        padding: 0px 15px;
        height: calc(100% - 180px);
        overflow-y: scroll;
    }

    .form-search-wrap {
        padding: 20px 15px;
    }

    .form-search {
        padding: 12px 15px 12px 40px;
    }

    .form-search input {
        height: unset;
        padding: 0;
    }

    .form-search .submit-search {
        left: 10px;
    }

    .menu-m .name-level-1,
    .menu-m .name-level-2 {
        color: #9da5b2;
        font-family: var(--font-medium);
    }

    .menu-m .item-level-1 {
        padding: 10px 0;
        border-bottom: solid 1px #203558;
        position: relative;
    }

    .menu-m .item-level-1 svg {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .menu-m .item-level-1.active .name-level-1 {
        color: var(--third-color);
    }

    .has-menu-1.active .doc {
        display: none;
    }

    .menu-m .level-2 {
        display: none;
        padding-left: 30px;
        margin-top: 10px;
    }

    .menu-m .item-level-2 {
        padding: 3px 0;
    }

    .language {
        margin-top: 30px;
    }

    .breadcrumb-build {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .breadcrumb-build .content {
        padding: 20px 0;
    }

    .breadcrumb-build .content h1 {
        font-size: 30px;
    }

    .breadcrumb-build li a {
        font-size: 14px;
    }

    .page-detail-sec-2 {
        margin-top: 50px;
    }

    .tam-nhin .item {
        height: 680px;
    }

    .tam-nhin-su-menh .item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-right: none;
    }

    .tam-nhin-su-menh .item {
        width: 100%;
        float: unset;
        height: 50%;
    }

    .tam-nhin-su-menh .item .content {
        width: 90%;
    }

    .page-detail-sec-3 {
        padding: 35px 0 15px;
    }

    .page-detail .h2-title {
        text-align: center;
    }

    .gia-tri {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .gia-tri .title {
        margin: 20px 0 10px;
        font-size: 16px;
    }

    .gia-tri .des {
        display: none;
    }

    .page-detail-sec-4 {
        padding: 40px 0;
    }

    .lich-su .item {
        padding: 60px 20px 20px;
    }

    .lich-su .item .des {
        -webkit-line-clamp: 5;
        height: 120px;
    }

    .page-detail-sec-5 {
        min-height: 200px;
    }

    .page-linh-vuc .tam-nhin .item {
        height: 1200px;
    }

    .page-linh-vuc .tam-nhin-su-menh .item {
        width: 100%;
        height: 20%;
    }

    .page-linh-vuc .tam-nhin-su-menh .content .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .page-linh-vuc .tam-nhin-su-menh .content .des {
        height: unset;
    }

    .page-linh-vuc .tam-nhin-su-menh .item .content {
        bottom: 35px;
    }

    .product .header-wrap {
        background-color: var(--third-color);
    }

    .du-an-wrap h1 {
        font-size: 30px;
    }

    .du-an a {
        margin: 0 12px 5px 12px;
    }

    .du-an {
        margin-bottom: 30px;
    }

    .du-an-wrap {
        padding: 40px 0;
    }

    .pagination-box div a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .pagination-box div.first a svg {
        width: 18px;
    }

    .thumbnail-news {
        margin: 0 auto 30px;
    }

    .share .icon {
        width: 40px;
        height: 40px;
    }

    .post-navigation .navi {
        padding: 15px 15px 15px 60px;
    }

    .post-navigation .title {
        display: none;
    }

    .post-navigation .meta-nav {
        width: 35px;
        height: 35px;
        left: 15px;
    }

    .post-navigation .name {
        line-height: 35px;
    }

    .post-navigation .navi.next {
        padding: 15px 65px 15px 15px;
    }

    .post-navigation .next .meta-nav {
        right: 15px;
    }

    .share,
    .du-an-lien-quan {
        margin-top: 30px;
    }

    .du-an-lien-quan .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .news-detail {
        padding-bottom: 40px;
    }

    .thumbnail-news .day,
    .item-news .day {
        font-size: 14px;
        padding: 5px 15px;
        transform: translateX(0);
        right: 20px;
    }

    .cate-parent {
        margin-bottom: 20px;
    }

    .news-detail .title-news {
        font-size: 25px;
    }

    .bo-loc {
        font-family: var(--font-medium);
        display: inline-block;
        padding: 8px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        background-color: var(--second-color);
        color: var(--third-color);
    }

    .sidebar-news {
        position: fixed;
        top: 0;
        width: 80vw;
        height: 100vh;
        left: 0;
        transition: all 0.2s ease-in-out 0s;
        box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
        z-index: 1001;
        background-color: var(--third-color);
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
        padding: 15px;
        overflow-y: scroll;
    }

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

    .sidebar-news .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .search-page .sidebar-news {
        padding: 15px;
    }

    .search-page .item-news .name {
        font-size: 20px;
        display: block;
        height: unset;
    }

    .search-page .item-news {
        padding-bottom: 30px;
    }

    .form-contact-page input {
        height: 54px;
    }

    .input-wrap-contact {
        margin-bottom: 15px;
    }

    .form-contact-page textarea {
        height: 200px;
    }

    .google-map {
        margin-top: 70px;
    }

    .google-map iframe {
        height: 400px;
    }

    #modal-ytb .modal-dialog {
        position: absolute;
        top: 40%;
        width: 95%;
        left: 0;
        transform: translateY(-50%) !important;
    }

    .logo a {
        left: 0;
        transform: translate(0, -50%);
    }

}