:root {
    --maincolor: #1d3565;
    --subcolor: #4f73ba;
    --yellow: #ba8f52;
    --orange: #ff7800;
    --textcolor: #3c3c3c;
    --fontmain: Bevietnam;
    --fontR: Bevietnam-R;
    --fontB: Bevietnam-B;
    --fontadorage: Adorage;
}
* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    font-family: var(--fontmain);
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    font-weight: normal;
    color: #3c3c3c;
    scroll-behavior: smooth;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: var(--fontB);
    font-weight: normal;
}

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

b,
strong {
    font-family: var(--fontB);
    font-weight: normal;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    display: block;
}

ul {
    padding-left: 20px;
}

#page {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}
.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.search-pc {
    display: block;

    margin-left: 10px;
}

.submit-search-pc {
    float: left;
    color: #737373;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 20px;
}
.icon-search {
    position: relative;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
.icon-search i {
    color: #333;
}
.searchpc {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.603);
    z-index: 11;
    transition: all 0.5s ease-in-out;
    display: none;
    line-height: 100vh;
}
.closeX {
    color: #fff;

    position: absolute;
    top: -50px;
}
.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: rgba(0, 0, 0, 0.25);

    border-radius: 25px;
    background: #fff;
}
.search-pc ::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.search-pc .fa {
    color: rgb(25 25 25 / 70%);
}

#searchformtab {
    position: relative;
    text-align: center;
}

.searchpc .search-icon {
    position: absolute;
    color: #333;
    bottom: 15px;
    right: 15px;
}

#searchformtab input {
    color: #0a0a0a;
    padding: 9px 25px 10px 30px;
    height: 45px;
    max-width: 500px;
    border-radius: 20px;
    border: 1px solid #767070;
    background-color: #fff;
    font-family: var(--fontmain);
    outline: none;
}
#searchformtab input::placeholder {
    color: #484848;
    font-family: var(--fontmain);
}

.search-icon {
    color: #fff;
}
.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}
.header {
    background: transparent;
    width: 100%;
    z-index: 11;
    width: 100%;
    overflow: visible;
    box-shadow: 0px 0px 5px #9d9dd9;
    transition: all 0.5s ease-in-out;
}

header.header-fixed {
    position: fixed;
    background: #fbfbfb;
    border-bottom: 1px solid #d3d2d2;
    z-index: 14;
}

.header-fixed .logo {
    margin-top: 0px;
    max-width: 150px;
}

.logo {
    float: left;

    width: 100%;
}

.logo img,
.logo-mobile img {
    display: block;
    padding: 5px;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.nav > li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: normal;
}

.nav li:first-child {
    border-left: none;
}

.nav > li > a {
    text-decoration: none;
    color: #404040;
    display: inherit;
    padding: 0 8px;
    font-family: var(--fontB);
    line-height: 85px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.nav > li > a:hover {
    color: var(--yellow);
}

.nav > li.active a {
    color: var(--yellow);
}

.nav > li > a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    color: #0a0a0a;
    padding: 0px;
    box-shadow: 0px 0px 5px #9d9dd9;
    z-index: 9;
    display: none;
    font-weight: normal;
    background: #fff;
    text-transform: initial;
    border-radius: 5px;
    width: auto;
    white-space: nowrap;
    font-family: var(--fontR);
}
.nav li:hover ul {
    display: block;
}

.nav li ul > li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul > li a {
    padding: 0px 10px;
    display: block;
    color: var(--textcolor);
    line-height: 18px;
    padding: 11px 10px;
    font-size: 14px;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.nav > li.active ul li a {
    background-color: #fff;
    color: var(--textcolor);
}

.mega-menu-item {
    line-height: initial !important;
    border-bottom: solid 1px #0a0a0a;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover,
.nav > li.active ul li:hover a {
    background: var(--maincolor);
}
.mega-menu-item:hover a,
.nav > li.active ul li:hover a {
    color: #fff;
}

.mega-menu-item:hover li {
    background: #fff;
}
.mega-menu-item:hover li a,
.nav > li.active ul li:hover li a {
    color: var(--textcolor);
    background: #fff;
}
.mega-menu-item-link:hover {
}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}
.lang {
    margin: 10px;
}
.lang img {
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    border-radius: 20px;
    margin-right: 5px;
    object-fit: cover;

    border: 1px solid #fff;
}
.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.burger {
    width: 60px;
    float: right;
}
.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: var(--maincolor);
    float: right;
}
.burger div:nth-last-child(1) {
    margin-bottom: 0px;
}
.crumb {
    background: #fff;

    padding: 5px 0px;
    font-size: 12px;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #333;
}

/*  */

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #e5f1ee;
    border: solid 1px #eee;
}
.menuleft .title {
    background: var(--subcolor);
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    font-family: var(--fontmain);
}
.menuleft .fa {
    font-size: 10px;
    float: right;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: var(--subcolor);
}

.menuleft li a {
    color: #0a0a0a;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: var(--fontmain);
}

.menuleft > .actived {
    background: #eee;
}

.menuleft > .actived > a {
    color: #0a0a0a;
    font-family: var(--fontmain);
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #0a0a0a;
}

.menuleft-icon {
    padding-right: 8px;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}
.menutab,
.menutab-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0px;
}

.menutab-item {
    text-align: center;
    background-color: transparent;
    color: #404040;
    border: 2px solid transparent;
    font-size: 16px;
    font-family: var(--fontR);
    transition: all 0.5s ease-in;
    padding: 0px 15px 0px 15px;
    position: relative;
    font-weight: normal;
}
.menutab-info.menutab-fixed {
    position: fixed;
    background: #fbfbfb;
    border-bottom: 1px solid #d3d2d2;
    top: 85px;
    z-index: 14;
}
/* .menutab-item:nth-child(1) a::before {
    display: none;
} */

.menutab-info .menutab-item::before {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    bottom: -23px; /* chỉnh khoảng cách với chữ */
    left: 0;
    transition: all 0.5s ease;
}
.menutab-info .menutab-item:hover::before {
    width: 100%;
}

/* Khi hover vào 1 cái menutab-item, các cái khác mờ đi */
.menutab-item:hover {
    opacity: 1;
    transition: all 0.5s ease, color 0.5s ease;
    color: var(--yellow);
}
/* .menutab:hover .menutab-item:not(:hover) {
    opacity: 0.5;
} */

.menutab .actived ::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--yellow);
    position: absolute;
    bottom: -23px;
    left: 0px;
    transition: all 0.5s ease;
}

.tab-item:last-child {
    border-right: none;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;

    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;
}
#tabs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}
#tabs-nav li {
    list-style: none;
    text-align: center;
    color: var(--subcolor);
    margin: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}
#tabs-nav li.active a {
    color: var(--subcolor);
    font-family: var(--fontmain);
}

/*Modal*/
.blocker {
    z-index: 111 !important;
}
.modal {
    max-width: 100% !important;
    padding: 0px !important;
    border-radius: 20px !important;
}
.modal a.close-modal,
.modal-close {
    opacity: 0;
    display: none;
}
.modal-overlay {
    opacity: 0;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 112;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}
.modal-box {
    display: none;
    position: fixed;
    z-index: 113;
    width: 100%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1000px;
    background: #fff;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.modal-body {
    padding: 10px 20px;
    /* position: absolute; */

    /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5px;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
    padding: 8px;
}

a.close {
    line-height: 1;
    font-size: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}
.img-shine {
    position: relative;
    overflow: hidden;
    display: block;
}

.img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* Hover state - trigger effect */
.img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.error {
    border: solid 1px red !important;
}

.btn {
    padding: 8px 15px;
    color: #222;
    background-color: var(--subcolor);
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: var(--maincolor);
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
/* Active state */
.img-shine:active:after {
    opacity: 0;
}

.menu-mobile {
    display: block;
    float: right;
    color: #000;
    font-size: 30px;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

#simplePagerNav {
    display: flex;
    justify-content: center;
}

.pagination {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.page {
    display: none;
}
.pagination-item {
    text-decoration: none;
    color: var(--maincolor);
    font-size: 18px;

    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: #b3b3b3;
    margin: 0 5px;
}

.pagination-item__clicked {
    text-decoration: none;
    color: var(--maincolor);
    font-size: 18px;

    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--textcolor);
    margin: 0 5px;
    color: #fff;
}

.pagination-item-icon {
    font-size: 20px;

    color: #176078;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.form-title {
    font-family: var(--fontmain);
    font-size: 24px;
    font-weight: normal;

    text-align: center;
    width: 100%;
}

.sendmail__btn {
    background: var(--maincolor);
    text-align: center;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    height: 50px;
}

::placeholder {
    color: #f1f2f2;
    opacity: 1;
    /* Firefox */
}

.line {
    border-bottom: 2px solid var(--yellow);
}

.Tocct {
    border: 1px solid var(--maincolor);
    margin-top: 30px;
    border-radius: 25px;
    max-width: 100%;
    padding: 25px;
    position: relative;
}
.longPageTOC {
    font-size: 20px;
    background: #fff;

    text-transform: uppercase;
}
.TOCShowHide.hideTOC {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #00b8ce;
}
.longPageNavigationDiv {
    padding: 10px;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #0a0a0a;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}
.btn-dangnhap {
    background-color: var(--maincolor);
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 18px;
}

/* home */
.slidehome {
    position: relative;
}
.slidehome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
    color: #303030;
    color: #fff;
    max-width: 800px;
    text-align: center;
}
.swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--yellow) !important;
}
.subtitle {
    text-transform: uppercase;
    font-size: 14px;
}
.slidehome-title {
    text-transform: uppercase;
    font-size: 40px;
}
.search-form {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 5px 9px #0000002e;
}
.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #0a0a0a;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: var(--maincolor);
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}
.header-mobile {
    background: #fff;
    border-bottom: solid 2px #2c9fcb;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 0px;
    color: #0a0a0a;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}
.btn-xemthem a {
    text-align: center;
    padding: 10px 25px;
    border: 1px solid var(--maincolor);
    background-color: var(--maincolor);
    border-radius: 5px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.btn-all {
    text-align: center;
    padding: 10px 25px;
    line-height: 20px;
    color: #030303;
    border: 1px solid var(--maincolor);
}
.search {
    margin: 10px;
}
.search-form input::placeholder {
    color: #909090;
    font-family: var(--fontmain);
    font-size: 18px;
    height: 50px;
}
.search-form input {
    border: none;
    outline: none;

    margin-bottom: 0px;
    padding-left: 35px !important;

    font-family: var(--fontmain);
}
.search-form .search-icon--input {
    color: #909090;
}
.search-form select {
    outline: none;
    width: 100%;
    font-family: var(--fontmain);

    height: 50px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    font-size: 20px;
}
input:focus-visible,
select:focus-visible {
    border: 1px solid #a0a0a0;
}
.btn-search {
    background: var(--maincolor);
    color: #fff;
    width: 100%;
    padding: 12px;
    max-width: 200px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}
.homecat-title-text-color {
    font-size: 32px;
    /* color: var(--textcolor);*/

    position: relative;
    margin: 0px;
    color: var(--textcolor);
}
.homecat-title {
    font-size: 32px;
    /* color: var(--textcolor);
  font-family: var(--fontB); */
    font-family: var(--fontR);
    position: relative;
    margin: 0px;
    color: var(--maincolor);
}
.pagecat-title {
    font-size: 30px;
    color: var(--maincolor);
    font-family: var(--fontR);
    position: relative;
    line-height: 1.2;
    margin: 0px;
}

.homecat-title::before {
    /* content: "";
    width: 70px;
    height: 2px;
    background-color: var(--maincolor);
    position: absolute;
    left: 0px;
    bottom: 5px; */
}

.homecat-intro {
    margin: auto;

    max-width: 800px;
}

.homecat-title a,
.pagecat-title a {
    color: currentColor;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}
.company-title {
    font-family: var(--fontB);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
}
.footer {
    /* background-image: url(/uploaded/pic-cat/bg-footer.jpg); */
    /* background-size: auto 100%; */
    /* background-repeat: no-repeat; */
    background-position: center center;
    color: #fff;
    background-color: #1d3565;
}

.footer a {
    color: #fff;
}
.text-center {
    margin: auto;
    text-align: center;
}

.footer-title .i {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
    color: #e3e3e3;
}

.footer-block {
    padding-left: 0px;
    margin-top: 10px;
}
.footer-logo {
    padding: 30px 0px;
}
.footer-block .info {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #e3e3e3;
}
.footer-block .info b {
    margin-right: 10px;
}
.footer-menu {
    margin-top: 10px 0px;
    padding: 5px;

    background-color: #00000038;
}

.footer-menu a {
    text-transform: uppercase;
    padding: 0px 25px;
    transition: all 0.5s ease;
    line-height: 1;
    font-size: 13px;
}
.footer-menu a:hover {
    color: var(--maincolor);
}
.footer-social {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}
.footer-social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    margin: 0px 10px;
}
.content-f li {
    list-style: none;
    margin-bottom: 10px;
}
.footer-social li a {
    color: #e3e3e3;
}
.menuboxfooter {
    padding-left: 20px;
    /* list-style-type: none; */
}
.menuboxfooter li {
    margin-bottom: 5px;
    position: relative;
}
.menuboxfooter li::marker {
    color: var(--subcolor);
}
.menuboxfooter a {
    color: #e3e3e3;
    transition: all 0.5s ease-in;
}
.footer-title {
    font-size: 18px;
    color: #fff;
    font-family: var(--fontB);
}
.menuboxfooter a:hover {
    color: var(--subcolor);
}
.footer-copyright {
    color: #e3e3e3;
    line-height: 30px;
    font-size: 14px;

    /*
	border-top: 1px solid #233f78;
	text-align: center;
	*/
}
.star-rate {
    background: url(/images/starrate.png) right top no-repeat;
    height: 30px;
    width: 100%;
    background-size: auto;
}
.rate1 {
    background-position-y: -116px;
}
.rate2 {
    background-position-y: -86px;
}
.rate3 {
    background-position-y: -58px;
}
.rate4 {
    background-position-y: -30px;
}
.rate5 {
    background-position-y: 0px;
}
.img-poster {
    position: relative;
}
.img-poster img {
    display: block;
}
.poster-content {
    position: absolute;
    width: 100%;

    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);

    color: #fff;
}
.poster-title {
    font-size: 30px;
    text-align: center;
    font-family: var(--fontR);
}
.slide-btn-next {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0px, -50%) rotate(45deg);
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #9d9d9d;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);
}
.slide-btn-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0px, -50%) rotate(45deg);
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #9d9d9d;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);
}
.slide-btn {
    transform: rotate(-45deg);
    font-size: 20px;
    color: var(--yellow);
}
/* home */

.creatdate {
    color: #8a8a8a;
    font-family: var(--fontmain);
    font-size: 14px;
    float: left;
    line-height: 15px;
}

.menufooter {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.homeservice {
    position: relative;
}
.homeservice-item {
    position: relative;
}
.homeservice-box {
    position: absolute;
    z-index: 2;

    line-height: 25px;

    padding: 30px;
    padding-bottom: 20px;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.5s ease;
    left: 0px;
    width: 100%;
    bottom: 0px;
    min-height: 150px;

    background: linear-gradient(
        to bottom,
        rgba(30, 87, 153, 0) 0%,
        rgba(28, 62, 113, 1) 75%,
        rgba(27, 54, 100, 1) 100%
    );
}
.homeservice-number {
    font-family: var(--fontB);
    font-size: 30px;
    position: relative;
    line-height: 1;
}
.homeservice-item::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    transition: all 0.5s ease;
    top: 0px;
    background-color: #00000015;
    position: absolute;
}
.homeservice-number::before {
    content: "";
    width: 50px;
    left: 45px;
    height: 2px;
    background-color: #fff;
    bottom: 5px;

    position: absolute;
}
.homeservice-name {
    font-size: 20px;
    font-family: var(--fontB);
}

.homeservice-desc {
    display: none;
    transition: all 0.5s ease;
    font-size: 16px;
}
.homeservice-item:hover::before {
    background-color: var(--maincolor);
}
.homeservice-item:hover .homeservice-box {
    height: 100%;
}
.homeservice-item:hover .homeservice-desc {
    display: block;
    padding: 30px 0px;
}
.homeservice-item:hover .homeservice-name {
    color: var(--yellow);
}
.btn-xemchitiet {
    font-size: 40px;
}
.homeservice-wrapper {
    background-color: #f1f2f2;
}
.homenews-item {
    margin-bottom: 30px;
}
.homenews-box {
    padding: 10px 0px;
}
.homenews-name,
.news-name {
    font-family: var(--fontB);
    font-size: 16px;
    transition: all 0.5s ease-in;
}
/* .homenews-item img {
  border-radius: 10px;
} */
.homenews-wrapper .menutab {
    padding-right: 0px;
    border: none;
    justify-content: flex-end;
}
.homenews-wrapper .menutab-item::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #3c3c3c;
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.homenews-wrapper .menutab-item:hover a {
    color: var(--maincolor);
}

.homenews-wrapper .menutab-item:nth-child(1)::before {
    display: none;
}
.homenews-item:hover .homenews-name {
    color: var(--maincolor);
}
.catintro-box {
    position: relative;
    padding-left: 70px;
}
.catintro-box::before {
    content: "";
    width: 60px;
    border-bottom: 2px solid var(--yellow);
    position: absolute;
    left: 0px;
    top: 35px;
}
.catintro-box-info {
    position: relative;
    padding-left: 70px;
}
.catintro-box-info::before {
    content: "";
    width: 60px;
    border-bottom: 2px solid var(--yellow);
    position: absolute;
    left: 0px;
    top: 10px;
}
.video-about {
    position: relative;
}
.fancy-video-about {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #ffffff6b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.video-about a {
    color: var(--maincolor);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.67);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-about img {
    border-radius: 5px;
}
.infoyear {
    margin: 0 auto;
    font-family: var(--fontB);
    font-size: 200px;
    background-image: url(https://images.unsplash.com/photo-1512531123205-560f5974e686?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1464&q=80);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: -80px;
    font-family: var(--fontadorage);
    font-weight: 500;
}
.infoyear-content {
    color: var(--maincolor);
}
/*
.homeinfo_donvi-item {
	padding:10px;
    background-color: #f1f2f2;
}
*/

.home_infodonvi-wrapper .homecat-title {
    text-align: center;
}
.service_item-content {
    padding-left: 70px;
}
.service-number {
    color: #fff; /* text color */
    -webkit-text-stroke: 1px var(--yellow); /*stroke size and color */
    font-family: var(--fontB);
    position: relative;
    font-size: 100px;
    margin: 0;
    display: flex;
    line-height: 1;
    align-items: flex-end;
}
.service-number_dt {
    justify-content: center;
}
.service-number .line-w {
    width: 70px;
    border-bottom: 2px solid var(--yellow);
    height: 1px;
    margin-bottom: 15px;
}
.service-box {
    padding-left: 70px;
    padding-right: 30px;
}
.serivce-name {
    color: var(--maincolor);
    font-family: var(--fontR);
    font-size: 30px;
}
.service-intro {
    line-height: 1.8;
    text-align: justify;
}

.btn-detail a {
    background-color: #bdbdbd;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-family: var(--fontR);
    transition: all 0.5s ease-in;
}
.btn-detail a:hover {
    background-color: var(--maincolor);
}
.service-item:nth-child(2n) .service_item-content {
    order: 1;
}
.service_bds .service-number {
    justify-content: center;
}

.menutab_service_bds .menutab {
    border-bottom: none;
    justify-content: flex-start;
}
.menutab_service_bds .menutab-item::before {
    display: none;
}
.menutab_service_bds .menutab-item.actived,
.menutab_service_bds .menutab-item:hover {
    background-color: var(--yellow);
    padding: 7px 20px;
    margin-right: 20px;
    border: 1px solid var(--yellow);
    color: #fff;
    border-radius: 5px;
}
.menutab_service_bds .menutab-item {
    padding: 7px 20px;
    margin-right: 20px;
    border: 1px solid var(--textcolor);
    transition: all 0.5s ease;
    border-radius: 5px;
}
.service_bds_item,
.service_image_item {
    position: relative;
    margin-bottom: 20px;
}
.service_bds_item::before,
.service_image_item::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.2;
}

.service_bds_box,
.service_image_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    color: #fff;
    z-index: 11;

    background: linear-gradient(
        to bottom,
        rgba(30, 87, 153, 0) 0%,
        rgba(28, 62, 113, 1) 75%,
        rgba(27, 54, 100, 1) 100%
    );
}

.service_bds_name {
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--fontR);
    transition: all 0.5s ease;
}
.service_bds_cat {
    color: #fff;
}
.service_bds_item:hover .service_bds_name,
.service_image_item:hover .service_image_box {
    color: var(--yellow);
}
.service_dt-title {
    font-size: 45px;
    /*
    font-family: var(--fontadorage);
	*/
    font-family: var(--fontmain);

    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0px 30px;
    position: relative;
}
.service_dt-title::before {
    content: "";
    width: 120px;

    position: absolute;

    bottom: 15px;
    border-bottom: 1px solid var(--orange);
}
.service_dt-intro {
    padding: 0px 70px;
    font-size: 16px;
}
.slider-service_bds {
    position: relative;
}
.service_bds-button-next {
    right: 23vw;
}
.service_bds-button-prev {
    left: 23vw;
}
.infotamnhin-wrapper {
    background-color: var(--maincolor);
}
.infotamnhin-item {
    color: #fff;
    padding: 0px 0px 30px 65px;
}
.title-infotamnhin {
    margin-top: -45px;
}
.infotamnhin-name {
    font-family: var(--fontR);
    font-size: 18px;
    position: relative;
    margin: 20px 0px 15px 0px;
}
.infotamnhin-name::before {
    content: url("/uploaded/gioithieu/item5.png");
    position: absolute;
    left: -55px;
    top: -5px;
}
.tabinfonav-item a {
    font-size: 30px;
    font-weight: bold;
    color: var(--textcolor);
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.tabinfonav-item.active a {
    color: var(--orange);
}
.tabinfonav-item:hover a {
    color: var(--orange);
}
.tabinfonav-item {
    padding: 10px;
    border-bottom: 1px solid var(--maincolor);
}
.tabinfonav-item .infotamnhin-intro {
    display: none;
    transition: all 0.5s ease;
    font-weight: 500;
    color: var(--maincolor);
    padding-left: 3px;
}
.tabinfonav-item.active .infotamnhin-intro {
    display: block;
}
#tabsinfo-nav {
    margin-right: 50px;
}
.tabinfo-content {
    text-align: right;
    margin-right: 0px;
    margin-left: 50px;
}
#tabs-nav.tabs-lichsu {
    position: relative;
    display: flex;
    justify-content: space-between !important;
}
.tabs-lichsu-sc {
    width: 100%;
    position: relative;
}
.tabinfonav-line-white {
    width: 100%;
    height: 2px;
    background-color: #9d9a9a;
    position: absolute;
    top: 50%;
    transform: translate(0px, -17px);
}

.infolichsu {
    position: relative;
    background-color: #fff1ee;
    padding: 30px;
}

.tabinfonav-line {
    height: 2px;
    background: var(--yellow);
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    transform: translate(0px, -17px);
    transition: all 0.5s ease;
    opacity: 1;
    width: 30px;
}

.tabls {
    position: relative;
    margin-top: 30px;
    /*
    margin-left: 10px;
	*/
    text-align: center;
    width: 60px;

    font-family: var(--fontB);
}
.tabinfonav-line-white::before {
    content: "";
    width: 100vw;
    border-bottom: solid 2px #9d9a9a;
    position: absolute;
    top: 50%;
    left: 99%;
    transform: translateY(-50%);
    z-index: 1;
}
.tabinfonav-line-white::after {
    content: "";
    width: 100vw;
    border-bottom: solid 2px var(--yellow);
    position: absolute;
    right: 98%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.tabnav-item .tabinfonav-dos::before,
.tabnav-item.active .tabinfonav-dos::before {
    width: 25px;
    height: 25px;
    transform: translate(20px, -28px);
}
.tabnav-item .tabinfonav-dos::after,
.tabnav-item.active .tabinfonav-dos::after {
    width: 25px;
    height: 25px;
    transform: translate(20px, -28px);
}

.tabnav-item.active .tabinfonav-dos::before,
.tabnav-item.active .tabinfonav-dos::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.tabnav-item.active .tabinfonav-dos::before {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(186, 143, 82, 0.5);
}

.tabnav-item.active .tabinfonav-dos::after {
    width: 45px;
    height: 45px;
    border: 2px solid rgba(186, 143, 82, 0.3);
}

.tabnav-item .tabls,
.tabnav-item.active .tabls {
    font-size: inherit;
}
.tabinfonav-dos {
    position: absolute;
    top: 50%;
    transform: translate(20px, -25px);
    z-index: 1;
    width: 17px;
    height: 17px;
    background: #9d9a9a;
    border-radius: 50%;
}
@keyframes rippleEffect {
    0% {
        box-shadow: 0 0 0 0 rgba(186, 143, 82, 0.5);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(186, 143, 82, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(186, 143, 82, 0);
    }
}

.tabnav-item.active .tabinfonav-dos {
    background: var(--yellow);
    animation: rippleEffect 1s ease-out infinite;
}
.tabnav-item.active .tabinfonav-dos {
    background: var(--yellow);
}

.tabnav-item.active .tabinfonav-line {
    opacity: 1;
}

.infolichsu-box {
    background: linear-gradient(to bottom, #bb8f52, #ddb571);
    padding: 20px 1px 30px 30px;
    color: #fff;
}
.infols-year {
    font-size: 25px;
    color: #fff;
    font-family: var(--fontR);
}
.infols-content {
    font-size: 16px;
}

.infols-content {
    max-height: 300px; /* hoặc height cố định nếu muốn */
    overflow-y: auto;
    padding-right: 27px;
    text-align: justify;
}
.infols-content::-webkit-scrollbar {
    width: 6px;
}

.infols-content::-webkit-scrollbar-thumb {
    background-color: #9d743f;
    border-radius: 5px;
}
/* .infonews-wrapper {
  background-image: url(/uploaded/pic-cat/bg_gioithieudv.jpg);
  background-position: center bottom;
  background-size: 100% auto;
} */
.img-gioithieu {
    margin-top: -130px;
    margin-left: -255px;
}
.infmangluoi-wrapper {
    /* position: relative; */
    background-position: center center;
    background-size: auto 100%;
    /* background-color: var(--maincolor); */
    background-repeat: no-repeat;
}
.infmangluoi-wrapper ul {
    list-style: none;
    text-transform: uppercase;
}
.infmangluoi-wrapper li {
    color: #a1a3a6;
}

.infmangluoi-wrapper .pagecat-title {
    color: var(--maincolor);
}
.infyear-wrapper {
    position: relative;
}
.infyear-wrapper .infoyear {
    margin-top: 0px;
}
.title-infoyear {
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--fontB);
    color: var(--orange);
}
.infoyear-companyname {
    text-transform: uppercase;
    font-family: var(--fontB);
    font-size: 120px;
    line-height: 0.7;
    letter-spacing: 3px;
    position: absolute;
    bottom: -0px;
    opacity: 0.1;
    text-align: center;
    width: 100%;
}
.searchfm-td {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 20px;
}
.searchfm-td .pagecat-title {
    color: #fff;
}
.frmsearch-td input,
.frmsearch-td select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
    height: 45px;
    outline: none;
    font-family: var(--fontmain);
    color: var(--textcolor);
}
.frmsearch-td input::placeholder {
    font-family: var(--fontmain);
    color: var(--textcolor);
}
.btn-submit-tuyendung {
    width: 100%;
    padding: 10px 15px;
    height: 45px;
    text-align: center;
    color: #fff;
    background-color: var(--yellow);
    text-transform: uppercase;
}
.tuyendung-table {
    background-color: #f1f2f2;
}
.tuyendung-table th {
    background-color: var(--maincolor);
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    border-right: 1px solid #fff;
}
.tuyendung-table td {
    padding: 15px;
}
.tuyendung-table tr:hover {
    background-color: var(--yellow);
}
.tuyendung-table tr:hover a {
    color: var(--maincolor);
}
.tuyendung-table td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.cell-td {
    margin-bottom: 20px;
}
.box-tuyendung-title {
    font-family: var(--fontB);
    font-size: 20px;
    line-height: 1.4;
}
.tr_td {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.tr_td input {
    width: 100%;
    padding: 10px 15px;
    font-family: var(--fontmain);
    color: #333;
    outline: none;
    margin-bottom: 0px;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
}
.tr_td input::placeholder {
    color: #333;
}
.title-frm-reg {
    position: absolute;
    left: 0px;
    color: red;
}
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    display: none;
}

.td-file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
[type="file"] + label {
    min-width: 100%;
    padding: 10px;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    position: absolute;
    transition: all 0.3s;
    vertical-align: middle;
    height: 40px;
    border-radius: 5px;
    background: #f7f7f7;
    text-align: center;
}

.file-return {
    margin-top: 30px;
}

[type="file"] + label:hover {
    background-color: #e4e4e4;
}
[type="file"] + label.btn-smfile {
    background-color: #e4e4e4;
    transition: none;
}
[type="file"] + label img {
    margin-right: 10px;
}

.item.gender {
    align-items: center;
    justify-content: space-evenly;
    margin-top: -50px;
}
.check {
    display: flex;
    align-items: center;
}
.tr_td-male {
    display: flex;
    margin-top: -30px;
    margin-bottom: 30px;
    padding-left: 20px;
}
.td_label,
.td_td label {
    padding-right: 20px;
}
.slide-album {
    position: relative;
}
.album-button-next {
    right: 29vw;
}
.album-button-prev {
    left: 29vw;
}
.album-name {
    font-size: 20px;
    padding: 10px 0px;
    font-family: var(--fontR);
}
.album-item {
    margin-bottom: 20px;
}
.videoitem {
    position: relative;
}
.video_item_play {
    position: absolute;
    top: 91%;
    left: 5%;
    width: 30px;
    height: 30px;
    background: #ffffff6b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.video-name {
    font-size: 18px;
    font-family: var(--fontR);
}
.frm-contact input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #9c9c9c;
    margin-bottom: 10px;
}
.frm-contact input.btn-contact {
    background: var(--maincolor);
    color: #fff;

    text-transform: uppercase;
}

.btn-contact {
    background-color: var(--maincolor);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    float: left;
    width: 250px;
}

.contact-wrapper {
    background: #f1f2f2;
}
.contact-name {
    font-family: var(--fontB);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title-left {
    font-size: 24px;
    font-family: var(--fontB);
    font-size: 18px;
    text-transform: uppercase;
}

.featured-news .title-page {
    padding-bottom: 10px;
    border-bottom: 1px solid #404040;
    font-family: Brygada-B;
}
.featured-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.featured-item-img {
    width: 45%;
}
.newsrecen-box {
    width: 55%;
    overflow: hidden;
    padding-left: 10px;
    line-height: 1.4;
}
.featured-item {
    border-radius: 5px;
}

.tocContent {
    text-align: justify;
}

.tocContent img {
    width: 100% !important;
    height: auto !important;
}

/*
.tocContent img{
    width:1000px !important;
	height:auto !important;
	margin:0 auto;;
}
*/

.videoitem .video_item_play {
    background: #fffffff5;
}
.video-detail {
    background: #333;
}

#slide_home img {
    /*
	height:calc(100vh - 88px);
	width:100%;
	*/
}
.news-item {
    margin-bottom: 20px;
}
.newsright-item {
    display: flex;

    margin-bottom: 15px;
    justify-content: space-between;
}
.createdateleft {
    width: 50px;
    margin-top: 2px;
}
.newsright-name {
    width: calc(100% - 50px);
}
.newsright-xemthem {
    text-align: right;
    color: var(--maincolor);
    font-family: var(--fontB);
}
.newsright-item span {
    color: var(--maincolor);
    font-size: 13px;
}
.box-news-left {
    padding: 20px 10px;
    background: #f1f2f2;
}

.title-news_ct {
    font-size: 24px;
}

.download-wrapper {
    padding: 0px 30px;
}
.menu_download .menuleft {
    background: #fff;
}
.menu_download .menuleft > .actived {
    border-left: 2px solid var(--maincolor);
}

.createdate {
    font-size: 14px;
    color: #333;
}

/* new-v2 */

.angled-title {
    /* position: relative;
    display: inline-block; */
    font-family: var(--fontB);
    color: var(--maincolor);
    text-transform: uppercase;
    /* padding: 5px 70px; */
    font-size: 22px;
    font-family: var(--fontR);
    /* clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); */
    /* box-shadow: 0 6px 20px rgba(255,0,0,0.2); */
    /* border-radius: 6px; */
    margin-bottom: 10px;
}
.angled-title:hover {
    cursor: pointer;
    color: var(--yellow);
    transition: all 0.5s ease-in-out;
}
/* .angled-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 36px solid rgba(255, 255, 255, 0.15);
    border-left: 54px solid transparent;
    z-index: 1;
} */

/* .qc-right-fixed{
    position: relative;
    top: 10%;
    right: 13.5%;
    width: 17%;
} */
.pb-li li {
    padding-bottom: 14px;
    font-size: 14px;
}
/* .cat-news-wrapper .text-line-2{
    font-family: var(--fontR);
    font-size: 14px;
} */
.video_item_play {
    opacity: 0.75;
}
.cell-4-6.tab-cell-1-1.flex-container .text-line-6 {
    font-family: var(--fontR);
    font-size: 14px;
    text-align: justify;
}

.ablum-prev-button,
.video-prev-button {
    position: absolute;
    top: 37%;
    left: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-37%);
    background-color: #fff;
    box-shadow: 0 0 5px #9d9d9d;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    color: var(--textcolor);
    cursor: pointer;
    border-radius: 50%;
}

.ablum-next-button {
    position: absolute;
    top: 37%;
    right: 0; /* <-- Đặt bên phải */
    width: 40px;
    height: 40px;
    transform: translateY(-37%);
    background-color: #fff;
    box-shadow: 0 0 5px #9d9d9d;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    color: var(--textcolor);
    cursor: pointer;
    border-radius: 50%;
}

.video-next-button {
    position: absolute;
    top: 37%;
    right: 0; /* <-- Đặt bên phải */
    width: 40px;
    height: 40px;
    transform: translateY(-37%);
    background-color: #fff;
    box-shadow: 0 0 5px #9d9d9d;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    color: var(--textcolor);
    cursor: pointer;
    border-radius: 50%;
}
/* form login user */
.login-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 32px 24px;
    max-width: 400px;
    margin: auto;
}

.title-form-reg {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}

.login-box strong {
    display: block;
    font-size: 14px;
    color: #7f8c8d;
    text-align: center;
}

.frm {
    margin-top: 20px;
}

.line-frm {
    position: relative;
    margin-bottom: 20px;
}

.line-frm-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #95a5a6;
}

.login-box .frm-control {
    width: 100%;
    padding: 10px 10px 10px 36px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s ease;
}

.login-box .frm-control:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.4);
}

.btn-reg {
    display: block;
    width: 100%;
    background: var(--maincolor);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-reg:hover {
    background: #2980b9;
}
/* end form login */

.member-logout {
    float: right;
}
.lang[data-lang="vi"] .vi {
    display: none;
}
.lang[data-lang="vi"] .en {
    display: inline-block;
}

.lang[data-lang="en"] .en {
    display: none;
}
.lang[data-lang="en"] .vi {
    display: inline-block;
}
