@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

@font-face {
    font-family: 'UVF-Bourgeois';
    font-display: swap;
    src: url('fonts/UVF-Bourgeois-Med.ttf');
    font-weight: normal;
}

:root {
    --primary-color: #A62F2B;
    --secondary-color: #002174F0;
}

body {
    font-family: "UVF-Bourgeois";
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: #fff;
    /* line-height: 1.5; */
}
.tx-white {
    color: #fff;
}
.tx-secondary {
    color: var(--secondary-color);
}
.about-leader-tx {
    padding-block: 50px;
    position: relative;
}

.about-leader-tx .list-leader {
    margin-top: 50px;
}
.list-leader .owl-item {
    transform: scale(0.8);
    transition: transform 0.4s ease;
}

.list-leader .owl-item.center {
    transform: scale(1);
}

.list-leader .owl-item.center .tx-desc {
    transform: translateY(0)!important;
}

.list-leader .owl-item .item {
    position: relative;
    overflow: hidden;
}

.list-leader .owl-item .item .tx-desc {
    position: absolute;
    bottom: 30px;
    z-index: 99;
    padding-inline: 30px;
    width: 100%;
    transform: translateY(200%);
    transition: all 0.4s;
}

.list-leader .owl-item .item .tx-desc .tx-tt {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
}

.list-leader .owl-item .item .tx-desc .tx-td {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.list-leader .owl-item .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 18.4%, rgba(255, 255, 255, 0.7) 52.53%, #FFFFFF 85.09%);
    width: 100%;
    height: 150%;
    transform: rotate(-90deg);
}
.about-leader-tx:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(166, 47, 43, 1);
}

.about-leader-tx .tx-title {
    position: relative;
    z-index: 9;
}
.home-tx .header-tx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s;
    height: 80px;
}

.header-tx.scroll {
    background: #fff;
    transition: all 0.4s;
    border-bottom: 1px solid #ddd;
}

.header-tx .container {
    height: 100%;
}

.header-tx.scroll .main-menu-tx ul>li>a {
    color: #000;
    font-weight: 500;
}

.header-tx.scroll .main-menu-tx>ul>li>a {
    padding-block: 30px;
}

.header-tx.scroll .main-menu-tx>ul>li .submenu a:hover {
    color: #000;
}

.header-tx * {
    transition: all 0.4s;
}

.header-tx .header__right {
    display: flex;
    align-items: center;
}

.header-tx .header__right .search-block-form {
    display: none;
}

.header-tx .wrapper-tx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-tx .header__left {
    display: flex;
    align-items: center;
}

.header__left #block-logotamphat img {
    width: 94px;
    object-fit: contain;
}

.header-tx .header__left li:not(:last-child) a:after {
    content: "";
    height: 60%;
    background: #000;
    position: absolute;
    top: 50%;
    width: 1px;
    right: -10px;
    transform: translateY(-50%);
}

.home-tx .header-tx .header__left li:not(:last-child) a:after {
    background: #fff;
}

.header-tx.scroll .header__left .links li a:after {
    background: #000;
}

.header__left .links li {
    display: inline-block;
}

.header-tx.scroll .header__left .links li a {
    color: #000;
}

.header__left .links li:not(:last-child) {
    margin-right: 20px;
}

.header__left .links {
    padding: 0;
    list-style: none;
}

.header__left .links a {
    color: #000;
    position: relative;
}

.home-tx .header__left .links a {
    color: #fff;
    position: relative;
}

.main-menu-tx {
    color: #fff;
}

.main-menu-tx a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.main-menu-tx ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu-tx ul li {
    display: inline-block;
    position: relative;
}

.main-menu-tx>ul>li>a {
    font-weight: 500;
    display: inline-flex;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.main-menu-tx>ul>li>a .icon {
    display: inline-block;
    margin-left: 10px;
}

.home-tx .main-menu-tx>ul>li>a {
    color: #fff;
    font-weight: 700;
}

.main-menu-tx>ul>li>a .icon svg {
    color: #fff;
}

.main-menu-tx>ul>li {
    margin-right: 60px;
}

.main-menu-tx .submenu {
    position: absolute;
    top: 100%;
    width: 300px;
    background: var(--primary-color);
    transform: rotateX(90deg);
    transform-origin: top center;
    transition: all 0.4s;
    z-index: 99;
}

.main-menu-tx .submenu>li>a {
    padding-inline: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    letter-spacing: -0.05em;
    border-bottom: 0.2px solid #FFFFFF !important;
}

.main-menu-tx .submenu>li:last-child>a {
    border: unset !important;
}

.main-menu-tx .submenu>li>a:hover {
    background: #fff;
    color: var(--primary-color);
}

.main-menu-tx .submenu>li {
    display: block;
}

.main-menu-tx li:hover>.submenu {
    transform: rotateX(0);
}

.slide-main-tx .banner-item {
    position: relative;
}

.slide-main-tx .banner-item:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-tx.scroll .main-menu-tx>ul>li>a:hover .icon path {
    stroke: var(--primary-color) !important;
}

.header-tx.scroll .main-menu-tx>ul>li>a:hover {
    color: var(--primary-color);
}

.header-tx.scroll .main-menu-tx>ul>li .submenu a {
    color: #fff;
}

.header-tx.scroll .main-menu-tx>ul>li>a .icon path {
    stroke: #000 !important;
}

.header-tx.scroll .search .icon path {
    stroke: #000 !important;
}

.slide-main-tx {
    position: relative;
}

.slide-main-tx .banner-scroll a {
    display: inline-block;
}

.slide-main-tx .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-main-tx .banner-content .banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    margin-bottom: 45px;
    font-family: 'Montserrat';
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.home-about .background-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* .home-about .background-img:before {
    content: "";
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #9D9D9D 46.63%, rgba(115, 115, 115, 0) 100%);
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
} */

.home-about-content .content-left .title span:first-child {
    font-size: 40px;
    display: block;
    font-weight: 800;
}

.home-about {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    overflow: hidden;
}

.home-about-content {
    padding-bottom: 190px;
}

.home-about:before {
    content: "";
    width: 100%;
    height: 750px;
    background: linear-gradient(4.31deg, rgba(166, 47, 43, 0) 50.3%, rgba(166, 47, 43, 0.56) 104.76%);
    position: absolute;
    top: -160px;
}

.home-about-content .content-left {
    padding-top: 150px;
}

.home-about-content .content-left .node-description {
    margin-top: 40px;
    font-weight: 500;
    text-align: justify;
}

.home-about-content .content-left .node-description * {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.03em;
}

.home-about-content .content-left .title h2 {
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.home-about-content .content-left .title h2:before {
    content: "";
    height: 100%;
    width: 7px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.home-about-content .content-left .title span:last-child {
    font-weight: 400;
    color: #000;
}

.home-about-content .content-left .title span {
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.home-about-content .content-right {
    display: flex;
}

.home-about-content .content-right .item {
    width: 50%;
    position: relative;
    transition: all 0.4s;
}

.home-about-content .content-right .item:hover .box-thumb img {
    transform: scale(1.1);
}

.home-about-content .content-right .item:hover .box-thumb {}

.home-about-content .content-right .item:hover .box-text {
    transform: translateY(-30px);
    transition: all 0.4s;
}

.home-about-content .content-right .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.78%, #000000 100%);
    height: 520px;
    width: 100%;
    opacity: 0.7;
}

.home-about-content .content-right .item .box-text {
    position: absolute;
    bottom: 80px;
    width: 100%;
    z-index: 9;
    padding-inline: 60px;
    transition: all 0.4s;
}

.home-about-content .content-right .item .box-text .p-icon img {
    margin: 0;
}

.home-about-content .content-right .item .box-text .p-icon {
    margin-bottom: 30px;
}

.home-about-content .content-right .item .box-text .p-subtitle a {
    text-decoration: none;
    font-size: 34px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.22;
    transition: all 0.4s;
}

.home-about-content .content-right .item .box-thumb {
    overflow: hidden;
}

.home-about-content .content-right .item:hover .box-text .p-subtitle a {
    /* color: var(--primary-color); */
    transition: all 0.4s;
}

.home-about-content .content-right .item .box-text .p-subtitle {
    margin: 0;
}

.home-about-content .content-right .item .box-thumb img {
    margin: 0;
    width: 100%;
    height: 1000px !important;
    object-fit: cover;
    transition: all 0.4s;
}

.home-about-content .node-link {
    display: inline-block;
}

.home-about-content .node-link a {
    text-decoration: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 3px;
    border: 1px solid;
    border-color: var(--primary-color);
    margin-top: 40px;
    transition: all 0.4s;
}

.home-about-content .node-link a:hover {
    background: transparent;
    transition: all 0.4s;
    color: var(--primary-color);
}

.home-about-content .node-link a:hover svg path {
    stroke: var(--primary-color);
    transition: all 0.4s;
}

.home-about-content .node-link a svg path {
    transition: all 0.4s;
}

.home-about-content .node-link a .icon {
    margin-left: 15px;
}

.home-area-tx .tx-title h2 {
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    line-height: 49px;
    margin: 0;
}

.home-area-tx .tx-desc {
    margin-top: 45px;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.03em;
}

.home-area-tx .tx-title h2:after {
    content: "";
    width: 99px;
    height: 7px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-area-tx {
    background: #F6F6F6;
}

.home-area-tx .content-right .item .tx-image img {
    height: 475px !important;
    object-fit: cover;
}

.home-area-tx .content-right .item .tx-image {
    position: relative;
    overflow: hidden;
}

.home-area-tx .content-right .item .tx-main {
    position: relative;
    bottom: -66px;
    transition: all 0.6s;
}

.home-area-tx .content-right .first-active .item .tx-main {
    bottom: 0;
    transition: all 0.6s;
}

.home-area-tx .content-right .item .tx-image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.4%, rgba(0, 0, 0, 0.66) 100%);
    position: absolute;
    bottom: -75px;
    left: 0;
    transform: rotate(-90deg);
}

.home-area-tx .content-right .item .tx-title {
    position: absolute;
    bottom: 60px;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.home-area-tx .content-right .item .tx-showmore {
    background: var(--primary-color);
    text-align: center;
    height: 66px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 0.6s;
}

.home-area-tx .content-right .item .tx-title a {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat';
    padding-inline: 30px;
    display: block;
    text-decoration: none;
}

.home-area-tx .container {
    width: 100% !important;
    padding-left: 0;
}

.home-area-tx .content-left {
    padding-top: 85px;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.home-area-tx .content-right {
    padding-left: 120px;
}

.home-area-tx .content-right .owl-nav>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-area-tx .content-right .owl-nav .owl-prev {
    left: -120px;
}

.home-area-tx .content-right .owl-nav .owl-next {
    right: -120px;
}

.home-area-tx .content-box .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.home-area-tx .content-box .row>div {
    padding: 0;
}

.tx-title h2 {
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 800;
    margin: 0;
}

.home-ecosystem-tx {
    margin-top: 65px;
}

.about-hesinhthai .home-ecosystem-tx {
    margin-bottom: 50px;
}

.home-ecosystem-tx .tx-content {
    margin-top: 35px;
}

.home-news-tx {
    margin-top: 70px;
}

.home-news-tx .row .col-item:nth-child(1),
.home-news-tx .row .col-item:nth-child(2) {}

.home-news-tx .row .col-item:nth-child(1) .tx-col .item:first-child,
.home-news-tx .row .col-item:nth-child(2) .tx-col .item:first-child {
    position: relative;
}

.home-news-tx .row .col-item:nth-child(1) .tx-col .item:first-child:after,
.home-news-tx .row .col-item:nth-child(2) .tx-col .item:first-child:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.78%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 220px;
    bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.home-news-tx .row .col-item:nth-child(1) .tx-col .item:first-child .tx-text,
.home-news-tx .row .col-item:nth-child(2) .tx-col .item:first-child .tx-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    bottom: 30px;
    z-index: 1;
}

.home-news-tx .tx-text a {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 27px;
}

.home-news-tx .row .col-item:nth-child(1) .tx-col .item:first-child .tx-text {
    padding-inline: 15px;
}

.home-news-tx .row .col-item:nth-child(2) .tx-col .item:first-child .tx-text {
    padding-inline: 30px;
}

.home-news-tx .row .col-item:nth-child(1) .tx-col .item:first-child .tx-text a {
    font-size: 17px;
}

.home-news-tx .row .col-item:nth-child(2) .tx-col .item:first-child .tx-text a {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
}

.home-news-tx .tx-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    position: relative;
    display: inline-block;
    background: #fff;
    z-index: 99;
    padding-right: 10px;
}

.home-news-tx .tx-title:before {
    content: "";
    height: 3px;
    width: 25px;
    display: inline-block;
    background: var(--primary-color);
    position: relative;
    top: -5px;
    margin-right: 8px;
    border-radius: 4.5px;
}

.home-news-tx .box-title:after {
    content: "";
    width: 100%;
    height: 0.5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 15px;
}

.home-news-tx .box-title {
    margin-bottom: 10px;
    position: relative;
}

.home-news-tx .tx-thumb img {
    border-radius: 5px;
}

.home-news-tx .col-item:first-child .tx-col .item:first-child .tx-thumb img {
    height: 380px !important;
    object-fit: cover;
}

.home-news-tx .col-item:nth-child(2) .tx-col .item .tx-thumb img {
    height: 655px !important;
    width: 100%;
    object-fit: cover;
}

.home-news-tx .tx-col .item {
    margin-bottom: 20px;
    overflow: hidden;
}

.tx-col-1 .item:not(:first-child),
.tx-col-3 .item {
    display: flex;
    padding: 13px 14px;
    box-shadow: -9.04px 13.26px 20.98px -1.21px #00000012;
    border-radius: 5px;
    align-items: center;
}

.tx-col-1 .item:not(:first-child) .tx-date,
.tx-col-3 .item .tx-date {
    color: var(--primary-color);
}

.tx-col-1 .item:not(:first-child) .tx-text,
.tx-col-3 .item .tx-text {
    padding-left: 15px;
    width: calc(100% - 90px);
}

.tx-col-1 .item:not(:first-child) .tx-thumb,
.tx-col-3 .item .tx-thumb {
    width: 90px;
}

.tx-col-1 .item:not(:first-child) .tx-thumb img,
.tx-col-3 .item .tx-thumb img {
    flex: 1;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.home-project-tx .container {
    width: 100% !important;
    padding: 0;
}

.home-project-tx .content-box {
    display: flex;
}

.home-project-tx .content-box .item {
    height: 1045px;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-project-tx .content-box .item:not(:first-child) {
    width: calc((100% - 860px) / 3);
}

.home-project-tx .content-box .item:first-child {
    width: 100%;
    width: 860px;
}

/* .content-box {
    display: flex;
    width: 100%;
    overflow: hidden;
} */

.home-project-tx .content-box .item {
    flex: 1;
    transition: flex 0.4s ease;
    background-size: cover;
    background-position: center left;
    position: relative;
    overflow: hidden;
}

.home-project-tx .content-box .item:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    left: -25%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.4%, rgba(0, 0, 0, 0.66) 100%);
}

.home-project-tx .content-box:not(:hover) .item:first-child {
    flex: 3;
}

.home-project-tx .content-box:not(:hover) .item:first-child .tx-head {
    opacity: 1;
    transition: all 0.4s;
}

.home-project-tx .content-box:not(:hover) .item:first-child .tx-head {
    opacity: 1;
    transition: all 0.4s;
}

.home-project-tx .content-box .item .tx-head .tx-title {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 64px;
}

.home-project-tx .content-box .item .tx-head .tx-title span {
    display: block;
    line-height: 87px;
    text-transform: uppercase;
}

.home-project-tx .content-box .item .tx-head .tx-title span:first-child {
    font-weight: 600 !important;
}

.home-project-tx .content-box .tx-head {
    position: absolute;
    top: 70px;
    left: 60px;
    opacity: 0;
    transition: all 0.4s;
}

.home-project-tx .content-box .tx-content a {
    font-size: 40px;
}

.home-project-tx .content-box .tx-content {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

.home-project-tx .content-box .tx-content .tx-date {
    font-size: 25px;
}

.home-project-tx .content-box .readmore a {
    display: inline-flex;
    background: rgba(166, 47, 43, 0.72);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 32px;
    text-decoration: none;
    padding-inline: 20px;
    height: 43px;
    align-items: center;
    justify-content: center;
}

.home-project-tx .content-box .readmore a span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.home-project-tx .content-box:hover .item {
    flex: 1;
}

.home-project-tx .content-box .item:hover {
    flex: 3;
}

.home-project-tx .content-box .item:hover .tx-head {
    opacity: 1;
    transform: all 0.4s;
}

.section-partner-tx {
    margin-top: 65px;
}

.home-tx .section-partner-tx .tx-title {
    display: none;
}
.section-video-tx {
    margin-top: 65px;
}
.section-video-tx .tx-left .item {
    padding: 13px;
}

.section-video-tx .tx-left .item .tx-image img {
    height: 475px!important;
    width: 100%;
    object-fit: cover;
}

.section-video-tx .tx-right .item {
    padding: 17px;
    margin-bottom: 16px;
}

.section-video-tx .tx-right .item {
    display: flex;
    align-items: center;
}

.section-video-tx .tx-right .item img {
    height: 166px!important;
    margin: 0;
    width: 100%;
}

.section-video-tx .tx-right .item .tx-image {
    width: 290px;
}

.section-video-tx .tx-right .item .tx-box-text {
    width: calc(100% - 290px);
    padding-left: 15px;
    /* display: flex; */
    align-items: center;
}

.section-video-tx .tx-right .item .tx-box-text .tx-title a {
    font-family: 'Montserrat';
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.section-video-tx .tx-right .item .tx-box-text .tx-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 5px;
    font-size: 17px;
    font-family: 'Montserrat';
}

.section-video-tx .item {
    box-shadow: -9.04px 13.26px 20.98px -1.21px #00000040;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.section-video-tx .item .tx-image {
    position: relative;
}

.section-video-tx .tx-left .item .tx-title a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 40px;
    margin-top: 20px;
    display: block;
}

.section-video-tx .tx-left .item .tx-desc {
    font-size: 17px;
    font-family: 'Montserrat';
    color: #000;
}

.section-video-tx .item .tx-image .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-video-tx .item .tx-image .icon svg {
    width: 100%;
    height: 100%;
}

.section-video-tx .item img {
    border-radius: 6px;
}

.section-video-tx .tx-content {
    padding-top: 18px;
    padding-bottom: 105px;
}
footer.footer-tx {
    background: #EEEEEE;
    padding-block: 35px;
}

footer.footer-tx .item:first-child {
    width: 270px;
}

footer.footer-tx .item .alla-block {
    margin-bottom: 15px;
}

footer.footer-tx .item:not(:first-child) {
    width: calc((100% - 270px) / 4);
}

footer.footer-tx .item.socials a {
    display: inline-block;
    margin-right: 20px;
}

footer .item .title-block {
    font-family: 'Montserrat';
}

footer .item .block-content {
    letter-spacing: 0.03rem;
    font-family: 'Montserrat';
    font-size: 12px;
    margin-top: 10px;
}

footer .item .title-block h2 {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-align: left;
}

footer .item .title-block h2:after {
    display: none;
}
.tx-banner {
    position: relative;
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tx-banner #block-bannerbreadcrumbtx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx-banner #block-bannerbreadcrumbtx img {
    height: 100%;
}
.breadcrumb-tx {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.breadcrumb-tx:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #A62F2B7A;
    z-index: 1;
}

.breadcrumb-tx img {
    height: 100%!important;
    width: 100%;
    object-fit: cover;
}

.content-breadcrum-tx {
    position: relative;
    z-index: 9;
    text-align: center;
}

.content-breadcrum-tx h1 {
    font-size: 40px;
    font-family: 'Montserrat';
    color: #fff;
    line-height: 122%;
    margin: 0;
}
.page-tx:not(.home-tx) .header-tx .main-menu-tx>ul>li>a {
    padding-block: 30px;
}
.page-tx:not(.home-tx) .header-tx .main-menu-tx>ul>li>a .icon path {
    stroke: #000 !important;
}
.about-openletter-tx .content-box {
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-openletter-tx .content-box .tx-desc {
    width: 890px;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.about-openletter-tx .content-box .tx-title {
    margin-bottom: 90px;
}

.about-openletter-tx .content-box .tx-title h2 {
    position: relative;
    color: #002174F0;
}

.about-openletter-tx .content-box .tx-title h2:after {
    content: "";
    width: 100px;
    height: 9px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -40px;
}
.about-mission-vision-tx .content-box .tx-row {
    display: flex;
    margin-bottom: 35px;
}

.about-mission-vision-tx .content-box .tx-row .tx-left {
    border: 1px solid #A62F2B99;
    border-radius: 6px;
    padding: 25px;
    width: 65%;
    display: flex;
}

.about-mission-vision-tx .content-box .tx-row .tx-left .tx-reverse {
    /* transform: rotate(-90deg); */
    color: #fff;
}

.about-mission-vision-tx .content-box .tx-row .tx-left .tx-reverse {
    background: var(--primary-color);
    margin-right: 35px;
}

.about-mission-vision-tx .content-box {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 65px;
}

.about-mission-vision-tx .content-box .tx-bottom {
    margin-top: 60px;
}

.about-mission-vision-tx .content-box .tx-bottom .tx-title h2 {
    color: #002174F0;
}

.about-mission-vision-tx .content-box .tx-bottom .tx-valuable {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    gap: 70px;
}

.about-mission-vision-tx .content-box .tx-row .tx-left .tx-title h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #002174F0;
    position: relative;
    margin: 0;
    padding-bottom: 15px;
}

.about-mission-vision-tx .content-box .tx-row .tx-left .tx-desc {
    margin-top: 25px;
    font-size: 24px;
}

.about-mission-vision-tx .content-box .tx-row .tx-left .tx-title h3:after {
    content: "";
    width: 89px;
    height: 6px;
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #002174F0;
}

.about-mission-vision-tx .content-box .tx-row .tx-right img {
    height: 250px!important;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.about-mission-vision-tx .content-box .tx-row:nth-child(even) {
    flex-direction: row-reverse;
}

.about-mission-vision-tx .content-box .tx-row:nth-child(even) .tx-left {
    margin-left: 35px;
}

.about-mission-vision-tx .content-box .tx-row:nth-child(odd) .tx-left {
    margin-right: 35px;
}

.about-mission-vision-tx .content-box .tx-row .tx-right {
    width: 55%;
}
.vertical-label {
  width: 71px;
  height: 200px;
  background: #b64943; /* mÃ u ná»n Ä‘á» */
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-label span {
  display: inline-block;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
}
.about-mission-vision-tx .content-box .tx-bottom .tx-valuable .item {
    background-image: url('data:image/svg+xml,<svg width="195" height="227" viewBox="0 0 195 227" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_139_53" fill="white"><path d="M194.61 33.2434C178.667 17.3701 158.354 6.56029 136.24 2.18087C114.126 -2.19855 91.2048 0.04913 70.3741 8.63968C49.5433 17.2302 31.7389 31.7778 19.2125 50.4428C6.68598 69.1078 -3.40451e-06 91.0518 0 113.5C3.40451e-06 135.948 6.68599 157.892 19.2125 176.557C31.739 195.222 49.5433 209.77 70.3741 218.36C91.2049 226.951 114.126 229.199 136.24 224.819C158.354 220.44 178.667 209.63 194.61 193.757L114 113.5L194.61 33.2434Z"/></mask><path d="M194.61 33.2434C178.667 17.3701 158.354 6.56029 136.24 2.18087C114.126 -2.19855 91.2048 0.04913 70.3741 8.63968C49.5433 17.2302 31.7389 31.7778 19.2125 50.4428C6.68598 69.1078 -3.40451e-06 91.0518 0 113.5C3.40451e-06 135.948 6.68599 157.892 19.2125 176.557C31.739 195.222 49.5433 209.77 70.3741 218.36C91.2049 226.951 114.126 229.199 136.24 224.819C158.354 220.44 178.667 209.63 194.61 193.757L114 113.5L194.61 33.2434Z" fill="%23A62B2B" fill-opacity="0.08" stroke="white" stroke-width="2" mask="url(%23path-1-inside-1_139_53)"/></svg>');
    display: flex;
    align-items: center;
    justify-content: center;
    width: 227px;
    height: 227px;
    background-repeat: no-repeat;
}

.about-mission-vision-tx .content-box .tx-bottom .tx-valuable .item .tx-bg {
    width: 187px;
    height: 187px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #A62F2B63;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-mission-vision-tx .content-box .tx-bottom .tx-valuable .item .tx-bg h3 {
    margin: 0 0 5px 0;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.about-mission-vision-tx .content-box .tx-bottom .tx-valuable .item .tx-desc {
    font-size: 24px;
}
.about-overview-tx {
    min-height: 980px;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-position-y: 30px;
    position: relative;
}

.about-overview-tx .tx-title h2 {
    color: #002174F0;
}

.about-overview-tx .tx-bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.about-overview-tx .tx-bottom .data {
    color: #fff;
    padding-inline: 100px;
    display: flex;
    justify-content: center;
    border-radius: 7px;
    background: #A62F2BED;
    padding-block: 12px;
    text-align: center;
}

.about-overview-tx .tx-bottom .data .item {width: 25%;position: relative;}

.about-overview-tx .tx-bottom .data .item:not(:last-child):after {
    content: "";
url(
    'data: image/svg+xml,<svg width="1" height="139" viewBox="0 0 1 139" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 0.5V138.5" stroke="url(%23paint0_linear_60_68)" stroke-opacity="0.81" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_60_68" x1="1" y1="0.5" x2="1" y2="138.5" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.509615" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
    background: url('data:image/svg+xml,<svg width="1" height="139" viewBox="0 0 1 139" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 0.5V138.5" stroke="url(%23paint0_linear_60_68)" stroke-opacity="0.81" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_60_68" x1="1" y1="0.5" x2="1" y2="138.5" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.509615" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.about-overview-tx .tx-bottom .data .item .number-box {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.about-overview-tx .tx-bottom .data .item .title-box {
    font-size: 32px;
}
#block-hesinhthaitx-2 .tx-title h2 {
    color: #002174F0;
}
.linhvuc-page-quanlychungnhan-tx .tx-desc {
    margin-top: 75px;
    font-size: 24px;
    letter-spacing: -0.03rem;
    width: 980px;
    display: inline-block;
}

.about-history-tx {
    /* padding-block: 50px; */
}

.about-history-tx .list-history {
    margin-top: 80px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px;
}

.about-history-tx .list-history .item .tx-year {
    background: url('data:image/svg+xml,<svg width="140" height="140" viewBox="0 0 120 140" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_139_203" fill="white"><path d="M119.497 20.5025C109.708 10.7128 97.235 4.04599 83.6563 1.34503C70.0776 -1.35594 56.003 0.0303005 43.2122 5.32844C30.4213 10.6266 19.4888 19.5986 11.7971 31.1101C4.10542 42.6215 -2.09049e-06 56.1553 0 70C2.09049e-06 83.8447 4.10543 97.3785 11.7971 108.89C19.4888 120.401 30.4213 129.373 43.2122 134.672C56.003 139.97 70.0777 141.356 83.6563 138.655C97.235 135.954 109.708 129.287 119.497 119.497L70 70L119.497 20.5025Z"/></mask><path d="M119.497 20.5025C109.708 10.7128 97.235 4.04599 83.6563 1.34503C70.0776 -1.35594 56.003 0.0303005 43.2122 5.32844C30.4213 10.6266 19.4888 19.5986 11.7971 31.1101C4.10542 42.6215 -2.09049e-06 56.1553 0 70C2.09049e-06 83.8447 4.10543 97.3785 11.7971 108.89C19.4888 120.401 30.4213 129.373 43.2122 134.672C56.003 139.97 70.0777 141.356 83.6563 138.655C97.235 135.954 109.708 129.287 119.497 119.497L70 70L119.497 20.5025Z" fill="%23A62F2B" fill-opacity="0.1" stroke="%23A62F2B" stroke-opacity="0.46" mask="url(%23path-1-inside-1_139_203)"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex: 1;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    display: flex;
    background-position-x: -10px;
    width: 140px;
    height: 140px;
}

.about-history-tx .list-history .item .tx-desc {
    font-size: 24px;
    letter-spacing: -0.03rem;
    font-weight: 500;
}

.about-history-tx .list-history .item .tx-year span {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: var(--primary-color);
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    border: 1px solid rgba(166, 47, 43, 0.39);
}

.about-history-tx .list-history .item {
    text-align: center;
    flex: 1;
}
.page-banner-gioi-thieu .tx-partner-slide {
    margin-top: 75px;
    margin-bottom: 85px;
}

.page-banner-gioi-thieu .tx-title h2 {
    color: var(--secondary-color);
    padding-block: 30px;
}
.page-linhvuc-tx .tx-list {
    display: flex;
}

.page-linhvuc-tx .tx-list .item {
    flex: 1;
}

.page-linhvuc-tx .tx-list .item{
    border: 2px solid rgba(255, 255, 255, 1)
}

.page-linhvuc-tx .tx-list .item .tx-image img {
    height: 615px!important;
    object-fit: cover;
}

.page-linhvuc-tx .tx-list .item {
    position: relative;
}

.page-linhvuc-tx .tx-list .item .tx-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-inline: 45px;
    z-index: 9;
}

.page-linhvuc-tx .tx-list .item .tx-title a {
    font-size: 32px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 800;
    text-decoration: none;
}
.page-linhvuc-tx .tx-content {
    position: relative;
    overflow: hidden;
}

.page-linhvuc-tx .tx-content .tx-positon-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    z-index: 9;
}

.page-linhvuc-tx .tx-content .tx-positon-bottom {
    position: absolute;
    bottom: -145px;
    width: 100%;
}

.page-linhvuc-tx .tx-content:after {
    content: "";
    width: 100%;
    height: 1900px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 18.4%, rgba(255, 255, 255, 0.6204) 55.68%, rgba(255, 255, 255, 0.54) 100%);
    transform: rotate(90deg);
    opacity: 0;
    visibility: hidden;
    display: none;
}

.page-linhvuc-tx .tx-content .tx-box {
    position: absolute;
    top: 70px;
    left: 90px;
    z-index: 9;
    width: 52%;
}

.page-linhvuc-tx .tx-content .tx-box .tx-desc {
    font-size: 24px;
    font-weight: 500;
}

.page-linhvuc-tx .tx-content .tx-box h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-linhvuc-tx .tx-content .tx-box h2:after {
    content: "";
    width: 100px;
    height: 7px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.linhvuc-design-tx {
    min-height: 650px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.linhvuc-design-tx .tx-row {
    padding-left: calc((100vw - 1660px) / 2);
    width: 850px;
    height: 100%;
    padding-right: 100px;
}

.linhvuc-design-tx .tx-row .tx-title {
    padding-bottom: 35px;
}

.linhvuc-design-tx .tx-row .tx-desc {
    font-size: 24px;
}

.linhvuc-design-tx .tx-row .tx-readmore a {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 800;
    padding: 9px 30px;
    border-radius: 3px;
    margin-top: 15px;
}

.linhvuc-design-tx .tx-row .tx-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 35px;
}

.linhvuc-design-tx .tx-row .tx-title h2:after {
    content: "";
    height: 7px;
    width: 100px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.linhvuc-design-tx .tx-container {
    min-height: 650px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
}
.linhvuc-page-hoptac-tx {background: rgba(246, 246, 246, 1);padding-top: 135px;padding-bottom: 75px;}

.linhvuc-page-hoptac-tx .content-left .tx-desc {
    max-width: 400px;
}

.linhvuc-page-hoptac-tx .row {
    display: flex;
    align-items: center;
}

.tx-decoration {
    position: relative;
}

.tx-decoration {
    padding-bottom: 30px;
}

.tx-decoration:after {
    content: "";
    width: 100px;
    height: 7px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.tx-decoration-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.linhvuc-page-hoptac-tx .tx-desc {
    margin-top: 45px;
    font-size: 24px;
    text-align: justify;
}
.linhvuc-page-hoptac-tx .content-right .tx-showmore {
    display: none;
}

.linhvuc-page-hoptac-tx .content-right .item {
    position: relative;
}

.linhvuc-page-hoptac-tx .content-right .item .tx-title {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
}

.linhvuc-page-hoptac-tx .content-right .item .tx-image:after {
    content: "";
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.4%, rgba(0, 0, 0, 0.66) 100%);
    position: absolute;
    bottom: -75px;
    left: 0;
    transform: rotate(-90deg);
}

.linhvuc-page-hoptac-tx .content-right .item .tx-image {
    position: relative;
    overflow: hidden;
}

.content-right .owl-nav>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tx-nav {
    position: relative;
}

.tx-nav .owl-prev {
    left: -120px;
}

.tx-nav .owl-next {
    right: -120px;
}
.linhvuc-page-quanlychungnhan-tx {
    margin-top: 80px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .content-tab:not(.active) {
    display: none;
}

.linhvuc-page-quanlychungnhan-tx .tx-bg-box {
    background: rgba(246, 246, 246, 1);
    padding-bottom: 100px;
}

.linhvuc-page-quanlychungnhan-tx .content-list {
    margin-top: 150px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-right {
    width: 560px;
    padding-left: 50px;
    min-height: 550px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-right .item {
    border-radius: 26px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-right .tx-chungnhan {
    margin-top: -100px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-right .tx-image img {
    height: 510px!important;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-left {
    width: calc(100% - 560px);
    padding-right: 50px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .content-item {
    display: flex;
    /* justify-content: space-between; */
    gap: 35px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .item {
    flex: 1;
    box-shadow: -5px 0px 25px -1.21px rgba(0, 0, 0, 0.19);
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-right .item .tx-title {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.03rem;
}

.linhvuc-page-quanlychungnhan-tx .content-list .tx-right .item .tx-image svg, .linhvuc-page-quanlychungnhan-tx .content-list .tx-right .item .tx-image image {
    height: 540px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .content-item .item {
    max-width: 300px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .content-item .item .tx-title {
    font-size: 24px;
}

.linhvuc-page-quanlychungnhan-tx .content-list .content-item .item .tx-image img {
    width: 100%;
}

.linhvuc-page-quanlychungnhan-tx .tx-profiles {
    margin-top: 50px;
}
.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0;
    /* background: rgba(246, 246, 246, 1); */
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:first-child a {
    display: inline-block;
    /* background: url('data:image/svg+xml,<svg width="556" height="120" viewBox="0 0 556 120" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M494.327 0.5C504.589 0.500013 513.764 6.89584 517.314 16.5244L555.283 119.5H0.5V0.5H494.327Z" fill="%23A62F2B" stroke="%23D9D9D9"/></svg>'); */
    background-size: cover;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a {
    background-repeat: no-repeat;
    color: #fff;
    padding-block: 20px;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a .tx-bg {
    position: absolute;
    left: -10%;
    top: 0;
    height: 100%;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a .tx-bg-active {
    position: absolute;
    top: 0;
    left: -17%;
    opacity: 0;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:first-child a .tx-bg {
    left: 0;
    z-index: 9;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:first-child a .tx-bg-active {
    z-index: 9;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(2) a .tx-bg, .linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(2) a .tx-bg-active {
    z-index: 8;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) a .tx-bg, .linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) a .tx-bg-acitive {
    z-index: 7;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) a .tx-bg, .linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) a .tx-bg-active {
    z-index: 7;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a .title {
    position: relative;
    z-index: 99;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a.active {
    color: var(--primary-color);
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:not(:first-child) a {
    padding-inline: 63px;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li {
    display: inline-block;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) a .tx-bg {
    left: -35%;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(2) .tx-bg {
    /* z-index: 9; */
    left: -20%;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) .tx-bg-active {
    left: -30%;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a.active .tx-bg {
    opacity: 0;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li a.active .tx-bg-active {
    /* z-index: 9; */
    opacity: 1;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:first-child a.active .tx-bg-active {
    left: -5%;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:nth-child(3) .tx-bg {
    z-index: 8;
}

.linhvuc-page-quanlychungnhan-tx .tx-list-menu ul li:first-child a {
    padding-left: calc((100vw - 1660px) / 2);
    padding-right: 120px;
    position: relative;
    z-index: 999;
}
.linhvuc-page-hoptac-tx .content-right .item .tx-title a {font-size: 28px;font-weight: 800;font-family: 'Montserrat';padding-inline: 15px;}
.pagination-numbers {
    padding: 0;
    list-style: none;
    margin: 40px 0 0 0;
    text-align: center;
}

.pagination-numbers li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.pagination-numbers li > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pagination-numbers li.active a {
    background: var(--primary-color);
}
.tx-page-duan .tx-search-box {
    margin-top: 80px;
}

.tx-page-duan .tx-search-box a {
    font-size: 24px;
    font-family: 'Montserrat';
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 5px;
}

.tx-page-duan .tx-search-box a:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 3px;
    background: rgba(157, 157, 157, 1);
    border-radius: 4px;
}
.pagination-numbers li a, .pagination-numbers li span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(217, 217, 217, 1);
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
}

/*  */
.project-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  /* mỗi row = 410px */
  grid-template-rows:
    620px           /* row 1 */
    410px           /* row 2 */
    410px           /* row 3 */
    620px           /* row 4 */
    410px;          /* row 5 */
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* item chung */
.project-grid-container .project-grid-container .views-row {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
/* 1–2: chia đôi hàng 1 */
.project-grid-container .views-row:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1;
}
.project-grid-container .views-row:nth-child(2) {
  grid-column: 4 / span 3;
  grid-row: 1;
}

/* 3: chiếm 1/2, cao 840px (row 2 + 3) */
.project-grid-container .views-row:nth-child(3) {
  grid-column: 1 / span 3;
  grid-row: 2 / span 2;
}

/* 4–5: đứng dọc bên phải */
.project-grid-container .views-row:nth-child(4) {
  grid-column: 4 / span 3;
  grid-row: 2;
}
.project-grid-container .views-row:nth-child(5) {
  grid-column: 4 / span 3;
  grid-row: 3;
}

/* 6–7: hàng 4 chia đôi */
.project-grid-container .views-row:nth-child(6) {
  grid-column: 1 / span 3;
  grid-row: 4;
}
.project-grid-container .views-row:nth-child(7) {
  grid-column: 4 / span 3;
  grid-row: 4;
}

/* 8–9–10: hàng 5 chia đều */
.project-grid-container .views-row:nth-child(8) {
  grid-column: 1 / span 2;
  grid-row: 5;
}
.project-grid-container .views-row:nth-child(9) {
  grid-column: 3 / span 2;
  grid-row: 5;
}
.project-grid-container .views-row:nth-child(10) {
  grid-column: 5 / span 2;
  grid-row: 5;
}
.project-grid-container .views-row img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.project-grid-container .project-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.project-grid-container .project-item:after {
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.4%, rgba(0, 0, 0, 0.5676) 55.68%, rgba(0, 0, 0, 0.86) 100%);
    position: absolute;
    left: 0;
    bottom: -439px;
    height: 1000px;
    width: 1000px;
    transform: rotate(-90deg);
}

.project-grid-container .project-item .project-image {
    height: 100%;
}

.project-grid-container .project-item .project-overlay {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding-inline: 50px;
    z-index: 9;
}

.project-grid-container .project-item .project-overlay h3 {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 36px;
}
.tx-search-form.active {
    transition: all 0.4s;
    transform: translateY(0) scale(1);
}

.tx-search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgb(0 0 0 / 55%);
    transition: all 0.4s;
    transform: translateY(-100%) scale(0);
}
.tx-search-form .tx-content-search {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tx-search-form .container {
    height: 100%;
}

.tx-search-form .tx-content-search .tx-search-view {
    width: 840px;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 16px;
    padding-block: 40px;
    padding-inline: 40px;
    position: relative;
}

.tx-search-form .tx-content-search .tx-search-view input {
    width: 100%;
    font-size: 18px;
    padding-inline: 16px;
    border: 7px solid;
    border-color: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    height: 45px;
    outline: none;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 13px;
    margin-bottom: 20px;
}

.tx-search-form .tx-content-search .tx-search-view button {
    border: unset;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    border-radius: 4px;
    padding: 6px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tx-search-form .tx-content-search .tx-search-view button span {
    position: relative;
    top: 2px;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item {
    flex: 1;
    width: 33.33%;
    position: relative;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item.choose .select .clear {
    opacity: 1;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item.choose .select .icon {
    opacity: 0;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item:hover .list {
    transform: rotateX(0);
    transition: all 0.4s;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--primary-color);
    border: 1px solid;
    border-color: var(--primary-color);
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .list ul li {
    border-bottom: 1px solid #ffffff87;
    color: #fff;
    padding-block: 2px;
    cursor: pointer;
    text-align: left;
    padding-inline: 10px;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .list ul li:last-child {
    border-bottom: navajowhite;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .list ul li:hover {
    background: #fff;
    transition: 0.4s;
    color: var(--primary-color);
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .select {
    width: 100%;
    border: 0.5px solid rgb(0 0 0 / 37%);
    border-radius: 4px;
    height: 39px;
    padding-inline: 10px;
    outline: unset;
    text-align: left;
    line-height: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    padding-right: 30px;
    position: relative;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .select .icon {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.4s;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .select .clear {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 16px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;
}

.tx-search-form .tx-content-search .tx-search-view .tx-select .item .list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: rotateX(90deg);
    transition: 0.4s;
    transform-origin: top;
}

.tx-search-form .tx-content-search .tx-search-view .tx-title-search {
    font-family: 'Montserrat';
    font-weight: 800;
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 25px;
}

.tx-search-form .tx-close {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 9;
}
.tx-contact-form .tx-row {
    display: flex;
}

.tx-contact-form .tx-row .tx-left {
    width: 780px;
}

.tx-contact-form .tx-row .tx-left iframe {
    width: 100%;
    height: 100%;
}

.tx-contact-form .tx-row .tx-right {
    flex: 1;
    background: #fff;
    padding: 22px;
}

.tx-contact-form .tx-row .tx-right .tx-head {
    border-bottom: 1px solid rgba(115, 25, 22, 1);
    padding-bottom: 20px;
}

.tx-contact-form .tx-row .tx-right .tx-contact-data {
    margin-top: 20px;
}

.tx-contact-form .tx-row .tx-right .tx-contact-data ul {
    padding: 0;
    list-style: none;
}

.tx-contact-form .tx-row .tx-right .tx-contact-data ul li {
    display: flex;
    font-size: 19px;
    font-family: 'Montserrat';
    line-height: 45px;
}

.tx-contact-form .tx-row .tx-right .tx-contact-data ul li .icon {
    position: relative;
    top: 1px;
    padding-right: 15px;
}

.tx-contact-form .tx-row .tx-right .tx-contact-data ul li:first-child .icon {
    top: 7px;
}

.tx-contact-form .tx-row .tx-right h3 {
    margin: 0;
    font-size: 38px;
    font-family: 'Montserrat';
    font-weight: 800;
}
.tx-contact-form-data {
    background: var(--primary-color);
    border-radius: 13px;
    padding: 20px 40px;
}

.tx-contact-form-data .title {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.tx-contact-form {
    padding-top: 55px;
    padding-bottom: 85px;
}

.tx-contact-form-data .form-control-input input {
    padding: 0 15px;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat';
}

.tx-contact-form-data input[type="submit"] {
    background: rgba(0, 0, 0, 0.45);
    border: unset;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    padding: 10px 45px;
    margin-top: 0px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.tx-contact-form-data textarea {
    font-size: 20px;
    font-family: 'Montserrat';
}

.tx-contact-form-data .row > div {
    padding-inline: 7px;
}

.tx-contact-form-data .row {
    margin-left: -7px;
    margin-right: -7px;
}
.tx-detail-duan .tx-content {
    font-size: 24px;
    font-family: 'Montserrat';
    margin-top: 50px;
}

.tx-detail-duan .tx-image {
    position: relative;
    overflow: hidden;
    /* margin-top: 50px; */
}

.tx-detail-duan .tx-banner-duan .tx-image:after {
    content: "";
    background: linear-gradient(270deg, rgba(166, 47, 43, 0) 15.53%, rgba(166, 47, 43, 0.66) 97.13%);
    width: 100%;
    height: 1800px;
    position: absolute;
    bottom: -400px;
    transform: rotate(-90deg);
}

.tx-detail-duan .tx-image .tx-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 48px;
    color: #fff;
    z-index: 99;
}

.tx-detail-duan .tx-info {
    margin-top: 130px;
}

.tx-detail-duan .tx-albums {
    margin-top: 170px;
}

.tx-detail-duan .tx-albums .tx-list {
    margin-top: 60px;
}

.tx-detail-duan .tx-albums .tx-list img {
    margin-bottom: 20px;
}
.tx-related-projects {
    border-top: 7px solid rgba(166, 47, 43, 1);
    padding-top: 60px;
    margin-top: 100px;
    padding-bottom: 100px;
}

.tx-related-projects .tx-project-related {
    margin-top: 40px;
    /* padding-inline: 30px; */
    position: relative;
}

.tx-related-projects .tx-project-related .owl-stage-outer {
    /* padding-inline: 30px; */
}

.tx-related-projects .tx-project-related .item {
    box-shadow: -5px 0px 25px -1.21px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tx-related-projects .tx-project-related .item .tx-image img {
    height: 285px!important;
    object-fit: cover;
}

.tx-related-projects .tx-project-related .item .tx-title a {
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.tx-related-projects .tx-project-related .item .tx-title {
    padding: 20px;
}
.tx-detail-duan .tx-banner-duan {
    margin-top: 50px;
}
.tx-nav-owl .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tx-nav-owl .owl-nav button.owl-prev {
    left: -90px;
}

.tx-nav-owl .owl-nav button.owl-next {
    right: -90px;
}


/* =========================
   GRID TỔNG
========================= */
.tx-hoatdong-grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

/* =========================
   ITEM CHUNG
========================= */
.tx-hoatdong-grid-container .tx-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.tx-hoatdong-grid-container .tx-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tx-hoatdong-grid-container .first-row .tx-title, .tx-data-tinduan .first-row .tx-title {
  padding: 12px 14px;
}

.tx-hoatdong-grid-container .first-row .tx-image img {
    height: 528px!important;
}

.tx-hoatdong-grid-container .tx-group, .tx-data-tinduan .tx-group {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 6px;
}

.tx-hoatdong-grid-container .tx-categroy, .tx-data-tinduan .tx-categroy, .tx-list-kienthuc .tx-categroy {
  color: var(--primary-color);
  font-size: 16px;
}

.tx-hoatdong-grid-container .tx-categroy:before, .tx-data-tinduan .tx-categroy:before, .tx-list-kienthuc .tx-categroy:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.tx-hoatdong-grid-container .tx-date, .tx-data-tinduan .tx-date {
  color: rgba(157, 157, 157, 1);
  font-size: 16px;
}

.tx-hoatdong-grid-container .project-title {
  margin: 6px 0;
  line-height: 1.4;
}

.tx-hoatdong-grid-container .project-title a, .tx-data-tinduan .project-title a {
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.tx-hoatdong-grid-container .project-title, .tx-data-tinduan .project-title {
    margin: 0;
}

.tx-data-tinduan .project-title {
    margin-bottom: 15px;
}

.tx-hoatdong-grid-container .first-row .project-title a, .tx-data-tinduan .project-title a {
    font-size: 24px;
}

.tx-hoatdong-grid-container .project-title a:hover {
  color: #d71920;
}

.tx-hoatdong-grid-container .tx-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.tx-hoatdong-grid-container .tx-readmore a, .tx-data-tinduan .tx-readmore a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-family:
  'Montserrat';
  text-transform: uppercase;
}

.tx-hoatdong-grid-container .tx-readmore a span, .tx-data-tinduan .tx-readmore a span {
    height: auto;
    display: flex;
    align-items: center;
}

.tx-hoatdong-grid-container .tx-readmore a:hover {
  background: #b81418;
}

/* =========================
   ITEM ĐẦU TIÊN – BÀI LỚN
========================= */
.tx-hoatdong-grid-container .first-row {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
}

.tx-hoatdong-grid-container .views-row:not(.first-row) .tx-readmore {
    margin-top: 12px;
}

.tx-hoatdong-grid-container .first-row .tx-image img {
  height: 360px!important;
}

.tx-hoatdong-grid-container .first-row .project-title {
  font-size: 24px;
  font-weight: 700;
}

.tx-hoatdong-grid-container .first-row .tx-desc {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
}

/* =========================
   CÁC ITEM NHỎ BÊN PHẢI
========================= */
.tx-hoatdong-grid-container .views-row:not(.first-row) .tx-image img {
  height: 242px!important;
}

.tx-hoatdong-grid-container .views-row:not(.first-row) .project-title {
  font-size: 14px;
  font-weight: 600;
}

.tx-hoatdong-grid-container .views-row:not(.first-row) .tx-desc {
  display: none;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .tx-hoatdong-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .tx-hoatdong-grid-container .first-row {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .tx-hoatdong-grid-container .first-row .tx-image img {
    height: 260px;
  }
}

.tx-border-top {
    border-top: 1px solid var(--secondary-color);
}

.tx-box-hoatdongdoanhnghiep {
    margin-top: 75px;
}

.tx-upline {
    position: relative;
}

.tx-upline:after {
    content: "";
    width: 100px;
    height: 7px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: -4px;
    border-radius: 2px;
}

.tx-box-hoatdongdoanhnghiep .views-row .tx-item {
    box-shadow: -9.04px 13.26px 20.98px -1.21px rgba(0, 0, 0, 0.07);
    padding: 13px;
    border-radius: 6px;
}

.tx-hoatdong-grid-container .first-row .tx-image img {
    height: 572px!important;
    object-fit: cover;
}
.tx-list-new {
    background: rgba(238, 238, 238, 0.28);
}

.tx-videos-new {
    padding-top: 35px;
}

.tx-videos-new .tx-item {
    position: relative;
}

.tx-videos-new .tx-item:after {
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.78%, rgba(0, 0, 0, 0.7) 100%);
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tx-videos-new .tx-item .tx-title {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    width: 100%;
    color: #fff;
    padding-inline: 15px;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.tx-videos-new .tx-item .tx-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #fff;
    font-size: 24px;
}

/* Container chính chia Grid */
.tx-data-tinduan {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Cột trái rộng gấp đôi cột phải */
    grid-template-rows: repeat(2, 1fr); /* Chia 2 hàng bằng nhau ở cột phải */
    grid-gap: 20px; /* Khoảng cách giữa các ô */
    /* padding: 20px; */
}

.tx-data-tinduan .tx-item {
    box-shadow: -9.04px 13.26px 20.98px -1.21px rgba(0, 0, 0, 0.07);
    background: #fff;
}

/* Bài viết đầu tiên chiếm trọn 2 hàng bên trái */
.tx-data-tinduan .views-row:first-child {
    grid-row: span 2;
}

.tx-data-tinduan .views-row:first-child .tx-image img {
    height: 680px!important;
}

.tx-data-tinduan .views-row:not(.first-row) .tx-item {
    padding: 10px;
}

.tx-data-tinduan .views-row:not(.first-row) .tx-item .tx-title {
    margin-top: 10px;
}

.tx-data-tinduan .views-row:not(.first-row) .tx-item .tx-image img {
    height: 268px!Important;
}

.tx-data-tinduan .views-row:not(.first-row) .tx-item .project-title a {
    font-size: 15px;
    line-height: 22px;
}

.tx-data-tinduan .views-row:not(.first-row) .tx-item .tx-readmore a {
    font-size: 15px;
}

/* Định dạng từng ô (Card) */
.tx-item {
    /* background: #fff; */
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

/* Ảnh */
.tx-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Nội dung văn bản */
.tx-info {
    padding: 15px;
}

.category {
    color: #b22222;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.tx-title a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Nút đọc thêm màu đỏ như hình */
.btn-readmore {
    display: inline-block;
    background: #a32a2a;
    color: #fff !important;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 10px;
}

.tx-list-cat-new {
    margin-top: 100px;
    background: rgba(238, 238, 238, 0.28);
    padding-top: 70px;
    padding-bottom: 100px;
}

.tx-page-tintuc .tx-title h2 {
    font-size: 28px;
}

.tx-list-kienthuc .tx-item {
    box-shadow: -9.04px 13.26px 20.98px -1.21px rgba(0, 0, 0, 0.07);
    padding: 13px;
    flex-direction: row;
    background: #fff;
    margin-bottom: 15px;
}

.tx-list-kienthuc .tx-item .tx-image {
    width: 150px;
}

.tx-list-kienthuc .tx-item .tx-image img {
    height: 130px!important;
    border-radius: 6px;
}

.tx-list-kienthuc .tx-item .tx-title {
    width: calc(100% - 150px);
    padding-left: 15px;
}

.tx-list-kienthuc .tx-item .tx-title .project-title a {
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 22px;
    margin-block: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.tx-list-kienthuc .tx-item .tx-title .project-title {
    margin: 0;
    font-size: 15px;
}
.tx-count-job {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
    margin-top: 10px;
}

.tx-jobs-search {color: #fff;}

.tx-count-job span {
    font-weight: 600;
}

.tx-jobs-search form {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    align-items: center;
    display: inline-flex;
    padding: 5px;
    font-size: 18px;
    margin-top: 15px;
    gap: 8px;
}

.tx-jobs-search form button {
    background: var(--primary-color);
    border: unset;
    outline: unset;
    height: 38px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 6px;
    gap: 15px;
    padding-inline: 15px;
}

.tx-jobs-search form button .icon {
    position: relative;
    top: 3px;
}

.tx-jobs-search form input {
    height: 38px;
    padding-inline: 15px;
    border-radius: 4px;
    border: unset;
    outline: unset;
    min-width: 400px;
    color: #000;
}

.tx-jobs-search .tx-select {
    height: 38px;
    background: #fff;
    color: #000;
    border-radius: 6px;
}

.tx-jobs-search .tx-select .select {
    width: 100%;
    border: 0.5px solid rgb(0 0 0 / 37%);
    border-radius: 4px;
    height: 39px;
    padding-inline: 10px;
    outline: unset;
    text-align: left;
    line-height: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    padding-right: 30px;
    position: relative;
    min-width: 190px;
}

.tx-jobs-search .tx-select .select .icon {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.4s;
}

.tx-jobs-search .tx-select .select .clear {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 16px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;
}

.tx-jobs-search .tx-select .item {
    position: relative;
}

.tx-jobs-search .tx-select .item:hover .list {
    transform: rotateX(0);
    transition: all 0.4s;
}

.tx-jobs-search .tx-select .item .list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: rotateX(90deg);
    transition: 0.4s;
    transform-origin: top;
}

.tx-jobs-search .tx-select .item .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--primary-color);
    border: 1px solid;
    border-color: var(--primary-color);
}

.tx-jobs-search .tx-select .item .list ul li {
    border-bottom: 1px solid #ffffff87;
    color: #fff;
    padding-block: 2px;
    cursor: pointer;
    text-align: left;
    padding-inline: 10px;
}
.tx-list-jobs {
    background: rgba(246, 246, 246, 1);
    padding-top: 60px;
}

.tx-list-jobs .tx-title {
    box-shadow: 0px 4px 8.7px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 24px;
    border-top: 3px solid #fff;
    transition: 0.4s all ease;
}

.tx-list-jobs .tx-title:hover {
    border-color: var(--primary-color);
}

.tx-list-jobs .tx-title:hover > a {
    color: var(--primary-color);
}

.tx-list-jobs .tx-title:hover .tx-readmore a {
    background: var(--primary-color);
    transition: all 0.4s ease;
    color: #fff;
}

.tx-list-jobs .tx-title .tx-data .item-data {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(157, 157, 157, 1);
}

.tx-list-jobs .tx-title .tx-data .item-data .icon {
    width: 20px;
}

.tx-list-jobs .tx-title .tx-data .item-data .icon.map svg {
    position: relative;
    top: 3px;
    left: -4px;
}

.tx-list-jobs .tx-title .tx-readmore a {
    display: inline-flex;
    background: rgba(166, 47, 43, 0.09);
    color: var(--primary-color);
    height: 33px;
    line-height: 33px;
    padding-inline: 10px;
    border-radius: 3px;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    transition: all 0.4s ease;
    gap: 10px;
}

.tx-list-jobs .tx-title .tx-readmore a span {
    display: flex;
    align-items: center;
}

.tx-list-jobs .tx-title .tx-readmore a span svg path {
    stroke: var(--primary-color);
}

.tx-list-jobs .tx-title:hover .tx-readmore a span svg path {
    stroke: #fff;
}

.tx-list-jobs .tx-title > a {
    font-size: 20px;
    font-family: 'Montserrat';
    color: rgba(83, 83, 83, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 600;
    line-height: 32px;
    height: 64px;
}

.tx-list-jobs .tx-data {
    margin-top: 10px;
}

.tx-minhduc-group-seach .tx-row {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.tx-minhduc-group-seach {
    padding-top: 50px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.tx-minhduc-group-seach .tx-row .tx-image img {
    height: 150px!important;
}

.tx-minhduc-group-seach .tx-row .tx-title {
    text-align: center;
    margin-top: 40px;
}

.tx-minhduc-group-seach .tx-row .tx-title a {
    font-size: 40px;
    font-family: 'Montserrat';
    color: rgba(70, 70, 70, 1);
}

.tx-minhduc-group-bring .tx-row {
    display: flex;
}

.tx-minhduc-group-bring .tx-row .item {
    flex: 1;
    border-left: 1px solid rgba(157, 157, 157, 0.94);
    padding-inline: 30px;
    padding-block: 80px;
    transition: all 0.4s ease;
}

.tx-minhduc-group-bring .tx-row .item:first-child {}

.tx-minhduc-group-bring .tx-row .item:hover, .tx-minhduc-group-bring .tx-row .item:first-child {
    background: var(--primary-color);
}

.tx-minhduc-group-bring .tx-row .item:hover .tx-number, .tx-minhduc-group-bring .tx-row .item:first-child .tx-number {
    color: rgba(255, 255, 255, 1);
}

.tx-minhduc-group-bring .tx-row .item:hover .tx-title, .tx-minhduc-group-bring .tx-row .item:hover .tx-desc, .tx-minhduc-group-bring .tx-row .item:first-child .tx-title, .tx-minhduc-group-bring .tx-row .item:first-child .tx-desc {
    color: #fff;
    transition: all 0.4s;
}

.tx-minhduc-group-bring .tx-row .item .tx-title {
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 800;
    transition: all 0.4s;
}

.tx-minhduc-group-bring .tx-row .item .tx-number {
    color: rgba(0, 0, 0, 0.11);
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 96px;
}

.tx-minhduc-group-bring .tx-row .item .tx-desc {
    font-size: 21px;
    line-height: 50px;
    margin-top: 15px;
    transition: all 0.4s;
}

.tx-minhduc-group-bring {
    margin-bottom: 80px;
    margin-top: 50px;
}
.tx-minhduc-group-bring .tx-line-box.first {
    position: relative;
    top: 10px;
}

.tx-minhduc-group-bring .tx-line-box.second {
    position: relative;
    top: -10px;
}

.tx-page-detail-tuyendung main {
    background: rgba(246, 246, 246, 1);
}

.tx-page-detail-tuyendung .tx-content-tintuyendung {
    background: #fff;
    padding: 70px;
    border-radius: 6px;
    margin-block: 70px;
}

.page-tx article {
    font-family: 'Montserrat';
}

.page-tx article .node-title {
    font-size: 36px;
    font-weight: 700;
}

.tx-content-tintuyendung .tx-recui .item-data {
    display: flex;
    gap: 10px;
    color: rgba(157, 157, 157, 1);
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
}

.tx-content-tintuyendung .tx-recui .item-data:first-child {
    margin-bottom: 10px;
}

.tx-content-tintuyendung .tx-recui .item-data svg {
    width: 20px;
    height: 16px;
}

.tx-content-tintuyendung .tx-recui .item-data .icon {
    position: relative;
    top: 2px;
}

.tx-content-tintuyendung .tx-recui .item-data .icon.map svg {
    height: 21px;
}

.tx-content-tintuyendung .tx-recui .item-data .icon.map {
    position: relative;
    top: 5px;
}

.tx-form-applyjob .contact-form2-alla {
    background: #fff;
    padding-block: 50px;
    padding-inline: 100px;
}

.tx-form-applyjob .contact-form2-alla .form-control-input {
    position: relative;
    margin-bottom: 70px;
}

.tx-form-applyjob .contact-form2-alla .form-control-input .icon {
    position: absolute;
    bottom: 0;
}

.tx-form-applyjob .contact-form2-alla .form-control-input:last-child {
    margin-bottom: 40px;
}

.tx-form-applyjob .contact-form2-alla .tx-label {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tx-form-applyjob .contact-form2-alla .icon.message svg {
    width: 20px;
}

.tx-form-applyjob .contact-form2-alla .icon.message {
    position: relative;
    top: 4px;
}

.tx-form-applyjob .contact-form2-alla textarea {
    margin-top: 10px;
    border: 0.5px solid rgba(157, 157, 157, 1);
    font-size: 20px;
    height: 200px;
}

.tx-form-applyjob .contact-form2-alla .form-control-input input {
    border: unset;
    box-shadow: unset;
    border-bottom: 0.5px solid rgba(157, 157, 157, 1);
    border-radius: unset;
    display: block;
    width: 100%;
    font-size: 20px;
    color: rgba(157, 157, 157, 1);
    font-family: 'Montserrat';
    font-weight: 400;
    padding-left: 40px;
}
.tx-form-applyjob input[type="submit"] {
    background: url('data:image/svg+xml,<svg width="22" height="30" viewBox="0 0 22 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_154_114)"><path d="M20.166 15L3.3956 5.625L2.74935 6.50625L5.49935 15L2.74935 23.4937L3.3956 24.375L20.166 15Z" fill="white"/></g><defs><clipPath id="clip0_154_114"><rect width="30" height="22" fill="white" transform="matrix(0 1 -1 0 22 0)"/></clipPath></defs></svg>');
    border: unset;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px 30px 10px 20px;
    font-size: 20px;
    font-weight: 600;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 20px 20px;
    border-radius: 6px;
}
.tx-form-applyjob .js-form-item-cv-file label , #edit-cv-file-upload {
    display: none;
}

.tx-form-applyjob .tx-cv {
    display: inline-flex;
    border: 0.5px solid rgba(166, 47, 43, 1);
    background: rgba(166, 47, 43, 0.1);
    height: 50px;
    line-height: 50px;
    padding-inline: 15px;
    border-radius: 3px;
    align-items: center;
    gap: 10px;
}

.tx-form-applyjob .tx-box-cv {
    cursor: pointer;
}

.tx-form-applyjob .tx-cv .icon {
    position: relative;
    top: 5px;
    cursor: pointer;
}

.tx-form-applyjob .row-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tx-content-tintuyendung .number-total {
    margin-top: 10px;
    font-weight: 800;
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 35px;
}

.tx-form-applyjob {
    padding-bottom: 70px;
}
#edit-cv-file {
    text-align: center;
}

.home-about-content .node-link a {
    font-size: 16px;
}
/* Responsive: Trên điện thoại thì xếp dọc hết 1 cột */
@media (max-width: 768px) {
    .tx-data-tinduan {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .tx-data-tinduan .views-row:first-child {
        grid-row: span 1;
    }
}

@media (max-width: 575px) {
  .tx-hoatdong-grid-container {
    grid-template-columns: 1fr;
  }

  .tx-hoatdong-grid-container .views-row:not(.first-row) .tx-image img {
    height: 200px;
  }
}

@media (max-width: 1660px) and (min-width: 1366px) {
    .slide-main-tx .banner-content .banner-title {
        font-size: 25px;
    }
    .slide-main-tx .banner-logo img {
        height: 145px!important;
    }
    .home-about-content .content-left .title span:last-child {
        font-size: 26px;
    }
    .home-about-content .content-left .title span:first-child {
        font-size: 33px;
    }
    .home-about-content .content-right .item .box-text {
        padding-inline: 40px;
    }
    .home-about-content .content-right .item .box-text .p-subtitle a {
        font-size: 26px;
    }
    .home-about-content {
        padding-bottom: 95px;
    }
    .home-about-content .content-right .item .box-thumb img {
        height: 900px !important;
    }
    .home-area-tx .tx-title h2 {
        font-size: 33px;
        line-height: 40px;
    }
    .home-area-tx .content-left {
        padding-left: calc((100vw - 1170px) / 2);
    }
    .home-area-tx .tx-desc {
        padding-right: 20px;
    }
    .home-area-tx .content-right {
        padding-left: 30px;
    }
    .home-area-tx .content-right .item .tx-title a {
        font-size: 23px;
    }
    .tx-linhvuc-slide .owl-nav {
        display: none;
    }
    .tx-title h2 {
        font-size: 33px;
    }
    .home-news-tx .tx-title {
        font-size: 20px;
    }
    .home-project-tx .content-box .item .tx-head .tx-title span {
        line-height: 60px;
    }
    .home-project-tx .content-box .item .tx-head .tx-title {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .home-project-tx .content-box .item .tx-head .readmore a {
        font-size: 22px;
    }
    .home-project-tx .content-box .tx-content a {
        font-size: 25px;
    }
    .home-project-tx .content-box .item {
        height: 850px;
    }
    .home-project-tx .content-box .item:first-child {
        width: 590px;
    }
    .section-video-tx .row .tx-left, .section-video-tx .row .tx-right {
        width: 50%;
    }
    .section-video-tx .tx-left .item .tx-title a {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

.section-partner-tx .tx-partner-slide .tx-image img {
    height: 60px !important;
    object-fit: contain;
    width: auto !important;
}

.mobile-nav .alla-navigator {
    display: none;
}

@media (max-width: 991px){
    .main-menu-tx {
        display: none;
    }
}




@media (min-width:1920px) {
    .header-tx .container {
        width: 100%;
        padding-inline: 65px;
    }

    .home-about-content .node-link a {
        font-size: 20px;
    }

    .home-about-content .content-left .node-description {
        width: 600px;
    }

    .about-history-tx .container {
        width: 1800px;
    }

    .home-about-content.container {
        width: 100% !important;
        padding-inline: 0 !important;
    }

    .container {
        width: 1660px;
    }

    .home-area-tx .col-lg-4 {
        width: 475px;
    }

    .home-area-tx .content-left {
        padding-left: calc((100vw - 1660px) / 2);
        padding-right: 50px;
    }

    .home-about-content .content-left {
        padding-left: calc((100vw - 1660px) / 2);
    }

    .home-about-content .col-lg-5 {
        width: 860px;
    }

    .home-about-content .col-lg-7 {
        width: calc(100% - 860px);
    }
    .section-video-tx .container, footer .container {
        width: 100%;
        padding-inline: 90px;
    }
    .section-partner-tx .tx-partner-slide .tx-image img {
        height: 100px!important;
        object-fit: contain;
        width: auto!important;
    }
}