html {
    overflow-x: hidden;
}

.header-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: rgb(113 113 113 / 50%);
}

.header-menu.fixed .menu-section > ul > li > a {
    color: white;
}

.rounded-5 {
    border-radius: 5px;
}

.title-ser {
    color: var(--color-main);
}

.title-ser:hover {
    color: white;
}

.header-menu .container {
    position: relative;
    max-width: 1500px;
    border-radius: 8px;
    padding: 8px 50px;
    transition: all .3s ease;
}

.header-menu.fixed .container, .header-menu.fixed .container:before {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.header-menu .container>.row {
    align-items: center;
}

.header-menu .container>.row>div[class*=col-]:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* .header-menu .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 4rem);
    margin: 0 auto;
    bottom: -0.7rem;
    background: gray;
    border-radius: 8px;
    opacity: 0.3;
    transition: all .3s ease;
    z-index: -1;
} */
.language-switch .language-picker, .topbar-section ul.topbar-dropdown li a {
    text-transform: uppercase;
    color: var(--black);
    font-size: 16px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.language-switch .language-picker img, .topbar-section ul.topbar-dropdown li a img {
    margin-left: 5px;
    border-radius: 100%;
}

.language-default {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.topbar-section ul.topbar-dropdown li a {
    font-size: 14px;
    padding: 5px 15px;
}

.sidebar-icon {
    margin-right: 3rem;
}

.sidebar-icon a {
    line-height: 1;
    border-radius: 100%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.sidebar-icon a:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.sidebar-icon a:hover img {
    /* filter: brightness(0) invert(1); */
}

.sidebar-company {
    position: fixed;
    top: 0;
    right: -43rem;
    bottom: 0;
    width: 43rem;
    height: 100vh;
    padding: 4.5rem;
    background: var(--white);
    z-index: 9999;
    transition: all 0.5s ease;
    opacity: 0;
}

.sidebar-company.show {
    right: 0;
    transition: all 0.5s ease;
    opacity: 1;
}

.position-initial>.row>div[class*=col-] {
    position: initial;
}

.sidebar-company .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--color-main);
    margin-bottom: 4rem;
}

.sidebar-company .inner-header .logo img {
    height: 15rem;
}

.sidebar-company .inner-header [close-sidebar] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #000;
    border-radius: 100%;
}

.sidebar-company .inner-header [close-sidebar]:before , .sidebar-company .inner-header [close-sidebar]:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 2px;
    background-color: #292D32;
    transition: 500ms;
}

.sidebar-company .inner-header [close-sidebar]:hover:before {
    transform: rotate(45deg) translateY(0px) translateX(0px);
}

.sidebar-company .inner-header [close-sidebar]:hover:after {
    transform: rotate(-45deg) translateX(0px) translateY(0px);
}

.color-hover {
    color: var(--color-highlight) !important;
}

.sidebar-company .inner-content {
    position: relative;
    height: calc(100vh - 242px);
    overflow-y: auto;
}

.sidebar-company .inner-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 4px;
}

.sidebar-company .inner-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.sidebar-company .inner-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--color-main);
}

.sidebar-company .inner-content .inner-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-main);
    line-height: 4.5rem;
    margin-bottom: 3rem;
}

.sidebar-company .inner-content .inner-description {
    font-size: 1.5rem;
}

.sidebar-company .inner-content .contact-us .title {
    color: #555555;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 4rem 0 2rem;
}

.sidebar-company .inner-content .contact-us p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.sidebar-company .inner-content .contact-us p img {
    margin-right: 1rem;
}

.newsletter--input {
    height: 4.2rem;
    line-height: 4.2rem;
}

.bg-hover {
    background: var(--color-highlight);
}

.swiper-slide--description span {
    color: var(--color-highlight);
}

.swiper-slider-main .swiper-button-next, .swiper-slider-main .swiper-button-prev {
    top: initial;
    bottom: 3rem;
    right: 12%;
    width: 5.2rem;
    height: 5.2rem;
    background: #D9D9D9;
}

.swiper-slider-main .swiper-button-prev {
    right: calc(12% + 6rem);
    left: initial;
}

.swiper-slider-main .swiper-button-next i, .swiper-slider-main .swiper-button-prev i {
    font-size: 2.1rem;
}

.swiper-slider-main .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 6);
    z-index: 9;
}

#back-totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-highlight);
    transition: background-color .3s, opacity .5s, visibility .5s;
    writing-mode: vertical-rl;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-totop:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 1px;
    height: 11rem;
    background: var(--color-highlight);
}

#back-totop.show {
    opacity: 1;
    visibility: visible;
}

.bg-introduct #counter {
    display: flex;
    justify-content: space-around;
}

.bg-introduct {
    position: relative;
    background: url(/templates/fashion03/assets/media/background/bg_introduct.png);
    padding: 3rem 0;
}

.bg-introduct:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(143 7 0 / 78%) 0%, rgb(143 0 0 / 78%) 100%);
}

.introduct-company .inner {
    /* padding: 5rem 0; */
    /* padding-left: 2rem; */
}

.introduct-company .inner .inner-title {
    font-size: 3.2rem;
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.introduct-company .inner .inner-slogan {
    position: relative;
    font-size: 3.8rem;
    font-weight: 500;
    color: var(--color-main);
    line-height: 1;
    margin-left: 14%;
}

.introduct-company .inner .inner-slogan:before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: -16%;
    width: 14%;
    height: 2px;
    background: var(--color-main);
}

.introduct-company .inner .inner-description {
    font-size: 1.5rem;
    /* color: var(--white); */
    margin-bottom: 3rem;
    text-align: justify !important;
}

.introduct-company .inner .member {
    display: flex;
    margin-bottom: 3rem;
}

.introduct-company .inner .member .avatar {
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 2rem;
}

.introduct-company .inner .member .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.introduct-company .inner .member .name-member {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1;
}

.introduct-company .inner .member .position-member {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
}

.view-more {
    display: inline-block;
    background: var(--color-main);
    padding: 1rem 2rem;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.5rem;
    border-radius: 0.8rem;
}

.view-more i {
    margin-left: 1rem;
}

.view-more:hover {
    background: var(--color-highlight);
    color: var(--white);
}

.introduct-company .img-avatar {
    height: 100%;
}

.introduct-company .img-avatar img {
    height: 100%;
    object-fit: cover;
}

.bg-service, .bl_lich_su {
    padding: 5rem 0;
    background: #F9F9F9;
}

.bl_lich_su .swiper-slide {
    z-index: 1;
}

.header-service {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
    color: var(--black);
}

.header-service .title-section {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 3.6rem;
    color: var(--color-main);
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}

.swiper-service {
    padding-top: 10px;
}

.item-service {
    background-image: linear-gradient(to bottom, var(--color-main) 50%, var(--white) 50%);
    background-size: 100% 202%;
    background-position: bottom;
    transition: background-position 0.5s ease-in-out;
    /** I've changed the time for demo purposes **/
    /* padding: 3.5rem 1.5rem; */
    border-radius: 1.2rem;
    /* margin-bottom: 3rem; */
    transition: background 1s;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.item-service .icon img {
    height: 6.4rem;
    width: auto;
    transition: all 0.25s ease;
}

.item-service .icon {
    margin-bottom: 4rem;
}

.item-service .article-title {
    font-size: 2rem;
    color: var(--color-main);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0rem;
    /* min-height: 11.8rem; */
    padding: 1.5rem 1.5rem;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.item-service .article-avatar {
    position: relative;
    overflow: hidden;
}

.item-service .article-avatar img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

/* .item-service .article-avatar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(var(--color-highlight), var(--color-highlight));
    opacity: 0.78;
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: background-size .5s, color .5s;
} */
.item-service .article-avatar a {
    position: absolute;
    bottom: 2rem;
    left: -6rem;
    opacity: 0;
    transition: all 0.5s ease;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 500;
}

.item-service .article-avatar a i {
    margin-left: 1rem;
}

.item-service:hover {
    background-position: top;
    transform: translateY(-10px);
}

.item-service:hover .icon img {
    filter: brightness(0) invert(1);
    transition: all 0.25s ease;
}

.item-service:hover .article-title {
    color: var(--white);
    transition: all 0.5s ease;
}

.item-service:hover .article-avatar:before {
    background-size: 100% 100%;
}

.item-service:hover .article-avatar a {
    left: 2rem;
    opacity: 1;
    transition: all 0.5s ease;
}

.item-service .article-avatar a i {
    transform: translateX(-2px);
    transition: transform .3s ease;
}

.item-service .article-avatar a:hover i {
    transform: translateX(6px);
}

.navigation-service {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.navigation-service .swiper-button-next, .navigation-service .swiper-button-prev {
    position: relative;
    top: 0;
    bottom: 0;
    transform: none;
    left: 0;
    right: 0;
    width: 3.6rem;
    height: 3.6rem;
    background: #D9D9D9;
    color: var(--black);
    font-size: 1.6rem;
    transition: all .25s ease;
}

.navigation-service .swiper-button-next {
    left: initial;
}

.navigation-service .swiper-button-prev {
    right: initial;
}

.navigation-service .swiper-button-next:before, .navigation-service .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1.5rem);
    width: 3.4rem;
    height: 1px;
    background: var(--black);
}

.navigation-service .swiper-button-prev:before {
    left: initial;
    right: calc(100% + 1.5rem);
}

.navigation-service .swiper-button-next:hover, .swiper-service .swiper-button-prev:hover {
    background: var(--color-highlight);
    color: var(--white);
}

.title-behind {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 1;
    -webkit-text-stroke: 1px #E6E6E6;
    color: transparent;
    font-size: 9.6rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: system-ui;
    right: 0;
    text-align: center;
    display: none;
}

.view_tbcn .inner {
    padding: 8rem 4.5rem;
    background: #00183FF2;
    width: calc(100% + 8.5rem);
    margin-left: -4.5rem;
}

.view_tbcn .inner .inner-title {
    font-size: 3.6rem;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
}

.view_tbcn .inner .inner-description {
    color: var(--white);
    font-size: 1.5rem;
    margin: 4rem 0;
}

.view_tbcn {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.view_tbcn .view-more {
    background: var(--color-highlight);
}

.view_tbcn .view-more:hover {
    background: var(--color-main);
}

.bg-tb {
    background: #00183F;
}

.view-thietbi>.row>div[class*=col-] {
    border-right: 1px solid #2C416F;
}

.view-thietbi>.row>div[class*=col-]:last-child {
    border-right: 0
}

.view-thietbi .item .icon img {
    height: 4.8rem;
}

.view-thietbi .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    color: var(--white);
    padding: 2.5rem 0;
}

.view-thietbi .item .icon {
    margin-right: 2.6rem;
}

.header-project {
    padding: 8.5rem 0 5.5rem;
    text-align: center;
}

.title-section {
    font-size: 3.6rem;
    font-weight: 300;
    color: var(--color-main);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.header-project .title-behind {
    top: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.view-project .inner-image {
    position: relative;
    padding-top: 100%;
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.view-project .inner-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(var(--color-main), var(--color-main));
    opacity: 0.7;
    border-radius: 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: background-size .5s, color .5s;
    z-index: 9;
}

.view-project .inner-image .article-title {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    bottom: -5rem;
    opacity: 0;
    transition: all 0.5s ease;
    color: var(--white);
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.view-project>.row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.view-project>.row>div[class*=col-] {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.view-project .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
    transition: all 2s ease;
}

.view-project .inner-image:hover:before {
    background-size: 100% 100%;
}

.view-project .inner-image:hover img {
    transform: scale(1.2);
    transition: all 2s ease;
}

.view-project .inner-image:hover .article-title {
    bottom: 0;
    opacity: 1;
    transition: all 0.5s ease;
}

.view-project .inner-image .article-title a {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
    color: var(--white);
}

.view-project .inner-image .article-title a i {
    margin-left: 1rem;
}

.view-project {
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 2.4rem;
}

.view-project .inner-image:nth-child(1) {
    padding-top: 127%;
}

.view-project .inner-image:nth-child(2) {
    padding-top: 91%;
}

.view-project .inner-image:nth-child(3) {
    padding-top: 94%;
}

.view-project .inner-image:nth-child(4) {
    padding-top: 124%;
}

.view-project .inner-image:nth-child(5) {
    padding-top: 148%;
}

.view-project .inner-image:nth-child(6) {
    padding-top: 70%;
}

.action-project {
    margin: 6.5rem 0;
    text-align: center;
}

.box-contact {
    background: var(--white);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    padding: 3rem;
    margin-bottom: 6rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.box-contact .banner-contact {
    flex: 0 0 64%;
    max-width: 64%;
    position: relative;
    padding-top: 42%;
}

.box-contact .banner-contact img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotateY(180deg);
    border-radius: 0.6rem;
}

.box-contact .form-contact {
    flex: 0 0 36%;
    max-width: 36%;
    padding-left: 3rem;
}

.box-contact .form-contact .title-section {
    padding: 0;
    font-size: 3.2rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 1rem;
}

.box-contact .form-contact .description {
    font-size: 1.5rem;
    color: #979797;
    margin-bottom: 2rem;
}

.box-contact .form-contact .form-control {
    height: 4.8rem;
    border-radius: 0.8rem;
    border-color: #D9D9D9;
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
}

.box-contact .form-contact .form-control::placeholder {
    color: var(--black);
}

.form-contact .btn {
    display: block;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    padding: 1rem;
}

.form-contact .btn:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: var(--white);
}

.view-lienket {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 6rem;
}

.view-lienket:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    opacity: 0.9;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.view-lienket .swiper-slide {
    text-align: center;
    height: 100%;
}

.view-lienket .swiper-slide .avatar {
    position: relative;
    padding-top: 45%;
    margin-bottom: 3rem;
}

.view-lienket .swiper-slide .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.view-lienket .swiper-slide a {
    color: var(--black);
}

footer {
    background: var(--color-main);
    overflow: hidden;
}

.footer-main {
    padding: 4rem 0 2.5rem;
    position: relative;
    z-index: 10;
}

.footer-company, .footer-menu {
    color: var(--white);
    font-size: 1.5rem;
}

.footer-company .name-company, .footer-menu .title-footer {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-company p img {
    margin-right: 1rem;
    filter: invert(64%) sepia(92%) saturate(802%) hue-rotate(359deg) brightness(102%) contrast(105%);
}

.footer-company p i, .sidebar-company p i {
    font-size: 2rem;
    margin-right: 1.4rem;
    line-height: 2.4rem;
    color: #ce000c;
    vertical-align: middle;
}

div[nh-block="0h2a45w"] .footer-company p i {
    color: #ffaf00;
}

.footer-company p {
    margin-bottom: 2.5rem;
}

.footer-menu ul, .silder-post {
    margin-bottom: 0;
    padding-left: 0;
}

.silder-post {
    padding-left: 1.5rem;
    border-left: 2px solid var(--color-highlight);
}

.footer-menu ul li, .silder-post li {
    list-style: none;
    margin-bottom: 2rem;
}

.footer-menu ul li:last-child, .silder-post li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    position: relative;
    color: var(--white);
}

.silder-post a {
    position: relative;
    color: var(--black);
    font-size: 1.8rem;
}

.footer-menu .title-footer {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
}

.footer-menu .title-footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem;
    height: 0.3rem;
    background: #FFB800;
}

.copyright {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.5rem;
    color: var(--white);
}

.footer-menu a:before, .silder-post a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background: #FFB800;
    transition: all 0.25s ease;
    opacity: 0;
}

.footer-menu a:hover, .silder-post a:hover, .silder-post a.active {
    color: #FFB800;
    padding-left: 1.5rem;
    transition: all 0.25s ease;
}

.footer-menu a:hover:before, .silder-post a:hover:before, .silder-post a.active:before {
    left: 0;
    opacity: 1;
    transition: all 0.25s ease;
}

.silder-post a:before {
    background: var(--color-highlight);
}

.silder-post a:hover, .silder-post a.active {
    color: var(--color-highlight);
}


.breadcrumb-info {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #bd1516;
    font-size: 1.5rem;
    z-index: 9;
}

.breadcrumb-info h1 {
    font-size: 4rem;
    line-height: 4rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 2rem;
}

.breadcrumb-info ul {
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb-info ul a {
    color: #e9c600;
}

.breadcrumb-info ul a:last-child:after {
    content: unset;
}

.categories ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories ul li {
    padding: 0 1.5rem;
}

.categories ul li a {
    position: relative;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--black);
    padding: 1rem 0;
}

.categories ul li a:after {
    content: '';
    height: 0.2rem;
    background-color: var(--color-highlight);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.categories ul li a:hover:after {
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.categories ul li a:hover {
    color: var(--color-main);
}

.categories ul li:last-child {
    padding-right: 0;
}

.article-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 4%);
    border-radius: 5px;
}

.article-item:hover {
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #F8F8F8;
    border-radius: 0.25rem;
}

.article-item .inner-image {
    position: relative;
    overflow: hidden;
}

.article-item .inner-image img {
    -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.article-item .inner-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}

.article-item:hover .inner-image img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.article-item:hover .inner-image:before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

/* Animation */
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.article-item .inner-content {
    padding: 1.5rem 2rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.article-item:hover .inner-content {
    padding: 4rem 2rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.article-item:hover .inner-content .article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.menu-section .entry-menu.dropdown {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.menu-section .entry-menu.dropdown li {
    width: 100%;
}

.menu-section .entry-menu.dropdown li a {
    padding: 1rem 1.5rem;
    color: var(--black);
}

.page-dichvu table tbody tr td {
    background: rgb(37, 44, 65);
    padding: 3rem;
    color: #fff !important;
}

.page-dichvu table {
    margin-bottom: 3rem;
}

.article-item.item-duan {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.article-item.item-duan .inner-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.article-item.item-duan .inner-content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 1.5rem 2rem;
}

.article-item.item-duan:hover {
    background: transparent;
}

.article-detail .image-avatar img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-radius: 0.4rem;
}

.footer-company.company-contact {
    color: var(--black);
}

.footer-company.company-contact p img {
    filter: unset;
}

.page-service-custom .article-item:hover .inner-content {
    padding: 1.5rem 2rem;
}

.page-service-custom .article-item .article-title {
    margin-bottom: 0;
}

.page-human .article-item:nth-child(2n) .inner-image {
    order: 1;
}

.category-info .banner {
    position: relative;
    padding-top: 57%;
}

.category-info .banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-service-custom .category-info {
    margin-bottom: 5rem;
}

.page-service-custom .header-service {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-top: 10rem;
    margin-bottom: 3rem;
}

.page-service-custom .header-service .title-behind {
    top: 25px;
    left: 0;
    right: 0;
}

.page-service-custom .header-service p {
    max-width: 80%;
}

.page-service-custom .item-service {
    padding: 0;
}

.page-service-custom .item-service .article-title {
    margin-bottom: 0;
    text-align: center;
    padding: 1.5rem;
}

.page-service-custom .item-service .article-avatar {
    margin-bottom: 0;
}

.page-service-custom .item-service .article-avatar img {
    height: 18rem;
    border-radius: 1rem;
}

.page-service-custom .item-service .article-avatar:before {
    content: unset;
}

.block_job_japan {
    padding: 3.5rem;
    border: 4px solid var(--color-highlight);
    border-radius: 10px;
}

.value_addresswork {
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.6rem;
}

.value_ranksalary {
    font-weight: 600;
    color: var(--color-highlight);
    font-size: 1.6rem;
}

.title_tab_item:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 3px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.title_tab_item {
    padding-bottom: 1.5rem;
    color: #545454;
    font-weight: 700;
    font-size: 2rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.title_tab_item:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 3px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.article-title-tab, .value_ranksalary, .value_addresswork {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    height: 100%;
    min-height: 37px;
}

.article-title-tab {
    color: #545454;
    font-size: 1.8rem;
    font-weight: 600;
}

.article-title-tab:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 1px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.value_ranksalary {
    font-weight: 600;
    color: var(--color-highlight);
    font-size: 1.6rem;
}

.value_ranksalary:after, .value_addresswork:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 1px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.value_addresswork {
    font-weight: 600;
    color: #545454;
    font-size: 1.6rem;
}

.block_job_japan .pagination {
    margin: 0;
    text-align: right;
    border: 0;
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.pagination .page-item:first-child {
    border-left: 0;
}

.pagination .page-link {
    background: #f2f2f2;
    color: var(--color-black);
    padding: 0.7rem 1.3rem;
    font-weight: 400;
}

.pagination .page-item {
    border-left: 0;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    color: white;
    background: var(--color-highlight);
}

.bg-donhang {
    background: url(/templates/fashion03/assets/media/background/bg_m.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-service-custom.page-human .article-item.item-duan:last-child {
    margin-bottom: 0;
}

.article-image-detail {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}

.article-image-detail .inner-image {
    flex-basis: 25%;
    max-width: 25%;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
}

.article-image-detail .inner-image:before {
    border-left: 1px solid #ddd;
    content: " ";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
}

.article-image-detail .inner-image:after {
    border-bottom: 1px solid #ddd;
    bottom: -1px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}

.page-service-custom .item-service .article-title a {
    color: var(--color-main);
}

.page-service-custom .item-service:hover .article-title a {
    color: #fff;
}

.language-section img {
    width: 27px;
    height: 20px;
    object-fit: cover;
}

.language-section a {
    display: block;
    padding-left: 8px;
}

@media (max-width: 1440px) {
    .swiper-slide--tile {
        font-size: 7rem;
    }

    .swiper-slide--wrap .swiper-slide--tile span:first-child {
        font-size: 11rem;
    }
}

@media (max-width: 1366px) {
    .header-menu .container {
        max-width: 1260px;
    }

    .view_tbcn .inner {
        margin-left: 0;
    }

    .swiper-slide--wrap {
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .header-menu .container {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .header-menu .container {
        max-width: 90%;
        padding: 1.2rem 1.5rem;
    }

    .header-menu>.container>.row {
        align-items: center;
    }

    .sidebar-icon {
        margin-right: 0;
    }

    .sidebar-company {
        width: 90%;
        padding: 3rem 2rem;
    }

    .sidebar-company .inner-content {
        height: calc(100vh - 20rem);
    }

    .is-mobile .swiper-slider-main .swiper-slide img {
        min-height: 35vh;
    }

    .swiper-slide--wrap {
        width: 90%;
    }

    .swiper-slide--tile {
        font-size: 3.4rem;
    }

    .swiper-slide--description {
        font-size: 1.9rem;
    }

    .introduct-company .img-avatar .ratio-3-2 {
        padding-top: 35%;
    }

    .introduct-company .img-avatar img {
        width: 100%;
        border-radius: 0.4rem;
    }

    .introduct-company .inner {
        padding: 3rem 0;
        padding-left: 0;
    }

    .bg-service {
        padding: 6rem 0 0;
    }

    .header-service {
        flex-direction: column;
        text-align: center;
    }

    .title-behind {
        top: -4rem;
        left: 0;
        right: 0;
        font-size: 3.3rem;
    }

    .item-service .icon {
        margin-bottom: 2rem;
    }

    .item-service .article-title {
        font-size: 2.1rem;
        margin-bottom: 1rem;
    }

    .view_tbcn .inner {
        width: 100%;
        margin: 3rem 0;
        padding: 3rem 2rem;
        border-radius: 0.4rem;
    }

    .view_tbcn .inner .inner-title {
        font-size: 2.4rem;
    }

    .view_tbcn .inner .inner-description {
        margin: 2rem 0;
    }

    .view-thietbi>.row>div[class*=col-] {
        border-bottom: 1px solid #fff;
    }

    .view-thietbi>.row>div[class*=col-]:last-child {
        border-bottom: 0;
    }

    .view-project {
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        -moz-column-count: 2;
        -moz-column-gap: 0px;
        column-count: 2;
        column-gap: 1.5rem;
    }

    .view-project .inner-image {
        margin-bottom: 1.5rem;
    }

    .view-project .inner-image:nth-child(4) {
        padding-top: 86%;
    }

    .view-project .inner-image .article-title {
        padding: 1.5rem;
        font-size: 1.5rem;
    }

    .view-project .inner-image:nth-child(6) {
        padding-top: 78%;
    }

    .box-contact {
        flex-wrap: wrap;
        padding: 2rem;
    }

    .box-contact .banner-contact, .box-contact .form-contact {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-contact .banner-contact {
        padding-top: 64%;
    }

    .box-contact .form-contact {
        padding-left: 0;
        margin-top: 3rem;
    }

    .footer-menu {
        margin: 3rem 0;
    }

    .footer-main {
        padding-bottom: 0;
    }

    .menu-section ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border: 0;
    }

    .menu-section > ul li {
        width: 100%;
        border-bottom: 0;
    }

    .menu-section > ul > li > a {
        color: var(--black);
    }

    .menu-section > ul > li:last-child {
        border: 0;
    }

    .menu-top {
        margin: 0;
        padding: 2rem;
        text-align: center;
    }

    .menu-top .logo img {
        height: 5rem;
    }

    .menu-section .close-sidebar {
        top: 0rem;
        right: 1rem;
    }

    .menu-language {
        margin-bottom: 2rem;
    }

    .menu-language .languages {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 0 1.5rem;
        border-bottom: 1px solid var(--color-main);
    }

    .menu-language .languages li {
        flex: auto;
        text-align: center;
    }

    .menu-language .languages li a {
        display: inline-block;
        text-transform: uppercase;
        color: var(--black);
        font-size: 1.5rem;
    }

    .menu-language .languages li a img {
        margin-left: 1rem;
        border-radius: 100%;
    }

    .bg-footer {
        left: -50rem;
    }

    .bg-footer svg {
        width: 1000px;
        height: auto;
    }

    .breadcrumb-info {
        bottom: 10%;
        padding: 0 2rem;
    }

    .breadcrumb-info h1 {
        font-size: 2.1rem;
    }

    .article-item.item-duan .inner-image, .article-item.item-duan .inner-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-item.item-duan .article-title {
        height: auto;
    }

    .header-service .title-section {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 3rem;
    }

    .page-service-custom .category-info .banner {
        margin-bottom: 2rem;
    }

    .page-service-custom .header-service {
        padding-top: 4rem;
    }

    .page-service-custom .header-service .title-behind {
        top: -65px;
    }

    .title_tab_item {
        display: none;
    }

    .swiper-slide--wrap .swiper-slide--tile span:first-child {
        font-size: 6rem;
    }
}

/*CSS by quyettq*/
.header-menu > .container >.row > div:first-child, .header-menu > .container >.row > div:last-child {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.header-menu > .container >.row > div:nth-child(2) {
    flex: 0 0 75%;
    max-width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-icon {
    margin-right: 1rem;
}

.item_tk {
    min-height: 14rem;
    /*background-color: var(--color-main);*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-transform: uppercase;
}

.item_tk img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.number_tk {
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
    position: relative;
    width: 100%;
}

.number_tk:before {
    /* content: attr(data-count); */
    font-family: system-ui;
    font-size: 4.4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.item_tk:hover .number_tk {
    font-size: 5.2rem;
    transition: all .3s ease-in-out;
    clear: both;
}

.title_tk {
    font-size: 1.6rem;
}

@media (min-width: 1200px) {
    /* .col-custom {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
    } */
}

.news-slider .article-item {
    border: 1px solid rgb(0 0 0 / 10%);
}

.news-slider .swiper-button-prev, .news-slider .swiper-button-next {
    color: red;
}

.news-slider .swiper-button-prev i, .news-slider .swiper-button-next i {
    font-weight: 500;
}

.news-slider .swiper-button-prev:hover, .news-slider .swiper-button-next:hover {
    color: var(--color-highlight);
}

.swiper .swiper-slide {
    height: auto;
}

/*End css by quyettq*/
.form-control {
    font-size: 1.6rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1530px;
    }
}

@media (max-width: 768px) {
    .item_tk {
        min-height: 10rem;
    }

    .header-project {
        padding: 5.5rem 0 2.5rem;
        text-align: center;
    }

    .action-project {
        margin: 3.5rem 0;
    }

    .bg-service, .bl_lich_su {
        padding: 8rem 0 0;
    }
}

.nav.nav-ctbv {
    border-bottom: 2px solid var(--color-highlight);
    justify-content: center;
}

.nav.nav-ctbv .nav-link {
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    padding: 8px 10px;
    color: black;
    font-size: 1.5rem;
}

.nav.nav-ctbv .nav-link.active {
    background-color: var(--color-highlight);
    color: white;
}

.nav.nav-ctbv .nav-link:hover {
    background-color: var(--color-highlight);
    color: white;
}

.nav-ctbv+.tab-content {
    font-family: 'Times New Roman', serif;
}

/*page tai lieu*/
.article-item_document {
    align-items: center;
}

.inner-image_document {
    text-align: center;
}

.media_document-text {
    margin-right: 7px;
}

.inner-content_document {
    line-height: 63px;
}

.article-title_11 {
    padding: 1.5rem 0;
    margin-bottom: 15px;
    color: var(--color-main);
}

.article-title_11:hover {
    color: var(--color-highlight);
}

.media_document a {
    color: var(--color-main);
}

.media_document a:hover {
    color: var(--color-highlight);
}





















/*CSS by quyettq2*/
.bg-about {
    padding: 6rem 0;
    position: relative;
    background: var(--white);
    height: 100%;
}

.box-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
}

.news-slider .block-tab.nav {
    gap: 1rem 1.5rem;
}

.news-slider .block-tab.nav .nav-item .nav-link {
    color: var(--black);
    background: var(--color-highlight);
    border-radius: 24px;
    margin-bottom: 0;
}

.news-slider .block-tab.nav .nav-item .nav-link.active, .news-slider .block-tab.nav .nav-item .nav-link:hover {
    background: var(--color-main);
    color: var(--white);
}

.page-introduct .author-post {
    display: none;
}

.news-slider .inner-image, .news-slider .inner-image img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.news-slider .inner-content .article-description {
    margin-bottom: 0;
}

.icon-why {
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 10px 0px rgb(32 72 141 / 20%);
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    color: rgb(183, 183, 183);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon-why img {
    max-height: 35px;
}

.content-why {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-why p {
    color: #6f6f6f;
}

.recruitment-table {
    text-align: center;
    background: #F5F5F5;
    width: 100%;
}

.recruitment-table thead {
    background: var(--color-highlight);
}

.recruitment-table thead th, .recruitment-table td {
    padding: 3rem 1rem;
    font-size: 15px;
}

.recruitment-table thead {
    color: black;
}

.recruitment-table th:nth-child(1), .recruitment-table td:nth-child(1) {
    width: 50%;
    text-align: left;
}

.recruitment-table thead th:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.recruitment-table td {
    border: 1px solid white;
}

.recruitment-title a {
    color: black;
    font-size: 1.4rem;
}

.recruitment-item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.ratio-recruitment {
    padding-top: 30%;
}

.nav-recruitment a.nav-link.active, .nav-recruitment .nav-item .nav-link:hover {
    background: var(--color-main);
    color: white !important;
}

.article-item_document .article-title {
    -webkit-line-clamp: initial;
}

.search-section .form-dropdown {
    position: absolute;
    padding: 1rem;
    background-color: #ffffff;
    width: 30rem;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

@media(min-width: 425px) {
    /* .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    } */
}

.title-image-album {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 40%);
    padding: 5px 10px;
    color: white;
}

@media(min-width: 768px) {
    .map-contact-page .embed-responsive-16by9::before {
        padding-top: 40%;
    }

    .sidebar-company {
        right: -100%;
    }
}

@media(min-width: 1000px) {
    .menu-section .active {
        color: var(--color-main) !important;
    }

    .menu-section > ul > li:hover > a, .menu-section > ul > li > a.active {
        cursor: pointer;
        background-color: var(--color-highlight) !important;
        cursor: pointer;
        font-weight: 500;
        color: var(--color-main) !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-custome {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*End quyettq2*/
@media (max-width: 768px) {
    .nav.nav-ctbv .nav-link {
        border: 1px solid #ccc;
        border-bottom: auto;
        margin-right: 6px;
        border-radius: 5px 5px 0 0;
        padding: 6px 6px;
        color: black;
        font-size: 1.3rem;
    }
}
