:root {
    --Gradient-1: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    --color-styles-neutral-bw-black: #121212;
    --color-1: #005993;
}

@charset "utf-8";

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    overflow-x: hidden
}

body,
div,
ul,
li,
ol,
dl,
dt,
dd,
input,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
img,
p {
    margin: 0;
    padding: 0;
    border: none
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none
}

* {
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
}

.postContent .h1,
.postContent .h2,
.postContent .h3,
.postContent .h4,
.postContent .h5,
.postContent .h6,
.postContent h1,
.postContent h2,
.postContent h3,
.postContent h4,
.postContent h5,
.postContent h6 {
    margin-bottom: 1.5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.3;
    color: inherit;
    font-family: "Inter", sans-serif !important;
}

.postContent .h2,
.postContent h2 {
    font-size: 24px;
    font-family: "Inter", sans-serif !important;
}

.postContent .h3,
.postContent h3 {
    font-size: 20px;
    font-family: "Inter", sans-serif !important;
}

.postContent .h4,
.postContent h4 {
    font-size: 18px;
    font-family: "Inter", sans-serif !important;
}

.postContent .h5,
.postContent h5 {
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
}

.postContent p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif !important;
}

.postContent ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-family: "Inter", sans-serif !important;
}
.postContent * {
    font-family: "Inter", sans-serif !important;
}

.postContent li {
    list-style-type: disc;
    font-family: "Inter", sans-serif !important;
}

.postContent {
    font-size: 16px;
    line-height: 1.7;
    font-family: "Inter", sans-serif !important;
}

.postContent figcaption,
.postContent img {
    margin-bottom: 1rem;
}
.postContent table td {
    padding: 10px;
}

.po
figcaption {
    text-align: center;
    padding: 8px 15px;
    font-style: italic;
}

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

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

a:hover,
a:focus {
    text-decoration: none;
    color: #005993;
    outline: none;
    font-family: "Inter", sans-serif !important;
}

b,
strong {
    font-weight: 600;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #121212;
    line-height: 150%;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1190px;
        max-width: 1190px;
        padding: 0 15px;
        margin: auto;
    }
}

@media screen and (min-width: 1550px) {
    .container {
        width: 1270px;
        max-width: 1270px;
        padding: 0 15px;
        margin: auto;
    }
}

/*start css*/
/*index*/
.menu-mobi,
.header-top--right__buton {
    display: none;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
}

.header-top--right .header-top--right__menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.header-top--right .header-top--right__menu a {
    color: var(--color-styles-neutral-bw-black);
    line-height: 1.5;
    display: block;
}


.header-top--right .header-top--right__menu a:hover {
    background: var(--Gradient-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-top {
    padding: 16px 0;
}

.header-bottom__menu {
    display: flex;
    gap: 32px;
    margin-top: -1px;
}

.line-xam {
    border-top: 1px solid #DCDCDC;
}

.header-bottom__menu>li {
    position: relative;
    border-top: 3px solid #00000000;
    border-image-slice: 1;
    border-width: 3px;
    font-size: 18px;
}

.header-bottom__menu>li>a {
    padding: 21px 0 16px;
    display: block;
    font-weight: 500;
}

.header-bottom__menu li>ul {
    display: none;
    flex-wrap: wrap;
    width: 440px;
    position: absolute;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 32px;
    left: 0;
    top: 100%;
    gap: 24px;
}

.header-bottom__menu>li:hover {
    border-image-source: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
}

.header-bottom__menu li:hover>ul {
    display: flex;
    z-index: 1;
}

.header-bottom__menu li>ul li {
    width: calc(50% - 12px);
}

.header-bottom__menu a:hover,
.header-bottom__menu li:hover>a {
    background: var(--Gradient-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-bottom__menu .menu-item-has-children {
    position: relative;
    padding-right: 30px;
}

.header-bottom__menu .menu-item-has-children:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/icon/down-b.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header-bottom__menu .menu-item-has-children:hover:before {
    background: url(../images/icon/down-g.svg) center center no-repeat;
}

.header-bottom--button {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.header-bottom--button__mau {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%) border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.header-bottom--button__mau span {
    color: transparent;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-bottom--button__active {
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 12px 24px;
}

.header-bottom--button__active:hover {
    color: #fff;
    background: linear-gradient(90deg, #004886 -7.17%, #203E7D 25.27%, #313A7A 39.38%, #7B3361 84.52%, #BE2141 133.89%);
}

.banner-home--slider .slick-dots li button:before {
    content: '0';
    font-size: 16px;
    font-family: "Inter", sans-serif;
    position: relative;
    opacity: 1;
    color: #fff;
    margin-right: 1px;
    transition: all .235s;
}

.banner-home--slider .slick-dots li button {
    font-size: 16px;
    color: #fff;
    width: auto;
    height: auto;
    transition: all .235s;
    padding: 6px;
}

.banner-home--slider .slick-dots li {
    width: auto;
    height: auto;
}

.banner-home--slider .slick-dots li.slick-active button,
.banner-home--slider .slick-dots li.slick-active button:before {
    font-size: 22px;
    font-weight: 600;
}

.banner-home--slider .slick-dots {
    bottom: 10px;
}

#banner-home .banner-home--slider {
    margin-bottom: 0;
}

.hamberger-menu {
    display: none;
}

.header-top--left h1 {
    line-height: 0;
}

#solution-home {
    padding: 80px 0;
    position: relative;
}

#solution-home>img {
    position: absolute;
    left: 0;
    bottom: 42px;
    z-index: -1;
}

.list-solution {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

.list-solution--item {
    border-radius: 12px;
    background: linear-gradient(72deg, rgba(12, 73, 126, 0.80) 0%, rgba(14, 51, 135, 0.60) 60%, rgba(82, 21, 110, 0.56) 100%), #FFF;
    box-shadow: 5px 8px 12px 0 rgba(0, 0, 0, 0.10);
    color: #fff;
    position: relative;

}

.list-solution--item>div {
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(72deg, rgba(12, 73, 126, 0.80) 0%, rgba(14, 51, 135, 0.60) 60%, rgba(82, 21, 110, 0.56) 100%), #FFF;
    padding: 32px;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 280px;
}

.list-solution--item:before {
    content: '';
    width: 100%;
    height: 13px;
    top: -3px;
    left: 0;
    background: linear-gradient(90deg, #BE2141 -7.19%, #7B3361 19.37%, #313A7A 30.92%, #203E7D 67.88%, #004886 108.3%);
    position: absolute;
    border-radius: 12px 12px 0 0;
    z-index: 1;

}


.list-solution--item a:hover {
    color: #fff;
}

.list-solution--item:hover>div {
    border-radius: 12px;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    box-shadow: 5px 8px 12px 0 rgba(0, 0, 0, 0.10);

}

.list-solution--item h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.list-solution--item li {
    margin-bottom: 12px;
    transition: all .5s;
}

.list-solution--item li:hover {
    padding-left: 10px;
}

.list-solution--item>div>img {
    width: 225px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .5s;
}

.list-solution--item:hover>div>img {
    width: 240px;
}

#link-home {
    padding: 80px 0 104px;
    background: url(../images/home/bg-2.svg) center center no-repeat;
    background-size: contain;
}



.link-home--body-item {
    text-align: center;
}

.link-home--body-item__img {
    width: 230px;
    margin: auto;
    position: relative;
    background: url(../images/home/bg-g.png) center center no-repeat;
    background-size: contain;
    padding: 15px;
    max-width: calc(100% - 30px);
}

.link-home--body-item__img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/home/bg-g-2.png) center center no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.link-home--body-item__img a {
    z-index: 2;
    display: block;
    position: relative;
    transition: all .5s;
}

.link-home--body-item__img a img {
    transition: all .5s;
}

.link-home--body-item:hover .link-home--body-item__img a img {
    transform: scale(1.22) translateY(-15px);
}



.link-home--body-item:hover .link-home--body-item__img:before {
    opacity: 1;
}

.link-home--body-item h4 i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #005993 -7.19%, #005993 19.37%, #005993 30.92%, #005993 67.88%, #005993 108.3%);
    height: 42px;
    width: 42px;
    border-radius: 50%;
    transition: all .5s;

}

.link-home--body-item h4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}

.link-home--body-item:hover h4 i {
    background: linear-gradient(180deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
}

.link-home--body-item h4 i svg {
    transition: all .5s;
}

.link-home--body-item h4 span {
    transition: all .5s;
}

.link-home--body-item:hover h4 i svg {
    transform: rotate(-45deg);
}

.link-home--body-item h3 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 500;
}

.link-home--body-item:hover h3 a,
.link-home--body-item:hover h4 span {
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-home--body {
    padding: 50px 32px 32px;
    border-radius: 16px;
    border-top: 5px solid var(--Gradient-1, #004886);
    background: var(--White, #FFF);
    box-shadow: 30px 40px 60px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.link-home--body:before {
    content: '';
    width: 100%;
    height: 19px;
    top: -3px;
    left: 0;
    background: linear-gradient(90deg, #BE2141 -7.19%, #7B3361 19.37%, #313A7A 30.92%, #203E7D 67.88%, #004886 108.3%);
    position: absolute;
    border-radius: 15px 15px 0 0;
    z-index: -1;
}

.footer-line {
    border-top: 1px solid rgba(217, 217, 217, 0.10);
    margin: 32px 0;
}

#footer {
    background: var(--color-1);
    padding-top: 40px;
}

#footer .container {
    background: url(../images/home/bg-2.png) center bottom no-repeat;
    background-size: 100% auto;
}

#footer,
#footer a:hover {
    color: #fff;
}

.footer__gap-1 {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(217, 217, 217, 0.10);
    margin: 16px 0;
}

.footer--down-app img {
    height: 40px;
}

.footer--down-app ul {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.footer--hotline a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
}

.footer--sosial ul {
    display: flex;
    gap: 32px;
    margin-top: 8px;
}

.footer--sosial img {
    height: 32px;
}

.footer-copyright {
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer--location p {
    padding-left: 32px;
}

.footer--location h3:before {
    content: '';
    height: 24px;
    width: 24px;
    background: url(../images/home/location-ft.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
}

.footer--location h3 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    line-height: 150%;
}

.footer--location p {
    margin-bottom: 21px;
}

#banner-cb {
    background: #003A6E;
    background: -webkit-linear-gradient(90deg, rgba(0, 58, 110, 1) 0%, rgba(0, 118, 182, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 58, 110, 1) 0%, rgba(0, 118, 182, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 58, 110, 1) 0%, rgba(0, 118, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003A6E", endColorstr="#0076B6", GradientType=1);
}

.banner-cb--body {
    background: url(../images/ve-chung-toi.png) right center no-repeat;
    background-size: auto 100%;
    padding-bottom: 40px;
    padding-top: 183px;
    color: #fff;
    padding-right:40% ;
}


#banner-cb h1 {
    font-size: 32px;
    font-weight: 600;
}

#banner-cb a {
    color: #BDBDBD;
}



.tab-pane,
.ban-lanh-dao--tab-pane {
    display: none;
}

.tab-pane.active,
.ban-lanh-dao--tab-pane.active {
    display: block;
}

.tab-nav .current_page_item a,
.tab-nav a:hover {
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-nav .current_page_item a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    width: 100%;
}

#vct-box-2 {
    padding: 40px 0 128px;
    position: relative;
}

#vct-box-2:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 172px;
    height: 458px;
    background: url(../images/home/bg-1.svg) bottom left no-repeat;
    background-size: contain;
}

#vct-box-2:after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 0;
    width: 338px;
    height: 293px;
    background: url(../images/bg-vector-2.svg) bottom right no-repeat;
    background-size: contain;
    z-index: -1;
}






.cvt-tabs .tab-nav a {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    padding: 15px 0;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.cvt-tabs .tab-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
}

.tab-content {
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 24.84%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 74.69%, #FFF 100%), rgba(0, 89, 147, 0.06);
    box-shadow: 0 26px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 32px;
}

.lich-su-slider1 .item {
    font-size: 25px;
    text-align: center;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #DCDCDC;
}

.lich-su-slider1 .item:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon/vct-1.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.lich-su-slider1 .slick-current .item:before {
    background: url(../images/icon/vct-2.png) center center no-repeat;
    background-size: contain;
}



.lich-su-slider1 {
    padding: 0 50px;
}

.lich-su-slider1 .slick-track {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.lich-su-slider1 .slick-current .item span {
    leading-trim: both;
    text-edge: cap;
    font-size: 50px;
    font-style: normal;
    line-height: .8;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.slick-prev,
.slick-next {
    border: none;
    border-radius: 50%;
    z-index: 10;
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    padding-bottom: 3px;
    transition: all .5s;

}

.lich-su-slider1 .slick-prev {
    left: 0px;
}

.lich-su-slider1 .slick-next {
    right: 0px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.lich-su-slider1 .slick-prev:hover,
.lich-su-slider1 .slick-next:hover {
    transform: scale(1.3) translateY(-40%);
    background: #005993;
}

.lich-su-slider1 .slick-arrow:hover svg path {
    fill: #fff;
}

.cvt-tabs {
    z-index: 99;
    position: relative;
}

.ban-lanh-dao--tab-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.ban-lanh-dao--tab-nav>div {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #DCDCDC;
}



.ban-lanh-dao--tab-nav a.active,
.ban-lanh-dao--tab-nav a:hover {
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ban-lanh-dao--tab-nav a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    width: 100%;
}

.ban-lanh-dao--tab-nav a {
    color: #464646;
    padding: 15px 0;
    display: block;
    position: relative;
    position: relative;
    font-weight: 500;
}

.per-box--img {
    position: relative;
    text-align: center;
}

.per-box--img img {
    aspect-ratio: 183 / 250;
    max-height: 231px;
    object-fit: cover;
}

.per-box {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    /*background: url(../images/vct/line.svg) no-repeat;*/
    /*background-position: 0px 135px;
    background-size: 100% 145px;*/
    padding-bottom: 32px;
}

.per-box--img {
    position: relative;
}

.per-box--content h3 {
    font-size: 22px;
    color: #005993;
}

.per-box--content {
    padding-top: 11px;
    text-align: center;
}

.per-box--content p {
    font-weight: 300;
}

.ban-lanh-dao--tab-content {
    padding-top: 32px;
}

.modal {
    background: rgba(18, 18, 18, 0.30);
}

.modal-backdrop {
    display: none !important;
}

.per-box--modal .modal-dialog {
    width: 880px;
    max-width: calc(100% - 1rem);
}

.per-box--modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    position: relative;
}

.per-box--modal__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all .5s;
    z-index: 9;
}

.per-box--modal__close:hover {
    transform: rotate(180deg);
}

.per-box--modal__img {
    padding-left: 30px;
    padding-right: 95px;
    padding-bottom: 70px;
    position: relative;
    background: url(../images/vct/line.svg) no-repeat;
    background-position: 0px 139px;
    background-size: 100% 145px;
}

.per-box--modal__content .per-box--content {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.per-box--modal__content .per-box--content p {
    margin-top: 5px;
}

.giai-thuong-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 0;
}

.giai-thuong-list img {
    aspect-ratio: 256/300;
}

.sp-content h2 {
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 12px;
    border-left: 3px solid #004886;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    display: inline-block;
    line-height: 1.6;
}

.transaction-method {
    padding: 20px 0 32px;
}

.transaction-method--list {
    display: flex;
    align-items: center;
    gap: 88px;
    justify-content: center;
    padding: 16px;
}

.transaction-method--list img {
    width: 104px;
    display: block;
    margin: auto;
    margin-bottom: 16px;
}

.transaction-method--list a {
    display: inline-block;
    text-align: center;
}

.related-products {
    padding: 32px 0;
}

.related-products--list {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(5, 1fr);
}

.related-products--item {
    display: block;
    text-align: center;
    padding: 16px 0;
}

.related-products--item img {
    border-radius: 8px;
    height: 104px;
    width: 100%;
}

.related-products--item>a {
    display: block;
    /* padding: 0 20px; */
    margin-bottom: 16px;
}

.related-products--item h3 a {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.doi-ngu-form--tp {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 32px;
    margin-bottom: 32px;
}

.doi-ngu-form--tp__item input[type="radio"] {
    display: none;
}

.doi-ngu-form--tp label {
    cursor: pointer;
    padding: 12px 0;
    font-size: 20px;
}

.doi-ngu-form--tp__item input[type="radio"]:checked+label {
    font-weight: bold;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border-image-source: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    border-bottom: 3px solid #00000000;
    border-image-slice: 1;
    border-width: 3px;
}

.doi-ngu-form--list__item input,
.doi-ngu-form--list__item select {
    display: block;
    border-radius: 8px;
    border: 1px solid #DCDCDD;
    background: #F5F5F5;
    padding: 12px 13px;
    position: relative;
}

.doi-ngu-form--list__item-select,
.box-select {
    position: relative;
}

.doi-ngu-form--list__item-select:after,
.box-select:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon/down-b.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    right: 12px;
    transform: translateY(50%);

}

.doi-ngu-form--list__item button {
    background: var(--color-1);
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 12px 13px;
    border: 1px solid var(--color-1);
}

.doi-ngu-form--list__item {
    width: calc(100% / 5);
}

.doi-ngu-form--list {
    gap: 16px;
}

.doi-ngu-form--list__item b {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.doi-ngu--item__img-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.doi-ngu--item__img-info img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.doi-ngu--item__img-info a,
.doi-ngu--item__img-info button {
    width: 100%;
}

.doi-ngu--item__img-info h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.doi-ngu--item__img-info h5 span {
    font-weight: 400;
    margin-right: 5px;
}

.doi-ngu--item__img-info h5 {
    margin-bottom: 8px;
    font-size: 16px;
}

.doi-ngu--item__img-info h3 {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.doi-ngu--item {
    padding: 16px;
    margin-top: 32px;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    background: #fff;
    box-shadow: 0 64px 64px -48px rgba(15, 15, 15, 0.04);
}

.doi-ngu--item:hover {
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%) border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 64px 64px -48px rgba(15, 15, 15, 0.08);
}


.doi-ngu--item__number-info {
    border-radius: 4px;
    background: #FAFAFA;
    padding: 12px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.doi-ngu--item__number-info a {
    display: flex;
    gap: 8px;
    font-weight: 600;
}

.doi-ngu--item__number-info a:nth-child(2) {
    margin-top: 8px;
}

.doi-ngu--item__list-info li {
    padding: 12px 0 12px 10px;
    font-size: 14px;
    border-top: 1px solid #F5F5F5;
    list-style-type: disc;
    list-style-position: inside;
}

.doi-ngu--item .per-box--modal .modal-dialog {
    width: 960px;
    max-width: calc(100% - 1rem);
}

.doi-ngu--item .header-bottom--button__active {
    font-size: 14px;
}




.doi-ngu--item .doi-ngu--item__list-info li {
    list-style-type: none;
    position: relative;
    padding-left: 24px;
}

.doi-ngu--item .doi-ngu--item__list-info li:before {
    content: '';
    background: url(../images/icon/logo-vecter-1.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.doi-ngu--item .modal-dialog .modal-content {
    overflow: hidden;
}

.doi-ngu--item .modal-dialog .modal-content:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 130px;
    height: 248px;
    background: url(../images/home/bg-1.svg) bottom left no-repeat;
    background-size: contain;
    z-index: 1;
}

.doi-ngu--item .modal-dialog .modal-content:after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 0;
    width: 208px;
    height: 193px;
    background: url(../images/bg-vector-2.svg) bottom right no-repeat;
    background-size: contain;
    /*z-index: -1;*/
}

.doi-ngu--item__modal h4 {
    padding-left: 32px;
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.doi-ngu--item__modal h4 span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    font-size: 20px;
    color: #fff;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.doi-ngu--item__modal {
    border-left: 2px solid #F5F5F5;
    margin-top: 24px;
}

.doi-ngu--item .modal-dialog .modal-content .row {
    z-index: 2;
    padding: 16px;
}

.doi-ngu--item .modal-dialog .modal-content {
    max-height: calc(100vh - 40px);
    overflow: auto;
}

.doi-ngu--item .modal-dialog .modal-content .postContent {
    padding-left: 32px;
}


.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: var(--color-1);
    animation: l15 1s infinite linear;
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}

#load-more-an {
    display: none;
    z-index: 9999999;
    background: #f1f1f1e3;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#load-more-an.active {
    display: flex;
}

.tong-quan-item {
    margin-bottom: 30px;
}

.tong-quan-item .tong-quan-item--content>h3 {
    font-size: 24px;
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 8px;
}

.card-td {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 32px;
    z-index: 2;
    position: relative;
}

#td-form-search {
    border-radius: 6px;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    padding: 16px;
}

#td-form-search>h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
}

#td-form-search form {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

#td-form-search form input,
#td-form-search form select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    background: #F5F5F5;
}

#td-form-search .td-form-search--item {
    flex: 1;
    position: relative;
}

#td-form-search .td-form-search--item b {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

#td-form-search button {
    padding: 12px 24px;
    border-radius: 4px;
    background: var(--color-1);
    color: #fff;

}

.td-form-search--item-select:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon/down-b.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    right: 12px;
    transform: translateY(50%);
}

.td-form-search--item-input:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/icon-search-black.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    left: 12px;
    transform: translateY(50%);
}

#td-form-search .td-form-search--item-input input {
    padding-left: 44px;
}

.co-hoi-nghe-nghiep--list {
    display: flex;
    gap: 48px;
}

.co-hoi-nghe-nghiep--list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%) border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    position: relative;
}

.co-hoi-nghe-nghiep--list a span {
    z-index: 2;
}

.co-hoi-nghe-nghiep--list a img {
    margin-right: 12px;
}

.co-hoi-nghe-nghiep--list a i {
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
}

.co-hoi-nghe-nghiep--list a span:nth-child(2) {
    display: inline-block;
    padding: 4px 12px;
}

.co-hoi-nghe-nghiep--list a span:nth-child(2) i {
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;

    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.co-hoi-nghe-nghiep--list a svg {
    margin-left: 12px;
}

.co-hoi-nghe-nghiep--list a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 100%;
    background: url(../images/tuyen-dung/bg-td-3.png) left bottom no-repeat;
    background-size: contain;
}

.co-hoi-nghe-nghiep--list a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    height: 100%;
    background: url(../images/tuyen-dung/bg-td-4.png) right bottom no-repeat;
    background-size: contain;
}

.v-t-1 {
    margin: 48px 0 32px;
    display: inline-block;
}

.co-hoi-nghe-nghiep--list a:hover {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #004886 -7.17%, #203E7D 25.27%, #313A7A 39.38%, #7B3361 84.52%, #BE2141 133.89%);
}

.co-hoi-nghe-nghiep--list a:hover:after {
    background: url(../images/tuyen-dung/bg-td-2.png) left bottom no-repeat;
    background-size: contain;
}

.co-hoi-nghe-nghiep--list a:hover:before {
    background: url(../images/tuyen-dung/bg-td-1.png) left bottom no-repeat;
    background-size: contain;
}

.co-hoi-nghe-nghiep--list a:hover span:nth-child(2) {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.co-hoi-nghe-nghiep--list a:hover span i {
    color: #fff;
    background: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

.co-hoi-nghe-nghiep--list a:hover svg path {
    fill: #fff;
}

.td-dai-ngo--item {
    margin-bottom: 32px;
}

.td-dai-ngo--item>h2 {
    color: var(--color-1);
    leading-trim: both;
    text-edge: cap;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1;
}

.td-dai-ngo>.row {
    margin: 0 -25px;
    align-items: center;
}

.td-dai-ngo>.row .col-12 {
    padding: 0 25px;
}

.jobs-item {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #DCDCDC;
    background: #EFF8FF;
    margin-bottom: 32px;
    align-items: center;
}

.jobs-item:hover {
    border: 1px solid transparent;
    border-radius: 6px;
    background: linear-gradient(#EFF8FF, #EFF8FF) padding-box, linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%) border-box;
    background-clip: padding-box, border-box;
}

.jobs-item--content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.jobs-item--content ul {
    display: flex;
}

.jobs-item--content ul li {
    padding: 0 12px;
    border-left: 1px solid #DCDCDC;
    line-height: 1;
}

.jobs-item--content ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.jobs-item--content ul li span {
    color: #7C7C7C;
}

.jobs-item--content ul li b {
    font-weight: 400;
}

.jobs-item--content {
    flex: 1;
}

.vt2,
.jobs-detail--content h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: var(--color-1);
}

.jobs-detail--list ul li {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #DCDCDC;
}

.jobs-detail--list ul li:last-child {
    border-bottom: none;
}

.jobs-detail--list ul li span {
    width: 35%;
    display: inline-flex;
}

.jobs-detail--list ul li i {
    flex: 1;
    font-style: normal;
}

.jobs-detail--list ul li img {
    height: 24px;
    width: auto;
    margin-right: 8px;
}

.jobs-detail--list ul li b {
    font-weight: 600;
}

.jobs-detail-title {
    color: var(--color-1);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 48px;
}

.jobs-detail--sidebar {
    border-radius: 6px;
    background: #EFF8FF;
    padding: 24px;
}

.jobs-detail--sidebar__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.jobs-detail--sidebar__list {
    margin-top: 12px;
}

.jobs-detail--sidebar__list li img {
    height: 24px;
    width: auto;
}

.jobs-detail--content h3 {}

.jobs-detail--sidebar__form label {
    margin-bottom: 20px;
}

.jobs-detail--sidebar__form b {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.jobs-detail--sidebar__form span[data-name="cv-ung-vien"] {
    display: none;
}

.my_cv_btn {
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    margin-top: -18px;
}

.my_cv_btn>div {
    display: flex;
    border-radius: 100px;
    border: 1px solid var(--color-1);
    padding: 4px 16px;
    align-items: center;
}

.my_cv_btn>div span {
    font-size: 14px;
    border-right: 1px solid #00599320;
    padding: 3px 0;
    padding-right: 10px;
    margin-right: 10px;
}

.my_cv_btn>p {
    flex: 1;
    font-size: 12px;
    color: #3B3B3B;
    font-weight: 300;
}

.jobs-detail--sidebar__form input[type="submit"],
.form-ung-tuyen input[type="submit"] {
    border-radius: 4px;
    background: var(--Gradient-1, linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%));
    color: #fff;
    padding: 12px 24px;
    margin-top: 24px;
}

.form-ung-tuyen b {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-ung-tuyen input,
.form-ung-tuyen select {
    display: block;
    padding: 10px 16px;
    margin-bottom: 24px;
}

.form-ung-tuyen input[type="radio"] {
    display: inline-block;
}

.form-ung-tuyen .vt2 {
    margin-bottom: 20px;
}

.form-ung-tuyen input[type="file"] {
    display: none;
}

.form-ung-tuyen .wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-ung-tuyen .wpcf7-radio input {
    margin-right: 8px;
    cursor: pointer;
}

.ut-cv-file>div {
    border-radius: 10px;
    border: 2px dashed #DCDCDC;
    background: #EFF8FF;
    padding: 20px;
    text-align: center;
    margin: 8px 0;
}

.ut-cv-file>p {
    font-weight: 300;
    margin-bottom: 32px;
}

.sosial-right {
    position: fixed;
    top: 50%;
    right: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    transform: translateY(-50%);
    z-index: 10;
}

.sosial-right a {
    display: flex;
    align-items: center;
}

.sosial-right a span {
    display: none;
    margin-right: 8px;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 100px;
    border-radius: 999px;
    background: var(--Gradient-1, linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%));
    color: #fff;
    line-height: 1.2;
}

.sosial-right a:hover span {
    display: inline-block;
}

.sosial-right a img {
    height: 48px;
}

.cvt-tabs .tab-content>.tab-pane {
    background: url(../images/icon/bg-line-sang.png) center center no-repeat;
    background-size: 100% auto;
}

.ktdt--item>div {
    width: calc(50% + 1px);
    border-right: 2px solid #D9D9D9;
    padding: 20px 60px;
    padding-right: 72px;
    position: relative;
}

.ktdt--item {
    display: flex;

}

.ktdt--item:nth-child(2n) {
    justify-content: flex-end;

}

.ktdt--item:nth-child(2n)>div {
    border-right: none;
    border-left: 2px solid #D9D9D9;
    padding: 20px;
    padding-left: 100px;
}

.ktdt--item h2 {
    display: block;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 60px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%) border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 20px;
    color: var(--color-1);
    position: relative;
    margin-bottom: 26px;
    text-align: center;
}

.ktdt--item h2:before {
    position: absolute;
    content: '';
    background: url(../images/bg-phan-tich-1.svg) right top no-repeat;
    background-size: contain;
    width: 58px;
    height: 47px;
    z-index: -1;
    left: -22px;
    top: 50%;
}

.ktdt--item h2:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 1px;
    left: 100%;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    top: 50%;
}

.ktdt--item:nth-child(2n) h2:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    top: auto;
    bottom: 0;
    left: auto;
    right: calc(100% + 20px);
}

.ktdt--item h5 {
    font-size: 56px;
    font-weight: 900;
    color: var(--color-1);
    position: absolute;
    left: 20px;
    top: 0;
    line-height: .8;

}

.ktdt-box .heading-title {
    display: inline-block;
    margin-bottom: 42px;
}

.ktdt--item:nth-child(2n) h5 {
    left: 55px;
}

.ktdt--item>div:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background: url(../images/bg-phan-tich-2.png) right top no-repeat;
    background-size: contain;
    top: 35px;
    right: 0;
    transform: translateX(50%);
    z-index: 2;
}

.ktdt--item:nth-child(2n)>div:before {
    top: 56px;
    right: auto;
    left: -1px;
    transform: translateX(-50%);
    z-index: 2;
}

.ktdt--item:nth-child(1) {
    margin-bottom: -70px;
}

.ktdt--item .header-bottom--button__active {
    display: inline-block;
}

.item-sp-1__img img {
    height: 212px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.item-sp-1 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.item-sp-1__number {
    font-size: 56px;
    font-weight: 900;
    color: var(--color-1);
    line-height: .7;
}

.b20 {
    font-size: 20px;
}

.item-sp-1--content p {
    margin-bottom: 20px;
}

.item-sp-1--content a {
    display: inline-block;
}

#v-login-pop .modal-dialog {
    width: 560px;
    max-width: calc(100% - 1rem);
}

#v-login-pop .modal-dialog .modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    position: relative;
}

.v-form-login--body>h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 34px;
}

.v-form-login--body__input {
    position: relative;
    margin-bottom: 10px;
}

.v-form-login--body__input input {
    padding: 12px 40px;
    z-index: 2;
}

.v-form-login--body__input svg {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 1;
}

.v-form-login--body__ghi-nho {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 32px;
}

.v-form-login--body__ghi-nho a {
    color: var(--color-1);
}

.v-form-login--body button {
    border-radius: 4px;
    background: #005993;
    width: 100%;
    padding: 12px 40px;
    border: none;
}
.banner-cb--body nav{
    color: #BDBDBD;
}
.banner-cb--body nav span:last-child{
    color: #fff;
}

.logo_carousel {
    overflow-x: clip;
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.logo_carousel_track {
    display: flex;
    align-items: center;
    gap: 24px;
    will-change: transform;
}

.logo_carousel_track .logo_carousel_img {
    height: 100%;
    flex-shrink: 0;
    /*padding: 10px 30px;*/
    width: 220px;
    /*aspect-ratio: 16/9;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo_carousel_track .logo_carousel_img img {
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
    border-radius: 12px;
}

.logo_carousel_track .logo_carousel_img:hover img {
    filter: none;
    opacity: 1;
}
.header-top--right__search-icon{
    cursor: pointer;
}
.wp-search-vd input, .wp-search-vd button{
    padding: 15px 20px;
}
.wp-search-vd button{
    border: none;
}
.page-content .search-form{
    display: flex;
    margin-top: 20px;
}
.page-content .search-form .search-submit{
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 10px 20px;
    margin-left: 10px;
}

.page-content .search-form label input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 20px;
    outline: none;
}

.chi-duong-icon{
    position: absolute;
    right: 0;
    bottom: 12px;
}
.address-item{
    position: relative;
}















@media only screen and (max-width: 600px) {
    .logo_carousel_track .logo_carousel_img {
        width: 180px;
    }
    .logo_carousel {
        padding: 20px 0;
    }
}







@media screen and (max-width: 1550px) {
    #solution-home {
        padding: 70px 0;
    }

    .list-solution {
        gap: 28px;
    }

    .list-solution--item>div>img {
        width: 190px;
    }

    .list-solution--item:hover>div>img {
        width: 210px;
    }

    #link-home {
        padding: 70px 0 94px;
    }

    #solution-home>img {
        width: 150px;
        bottom: 32px;
    }

    .cvt-tabs .tab-nav a {
        font-size: 18px;
    }

    .lich-su-slider1 .slick-current .item span {
        font-size: 46px;
    }

    .per-box--content h3 {
        font-size: 20px;
    }

    .b2 {
        font-size: 22px !important;
    }

    .v-t-1 {
        margin: 40px 0 28px;
    }

    .per-box--modal__close svg {
        width: 20px;
    }

    .tong-quan-item .tong-quan-item--content>h3 {
        font-size: 22px;
    }

    .td-dai-ngo--item>h2 {
        font-size: 46px;
    }

    .jobs-item--content h3,
    #td-form-search>h3 {
        font-size: 22px;
    }

    .co-hoi-nghe-nghiep--list {
        gap: 30px;
    }

    .co-hoi-nghe-nghiep--list a img {
        width: 50px;
    }

    .jobs-detail-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
}




/*ipad-pro*/
@media screen and (max-width: 1199px) {

    .header-top--right .header-top--right__menu,
    .header-bottom {
        display: none;
    }

    .header-top--right__buton {
        display: flex;
    }

    /* menu mobile */
    .hamberger-menu {
        display: flex;

    }

    .menu-mobi {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 100%;
        right: 100%;
        top: 0;
        transition: .5s all;
        background: #fff;
        z-index: 999999;
    }

    .menu-mobi.active {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        transition: .5s all;
        background: #F5F5F5b0;
        z-index: 999999;
    }

    .menu-mobi1 {
        width: 80%;
        background: #F5F5F5;
    }

    .menu-mobi2 {
        width: 19.8%;
        height: 100%;
    }

    .main-menu-mobi--top {
        background: #FCFCFC;
        padding-bottom: 16px;
    }

    .main-menu-mobi ul li a {
        color: #fff;
        padding: 16px;
        display: inline-block;
        font-size: 16px;
        color: #121212;
    }

    .main-menu-mobi ul ul li a {
        padding: 8px 16px;
        font-size: 16px;
    }

    .main-menu-mobi.main-menu-mobi--top ul li a {
        font-size: 20px;
    }

    .arrrow {
        content: '';
        width: 24px;
        height: 24px;
        background: url(../images/icon/right-b.svg) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .arrrow.active {
        background: url(../images/icon/down-g.svg) center center no-repeat;
    }

    .main-menu-mobi.main-menu-mobi--bottom ul li.menu-item-has-children:before {
        width: 18px;
        height: 18px;
    }


    .menu-mobi-sosial ul {
        display: flex;
    }

    .main-menu-mobi ul ul {
        padding-left: 15px;
        display: none;
    }

    .main-menu-mobi ul>li.menu-item-has-children {
        position: relative;
    }

    .menu-mobi-sosial img {
        max-width: 50px;
    }

    .menu-mobi-nd {
        padding: 15px;
        color: #fff;
        margin-bottom: 30px;
    }

    .menu-mobi-nd h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    /* End menu mobile */
    .header-top {
        padding: 13px 0;
    }

    .menu-mobi--header {
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 16px;
    }

    .menu-mobi--header a img {
        height: 50px;
    }

    .main-menu-mobi ul>li.active>a {
        color: transparent;
        background: linear-gradient(90deg, #004886 -7.19%, #203E7D 19.37%, #313A7A 30.92%, #7B3361 67.88%, #BE2141 108.3%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menu-mobi--body {
        max-height: calc(100vh - 66px);
        overflow-y: auto;
    }

    .menu-mobi--ft {
        padding: 16px;
        display: none;
    }

    .menu-mobi--ft>div {
        padding-bottom: 16px;
    }

    .header-top--right {
        gap: 20px;
    }

    .list-solution--item>div>img {
        opacity: .4;
    }

    .list-solution {
        gap: 24px;
    }

    #solution-home {
        padding: 60px 0;
    }

    #link-home {
        padding: 60px 0 84px;
    }

    .list-solution--item>div>img {
        width: 170px;
    }

    .list-solution--item:hover>div>img {
        width: 200px;
    }

    .link-home--body-item__img {
        width: 200px;
    }

    .link-home--body-item h3 {
        font-size: 20px;
    }

    .link-home--body-item h4 i {
        height: 36px;
        width: 36px;
    }

    .footer--location p {
        margin-bottom: 16px;
    }

    .list-solution--item h2 {
        font-size: 22px;
    }

    .list-solution--item>div {
        padding: 22px;
    }

    .lich-su-slider1 .item {
        font-size: 22px;
    }

    .lich-su-slider1 .slick-current .item span {
        font-size: 40px;
    }

    .cvt-tabs .tab-nav a {
        font-size: 16px;
    }

    .lich-su-slider1 .slick-track {
        padding-bottom: 12px;
    }

    .related-products--list {
        gap: 20px;
    }

    .doi-ngu-form--list__item b {
        font-size: 14px;
    }

    .doi-ngu-form--list__item input,
    .doi-ngu-form--list__item select {
        font-size: 14px;
    }

    .doi-ngu-form--tp label {
        font-size: 18px;
    }

    .doi-ngu-form--tp {
        gap: 28px;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .doi-ngu--item__img-info h3 {
        font-size: 18px;
    }

    .co-hoi-nghe-nghiep--list a i {
        font-size: 16px;
    }

    .co-hoi-nghe-nghiep--list a span:nth-child(2) {
        padding: 4px 10px;
        font-size: 14px;
    }

    .co-hoi-nghe-nghiep--list {
        gap: 15px;
    }

    .co-hoi-nghe-nghiep--list a {
        padding: 10px;
    }

    .co-hoi-nghe-nghiep--list a img {
        width: 35px;
        margin-right: 5px;
    }

    .co-hoi-nghe-nghiep--list a svg {
        margin-left: 5px;
    }

    .jobs-item--content ul li {
        padding: 0 8px;
        font-size: 14px;
    }

    .jobs-item {
        padding: 20px;
    }

    #td-form-search form {
        align-items: flex-end;
        gap: 16px;
    }

    .jobs-detail-title {
        font-size: 26px;
    }

    .ktdt--item h2 {
        font-size: 18px;
    }

    .ktdt--item h5 {
        font-size: 40px;
        left: 16px;
    }

    .ktdt--item>div {
        padding: 20px 40px;
        padding-right: 60px;
    }

    .ktdt--item h2:after {
        width: 60px;
    }

    .ktdt--item:nth-child(2n)>div {
        padding: 20px;
        padding-left: 80px;
    }

    .ktdt--item:nth-child(2n) h2:after {
        width: 60px;
    }

    .item-sp-1__img img {
        height: 180px;
    }

    .item-sp-1__number {
        font-size: 46px;
    }
    .banner-cb--body {
        padding-right: 0;
    }


}

/* end-ipad-pro*/

/*ipad*/
@media screen and (max-width: 967px) {
    .header-top--left img {
        height: 50px;
    }

    .header-top {
        padding: 10px 0;
    }

    .footer--sosial {
        margin-bottom: 32px;
    }

    .link-home--body {
        padding: 30px 20px 22px;
    }

    .list-solution--item h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .list-solution--item>div {
        padding: 20px;
    }

    .list-solution--item li {
        margin-bottom: 6px;
    }

    #link-home {
        padding: 40px 0 64px;
    }

    #solution-home {
        padding: 40px 0;
    }

    .cvt-tabs .tab-nav {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cvt-tabs .tab-nav li {
        flex: 0 0 auto;
        padding: 0 16px;
    }

    .per-box {
        padding-left: 20px;
        padding-right: 20px;
        /*background: url(../images/vct/line.svg) no-repeat;
        background-position: 0px 146px;
        background-size: 100% 130px;*/
    }

    .per-box--content h3 {
        font-size: 18px;
    }

    .box-order-1 {
        order: 2;
    }

    .box-order-2 {
        order: 1;
    }

    .tong-quan-item .tong-quan-item--content>h3 {
        font-size: 20px;
    }

    .card-td {
        padding: 20px;
    }

    #td-form-search form {
        padding: 0;
    }

    .co-hoi-nghe-nghiep--list {
        gap: 15px;
        flex-wrap: wrap;
    }

    .co-hoi-nghe-nghiep--list a img {
        width: 40px;
        margin-right: 15px;
    }

    .header-bottom--button__mau {
        padding: 10px 20px;
    }

    .jobs-item--content ul {
        flex-wrap: wrap;
    }

    .jobs-item--content ul li {
        margin-bottom: 10px;
    }

    .jobs-item--content h3,
    #td-form-search>h3 {
        font-size: 20px;
    }

    .jobs-detail-title {
        font-size: 20px;
    }

    .vt2,
    .jobs-detail--content h3 {
        font-size: 18px;
    }

    .jobs-detail--sidebar {
        margin-top: 20px;
    }

    .jobs-detail--sidebar__form label {
        width: 100%;
    }

}

/*end-ipad*/
/*mobile*/
@media screen and (max-width: 767px) {

    .header-top--right__lang,
    .header-bottom--button .header-bottom--button__mau {
        display: none
    }

    .menu-mobi1 {
        width: 100%;
        background: #F5F5F5;
    }

    .menu-mobi2 {
        display: none;
    }

    .menu-mobi--ft {
        display: block;
    }

    .header-top--right {
        gap: 12px;
    }

    .header-bottom--button__active {
        font-size: 12px;
        padding: 10px 16px;
    }

    .header-top--left img,
    .menu-mobi--header a img {
        height: 38px;
    }

    .header-top {
        padding: 8px 0;
    }

    .list-solution {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .link-home--body .row {
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .link-home--body .row>.col-12 {
        min-width: 80%;
        width: 80%;
        max-width: 80%;
    }

    .footer--location h3 {
        font-size: 18px;
    }

    .footer-line {
        display: none;
    }

    .footer--location p {
        margin-bottom: 24px;
    }

    .footer-copyright {
        font-size: 14px
    }

    .lich-su-slider1 {
        padding: 0 30px;
    }

    .tab-content {
        padding: 15px;
    }

    .banner-cb--body {
        background: url(../images/ve-chung-toi.png) right bottom no-repeat;
        background-size: auto 60%;
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 90px;
        color: #fff;
    }

    .ban-lanh-dao--tab-nav>div {
        overflow-x: auto;
        /* padding-bottom: 20px; */
    }

    .ban-lanh-dao--tab-nav a {
        flex: 0 0 auto;
    }

    .per-box--modal__close {
        top: 15px;
        right: 15px;
        transition: all .5s;
    }

    .per-box--modal__close svg {
        width: 20px;
        height: 20px;
    }

    .per-box--modal__img {
        padding-left: 10px;
        padding-right: 50px;
        padding-bottom: 45px;
        position: relative;
        background: url(../images/vct/line.svg) no-repeat;
        background-position: 0px 137px;
        background-size: 100% 146px;
    }

    .per-box--modal .modal-dialog .modal-content {
        padding: 30px 20px;
    }

    .giai-thuong-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding: 20px 0;
    }

    .related-products--list {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .transaction-method--list {
        gap: 30px;
        padding: 16px 0;
    }

    .doi-ngu--item__modal h4 span {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .doi-ngu--item__modal h4 {
        font-size: 18px;
        padding-left: 24px;
    }

    .doi-ngu--item .modal-dialog .modal-content .postContent {
        padding-left: 24px;
    }

    .doi-ngu-form--list {
        flex-wrap: wrap;
    }

    .doi-ngu-form--list__item {
        width: calc((100% - 16px) / 2);
    }

    .doi-ngu-form--list__item:last-child {
        width: 100%;
    }

    .doi-ngu-form--tp {
        gap: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .doi-ngu-form--tp label {
        font-size: 16px;
    }

    .doi-ngu--item__number-info {
        padding: 20px;
    }

    .tong-quan-item .tong-quan-item--content>h3 {
        font-size: 18px;
    }

    #td-form-search form {
        display: block;
    }

    #td-form-search .td-form-search--submit button {
        width: 100%;
    }

    #td-form-search .td-form-search--item {
        margin-bottom: 20px;
    }

    .jobs-item--content h3,
    #td-form-search>h3 {
        font-size: 18px;
    }

    .td-dai-ngo--item>h2 {
        font-size: 40px;
    }

    .postContent .h3,
    .postContent h3 {
        font-size: 18px;
    }

    .jobs-item {
        display: block;
    }

    .jobs-item--content ul li {
        padding: 0;
        border: none;
        font-size: 16px;
    }

    .jobs-item .header-bottom--button__mau {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    #banner-cb h1 {
        font-size: 26px;
    }

    #vct-box-2 {
        padding: 40px 0 60px;
    }

    .sosial-right {
        position: fixed;
        top: auto;
        bottom: 16px;
        right: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
        transform: translateY(0%);
        z-index: 10;
    }

    .ktdt--item>div {
        width: 100%;
    }

    .ktdt--item:nth-child(1) {
        margin-bottom: 0;
    }

    .ktdt--item:nth-child(2n)>div {
        border-right: 2px solid #D9D9D9;
        border-left: none;
        padding: 20px;
        /*padding-left: 100px;*/
    }

    .ktdt--item:nth-child(2n)>div:before {
        top: 35px;
        right: 0;
        left: auto;
        transform: translateX(50%);
        z-index: 2;
    }

    .ktdt--item:nth-child(2n) h2:after {
        content: '';
        height: 1px;
        left: 100%;
        top: 50%;
        width: 60px;
        right: auto;
    }

    .ktdt--item:nth-child(2n)>div {
        padding: 20px 40px;
        padding-right: 60px;
    }

    .ktdt--item:nth-child(2n) h5 {
        font-size: 40px;
        left: 16px;
    }

    .item-sp-1__img img {
        height: 200px;
    }

    .item-sp-1__number {
        font-size: 46px;
    }

    .item-sp-1 {
        display: block;
    }

    .item-sp-1__number {
        margin-bottom: 20px;
    }

    .item-sp-1--content h3 a {
        font-size: 18px;
        font-weight: 600 !important;
        display: block;
        margin-top: 20px;
    }

    .v-form-login--body>h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    #v-login-pop .modal-dialog .modal-content {
        padding: 20px;
    }

    .v-form-login--body__ghi-nho {
        padding: 13px 0 26px;
    }
    #vct-box-2:before{
        height: 340px;
        z-index: -1;
    }
    #vct-box-2:after {
        width: 100%;
        height: 250px;
    }
    .menu-sidebar .menu-item ul li {
        background: none !important;
    }

}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px;
}