:root {
    --key-color: #0068B0;
}

@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
}

.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;
}

a:not([href]):not([tabindex]) {
    color: #000;
}

.suggest-suitable-cards-btn {
    border-radius: 49px;
    background: var(--color-primary);
    color: #fff !important;
    padding: 12px 30px 16px 30px;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
}

.postContent .h2,
.postContent h2 {
    font-size: 24px;
}

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

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

.postContent .h5,
.postContent h5 {
    font-size: 14px;
}

.postContent p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.postContent ul {
    display: block;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.postContent ol {
    display: block;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.postContent li {
    list-style-type: disc;
    margin-bottom: 12px;
}

.postContent ol li {
    list-style-type: auto;
}

.postContent li::marker {
    font-size: 90%;
}

.postContent {
    font-size: 16px;
    line-height: 1.7;
}

.postContent table {
    width: 100%;
    max-width: 100%;
}

.postContent table td {
    border: 1px solid;
    padding: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

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: var(--key-color);
    outline: none;
}

body {
    font-family: UTM Avo;
    position: relative;
    color: #4F4F4F;
    font-size: 18px;
    font-weight: 400;
    line-height: 166.667%;
}

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

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


/*
@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvo-Italic.eot');
    src: url('../fonts/UTMAvo-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvo-Italic.woff2') format('woff2'),
        url('../fonts/UTMAvo-Italic.woff') format('woff'),
        url('../fonts/UTMAvo-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvo.eot');
    src: url('../fonts/UTMAvo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvo.woff2') format('woff2'),
        url('../fonts/UTMAvo.woff') format('woff'),
        url('../fonts/UTMAvo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvoBold.woff2') format('woff2'),
        url('../fonts/UTMAvoBold.woff') format('woff'),
        url('../fonts/UTMAvoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvo-BoldItalic.eot');
    src: url('../fonts/UTMAvo-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvo-BoldItalic.woff2') format('woff2'),
        url('../fonts/UTMAvo-BoldItalic.woff') format('woff'),
        url('../fonts/UTMAvo-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

*/
@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/avo/UTMAvoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/avo/UTMAvo-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/avo/UTMAvo-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/avo/UTMAvo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*start css*/
/*index*/

#header-1 {
    background: var(--key-color);
    position: relative;
}

#header-1:after {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    /*    transform: rotate(-45deg);*/
    background: linear-gradient(-45deg, #ffffff00 50%, #0068B0 50%) no-repeat;
}

.header-1--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.header-1--box>div {
    width: calc(100% / 3);
}

.header-1--box__right a:hover {
    color: #fff;
}

.header-1--box .header-1--box__right {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.31px;
    justify-content: flex-end;
}

.header-1--box .header-1--box__right a {
    color: #fff;
}

.header-1--box .header-1--box__right>div select,
.header-1--box .header-1--box__right>div select option {
    background: #fff;
    color: var(--key-color);
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 6px;
    text-transform: uppercase;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;

}
.header-1--box .header-1--box__right>div select option {
    font-size: 14px;

}

.tool-table {
    font-size: 20px;
}

.tool-table td,
.tool-table th {
    width: calc(100% / 4);
    padding: 8px;
}

.tool-table thead th {
    vertical-align: middle;
    background: var(--key-color);
    color: #fff;
    font-size: 19px;
}

.tool-table thead th:nth-child(5),
.tool-table thead th:nth-child(3) {
    min-width: 170px;
}

#tool-page {
    padding-bottom: 135px;
}

#tool-page .col-md-7 {
    padding-right: 0;
}

#tool-page .col-md-5 {
    padding-left: 135px;
}

#tool-page h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 38px;
}

#tool-page .postContent img {
    margin-top: 30px;
    width: 100%;
}








#header-2 {
    padding: 40px 0 28px;
}

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

.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 19px;
}

.main-menu a {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.45px;
    color: #000;
    padding: 10px 0;
    display: inline-block;

}


.header-2--box-right a {
    margin: 0 10px 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.45px;
    color: #0067AC;
}



.header-2--box-right .header-2--box-right__login {
    padding: 10px 20px;
    background: var(--key-color);
    color: #fff;
    margin: 0;
    border-radius: 30px;
    display: inline-block;
}


.header-2--box-right .header-2--box-right__login span {
    color: #fff;
    margin-left: 8px;
}

.header-2--box-right a.button {
    border-radius: 50px;
    border: none;
    padding: 11px 8px 13px 14px;
    line-height: 0;
    cursor: pointer;
    background: #F1F5FA;

}

.header-2--box-right a.button img {
    margin-right: 6px;
}

.header-1--box__center h1 {
    line-height: 0;
}

.header-1--box__center a {
    display: block;
}



#footer {
    overflow: hidden;
    background: #F0F0F1;
    padding-top: 57px;
}

.footer-copyright {
    padding: 32px 0 40px;
    border-top: 1px solid var(--key-color);
    margin-top: 50px;
    line-height: 100%;
}

.sosial-menu {
    display: flex;
    gap: 16px;
}

.footer-body--right {
    display: flex;
    justify-content: space-between;
}

.footer-body--5 img {
    width: 121px;
}

.footer-body--right h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: var(--key-color);
    margin-bottom: 40px;
}


.footer-body--right ul li {
    margin-bottom: 15px;
    line-height: 40px;
}

.footer-body--5 p {
    margin-bottom: 33px;
}

.footer-body--5 p span {
    display: inline-block;
    margin: 0 19px;
}

.footer-body--5 {
    text-align: right;
}

.footer-body--right {
    padding-top: 15px;
}

.footer-body--1 a img {
    margin-bottom: 34px;
}

.footer-body--1 .sosial-menu a img {
    margin-bottom: 0;
}

.footer-body--1 p {
    margin-bottom: 28px;
}

.footer-body--1 p a {
    color: var(--key-color);
}

.main-menu-mb,
.header-2--box-mb,
.footer-body--1 .footer-body--5 {
    display: none;
}


.main-menu>li>ul {
    display: none;
    width: 416px;
    border-radius: 10px;
    background: #FFF;
    z-index: 9;
    box-shadow: 0 0 20px #001d3126;
}

.main-menu li {
    position: relative;
}

.main-menu>li:hover>ul {
    display: flex;
    flex-wrap: wrap;
    width: 416px;
    border-radius: 10px;
    background: #FFF;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 9px 24px 7px;
}

.main-menu>li>ul {
    margin: 0 -7.5px;

}

.main-menu>li>ul>li {
    margin: 0 7.5px;
}

.main-menu>li>ul>li {
    width: calc((100% / 2) - 15px);
}

.main-menu>li>ul>li>a,
.main-menu>li>ul>li>a:not([href]):not([tabindex]):focus,
.main-menu>li>ul>li>a:not([href]):not([tabindex]):hover,
.main-menu>li>ul>li>a:not([href]):not([tabindex]) {
    color: var(--key-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0 8px;
}


.main-menu ul>li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-menu ul>li {

    position: relative;
    display: block;
    line-height: 1;

}

.main-menu ul ul li:before {
    content: "";
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 8px;
}

.main-menu ul ul li a {
    padding: 4px 0;
}

.main-menu ul ul>li {
    padding-left: 20px;
}

.main-menu>li>ul>li {
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 12px;
}

.main-menu>li>ul>li:last-child,
.main-menu>li>ul>li:nth-last-child(2) {
    border-bottom: 0;
}

.mobi {
    display: none;
}

.home-list-fn--list {
    border-radius: 100px;
    background: #00A4E0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    height: 85px;
}

.home-list-fn--list button {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0 35px 0 25px;
    transition: all .5s;
    padding-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
}

.home-list-fn--list button.pull-right {
    left: auto;
    right: 0;

}

#home-list-fn {
    padding-top: 63px;
    padding-bottom: 37px;
}

.home-list-fn--list button.slick-disabled {
    display: none !important;
}

.home-list-fn--list button.pull-left svg {
    transform: rotate(180deg);
}

.home-list-fn--list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    height: 100%;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    padding: 0 15px;
}

.home-list-fn--list__item:hover {
    background: #0068B0;
}

.home-list-fn--list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    height: 100%;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    padding: 0 15px;
}

/*.home-list-fn--list__item a:hover{
    background: #0068B0;
}
*/
.home-list-fn--list div {
    height: 85px;
    padding: 0;
}

.home-list-fn--list__item a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 46px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-list-fn--list__item a:hover:after,
.slick-slide:hover+.slick-slide .home-list-fn--list__item a:after {
    content: none;
}

.home-list-fn--list .slick-slide:first-child .home-list-fn--list__item a:after {
    content: none;
}

.title-home {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 46px;
}

.title-home span {
    color: var(--key-color);
}

.promotion-list-home--item a img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.promotion-list-home,
.row-58 {
    margin: 0 -28px;
}

.promotion-list-home>.col-6,
.row-58>div {
    padding: 0 28px;
}

.promotion-list-home--item__content {
    padding: 28px 15px 39px 25px;
    background: #F0F0F1;
}

.promotion-list-home--item__content h3 a {
    color: var(--key-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
    height: 87px;
    overflow: hidden;
}

.promotion-list-home--item__content>a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.blog-pagination a,
.blog-pagination span {
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 0 10px;
}

.blog-pagination span.page-numbers.current,
.blog-pagination a:hover {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(-45deg, var(--key-color) 90%, #fff 50%) no-repeat;
}

.blog-pagination .pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.list-all,
#news-home .row {
    margin: 0 -28px;
}

.list-all>.col-6,
#news-home .row>.col-12 {
    padding: 0 28px;
}

.list-all--item {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 35px 27px 33px;
    align-items: center;
    background: #F3F4F6;
    margin-bottom: 41px;
}

.list-all--item h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.list-all--item a {
    color: var(--key-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}

.list-all--item:hover {
    background: var(--key-color);
}

.list-all--item:hover a,
.list-all--item:hover h3 {
    color: #fff;
}

.list-all-home .list-all--item:hover img {
    filter: brightness(0) invert(1);
}

#home-store .title-home {
    margin-bottom: 56px;
}

.news-home-key__img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.news-home-key__title {
    display: block;
    overflow: hidden;
    margin: 16px 0 32px;
    color: #000;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
}

.news-home-key p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.news-home--item {
    display: flex;
    gap: 22px;
}

.news-home--item .news-home--item__img img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    display: block;
    margin-top: 9px;
}

.news-home--item .news-home--item__content {
    flex: 1;
}

.news-home--item__content a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
}

.news-home--item__content p {
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
}

.news-home-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% + 14px);
    margin-top: -14px;
}

.news-home-list .blog-pagination .pagenavi {
    padding: 0;
    padding-top: 15px;
}

#news-home {
    padding-bottom: 135px;
    margin-top: 40px;
}

.slick-current .home-list-fn--list__item a:after {
    content: none;
}

/*Account-page*/
#account-list-page .title-home {
    margin-top: 41px;
    margin-bottom: 42px;
}

#account-list-page {
    padding-bottom: 51px;
}

.account-list--item {
    background: #F3F4F6;
    height: 100%;
    position: relative;
    font-size: 20px;
}

.account-list--item ul {
    padding: 25px 47px 84px 33px;
}

.account-list--item ul li {
    padding-left: 20px;
    position: relative;
    color: #4F4F4F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.account-list--item ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4F4F4F;
    position: absolute;
    top: 15px;
    left: 0;
}

.account-list--item__more-details {
    position: absolute;
    left: 33px;
    bottom: 29px;
    color: #0067AC;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}

.account-list--item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.account-list--item__title {
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.account-cate-title--main {
    height: 400px;
    padding: 50px 50% 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.account-cate-title--main div {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    color: #000;
}

.account-cate-title--main h1 {
    color: var(--key-color);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 9px;
    display: block;
    margin-bottom: 16px;
}

.back-page a {
    display: flex;
    gap: 20px;
    margin-top: 38px;
    margin-bottom: 33px;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    line-height: 140%;
}

.account-cate-list a {
    border-radius: 49px;
    background: #0067AC;
    color: #fff;
    padding: 16px 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.account-cate-list .list-all--item:hover a {
    background: #fff;
    color: #0067AC;
}

.account-cate-list .list-all--item:hover img {
    filter: brightness(0) invert(1);
}

#account-cate {
    padding-bottom: 200px;
}

#content-main .postContent {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.content-main--item {
    display: flex;
    padding: 35px 0;
    border-bottom: 1px solid #F3F4F6;
}

#content-main .content-main--item:last-child {
    border-bottom: none;
}

.content-main--item__title {
    flex: 1;
    padding-right: 20px;
}

.content-main--item__title h3 {
    color: var(--key-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-main--item__right {
    width: 751px;
    padding-top: 10px;
}

#detail-account-main {
    padding-bottom: 100px;
}

/*End Account-page*/
#career-list-page {
    padding-bottom: 200px;
}

#career-list-page .account-list--item ul {
    padding-bottom: 120px;
}

#career-list-page .title-home {
    margin: 40px 0;
}

.search-career {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 52px;
}

.search-career>div {
    width: calc(((100% - 215px) /3) - 24px);
}

.search-career input {
    width: 100%;
    height: 67px !important;
    background: #F3F4F6;
    border-radius: 0;
    border: none;
    padding-left: 45px;
    padding-right: 31px;
    outline: none;
}

.search-career button {
    width: 191px;
    height: 67px;
    flex-shrink: 0;
    background: var(--key-color);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    gap: 25px;
    border: none;
    color: #fff;
    color: #FFF;
    font-size: 20px;
    line-height: 140%;
    border-radius: 0;
}

.select-selected {
    padding-left: 45px;
    padding-right: 31px;
    cursor: pointer;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.v-select {
    position: relative;
    width: 100%;
}

.v-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background: #F3F4F6;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: url(../images/career/up-icon.svg);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    line-height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/

.select-items div {
    padding: 12px 0;
    border-bottom: 1px solid transparent;
    border-color: #828282;
    cursor: pointer;
    user-select: none;

}

.select-selected {
    cursor: pointer;
    user-select: none;
    padding-left: 45px;
    padding-right: 45px;

}

/*style items (options):*/
.select-items {
    position: absolute;
    background: #F3F4F6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 14px;
    height: 227px;
    overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background: #F3F4F6;
}


.select-items::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.select-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--key-color);
}

.select-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.select-items div:hover {
    border-bottom: 1px solid var(--key-color);
}

.list-career--item {
    background: #F0F0F1;
    height: 100%;
}

.list-career--item__content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

#list-career-box .row-58>div {
    margin-bottom: 52px;
}

.list-career--item__content {
    padding: 9px 27px 46px;
    color: #000;
    font-size: 20px;
    line-height: normal;
}

.list-career--item__content>a {
    display: block;
    color: var(--key-color);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    margin-top: 40px;
}

.list-career--item__img img {
    height: 245px;
    width: 100%;
    object-fit: cover;
}

#list-career-box .blog-pagination {
    margin-bottom: 200px;
}

.career-application-instruction-main--content {
    padding-bottom: 140px;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F500;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d2d2d6;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F500;
}

#quick-chat {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.quick-menu {
    border-radius: 15px 0px 0px 15px;
    background: var(--key-color);
    color: #fff;
}

.quick-menu--item a,
.quick-menu--item.quick-menu--title {
    height: 47px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    transition: all 0.5s;
}

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

.quick-menu--item img {
    width: 35px;
    height: 23px;
}

.quick-menu--item a span {
    /*    transition: all 0.235s;*/
    width: 0;
    opacity: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quick-menu--item.quick-menu--title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-top: none;
}

.quick-menu--item strong {
    width: 22px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    border-top: none;
    line-height: 0;
}

.quick-menu:hover .quick-menu--item a {
    padding: 0 14px 0 14px;
    justify-content: flex-start;
    gap: 12px;
}

.quick-menu:hover .quick-menu--item a span {
    width: 100%;
    opacity: 1;
    color: #FFF;
    flex: 1;
}

.back-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suggest-card-button {
    height: 66px;
    flex-shrink: 0;
    padding: 0 35px;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: #0067AC;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.suggest-card-pop__bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

#suggest-card-pop {
    display: none;
}

#suggest-card-pop.active {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
}




.suggest-card-pop--body__title {
    color: var(--key-color);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 32px 15px 24px;
}

.suggest-card-pop--body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 906px;
    max-width: calc(100% - 30px);
    background: #fff;
    padding: 0 56px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.scroll-key::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll-key::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--key-color);
}

.scroll-key::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.suggest-card-pop--body__close {
    display: inline-flex;
    padding: 23px 37px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .235s ease;
}

.suggest-card-pop--body__close svg {
    transition: .235s ease;
}

.suggest-card-pop--body__close:hover svg {
    transform: rotate(180deg);
}

.suggest-card-pop--body h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.suggest-card-pop--body .v-select {
    display: block;
    margin-top: 22px;
    margin-bottom: 56px;
}

.suggest-card-pop--body .v-select .select-selected {
    padding: 17px 37px 21px;
    border-radius: 10px;
    font-size: 20px;
    color: var(--key-color);
}

.suggest-card-pop--body .select-items {
    position: relative;
    background: #F3F4F6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: auto;
    max-height: 600px;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
    padding-bottom: 11px;
}

.suggest-card-pop--body .v-select .select-selected.select-arrow-active {
    border-radius: 10px 10px 0 0;
}

.suggest-card-pop--body .select-items div {
    border-bottom: 1px solid #828282;
}

.suggest-card-pop--body .select-items div:hover {
    border-bottom: 1px solid var(--key-color);
}

.suggest-card-pop--body .select-items div:last-child {
    border-bottom: none;
}

.suggest-card-pop--body .select-items div:first-child {
    border-top: 1px solid #828282;
}

.suggest-card-pop--body .select-selected:after {
    top: 10px;
}

.suggest-card-pop--body .select-selected:after {
    top: 30px;
    transform: scale(1.5);
}

.suggest-card-pop--body .select-selected.select-arrow-active:after {
    transform: scale(1.5) rotate(180deg);

}

.suggest-card-pop--body__button-find {
    text-align: center;
}

.suggest-card-pop--body__button-find button {
    padding: 16px 78px 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 49px;
    background: #0067AC;
    margin: auto;
    display: inline-block;
    margin-bottom: 37px;
}

.suggest-card-pop--body__result .list-all--item {
    width: 369px;
    max-width: calc(100% - 30px);
    margin: 18px auto 46px;
}

.suggest-card-pop--body__result .register-now {
    border-radius: 49px;
    background: #0067AC;
    color: #fff;
    padding: 16px 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.suggest-card-pop--body__result .list-all--item:hover {
    background: #F3F4F6;
}

.suggest-card-pop--body__result .list-all--item {
    padding-left: 50px;
    padding-right: 50px;
}

.suggest-card-pop--body__result .list-all--item:hover a {
    color: var(--key-color);
}

.suggest-card-pop--body__result .list-all--item:hover a.register-now {
    color: #fff;
}

.suggest-card-pop--body__result .list-all--item:hover h3 {
    color: #000000;
}

.suggest-card-pop--body__result {
    padding-top: 30px;
    border-top: 1px solid #828282;
    margin-top: 11px;
    display: none;
}

.suggest-card-pop--body__result.active {
    display: block;
}

.slick-dots {
    bottom: 12px;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0px;
    background: #fff;
    border-radius: 50%;
    transition: all .235s;
}

.slick-dots li.slick-active button {
    width: 41px;
    height: 11px;
    padding: 0px;
    border: 0;
    background: #fff;
    border-radius: 20px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 11px;
    padding: 0;
}

.post-list--item {
    background: #F0F0F1;
    margin-bottom: 50px;
}

.post-list--item img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.post-list--item__content {
    padding: 28px 25px 23px;
}

.post-list--item__content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    height: 145px;
    overflow: hidden;
    margin-bottom: 5px;
}

.post-list--item__content>a {
    font-size: 20px;
    line-height: 140%;
    color: var(--key-color);
    text-decoration: underline;

}

.page-title {
    text-transform: uppercase;
}

#cate-content h1.page-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 160%;
    text-align: left;
    color: #000;
    margin: 50px 0;
    text-align: center;
    text-transform: uppercase;

}

.color-w div,
.color-w h1 {
    color: #fff;
}

.title-page-single .account-cate-title--main {
    height: 580px;
}

.drop-down-title {
    cursor: pointer;
}

.btn-card-registrantion {
    display: inline-flex;
    margin-top: -13px;
    padding-left: 74px;
    padding-right: 74px;
}

.btn-card-registrantion:hover {
    color: #fff;
}




/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: var(--key-color);
    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;
}

#card-list-cate .list-all--item {
    height: 587px;
}

.main-menu li:hover>a,
.main-menu .current-menu-parent>a,
.main-menu .current-menu-ancestor>a,
.main-menu .current-menu-item>a {
    color: var(--key-color) !important;
}

.insurance-cate .list-all--item img {
    max-height: 150px;
    max-width: 80%;
}

.postContent ul.logo-hang {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    margin: 0 -20px;
    align-items: center;
}

.logo-hang li {
    list-style: none;
    position: relative;
    padding: 0 20px;
}

.logo-hang li:after {
    content: '';
    background: #F3F4F6;
    height: 63px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo-hang li:last-child:after {
    content: none;
}

.logo-hang li img {
    max-height: 100px;
}

.list-all--item__excerpt p {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;

}

.list-all--item:hover .list-all--item__excerpt p {
    color: #fff;
}

.content-main--item__right-link {
    color: var(--key-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    display: block;
    margin-top: 30px;
}

.map-tong {
    display: none;
    border: 1px solid #A4A4A4;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}

.map-tong.active {
    display: flex;
}

.vmap-left {
    width: 40%;
    border-right: 1px solid #A4A4A4;
}

.vmap-left--header {
    padding: 25px 14px 10px 30px;
    border-bottom: 1px solid #A4A4A4;
}

.vmap-left--header .select2-container {
    width: 100% !important;
}

.vmap-left--header .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    line-height: 20px;
}

.vmap-left--header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.vmap-left--header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/icons/blue-arrow.png') no-repeat center center;
    background-size: contain;
    width: 13px;
    border: none;
    height: 19px;
    top: 0;
}

.vmap-left--main {
    height: 490px;
    max-height: 490px;
    overflow-y: auto;
}

.vmap-left--main__item {
    padding: 23px 26px;
    border-bottom: 1px solid #A4A4A4;
}

.vmap-left--main__item.active {
    background: #f1f1f1;
}

.vmap-left--main__item:last-child {
    border-bottom: none;
}

.vmap-left--main__item>h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    padding-right: 23px;
    cursor: pointer;
}

.vmap-left--main__content i {
    font-size: 13px;
    color: #FF3D00;
    margin-right: 10px;
    margin-top: 2px;
}

.vmap-left--main__item a {
    color: #000;
}

.vmap-left--main__content div {
    width: 100%;
}

.vmap-left--main__content div p:last-child {
    margin-bottom: 0px;
}

.vmap-left--main__content div span {
    width: 50%;
}

.vmap-left--main__content-ah {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FF9900;
    cursor: pointer;
}

.vmap-left--main__ah {
    display: none;
}

.vmap-left--main__item>h3:after {
    content: '';
    background: url('../images/icons/current-location.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
}

.vmap-right {
    width: 60%;
}

.vmap-right__item {
    display: none;
    height: 100%;
}

.vmap-right__item.active {
    display: block;
    margin-bottom: -5px;
}

.vmap-right__item iframe {
    width: 100% !important;
    height: 100% !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -30px;
    border: none;
}

.select2-container--default .select2-results>.select2-results__options {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #FFFFFF;
    box-shadow: 0px 15px 15px rgb(184 196 194 / 20%);
    border-radius: 0px 0px 16px 16px;
    padding: 7px 0;
    font-size: 16px;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-results__option--selectable {
    padding: 11px 13px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0068b040 !important;
    color: var(--key-color);
    !important;
    padding: 11px 13px !important;
}

.vmap-left--header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 24px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 20px !important;
}

.select2-search.select2-search--dropdown {
    position: relative;
}

.select2-search.select2-search--dropdown:before {
    content: '';
    background: url(../images/icons/blue-arrow.png) no-repeat center center;
    background-size: contain;
    width: 13px;
    border: none;
    height: 19px;
    top: 0;
    position: absolute;
    right: 0;
}

.vmap-left--main__content {
    font-size: 16px;
    line-height: 1.6;
}

.vmap-left--main::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-color: #F0F0F1;
}

.vmap-left--main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #828282;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,
.vmap-left--main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F0F0F1;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--key-color);
}

.branch-atm-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
    padding: 50px 0;
}

.branch-atm-tabs .btn {
    border-radius: 50px;
    padding: 0 58px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F1;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    outline: none;
}

.branch-atm-tabs .btn.active {
    background: var(--key-color);
    color: #fff;
}

.branch-atm-tabs .btn:hover {
    box-shadow: 0 0 10px #0000004d;

}

#list-card-offers {
    padding-bottom: 50px;
}

#list-card-offers .list-all--item:hover img {
    filter: brightness(0) invert(1);
}

#offers-child-list .list-all--item img {
    max-height: 200px;
}

#offers-child-list .list-all--item:hover {
    background: #F3F4F6;
}

#offers-child-list .list-all--item:hover a {
    color: var(--key-color);
}

#offers-child-list .list-all--item:hover h3 {
    color: #000;
}

#promotion-cate .row-58 .col-6 {
    margin-bottom: 44px;
}

#promotion-cate h1.page-title {
    text-align: center;
    margin-bottom: 44px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.see-all-home {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: var(--key-color);
    padding: 32px 0 49px;

}

.news-home-list .see-all-home {
    padding-bottom: 0;

}

.menu-home i {
    display: none;
}

#fx-derivatives .account-cate-list a {
    padding: 0;
    text-decoration: underline;
    background: none;
    color: var(--key-color);
}

#fx-derivatives .list-all--item:hover a {
    color: #fff;
}

#tab-about-1 {
    /*    gap: 56px;*/
}

#tab-about-1 li {
    width: calc((100% - 112px) / 3);
}

.v-box-edit1 .col>h4 {
    font-weight: 700;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-iframe iframe,
#card-registrantion-main iframe {
    border: none;
    margin: 50px 0;
}

#two-chairs .section-4 .col-md-7 {
    padding-right: 90px;
}

.v-pl-1 {
    padding-left: 78px;
}

.btn-key,
.btn-key:hover {
    height: 66px;
    flex-shrink: 0;
    padding: 0 35px;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: #0067AC;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: inline-flex;

}

#about-us .tab-content .slider-2 {
    padding-top: 0px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 78px;
    margin-top: 40px;
    padding-right: 15px;
}

.main-box-search h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 30px 0;
}

.main-box-search form {
    position: relative;
}

.main-box-search form input {
    background: #F1F5FA;
    padding: 15px 20px 15px 70px;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    outline: none;
    width: 100%;
}

.main-box-search form button {
    position: absolute;
    border: none;
    background: none;
    outline: none;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
}

.main-box-search form button img {
    height: 30px;
}

.main-box-search {
    padding-bottom: 42px;
    margin-bottom: 45px;
    border-bottom: 1px solid #F0F0F1;
}

.item-result {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    background: #F3F4F6;
    padding: 30px 0;
}

.item-result--logo {
    padding: 0 50px;
}

.item-result--content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #828282;
    margin-bottom: 7px;
    display: block;
}

.item-result--content>a {
    color: var(--key-color);
    text-decoration: underline;
}

.item-result--logo img {
    width: 174px;
}

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

.about-esg .text {
    height: 280px;
}


.list-history.active .text,
.list-history.active .wrap-heading h3 {
    font-weight: bold;
    color: var(--key-color);
}

.date-post {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
}

#header-2.fixmenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: 13px 0;
    box-shadow: 0 0 10px #00000033;
}
.history-box .history-box--left{
    min-width: 150px;
}
.quick-menu-chat{
    position: fixed;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.quick-menu-chat svg{
    width: 100%;
    height: 100%;
}






/* fix tieng viet */


html[lang="vi"] .header-2--box-right a {
    margin: 0 2px 0 2px;
}

html[lang="vi"] .main-menu {
    gap: 17px;
}

html[lang="vi"] .quick-menu--item.quick-menu--title {
    font-size: 16px;
}

html[lang="vi"] .main-menu>li.menu-item-3458:hover>ul {
    width: 500px;
}



/* end fix tieng viet */









/* Laptop */
@media screen and (max-width: 1599px) {
    body {
        font-size: 16px;
    }

    #header-1:after {
        top: calc(100% - 1px);
        width: 40px;
        height: 40px;
    }

    .header-1--box {
        height: 100px;
    }

    .header-1--box__left img {
        height: 60px;
    }

    .logo-header img {
        height: 40px;
    }

    .header-1--box .header-1--box__right {
        font-size: 18px;
    }

    .header-2--box-right a {
        margin: 0 15px;
        font-size: 14px;
        line-height: 20px;
        color: #0067AC;
    }

    #header-2 {
        padding: 30px 0 20px;
    }

    .main-menu {
        gap: 17px;
    }

    .footer-body--right h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .footer-body--1 a img {
        margin-bottom: 20px;
    }

    .footer-body--5 p {
        margin-bottom: 25px;
    }

    .footer-body--right ul li {
        margin-bottom: 14px;
        line-height: 37px;
    }

    .footer-body--1 p {
        margin-bottom: 20px;
    }

    .footer-copyright {
        padding: 26px 0 34px;
        margin-top: 40px;
        line-height: 100%;
    }

    .list-all,
    #news-home .row,
    .promotion-list-home,
    .row-58 {
        margin: 0 -20px;
    }

    .list-all>.col-6,
    #news-home .row>.col-5,
    .promotion-list-home>.col-6,
    .row-58>div {
        padding: 0 20px;
    }

    .promotion-list-home--item__content h3 a {
        font-size: 18px;
        margin-bottom: 16px;
        height: 78px;
    }

    .promotion-list-home--item__content {
        padding: 22px 15px 30px 22px;
    }

    .promotion-list-home--item a img {
        width: 100%;
        height: 241px;
        object-fit: cover;
    }

    .title-home {
        font-size: 30px;
        margin-bottom: 38px;
    }

    #home-store .title-home {
        margin-bottom: 50px;
    }

    .news-home-key__title {
        margin: 16px 0 26px;
        color: #000;
        font-size: 24px;
        line-height: normal;
        font-weight: 700;
    }

    .news-home-key p {
        font-size: 18px;
    }

    .news-home--item__content p {
        font-size: 16px;
    }

    .news-home-key__img img {
        height: 435px;
    }

    .news-home--item__content a {
        font-size: 18px;
    }

    .news-home--item .news-home--item__img img {
        margin-top: 7px;
    }

    .news-home-list {
        margin-top: -7px;
        height: calc(100% + 7px);
    }

    .news-home--item__content a {
        font-size: 16px;
    }

    .news-home--item__content p {
        font-size: 15px;
    }

    .news-home-key__img img {
        height: 360px;
    }

    .account-list--item__title,
    .account-list--item ul li,
    .account-list--item__more-details {
        font-size: 18px;
    }

    .suggest-card-pop--body__title {
        font-size: 28px;
        margin: 20px 0 20px;
    }

    .suggest-card-pop--body h5,
    .suggest-card-pop--body .v-select .select-selected,
    .suggest-card-pop--body__button-find button,
    .suggest-card-pop--body__result .register-now,
    .suggest-card-pop--body .list-all--item h3,
    .suggest-card-pop--body .list-all--item a {
        font-size: 18px;
    }

    .suggest-card-pop--body__result .register-now {
        padding: 12px 10px 16px;
    }

    .suggest-card-pop--body__button-find button {
        padding: 12px 50px 16px;
    }

    .suggest-card-pop--body__close {
        padding: 15px 20px;
        transform: scale(.8);
    }

    .suggest-card-pop--body {
        width: 850px;
        padding: 0 45px;
        max-height: calc(100vh - 60px);
    }

    #two-chairs .text,
    #about-us .text {
        font-size: 18px;
    }

    .about-esg .text {
        height: 240px;
    }







}


/*ipad-pro*/
@media screen and (max-width: 1110px) {
    .header-2--box-right a.button {
        display: none;
    }

    .main-menu a {
        font-size: 14px;
        line-height: 130%;
    }

    body {
        font-size: 14px;
        line-height: 130%;
    }

    .header-2--box-right .header-2--box-right__login {
        padding: 8px 12px 11px;
        font-size: 12px;
        background: var(--key-color);
    }

    .header-2--box-right a {
        margin: 0 10px 0 0;
    }

    .main-menu {
        gap: 12px;
    }

    .footer-body--right h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-body--right ul li {
        margin-bottom: 12px;
        line-height: 30px;
    }

    .footer-body--1>a img {
        margin-bottom: 20px;
        height: 36px;
    }

    #header-2 {
        padding: 20px 0;
    }

    .promotion-list-home--item a img {
        height: 188px;
    }

    .list-all--item {
        height: 370px;
        padding: 30px 30px 30px 27px;
        align-items: center;
        background: #F3F4F6;
        margin-bottom: 31px;
    }

    .account-list--item__title,
    .account-list--item ul li,
    .account-list--item__more-details {
        font-size: 16px;
    }

    .account-list--item__title {
        height: 80px;
    }

    .account-list--item img {
        height: 155px;
    }

    .account-list--item ul {
        padding: 20px 37px 70px 25px;
    }

    #account-list-page .title-home {
        margin-top: 30px;
        margin-bottom: 36px;
    }

    .account-cate-title--main h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .account-cate-title--main div {
        font-size: 18px;
    }

    .account-cate-title--main {
        height: 360px;
        padding: 50px;
    }

    .back-page a {
        gap: 18px;
        margin-top: 33px;
        margin-bottom: 27px;
        font-size: 18px;
    }

    .back-page a img {
        width: 50px;
    }

    .list-all--item h3 {
        font-size: 18px;
    }

    .account-cate-list a {
        padding: 12px 10px 16px;
    }

    .list-all--item a {
        font-size: 18px;
    }

    .list-all--item h3 br {
        display: none;

    }

    .content-main--item__title h3 {
        color: var(--key-color);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .content-main--item__right {
        width: 630px;
    }

    #content-main .postContent {
        font-size: 18px;
    }

    .content-main--item {
        padding: 30px 0;
    }

    .search-career {
        gap: 10px;
        padding-bottom: 40px;
    }

    .search-career>div {
        width: calc(((100% - 170px) / 3) - 24px);
    }

    .search-career button {
        width: 170px;
        height: 50px;
        gap: 18px;
        font-size: 14px;
    }

    .search-career button img {
        height: 20px;
    }

    .select-selected {
        padding-left: 35px;
        padding-right: 35px;
    }

    .search-career input {
        height: 50px !important;
        padding-left: 35px;
        padding-right: 35px;
    }

    .select-items {
        padding-left: 35px;
        padding-right: 35px;
    }

    .list-career--item__content h3 {
        font-size: 16px;
        height: 50px;
        margin-bottom: 20px;
    }

    .list-career--item__content {
        padding: 9px 20px 30px;
        color: #000;
        font-size: 16px;
        line-height: normal;
    }

    .list-career--item__img img {
        height: 188px;
        width: 100%;
        object-fit: cover;
    }

    #list-career-box .blog-pagination {
        margin-bottom: 100px;
    }

    .quick-menu--item.quick-menu--title,
    .quick-menu--item a span {
        font-size: 16px;
    }

    .quick-menu--item strong {
        font-size: 30px;
        width: 30px;
    }

    .quick-menu--item a,
    .quick-menu--item.quick-menu--title {
        height: 55px;
        min-width: 140px;
    }

    .quick-menu--item strong img {
        height: 30px;
    }

    .account-list--item__title,
    .account-list--item ul li,
    .account-list--item__more-details {
        font-size: 16px;
    }

    .suggest-card-pop--body__title {
        font-size: 20px;
        margin: 20px 0 20px;
    }

    .suggest-card-pop--body h5,
    .suggest-card-pop--body .v-select .select-selected,
    .suggest-card-pop--body__button-find button,
    .suggest-card-pop--body__result .register-now,
    .suggest-card-pop--body .list-all--item h3,
    .suggest-card-pop--body .list-all--item a {
        font-size: 16px;
    }

    .suggest-card-pop--body__result .register-now {
        padding: 12px 10px 16px;
    }

    .suggest-card-pop--body__button-find button {
        padding: 12px 50px 16px;
    }

    .suggest-card-pop--body {
        width: 750px;
        padding: 0 45px;
        max-height: calc(100vh - 60px);
    }

    .post-list--item img {
        height: 188px;
    }

    .post-list--item__content h3 {
        font-size: 16px;
        height: 120px;
    }

    .post-list--item__content>a {
        font-size: 16px;
    }

    .branch-atm-tabs .btn {
        font-size: 16px;
    }

    .vmap-left--main__item>h3 {
        font-size: 14px;
        line-height: 20px;
    }

    #tab-about-1 li {
        width: calc((100% - 80px) / 3);
        line-height: 1.2;
    }




}

/* end-ipad-pro*/
















/*mobile*/
@media screen and (max-width: 967px) {
    body {
        font-size: 11px;
        line-height: 130%;
    }

    .header-2--box .main-menu,
    .header-1--box .header-1--box__right,
    .header-2--box {
        display: none;
    }

    .header-1--box>div {
        width: calc(100% / 2);
        padding: 0;
    }

    .logo-header img {
        height: 21px;
    }

    .header-1--box__left img {
        height: 35px;
    }

    .header-1--box {
        height: 66px;
    }

    .header-1--box__center {
        text-align: right !important;
    }

    .header-2--box-mb__button-hamberger {
        border: none;
        cursor: pointer;
        display: flex;
        width: 50px;
        height: 50px;
        background: #00A4E0;
        padding: 7px 3px 7px 7px;
    }

    .header-2--box-mb__button-hamberger .line {
        fill: none;
        stroke: #fff;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .header-2--box-mb__button-hamberger .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .header-2--box-mb__button-hamberger .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .header-2--box-mb__button-hamberger .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .header-2--box-mb__button-hamberger.opened .line1 {
        stroke-dasharray: 46 178;
        stroke-dashoffset: -148;
        stroke-width: 6;
    }

    .header-2--box-mb__button-hamberger.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .header-2--box-mb__button-hamberger.opened .line3 {
        stroke-dasharray: 46 178;
        stroke-dashoffset: -148;
        stroke-width: 6;
    }

    #header-2 {
        padding: 0;
    }

    #header-1:after {
        top: calc(100% - 1px);
        width: 31px;
        height: 31px;
    }

    .header-2--box-mb__left {
        color: #0067AC;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        gap: 5px;
        display: flex;
        align-items: center;
    }

    .header-2--box-mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-2--box-mb__left .header-2--box-right__login {
        background: var(--key-color);
        color: #fff;
        padding: 5px 10px 6px 13px;
        border-radius: 50px;
        display: inline-block;
        line-height: 1;
    }

    .header-2--box-mb__left .header-2--box-right__login img {
        height: 11px;
        margin-right: 6px;
    }

    .header-2--box-mb__right-1 {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .header-2--box-mb__right-1 span {
        font-weight: 400;
    }

    .header-2--box-mb__right {
        margin-right: -30px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .main-menu-mb {
        position: absolute;
        left: 0;
        top: 100%;
        display: block;
        height: auto;
        background: #F0F0F1;
        width: 100%;
    }

    #header-2 {
        position: relative;
    }

    .main-menu-mb {
        z-index: 9999;
    }

    .main-menu-mb>ul {
        height: 0;
        width: 100%;
        overflow: hidden;
        transition: all .5s;
        max-height: 0;
    }

    .main-menu-mb>ul.active {
        max-height: 9999px;
        height: auto;
        padding: 0 30px;
    }

    .main-menu-mb ul li a {
        color: #000;
        font-family: "UTM Avo";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .main-menu-mb>ul>li>ul {
        display: none;
        height: auto;
    }

    .main-menu-mb li.menu-item-has-children .arrrow {
        width: 20px;
        height: 36px;
        position: absolute;
        right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 2;
        top: 0;
    }

    .main-menu-mb li.menu-item-has-children {
        position: relative;
    }

    .main-menu-mb>ul>li {
        border-bottom: 1px solid #828282;
    }

    .main-menu-mb>ul>li:last-child {
        border-bottom: none;
    }

    .main-menu-mb>ul>li ul a {
        border-bottom: 1px solid #828282;
    }

    .main-menu-mb>ul>li ul li:last-child a {
        border-bottom: none;
    }

    .main-menu-mb ul li a {
        display: block;
        padding: 11px 0;
        z-index: 1;
    }

    .main-menu-mb ul>li>ul {
        padding-left: 40px;
    }

    .main-menu-mb>ul ul {
        display: none;
    }

    .main-menu-mb li.menu-item-has-children.active-lv2 {
        border-bottom: 1px solid #828282;
    }

    .main-menu-mb li.menu-item-has-children.active-lv2 .arrrow svg,
    .main-menu-mb li.menu-item-has-children.active-lv1>.arrrow svg {
        transform: rotate(90deg);
    }

    .main-menu-mb ul>li>ul>li>.arrrow svg {
        width: 8px !important;
        height: 4px !important;
    }

    .main-menu-mb ul>li>.arrrow svg {
        width: 10px !important;
        height: 5px !important;
    }

    .main-menu-mb ul>li>ul>li>.arrrow svg path {
        stroke: #828282;
    }

    .footer-body--right {
        display: block;
    }

    .footer-body--right h3 {
        font-size: 10px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .footer-body--right ul li {
        line-height: 130%;
        margin-bottom: 0;
    }

    .footer-body--1 a img {
        height: 21px;
        margin-bottom: 14px;
    }

    #footer {
        padding-top: 22px;
    }

    .footer-body--right {
        padding-top: 20px;
    }

    .sosial-menu {
        gap: 13px;
    }

    .footer-body--5 img {
        display: none;
    }

    .footer-body--1 .footer-body--5 {
        display: block;
    }

    .footer-body--right .footer-body--5 {
        display: none;
    }

    .footer-body--5 {
        text-align: left;
    }

    .footer-body--1 a img {
        height: 30px;
    }

    .footer-body--1 p {
        margin-bottom: 12px;
    }

    .footer-body--1 .sosial-menu {
        padding-top: 15px;
    }

    .footer-body--5 h3 {
        margin-top: 22px;
        font-size: 10px;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        color: var(--key-color);
    }

    .footer-body--1 .footer-body--5 p a {
        color: #828282;
    }

    .footer-copyright {
        padding: 11px 0 25px;
        margin-top: 25px;
    }

    .menu-item-has-children.active-lv1>a {
        color: var(--key-color);
        font-weight: 700;

    }

    .menu-item-has-children.active-lv2>a {
        color: #000;
        font-weight: 700;
    }

    .des {
        display: none;
    }

    .mobi {
        display: block;
    }

    .home-list-fn--list__item span {
        font-size: 10px;
        display: block;
    }

    .home-list-fn--list__item img {
        height: 13px;
    }

    .home-list-fn--list div {
        height: 45px;
    }

    .home-list-fn--list {
        height: 45px;
    }

    .home-list-fn--list button {
        padding: 0 15px 4px;
    }

    .home-list-fn--list button.pull-right {
        padding-left: 4px;
    }

    .home-list-fn--list button.pull-left {
        padding-right: 4px;
    }


    .home-list-fn--list button svg {
        width: auto;
        height: 5px;
    }

    .home-list-fn--list__item a {
        gap: 9px;
    }

    .home-list-fn--list__item a:after {
        width: 1px;
        height: 24px;
    }

    .container {
        padding: 0 30px;
    }

    .title-home {
        font-size: 14px;
        text-align: center;
        margin-bottom: 12px;
    }

    #home-list-fn {
        padding-top: 15px;
        padding-bottom: 21px;
    }

    .promotion-list-home>.col-6,
    .list-all>.col-6,
    .row-58>div {
        padding: 0 9px;
    }

    .promotion-list-home,
    .list-all,
    .row-58 {
        margin: 0 -9px;
    }

    .promotion-list-home--item a img {
        height: 74px;
    }

    .promotion-list-home--item__content h3 a {
        font-size: 11px;
        height: 66px;
    }

    .promotion-list-home--item__content {
        padding: 6px;
    }

    .promotion-list-home--item__content>a {
        font-size: 11px;
        color: var(--key-color);
        display: block;
        margin-bottom: 4px;
    }

    .list-all--item {
        height: 260px;
        padding: 14px 20px 25px;
        margin-bottom: 18px;
        overflow: hidden;
    }

    .list-all-home img {
        height: 50px;
    }

    .list-all--item h3,
    .list-all--item a {
        font-size: 11px;
    }

    #news-home {
        padding-bottom: 64px;
        margin-top: 7px;
    }

    .news-home-key__img img {
        height: 242px;
    }

    .news-home-key__title {
        font-size: 11px;
        margin: 14px 0 11px;
        height: auto;
    }

    .news-home-key p,
    .news-home--item__content a,
    .news-home--item__content p {
        font-size: 11px;
    }

    .news-home-key {
        margin-bottom: 18px;
    }

    .promotion-list-home>.col-6:nth-child(3) {
        display: none;
    }

    .news-home--item {
        margin-bottom: 28px;
    }

    #home-store .title-home {
        margin-bottom: 24px;
    }

    .home-list-fn--list-mb {
        border-radius: 100px;
        background: #00A4E0;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        height: 85px;
    }

    .home-list-fn--list__item a {
        padding: 0 45px;
    }

    .home-list-fn--list-mb {
        border-radius: 100px;
        background: #00A4E0;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        height: 45px;
    }

    .home-list-fn--list-mb button {
        outline: none;
        border: none;
        background: none;
        cursor: pointer;
        transition: all .5s;
        padding-top: 5px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
    }

    .home-list-fn--list-mb button.pull-right {
        left: auto;
        right: 0;
        padding: 0 15px 4px;
        padding-left: 4px;
    }

    #home-list-fn {
        padding-top: 15px;
        padding-bottom: 21px;
    }

    .home-list-fn--list-mb button.slick-disabled {
        display: none !important;
    }

    .home-list-fn--list-mb button.pull-left svg {
        transform: rotate(180deg);
    }

    .home-list-fn--list-mb div {
        height: 45px;
        padding: 0;
    }

    .home-list-fn--list__item a:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 46px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .home-list-fn--list__item a:hover:after,
    .slick-slide:hover+.slick-slide .home-list-fn--list__item a:after {
        content: none;
    }

    .home-list-fn--list-mb .slick-slide:first-child .home-list-fn--list__item a:after {
        content: none;
    }

    .home-list-fn--list__item a:after {
        width: 1px;
        height: 21px;
    }

    .home-list-fn--list-mb button.pull-left {
        padding: 0 15px 4px;
        padding-right: 4px;
    }

    .home-list-fn--list-mb button svg {
        width: auto;
        height: 5px;
    }

    #account-list-page .row-58>div {
        margin-bottom: 29px;
    }

    .account-list--item__title,
    .account-list--item ul li,
    .account-list--item__more-details {
        font-size: 10px;
    }

    .account-list--item ul {
        padding: 10px 13px 36px 20px;
    }

    .account-list--item ul li:before {
        width: 3px;
        height: 3px;
        top: 6px;
    }

    .account-list--item ul li {
        padding-left: 8px;
    }

    .account-list--item__more-details {
        left: 20px;
        bottom: 12px;
        font-size: 10px;
    }

    .account-list--item__title {
        height: 40px;
    }

    #account-list-page .title-home {
        margin-top: 21px;
        margin-bottom: 21px;
    }

    #account-list-page {
        padding-bottom: 0;
    }

    .account-list--item img {
        height: 95px;
    }

    .account-cate-list img {
        height: 50px;
    }

    .account-cate-list a {
        background: none;
        color: #0067AC;
        padding: 0;
    }

    #account-cate {
        padding-bottom: 168px;
    }

    .back-page a {
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 19px;
        font-size: 11px;
    }

    .back-page a img {
        width: 29px;
    }

    #account-cate-title .account-cate-title--main {
        margin: 0 -30px;
        padding: 30px;
        height: 200px;
    }

    .account-cate-title--main div {
        font-size: 11px;
    }

    .account-cate-title--main h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .content-main--item {
        display: block;
        padding: 18px 0;
    }

    #content-main .postContent.content-main--item__right {
        width: 100%;
        padding-top: 11px;
        font-size: 11px;
    }

    #content-main .postContent.content-main--item__right ul {
        padding-left: 14px;
    }

    .content-main--item__title h3 {
        font-size: 12px;
    }

    .postContent li::marker {
        font-size: 70%;
    }

    #detail-account-main {
        padding-bottom: 50px;
    }

    #detail-account-main .account-cate-title--main h1 {
        font-size: 20px;
    }

    #career-list-page .title-home {
        margin: 30px 0;
    }

    #career-list-page .account-list--item ul {
        padding-bottom: 36px;
    }

    #career-list-page {
        padding-bottom: 100px;
    }

    .search-career {
        flex-wrap: wrap;
        gap: 8px;
    }

    .search-career>div,
    .search-career button {
        width: calc((100% - 8px) / 2);
    }

    .select-selected {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-career input {
        height: 34px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-career button {
        height: 34px;
        gap: 18px;
        font-size: 11px;
    }

    .select-selected:after {
        right: 20px;
        transform: translateY(-50%) scale(.5);
    }

    .list-career--item__img img {
        height: 116px;
    }

    .list-career--item__content {
        padding: 9px 15px 20px;
        color: #000;
        font-size: 10px;
        line-height: normal;
    }

    .list-career--item__content h3 {
        font-size: 10px;
        height: 29px;
        margin-bottom: 15px;
    }

    .list-career--item__content>a {
        margin-top: 22px;
    }

    #list-career-box .row-58>div {
        margin-bottom: 16px;
    }

    #list-career-box .blog-pagination {
        margin-bottom: 28px;
    }

    #list-career-box .blog-pagination .pagenavi {
        padding-top: 22px;
    }

    .select-items {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10px;
    }

    .select-selected.select-arrow-active:after {
        transform: rotate(180deg) translateY(0) scale(.5);
    }

    .career-application-instruction-main--content {
        padding-bottom: 36px;
    }

    .quick-menu--item.quick-menu--title,
    .quick-menu--item a span {
        font-size: 10px;
    }

    .quick-menu--item strong {
        font-size: 14px;
        width: 15px;
    }

    .quick-menu--item a,
    .quick-menu--item.quick-menu--title {
        height: 30px;
        min-width: 30px;
        font-size: 9px;
    }

    .quick-menu--item strong img {
        height: 15px;
    }

    .quick-menu {
        border-radius: 10px 0px 0px 10px;
    }

    .quick-menu:hover .quick-menu--item a {
        padding: 0 10px;
        gap: 17px;
    }

    .account-list--item__title,
    .account-list--item ul li,
    .account-list--item__more-details {
        font-size: 16px;
    }

    .suggest-card-pop--body__title {
        font-size: 14px;
        margin: 20px 0 20px;
    }

    .suggest-card-pop--body h5,
    .suggest-card-pop--body .v-select .select-selected,
    .suggest-card-pop--body__button-find button,
    .suggest-card-pop--body__result .register-now,
    .suggest-card-pop--body .list-all--item h3,
    .suggest-card-pop--body .list-all--item a {
        font-size: 11px;
    }

    .suggest-card-pop--body__result .register-now {
        padding: 12px 10px 16px;
    }

    .suggest-card-pop--body__button-find button {
        padding: 12px 50px 16px;
        margin-bottom: 10px;
    }

    .suggest-card-pop--body {
        width: 307px;
        padding: 0 16px;
        max-height: calc(100vh - 100px);
    }

    .suggest-card-pop--body__result .list-all--item {
        padding-left: 17px;
        padding-right: 17px;
        width: 177px;
        height: 271px;
    }

    .suggest-card-pop--body__close {
        padding: 9px;
        transform: scale(1);
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
    }

    .suggest-card-pop--body .v-select .select-selected {
        padding: 9px 35px 11px 17px;
        border-radius: 10px;
        font-size: 11px;
    }

    .suggest-card-pop--body .select-selected:after {
        top: 50%;
        transform: scale(.7) translateY(-50%);
        right: 10px;
    }

    .suggest-card-pop--body .select-selected.select-arrow-active:after {
        transform: scale(.8) rotate(180deg);
        top: 15px;
    }

    .suggest-card-pop--body .select-items {
        padding-left: 17px;
        padding-right: 17px;
        font-size: 11px;
    }

    .suggest-card-pop--body .list-all--item div img {
        /*        height: 115px;*/
    }

    .suggest-card-pop--body__result .register-now {
        padding: 9px 10px 13px;
    }

    .suggest-card-pop--body .v-select {
        display: block;
        margin-top: 10px;
        margin-bottom: 28px;
    }

    .suggest-card-pop--body__button-find button {
        padding: 6px 20px 8px;
        margin-bottom: 10px;
    }

    .title-page-single .account-cate-title--main h1 {
        font-size: 20px;
    }

    .postContent {
        font-size: 11px;
    }

    .suggest-card-button {
        font-size: 11px;
        height: 30px;
        padding: 0 5px;
        width: 170px;
    }

    .back-page {
        gap: 10px;
    }

    .content-main--item__right-link {
        font-size: 11px;

    }

    .post-list--item img {
        height: 98px;
    }

    .post-list--item__content {
        padding: 10px 15px 10px;
    }

    .post-list--item__content h3 {
        font-size: 11px;
        height: 80px;
    }

    .post-list--item__content>a {
        font-size: 11px;
    }

    #cate-content h1.page-title {
        font-size: 20px;
        margin: 20px 0;
    }

    .map-tong {
        flex-flow: row wrap;
        margin: 0 -15px;
        border: none;
        border-radius: 0;
    }

    .vmap-left {
        order: 2;
        width: 100%;
    }

    .vmap-right {
        order: 1;
        width: 100%;
    }

    .vmap-left--main {
        height: auto;
        max-height: 1000px;
        overflow-y: auto;
    }

    .vmap-right iframe {
        height: 300px !important;

    }

    .vmap-left--header {
        padding: 20px;
        border-bottom: 1px solid #A4A4A4;
    }

    #promotion-cate .row-58 .col-6 {
        margin-bottom: 18px;
    }

    #promotion-cate h1.page-title {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .slick-dots li.slick-active button {
        width: 20px;
        height: 8px;
    }

    .menu-home i {
        display: block;
        font-style: normal;
    }

    .menu-home img {
        display: none;
    }

    #tab-about-1 li {
        width: calc((100% - 10px) / 3);
    }

    .header-2--box-mb__right select {
        background: #fff;
        color: var(--key-color);
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 6px;
        text-transform: uppercase;
        outline: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 1px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;

    }

    #about-us .row-count.v-box-edit1>.col {
        display: block;
    }

    #about-us .row-count.v-box-edit1>.col>h4 {
        width: 50%;

    }

    #about-us .row-count.v-box-edit1>.col>div {
        display: flex;
        justify-content: space-around;
    }

    #about-us .row-count.v-box-edit1>.col>div h2 {
        line-height: 33.28px;
        margin: 0;
    }

    #about-us .counter h4.count-text {
        font-weight: normal;
        margin-top: 0;
    }

    #about-us .tab-network .nav-link {
        height: 43px;
    }

    .tab-network .nav {
        margin-right: 20px;
        margin-left: 20px;
    }

    .v-pl-1 {
        padding-left: 15px;
    }

    .insurance-cate .list-all--item img {
        max-width: 100%;
        height: auto;
        max-height: 50px;
    }


    html[lang="vi"] .quick-menu--item.quick-menu--title {
        font-size: 8px;
    }

    .mb-p0 {
        padding: 0;
    }

    #page-iframe>.container {
        padding: 0;
    }

    .btn-key {
        font-size: 11px;
        height: 30px;
        padding: 0 15px;
    }

    .detai-new #list-card-offers .list-all--item img {
        height: 50px;
        margin-top: 31px;
        margin-bottom: 14px;
    }

    .header-2--box-mb__right select option {
        text-transform: uppercase;
    }

    .credit-card-list .list-all--item h3 {
        overflow: hidden;
    }

    .header-2--box-mb__left>a:nth-child(1),
    .header-2--box-mb__left>a:nth-child(2) {
        font-size: 9px;
    }

    .header-2--box-mb__left a.button img {
        height: 9px;
        width: auto;
    }

    .header-2--box-mb__left a.button {
        background: #F1F5FA;
        border-radius: 20px;
        padding: 3px 10px 7px;
        font-size: 9px;
        color: #828282;
    }

    .item-result {
        display: block;
        font-size: 11px;
    }


    .item-result--logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .item-result--logo img {
        width: 150px;
    }

    .item-result--content {
        padding: 0 15px;
    }

    .item-result--content h3,
    .main-box-search form input {
        font-size: 11px;
    }

    .main-box-search form button img {
        height: 20px;
    }

    .main-box-search form input {
        padding: 15px 20px 15px 40px;
        width: 100%;
    }

    .main-box-search {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .tool-table td,
    .tool-table th {
        font-size: 11px;
    }

    .vmap-left--main__content,
    .vmap-left--main__item>h3,
    .vmap-left--header .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-results__option--selectable {
        font-size: 11px !important;
    }

    #card-registrantion .account-cate-title--main {
        height: 200px;
    }

    #detail-account.single-card-offer h1 {
        font-size: 15px;
    }

    .about-esg .text p {
        text-align: left !important;
    }

    .about-esg .text {
        min-height: 240px;
        height: auto;
    }

    .quick-menu:hover .quick-menu--item a {
        gap: 8px;
    }

    .main-box-search h1 {
        font-size: 11px;
    }

    .item-result {
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .item-result--logo img {
        width: 100px;
    }

    .item-result--logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .date-post {
        font-size: 11px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .post-list--item__content h3 {
        height: 90px;
    }

    .about-us-ceo--name {
        margin-bottom: 20px;
    }

    .v-box-edit1 .col>h4 {
        min-height: 20px;
    }

    .vmap-right.fixmenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        border: 2px solid var(--key-color);
        box-shadow: 0 0 10px #000000;
    }

    .vmap-right.fixmenu iframe {
        height: 250px !important;
    }

    #two-chairs .text,
    #about-us .text {
        font-size: 11px;
    }

    #header-2.fixmenu {

        padding: 0;
    }

    .category-saving .list-all--item {
        height: auto;
    }

    .tool-table thead th {
        font-size: 10px;
    }

    .tool-table thead th:nth-child(5),
    .tool-table thead th:nth-child(3) {
        min-width: 90px;
    }
    .quick-menu-chat{
        width: 50px;
        height: 50px;
    }



}

@media screen and (max-width: 400px) {
    .header-2--box-mb__left {
        /*        font-size: 9px;*/

    }

    .header-2--box-mb__right select {
        width: 22px;
    }


    .header-2--box-mb__right-1 {
        gap: 2px;
    }

    .header-2--box-mb__left .header-2--box-right__login {
        padding: 5px 5px 6px 5px;
    }

    .header-2--box-mb__right {
        gap: 5px;
    }

}

/*ipad*/
@media screen and (min-width: 768px) and (max-width: 967px) {
    body {
        font-size: 14px;
        line-height: 130%;
    }

    .mobi {
        display: none;
    }

    .des {
        display: block;
    }

    .account-list--item img {
        height: 150px;
    }

    .account-list--item__title,
    .account-list--item ul li,
    .account-list--item__more-details {
        font-size: 14px;
    }

    .account-list--item ul {
        padding: 15px 18px 46px 20px;
    }

    .account-list--item__title {
        height: 60px;
    }

    .account-list--item ul li:before {
        top: 10px;
    }

}

/*end-ipad*/