@font-face {
    font-family: AvenirNext-Bold;
    src: url("../fonts/AvenirNext-Bold-01.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-BoldItalic;
    src: url("../fonts/AvenirNext-BoldItalic-02.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-DemiBold;
    src: url("../fonts/AvenirNext-DemiBold-03.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-DemiBoldItalic;
    src: url("../fonts/AvenirNext-DemiBoldItalic-04.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-Italic;
    src: url("../fonts/AvenirNext-Italic-05.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-Medium;
    src: url("../fonts/AvenirNext-Medium-06.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-MediumItalic;
    src: url("../fonts/AvenirNext-MediumItalic-07.ttf") format("truetype");
}

@font-face {
    font-family: AvenirNext-Regular;
    src: url("../fonts/AvenirNext-Regular-08.ttf") format("truetype");
}

@font-face {
    font-family: fontawesome;
    src: url("../fonts/fontawesome-pro-5.8.2-web/fonts/fontawesome-webfont.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome5Pro';
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.eot");
    src: url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.eot%3F") format("embedded-opentype"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.woff") format("woff"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome-pro-5.8.2-web/webfonts/fa-light-300.svg") format("svg");
}

*, ul, ol, dl {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: AvenirNext-Regular, sans-serif;
}

p {
    font-size: 1rem;
    margin-bottom: 0.33rem;
    color: #5C5C5B;
}

span {
    color: #5C5C5B;
}

a {
    color: #5C5C5B;
}

a:hover {
    text-decoration: none;
}

a.title {
    color: #0080c6;
    font-size: 1.125rem;
}

figure {
    margin: 0;
}

.img-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-width {
    width: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h3.title-logo {
    font-size: 2.1875rem;
    font-family: Lato-Light, sans-serif;
}

h3.title-logo span {
    font-family: Lato-Bold, sans-serif;
}

h5.title {
    font-size: 1.25rem;
    color: #252e5b;
    font-family: Lato-Bold, sans-serif;
}

span {
    color: #252e5b;
}

p.title {
    font-size: 1.25rem;
    color: #252e5b;
    padding: 1.5rem 0;
    font-family: Lato-Bold, sans-serif;
}

a.button {
    font-size: 1.067rem;
    color: white;
    background: #0080c6;
    padding-top: 10px;
    height: 45px;
    width: 170px;
    display: block;
    border-radius: 50px;
    text-align: center;
}

.ls-1 {
    letter-spacing: 1px;
}

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

.video-mobile {
    display: none;
}

.img-banner-mobile {
    display: none;
}

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

a:hover {
    color: #FFFFFF;
}

.leam-more {
    padding-top: 40px;
    padding-bottom: 40px;
}

.leam-more .btn-a {
    width: 158px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #0052A1;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.leam-more .btn-a:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #0263c1 !important;
    transition: width .3s linear;
    border: unset !important;
}

.leam-more .btn-a:hover {
    border: unset !important;
}

.leam-more .btn-a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.leam-more-xanh .btn-a-xanh {
    width: 158px;
    text-align: center;
    background: #036B59;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.leam-more-xanh .btn-a-xanh:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #023E33 !important;
    transition: width .3s linear;
    border: unset !important;
}

.leam-more-xanh .btn-a-xanh:hover {
    border: unset !important;
}

.leam-more-xanh .btn-a-xanh:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.leam-more-xanh-eo .btn-a-xanh-eo {
    width: 158px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #0091FF;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.leam-more-xanh-eo .btn-a-xanh-eo:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #006EC1 !important;
    transition: width .3s linear;
    border: unset !important;
}

.leam-more-xanh-eo .btn-a-xanh-eo:hover {
    border: unset !important;
}

.leam-more-xanh-eo .btn-a-xanh-eo:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

img {
    transition: all .7s;
}

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

.active-body {
    overflow: hidden;
}

.show_menu {
    transition: .75s;
    display: block !important;
}

.pding-header {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .pding-header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

#tcbt #postContent .postVertical__image__content h3, .videos__big > a, .report h3, .peopleVmed h3 {
    font-family: AvenirNext-DemiBold;
    font-size: 1.875rem;
    line-height: 1.3;
}

@media screen and (max-width: 850px) {
    #tcbt #postContent .postVertical__image__content h3, .videos__big > a, .report h3, .peopleVmed h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postVertical__image__content h3, .videos__big > a, .report h3, .peopleVmed h3 {
        font-size: 1.375rem;
    }
}

#tcbt #postContent .postVertical__image__content p, .report p, .peopleVmed__content span, .postVmed p {
    font-family: AvenirNext-Regular;
    font-size: 0.875rem;
}

#tcbt #postContent .postVertical__image__content span, .peopleVmed p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 22px;
    display: block;
}

#tcbt .carousel-inner-overflow {
    overflow: unset;
}

#tcbt .chl-content-padding {
    padding: 30px;
}

@media screen and (max-width: 768px) {
    #tcbt .chl-content-padding {
        padding: 30px 0 0 0;
    }
}

#tcbt .chl-content-padding .carousel-indicators-left {
    margin-left: 10%;
}

@media screen and (min-width: 1024px) {
    #tcbt .chl-content-padding .carousel-indicators-left {
        right: unset;
    }
}

@media screen and (max-width: 1020px) {
    #tcbt .chl-content-padding .carousel-indicators-left {
        right: unset;
        left: 0;
        top: unset;
    }
}

@media screen and (max-width: 660px) {
    #tcbt .chl-content-padding .carousel-indicators-left {
        top: 30%;
        bottom: unset;
    }
}

@media screen and (max-width: 660px) {
    #tcbt .chl-content-padding .fixttsk {
        top: 35%;
        bottom: unset;
    }
}

@media screen and (max-width: 460px) {
    #tcbt .chl-content-padding .fixttsk {
        top: 25%;
        bottom: unset;
    }
}

#tcbt .chl-content-padding .carousel-caption--posotion {
    position: absolute;
    bottom: -130px !important;
    left: 51%;
    background: #0b649a;
    background: linear-gradient(0deg, #0b649a 0%, #0d95e8 100%);
    padding: 33px !important;
    width: 660px !important;
}

@media screen and (max-width: 1699px) {
    #tcbt .chl-content-padding .carousel-caption--posotion {
        left: 51%;
        width: 540px !important;
    }
}

@media screen and (max-width: 1200px) {
    #tcbt .chl-content-padding .carousel-caption--posotion {
        position: absolute;
        left: 100%;
        transform: translate(-100%, 0%);
        padding: 13px !important;
        width: 480px !important;
        height: fit-content;
        top: unset !important;
    }

    #tcbt .chl-content-padding .carousel-caption--posotion .slideVideo {
        width: 100%;
        height: 490px !important;
        object-fit: cover;
    }

    #tcbt .chl-content-padding .carousel-caption--posotion .fix-carsousel-image {
        width: 100% !important;
        object-fit: cover;
    }
}

@media screen and (max-width: 750px) {
    #tcbt .chl-content-padding .carousel-caption--posotion {
        position: relative;
        width: 100% !important;
        left: unset;
        transform: unset;
        top: 0 !important;
        padding: 40px 0 !important;
    }
}

#tcbt .chl-content-padding .carousel-caption--posotion .cartPost p {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
    color: white;
}

#tcbt .chl-content-padding .carousel-caption--posotion .cartPost h3 {
    max-height: 132px;
    margin: 20px 0;
    font-size: 2.25rem;
    font-family: AvenirNext-Bold;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 850px) {
    #tcbt .chl-content-padding .carousel-caption--posotion .cartPost h3 {
        font-size: 1.625rem;
    }
}

#tcbt .chl-content-padding .carousel-caption--posotion .cartPost a {
    font-size: 1.0625rem;
    font-family: AvenirNext-Bold;
    color: white;
}

#tcbt #postContent {
    padding-top: 100px;
}

@media screen and (max-width: 576px) {
    #tcbt #postContent {
        padding-top: 0;
    }
}

#tcbt #postContent .postNew .postNoImage p {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

#tcbt #postContent .postNew .postNoImage h3 {
    font-size: 1.5rem;
    font-family: AvenirNext-Bold;
    margin: 5px 0 10px 0;
    color: #171D29;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 56px;
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postNew .postNoImage h3 {
        font-size: 1.375rem;
    }
}

#tcbt #postContent .postNew .postNoImage span {
    height: 96px;
    font-size: 1rem;
    font-family: AvenirNext-Regular;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#tcbt #postContent .postNew .postNoImage a {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

#tcbt #postContent .postNew .postImage img {
    width: 100%;
}

#tcbt #postContent .postNew .postImage p {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

#tcbt #postContent .postNew .postImage h3 {
    font-size: 1.5rem;
    font-family: AvenirNext-Bold;
    margin: 5px 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 56px;
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postNew .postImage h3 {
        font-size: 1.375rem;
    }
}

#tcbt #postContent .postNew .postImage span {
    font-size: 1rem;
    font-family: AvenirNext-Regular;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

#tcbt #postContent .postNew .postImage a {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

#tcbt #postContent .postHorizontal {
    padding: 60px 0 0 0;
}

#tcbt #postContent .postHorizontal__image {
    position: relative;
    overflow: hidden;
}

#tcbt #postContent .postHorizontal__image video {
    max-height: 305px;
}

#tcbt #postContent .postHorizontal__image > img {
    width: 100%;
    max-height: 420px;
}

#tcbt #postContent .postHorizontal__content h3 {
    font-family: AvenirNext-DemiBold;
    font-size: 1.875rem;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postHorizontal__content h3 {
        font-size: 1.5rem;
    }
}

#tcbt #postContent .postHorizontal__content p {
    margin: 20px 0 20px 0;
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#tcbt #postContent .postHorizontal__content a:last-child {
    font-family: AvenirNext-Bold;
    font-size: 1.0625rem;
    padding: 10px 35px;
}

#tcbt #postContent .postVertical__image {
    background-color: white;
    margin: 30px 0 0 0;
}

#tcbt #postContent .postVertical__image__image {
    width: 100%;
}

#tcbt #postContent .postVertical__image__content {
    padding: 40px;
}

@media screen and (max-width: 850px) {
    #tcbt #postContent .postVertical__image__content {
        padding: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postVertical__image__content {
        padding: 20px 10px !important;
    }
}

#tcbt #postContent .postVertical__image__content h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 850px) {
    #tcbt #postContent .postVertical__image__content h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postVertical__image__content h3 {
        font-size: 1.25rem;
    }
}

#tcbt #postContent .postVertical__image__content span {
    margin: 20px 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 600px) {
    #tcbt #postContent .postVertical__image__content span {
        -webkit-line-clamp: 4;
    }
}

#electronicNewsletter {
    margin: 120px 0 0 0;
    background-color: #00A4E0;
}

@media screen and (max-width: 1199px) {
    #electronicNewsletter {
        margin: 60px 0 0 0;
    }
}

#electronicNewsletter .banTinDienTu {
    line-height: 80px;
    text-align: center;
    text-align: -webkit-center;
    padding: 20px 0 10px 0;
}

#electronicNewsletter .banTinDienTu h3 {
    font-family: AvenirNext-Bold;
    color: white;
    line-height: 1.3;
    font-size: 1.875rem;
}

@media screen and (max-width: 700px) {
    #electronicNewsletter .banTinDienTu h3 {
        font-size: 1.5625rem;
    }
}

#electronicNewsletter .banTinDienTu p {
    padding: 10px 0 10px 0;
    max-width: 540px;
    font-family: AvenirNext-Regular;
    color: white;
    line-height: 22px;
    font-size: 1rem;
}

@media screen and (max-width: 700px) {
    #electronicNewsletter .banTinDienTu p {
        font-size: 0.875rem;
    }
}

#electronicNewsletter .banTinDienTu a {
    font-family: AvenirNext-Bold;
    line-height: 20px;
    font-size: 1.0625rem;
}

.videos__big .div__img {
    position: relative;
    overflow: hidden;
}

.videos__big .div__img:hover .iconPlay {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    transform: rotate(360deg);
}

.videos__big .div__img > img {
    width: 100%;
}

.videos__big > a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.videos__small .div__img {
    position: relative;
}

.videos__small .div__img:hover .iconPlaySmall {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    transform: rotate(360deg);
}

.videos__small > img {
    width: 100%;
    padding: 0 0 23px 0;
}

.videos__small > a {
    font-family: AvenirNext-Medium;
    font-size: 1.25rem;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 600px) {
    .videos__small > a {
        font-size: 1.125rem;
        line-height: 30px;
    }
}

.report {
    padding: 20px 0 20px 0;
}

@media screen and (max-width: 600px) {
    .report {
        padding: 20px 0 20px 0;
    }
}

.report__image {
    border: 1px solid #5C5C5B;
    text-align: center;
    height: 450px;
    line-height: 450px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .report__image {
        height: 350px;
        line-height: 350px;
    }
}

@media screen and (max-width: 400px) {
    .report__image {
        height: 300px;
        line-height: 300px;
    }
}

.report__image img {
    overflow: hidden;
    object-fit: cover;
    align-items: center;
    height: 455px;
}

@media screen and (max-width: 991px) {
    .report__image img {
        height: 355px;
    }
}

@media screen and (max-width: 400px) {
    .report__image img {
        height: 305px;
    }
}

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

#contactContent .content_form .form {
    background-color: #F8F8F8;
}

#contactContent .content_form .form__div {
    padding: 55px 190px 55px 190px;
}

@media screen and (max-width: 850px) {
    #contactContent .content_form .form__div {
        padding: 55px 60px 55px 60px;
    }
}

@media screen and (max-width: 575px) {
    #contactContent .content_form .form__div {
        padding: 35px 10px 55px 10px;
    }
}

#contactContent .content_form .textStart, #contactContent .content_form .textEnd {
    padding: 50px 0 50px 0;
    margin: 0 auto;
    max-width: 730px;
    font-family: AvenirNext-Regular;
    text-align: center;
    font-size: 1.25rem;
}

#contactContent .content_form .textEnd {
    font-size: 0.875rem;
}

.cateVideo ul {
    padding: 0;
    margin: 0;
}

.cateVideo ul .active a {
    font-family: AvenirNext-DemiBold;
    font-size: 20px;
    color: #00365F;
}

.cateVideo ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0 10px 0;
}

.cateVideo ul li a {
    width: 100%;
    font-family: AvenirNext-Regular;
    font-size: 1.25rem;
    padding-left: 20px;
}

.newHighlights .postImage {
    padding: 50px 0 0 0;
}

.newHighlights .postImage:first-child {
    padding: 0;
}

.newHighlights .postImage img {
    width: 100%;
}

.newHighlights .postImage p {
    margin-top: 16px;
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

.newHighlights .postImage h3 {
    font-size: 1.25rem;
    font-family: AvenirNext-Medium;
    margin: 5px 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newHighlights .postImage a {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

.contentPost {
    padding-top: 50px;
}

@media screen and (max-width: 800px) {
    .contentPost__h3 {
        text-align: center;
    }
}

.contentPost__h3 h3 {
    font-family: AvenirNext-Bold;
    font-size: 2.25rem;
    line-height: 54px;
    color: #00365F;
}

@media screen and (max-width: 992px) {
    .contentPost__h3 h3 {
        line-height: 1.3;
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 600px) {
    .contentPost__h3 h3 {
        line-height: 1.2;
        font-size: 1.625rem;
    }
}

.contentPost .dps {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}

@media screen and (max-width: 800px) {
    .contentPost .dps {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 20px;
    }
}

@media screen and (max-width: 800px) {
    .contentPost .dps .dps__s {
        display: flex;
        align-items: center;
    }

    .contentPost .dps .dps__s span {
        margin-left: 15px;
    }
}

.contentPost .dps__d, .contentPost .dps__p {
    display: flex;
    align-items: center;
}

.contentPost .dps__d span, .contentPost .dps__p span {
    margin-left: 15px;
}

.contentPost__description p {
    font-family: AvenirNext-Bold;
    line-height: 32px;
    font-size: 1.25rem;
    color: #171D29;
}

.contentPost__key {
    padding: 50px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    overflow: auto;
}

.contentPost__key span {
    font-size: 1rem;
    font-family: AvenirNext-DemiBold;
    color: #171D29;
}

.contentPost__key .key {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
    margin-left: 12px;
    border: 1px solid #C8C9CC;
    padding: 6px 16px;
    border-radius: 15px;
    line-height: 16px;
}

.contentPost__relate .newRelate ul li {
    padding: 13px 0;
}

.contentPost__relate .newRelate ul li svg {
    margin-bottom: 10px;
}

.contentPost__relate .newRelate ul li a {
    color: #171D29;
    padding-left: 10px;
}

.description {
    text-align: center;
    display: flex;
    justify-content: center;
}

.description p {
    max-width: 540px;
    font-family: AvenirNext-Regular;
    font-size: 1rem;
}

.peopleVmed img {
    height: 405px;
    width: 100%;
    object-fit: cover;
}

.peopleVmed h3 {
    padding-top: 34px;
    color: #171D29;
}

.peopleVmed p {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.peopleVmed__content {
    padding: 40px 29px !important;
}

.peopleVmed__content h3 {
    padding-top: 10px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

@media screen and (max-width: 850px) {
    .peopleVmed__content {
        padding: 20px !important;
    }
}

@media screen and (max-width: 515px) {
    .peopleVmed__content {
        padding: 0 14px 30px 14px !important;
    }
}

.postVmed img {
    width: 100%;
    object-fit: cover;
}

.postVmed h3 {
    font-family: AvenirNext-Medium;
    font-size: 1.25rem;
    color: #5C5C5B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hoatDongTuyenDung {
    padding: 80px 0;
    background-color: #00A4E0;
    width: 100%;
}

.chdtd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
}

@media screen and (max-width: 556px) {
    .chdtd {
        grid-template-columns: 1fr;
    }
}

.chdtd__img img {
    width: 100% !important;
    height: 245px;
    object-fit: cover;
}

.chdtd__content {
    background-color: white;
    padding: 30px 10px 0 30px;
}

@media screen and (max-width: 556px) {
    .chdtd__content {
        padding: 30px 30px 30px 30px;
    }
}

.chdtd__content h3 {
    font-family: AvenirNext-DemiBold;
    font-size: 1.5rem;
    line-height: 30px;
    color: #171D29;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.chdtd__content p {
    margin: 10px 0;
    font-family: AvenirNext-Regular;
    font-size: 0.875rem;
    line-height: 18px;
    color: #171D29;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sidebarTD .sub-menu > a {
    font-family: AvenirNext-DemiBold;
    color: #00365F;
    font-size: 1.25rem;
}

.sidebarTD nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebarTD nav ul > li {
    /* Sub Menu */
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: 15px 0 7px 0 !important;
}

.sidebarTD nav ul > li:first-child {
    border-top: unset;
}

.sidebarTD nav ul li span {
    font-family: AvenirNext-Regular;
    display: block;
    color: #00365F;
    font-size: 1rem;
    line-height: 60px;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sidebarTD nav ul li a:hover {
    color: #515151;
}

.sidebarTD nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.sidebarTD nav ul li ul li {
    margin-top: 10px;
    border-top: unset;
}

.sidebarTD nav ul li ul li:first-child {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.sidebarTD nav ul li ul li:last-child {
    border-bottom: unset;
}

.sidebarTD nav ul li ul li:last-child {
    padding: 20px 0 0 0;
}

.sidebarTD nav ul li ul li a {
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

.sidebarTD nav ul li ul li a:hover {
    border-left: 4px solid #3498db;
}

.cvttd__input input {
    height: 56px;
    border-right: none;
    border-color: #B2B2B2;
}

.cvttd__input span {
    border-left: none;
    cursor: pointer;
    border-color: #B2B2B2;
}

.cvttd__fillter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .cvttd__fillter {
        grid-template-columns: 1fr;
    }
}

.cvttd__fillter__div {
    height: 71px;
    display: flex;
    align-items: center;
}

.cvttd__fillter__div span b {
    font-family: AvenirNext-DemiBold;
    font-size: 1.125rem;
    color: #0077BD;
}

.cvttd__fillter span {
    font-family: AvenirNext-Regular;
    font-size: 1.125rem;
}

.cvttd__fillter label {
    padding: 0 23px 0 0 !important;
    border: none;
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    background-color: white;
}

.cvttd__fillter select {
    padding-left: 30px;
    height: 56px;
    border-color: #B2B2B2;
}

.cvttd__post {
    padding: 25px 0;
    border-bottom: 1px solid #B2B2B2;
}

.cvttd__post:last-child {
    border-bottom: unset;
}

.cvttd__post h3 {
    font-family: AvenirNext-Bold;
    font-size: 1.25rem;
    line-height: 32px;
    color: #00365F;
}

.cvttd__post div {
    display: grid;
    grid-template-columns: 18% 82%;
}

@media screen and (max-width: 769px) {
    .cvttd__post div {
        grid-template-columns: 30% 70%;
    }
}

@media screen and (max-width: 414px) {
    .cvttd__post div {
        grid-template-columns: 40% 60%;
    }
}

.cvttd__post div span {
    font-family: AvenirNext-Medium;
    font-size: 1rem;
    line-height: 32px;
    color: #00365F;
}

.cvttd__post div span:nth-last-child(2) {
    padding-left: 40px;
    font-family: AvenirNext-Regular;
}

.cvttd__post p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 32px;
    color: #00365F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cvttd__post a {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 32px;
    color: #00365F;
}

.cvttd__post .hoverr::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #00365F;
    transition: width .3s;
}

.cvttd__post .hoverr:hover:after {
    width: 20%;
}

.cvttd__search {
    padding: 25px 0;
    border-bottom: 1px solid #B2B2B2;
}

.cvttd__search a {
    color: #0077BD;
    border-bottom: 1px solid #0077BD;
    font-family: AvenirNext-DemiBold;
    font-size: 20px;
}

.cvttd__search a:hover {
    border-bottom: 1px solid #00365F !important;
}

.cvttd__search p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 32px;
    color: #00365F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cttd__h2 {
    padding-bottom: 44.5px;
    border-bottom: 1px solid #B2B2B2;
}

@media screen and (max-width: 1024px) {
    .cttd__h2 {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 600px) {
    .cttd__h2 {
        padding-bottom: 25px;
    }
}

.cttd__h2 h2 {
    font-family: AvenirNext-Bold;
    font-size: 1.875rem;
    line-height: 1.3;
    color: #0052A1;
}

@media screen and (max-width: 1024px) {
    .cttd__h2 h2 {
        font-size: 1.625rem;
    }
}

.cttd__f {
    padding-top: 26px;
}

.cttd__f p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 28px;
    color: #5C5C5B;
}

.cttd__f p span {
    font-family: AvenirNext-Bold;
}

.cttd__mt {
    padding: 26px 0 38px 0;
    border-bottom: 1px solid #B2B2B2;
}

.cttd__mt h3 {
    font-family: AvenirNext-Bold;
    font-size: 1.125rem;
    line-height: 24px;
    color: #00365F;
}

.cttd__mt p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 28px;
    color: #5C5C5B;
}

.sidebartd {
    background-color: #F8F8F8;
    padding: 40px 0 40px 32px;
}

.sidebartd h4 {
    font-family: AvenirNext-Bold;
    line-height: 23px;
    font-size: 1rem;
    color: #00365F;
}

.sidebartd p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 32px;
    color: #5C5C5B;
}

.contenthnp img {
    width: 100%;
    max-height: 405px;
    object-fit: cover;
}

.contenthnp .text {
    font-family: AvenirNext-Regular;
    line-height: 28px;
    font-size: 16px;
}

.carousel-caption--posotion2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 882px !important;
    text-align: center !important;
}

.carousel-caption--posotion2 .bgbanner-title h1 {
    text-align: center !important;
}

.postHorizontal2 {
    border-bottom: 1px solid #B2B2B2;
    padding: 30px 0 20px 0;
}

@media screen and (max-width: 992px) {
    .postHorizontal2 {
        padding: 20px 0 30px 0;
    }
}

.postHorizontal2:first-child {
    padding: 20px 0 60px 0 !important;
}

.postHorizontal2:last-child {
    border-bottom: none;
    padding: 20px 0 0 0 !important;
}

.postHorizontal2__image {
    position: relative;
    overflow: hidden;
}

.postHorizontal2__image video {
    max-height: 305px;
}

.postHorizontal2__image img {
    width: 100%;
    max-height: 305px;
}

@media screen and (max-width: 1200px) {
    .postHorizontal2__image img {
        height: 100%;
        width: unset;
    }
}

@media screen and (max-width: 991px) {
    .postHorizontal2__image img {
        height: unset;
        width: 100%;
    }
}

.postHorizontal2__content h3 {
    font-family: AvenirNext-DemiBold;
    font-size: 1.875rem;
    line-height: 1.3;
}

@media screen and (max-width: 600px) {
    .postHorizontal2__content h3 {
        font-size: 1.5rem;
    }
}

.postHorizontal2__content p {
    padding: 20px 0 20px 0;
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 20px;
}

.postHorizontal2__content a:last-child {
    font-family: AvenirNext-Bold;
    font-size: 1.0625rem;
    padding: 10px 35px;
}

.inner-banner2 {
    position: relative;
    display: table;
    height: 620px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 678px) {
    .inner-banner2 {
        height: 520px;
    }
}

@media screen and (max-width: 415px) {
    .inner-banner2 {
        height: 320px;
    }
}

.contentChiTiet .ckvcd {
    clear: none;
    position: relative;
}

.contentChiTiet .ckvcd__t {
    position: inherit;
    z-index: 10;
    padding: 80px 115px 0 115px;
    background-color: white;
    top: -150px;
    left: unset;
    transform: unset;
}

@media screen and (max-width: 1199px) {
    .contentChiTiet .ckvcd__t {
        padding: 60px 0 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contentChiTiet .ckvcd__t {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }
}

.contentChiTiet .ckvcd__t h2 {
    text-align: center;
    font-family: AvenirNext-Bold;
    font-size: 3rem;
    line-height: 56px;
    color: #0052A1;
}

@media screen and (max-width: 1199px) {
    .contentChiTiet .ckvcd__t h2 {
        padding: 0 30px 0 10px;
        line-height: 1.3;
        font-size: 1.625rem;
    }
}

.contentChiTiet .ckvcd__t .ckvcd__item {
    padding: 0 100px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    justify-items: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .contentChiTiet .ckvcd__t .ckvcd__item {
        grid-template-columns: 1fr !important;
        row-gap: 20px;
        padding: 0 0;
    }
}

.contentChiTiet .ckvcd p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 28px;
}

.fwidhctckvcd {
    width: 1111px;
}

@media screen and (max-width: 592px) {
    .fwidhctckvcd {
        width: 100%;
    }
}

.ckvcd2 {
    padding: 0 115px 0 115px;
    width: 1111px;
}

@media screen and (max-width: 1199px) {
    .ckvcd2 {
        padding: 0 0 0 0;
        width: 100%;
    }
}

.ckvcd2 > p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 28px;
}

.content__img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}

@media screen and (max-width: 767px) {
    .content__img {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

.content__img img {
    width: 100%;
    height: 373px;
    object-fit: cover;
}

.contentB h3 {
    text-align: center;
    font-family: AvenirNext-DemiBold;
    font-size: 1.875rem;
    line-height: 1.3;
}

@media screen and (max-width: 600px) {
    .contentB h3 {
        font-size: 1.5rem;
    }
}

.contentB p {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
    line-height: 24px;
}

.qh-head h6 {
    color: white;
    font-family: AvenirNext-DemiBold;
    font-size: 1.25rem;
    padding-top: 20px;
}

#qhcd .title__report {
    font-family: AvenirNext-Bold;
    font-size: 1.25rem;
    color: #0052A1;
    line-height: 24px;
}

#qhcd .qhcd__report {
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

@media screen and (max-width: 767px) {
    #qhcd .qhcd__report {
        grid-template-columns: 1fr;
    }
}

#qhcd .qhcd__report img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #qhcd .qhcd__report img {
        height: 320px;
        width: 100%;
        padding-bottom: 40px;
    }
}

#qhcd .qhcd__report .imageReport {
    margin-top: 15px;
}

#qhcd .qhcd__report > div {
    border-top: 1px solid #0052A1;
    padding: unset;
    margin: unset;
    position: relative;
}

#qhcd .qhcd__report > div ul {
    padding-bottom: 80px;
}

#qhcd .qhcd__report > div ul li {
    padding: 13px 0;
    border-bottom: 1px solid #E5E5E5;
}

#qhcd .qhcd__report > div ul li a {
    font-family: AvenirNext-Medium;
    color: #00365F !important;
    font-size: 0.875rem;
    line-height: 24px;
}

#qhcd .qhcd__report > div .position {
    position: absolute !important;
    bottom: 0;
}

#qhcd .qhcd__history {
    padding-top: 10px;
}

#qhcd .qhcd__history img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#qhcd .qhcd__history div {
    border-top: 1px solid #0052A1;
    padding: 15px 0 0 0;
    position: relative;
}

#qhcd .qhcd__history div ul li {
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

#qhcd .qhcd__history div ul li p {
    font-family: AvenirNext-DemiBold;
    color: #00A4E0;
    line-height: 24px;
    font-size: 0.875rem;
}

#qhcd .qhcd__history div ul li a {
    font-family: AvenirNext-Bold;
    color: #00365F;
    font-size: 0.875rem;
    line-height: 18px;
    padding-left: unset;
}

#qhcd .qhcd__history div .position {
    position: absolute !important;
    bottom: 0;
}

#bctn .item__report {
    background-color: white;
}

#bctn .item__report .div__img {
    padding: 50px 97px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 1225px) {
    #bctn .item__report .div__img {
        padding: 30px 67px;
    }
}

@media screen and (max-width: 850px) {
    #bctn .item__report .div__img {
        padding: 40px 25px;
    }
}

@media screen and (max-width: 500px) {
    #bctn .item__report .div__img {
        padding: 25px 55px;
    }
}

#bctn .item__report .div__img img {
    box-shadow: 0 2px 25px #00000027;
}

#bctn .item__report .div__p {
    padding: 20px 0;
    text-align: center;
}

#bctn .item__report .div__p a {
    font-family: AvenirNext-Medium;
    line-height: 24px;
    font-size: 1rem;
    color: #0052A1;
}

#bctn .item__report .div__p a svg {
    margin-bottom: 8px;
    margin-right: 6px;
}

.bctt {
    padding-top: 73px;
    padding-bottom: 73px;
}

.bctt .year {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #E5E5E5;
    overflow: auto;
}

.bctt .year li {
    margin: 0 65px 0 0;
}

.bctt .year li span {
    color: #0052A1;
    font-family: AvenirNext-Regular;
    font-size: 2.0625rem;
    line-height: 44px;
    cursor: pointer;
}

@media screen and (max-width: 840px) {
    .bctt .year li span {
        font-size: 1.5rem;
    }
}

.bctt .year .active {
    border-bottom: 5px solid #0052A1;
}

.bctt .year .active span {
    font-family: AvenirNext-Bold;
}

.bctt .table {
    background-color: white;
    margin-top: 73px;
    padding: 35px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .bctt .table {
        overflow: auto;
    }
}

@media screen and (max-width: 840px) {
    .bctt .table {
        margin-top: unset;
    }
}

.bctt .table table {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .bctt .table table {
        min-width: 1110px;
    }
}

.bctt .table table td {
    padding: .75rem 0;
}

.bctt .table table thead tr th {
    padding-left: 0;
    font-family: AvenirNext-Bold;
    font-size: 1.25rem;
    line-height: 24px;
    color: #0052A1;
    border-bottom: 1px solid #0052A1;
    border-top: none;
}

.bctt .table table tbody .title td {
    font-family: AvenirNext-Bold;
    font-size: 1.75rem;
    line-height: 24px;
    color: #0052A1;
    border-bottom: 1px solid #0052A1;
    border-top: 1px solid #0052A1;
}

.bctt .table table tbody .title__child td {
    font-family: AvenirNext-Medium;
    font-size: 1rem;
    line-height: 1.3;
    color: #5C5C5B;
}

.bctt .table table tbody .title__child td:first-child {
    font-family: AvenirNext-Medium;
    font-size: 1rem;
    line-height: 20px;
    color: #0052A1;
}

.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}

.styleALi {
    font-family: AvenirNext-Medium !important;
    font-size: 0.875rem !important;
    line-height: 24px !important;
}

.bg--white {
    background-color: white;
}

.shadowPost {
    box-shadow: 0px 0px 10px #00000035;
}

.tWhite {
    color: white !important;
}

.btnC {
    padding: 9px 45px;
}

.btnD {
    padding: 9px 75px;
}

.btn-white {
    background-color: white;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

@media screen and (min-width: 1199px) {
    .btn-white:before {
        top: 0;
        width: 0;
        left: auto;
        right: 0;
        z-index: -1;
        bottom: 0;
        content: "";
        position: absolute;
        background-color: #0263c1 !important;
        transition: width .3s linear;
        border: unset !important;
    }

    .btn-white:hover {
        border: unset !important;
    }

    .btn-white:hover:before {
        left: 0;
        width: 100%;
        right: auto;
    }
}

.btn__text-blue {
    color: #0d95e8 !important;
}

.btn-blue {
    background-color: #0052A1;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 1.0625rem;
    color: #FFFFFF;
}

.btn-blue:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #0263c1 !important;
    transition: width .3s linear;
    border: unset !important;
}

.btn-blue:hover {
    border: unset !important;
}

.btn-blue:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.btn__text-white {
    color: white !important;
}

.btn-radius {
    border-radius: 0;
}

.a_hover--blue:hover {
    color: #0052A1 !important;
}

.pt150 {
    padding-top: 150px !important;
}

@media screen and (max-width: 500px) {
    .pt150 {
        padding-top: 50px !important;
    }
}

.pt0 {
    padding-top: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt100 {
    margin-top: 100px !important;
}

@media screen and (max-width: 1200px) {
    .mt100 {
        margin-top: 0 !important;
    }
}

.bgWhite {
    background-color: white;
}

.bgF {
    background-color: #F8F8F8;
}

.tag_hr {
    border-bottom: 1px solid #B2B2B2;
    width: 100%;
}

.form-group label {
    font-family: AvenirNext-Regular;
    font-size: 1rem;
}

@media screen and (max-width: 1200px) {
    .pt-t-120 {
        padding: 120px 0 0 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .pt-t-120 {
        padding: 60px 0 0 0 !important;
    }
}

/* The customcheck */
.customcheck {
    color: #00365F !important;
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #C8C9CC;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #0052A1;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-hd--size {
    font-size: 1.5rem !important;
    font-family: AvenirNext-Bold !important;
}

.title-hd--size .img {
    width: 32px !important;
}

.title-postM20--size {
    font-size: 1.25rem !important;
    font-family: AvenirNext-Medium, sans-serif !important;
}

.mb-f {
    padding-bottom: 47px !important;
}

@media screen and (max-width: 992px) {
    .mb-f {
        padding-bottom: 07px !important;
    }
}

.pt86 {
    padding-top: 86px;
}

@media screen and (max-width: 800px) {
    .pt86 {
        padding-top: 36px;
    }
}

.tagAPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tagAPlay .iconPlay {
    visibility: visible;
}

.tagAPlay .iconPlaySmall {
    visibility: visible;
}

.iconPlayLienQuan {
    position: absolute;
    z-index: 10 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.iconPlayChiTiet {
    position: absolute;
    z-index: 10 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.iconPlaySmall {
    height: 32px;
    width: 32px !important;
    z-index: 10 !important;
    cursor: pointer;
}

.slideVideo {
    width: 100%;
    height: 590px !important;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .slideVideo {
        width: 100%;
        height: 490px !important;
        object-fit: cover;
    }
}

.fix-carsousel-image {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .fix-carsousel-image {
        width: 100% !important;
        object-fit: cover;
    }
}

.bgXanh {
    background-color: #0052A1 !important;
}

.fix-p {
    font-family: AvenirNext-Regular !important;
    font-size: 1rem !important;
    line-height: 28px !important;
}

.noneShadow {
    box-shadow: none !important;
}

.px0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fz30 {
    font-size: 1.875rem !important;
}

.w463 {
    max-width: 463px;
}

.border-b {
    border-bottom: 1px solid #B2B2B2;
}

.h638img {
    height: 638px !important;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .h638img {
        height: 436px !important;
    }
}

.h-443 {
    height: 483px !important;
}

@media screen and (max-width: 600px) {
    .h-443 {
        height: 323px !important;
    }
}

.slick-next, .slick-prev {
    width: 50px !important;
    height: 50px !important;
    z-index: 2;
}

.slick-next:before, .slick-prev:before {
    font-size: 35px;
    color: white !important;
}


@media screen and (min-width: 850px) {
    .slick-next:before, .slick-prev:before {
        color: #0d95e8 !important;
    }
}

.slick-next {
    left: 100.5%;
}

@media screen and (max-width: 610px) {
    .slick-next {
        top: 45%;
        right: 0px;
        left: unset;
    }
}

.slick-prev {
    left: -58px !important;
    right: unset;
}

@media screen and (max-width: 610px) {
    .slick-prev {
        /*right: 30px !important;*/
        left: unset !important;
        top: 45%;
    }
}

.slick-prev, .slick-next {
    -webkit-transform: translate(0, -130%);
    -ms-transform: translate(0, -130%);
    transform: translate(0, -130%);
}

@media screen and (max-width: 660px) {
    .fix-carsousel-cauchuyen {
        top: 55% !important;
    }
}

.slick-dots {
    margin: 10px 0 0 0 !important;
    z-index: 100;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots li button {
    color: #EDEDEE !important;
}

.slick-dots li button:before {
    font-size: 8px !important;
}

.slick-dots .slick-active button {
    color: #EDEDEE !important;
}

.slick-dots .slick-active button:before {
    color: #0052A1 !important;
    font-size: 8px !important;
}

.chiaSeFb {
    padding: 8px 20px;
    background-color: #0052A1;
    font-size: 0.875rem;
    line-height: 16px;
    font-family: AvenirNext-Regular;
    color: white;
    float: right;
    clear: both;
}

.hoverImg {
    overflow: hidden;
}

.hoverImg:hover > img {
    transform: scale(1.1) rotate(3deg);
}

.color-black {
    color: #171D29 !important;
}

.overHidden {
    overflow: hidden;
}

@media screen and (max-width: 850px) {
    .reponsiveChuyenGia {
        text-align: center;
    }

    .reponsiveChuyenGia > img {
        display: none;
    }
}

/* targeting only the inputs for checkbox only of contact form 7 via it's main class '.wpcf7' */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .wpcf7 input[type='checkbox'] {
        --active: #0052A1;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #0052A1;
        --background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;
    }

    @media screen and (max-width: 600px) {
        .wpcf7 input[type='checkbox'] {
            padding: 10px 10px;
        }
    }

    .wpcf7 input[type='checkbox']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    }

    .wpcf7 input[type='checkbox']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .wpcf7 input[type='checkbox']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9;
    }

    .wpcf7 input[type='checkbox']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .wpcf7 input[type='checkbox']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .wpcf7 input[type='checkbox'] {
        width: 21px;
    }

    .wpcf7 input[type='checkbox']:after {
        opacity: var(--o, 0);
    }

    .wpcf7 input[type='checkbox']:checked {
        --o: 1;
    }

    .wpcf7 input[type='checkbox'] {
        border-radius: 3px;
        padding: 13px 13px;
    }

    @media screen and (max-width: 600px) {
        .wpcf7 input[type='checkbox'] {
            padding: 10px 10px;
        }
    }

    .wpcf7 input[type='checkbox']:after {
        width: 9px;
        height: 16px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 10px;
        top: 2px;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg));
    }

    @media screen and (max-width: 600px) {
        .wpcf7 input[type='checkbox']:after {
            left: 6px;
            top: 0px;
        }
    }

    .wpcf7 input[type='checkbox']:not(.switch):checked {
        --r: 43deg;
    }
}

.wpcf7 {
    margin: 16px 0;
    position: relative;
}

.wpcf7 input {
    margin-right: 20px !important;
}

@media screen and (max-width: 600px) {
    .wpcf7 input {
        margin-right: 10px !important;
    }
}

.rotateImage {
    object-fit: cover;
}

.rotateImage:hover {
    transform: scale(1.1) rotate(0deg);
}

.rotateImageVideo > img {
    object-fit: cover;
}

.rotateImageVideo:hover > img {
    transform: scale(1.1) rotate(0deg);
}

.titleCustom {
    color: #0052A1;
    font-family: AvenirNext-Bold;
    font-size: 1.25rem;
}

.video-background-controls {
    top: 50% !important;
    right: 50% !important;
}

.video-background-controls button {
    background: unset;
    border: unset;
}

.tabcontent {
    display: none;
}

.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-submit {
    padding: 9px 75px !important;
    border-radius: 0 !important;
    background-color: #0052A1 !important;
    text-align: center !important;
    position: relative !important;
    display: inline-block !important;
    z-index: 1 !important;
    border: unset !important;
    font-family: AvenirNext-Bold, sans-serif !important;
    font-size: 1.0625rem !important;
    color: white !important;
}

.wpcf7-submit:before {
    top: 0 !important;
    width: 0 !important;
    left: auto !important;
    right: 0 !important;
    z-index: -1 !important;
    bottom: 0 !important;
    content: "" !important;
    position: absolute !important;
    background-color: #0263c1 !important;
    transition: width .3s linear !important;
    border: unset !important;
}

.wpcf7-submit:hover {
    border: unset !important;
}

.wpcf7-submit:hover:before {
    left: 0 !important;
    width: 100% !important;
    right: auto !important;
}

.hover_white:hover {
    color: white !important;
}

.colorO {
    color: #0052A1 !important;
}

.colorTextA {
    color: #0052A1 !important;
}

@media screen and (max-width: 991px) {
    .fixSlideKhamPha {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -105%);
    }
}

@media screen and (max-width: 799px) {
    .fixSlideKhamPha {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -95%);
    }
}

@media screen and (max-width: 600px) {
    .fixSlideKhamPha {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -115%);
    }
}

@media screen and (max-width: 395px) {
    .fixSlideKhamPha {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -100%);
    }
}

@media screen and (max-width: 655px) {
    .pt-768 {
        padding-top: 310px !important;
    }
}

@media screen and (max-width: 750px) {
    .hiddenDot {
        display: none;
    }
}

.fontTitleSlide {
    line-height: 44px !important;
}

@media screen and (max-width: 765px) {
    .fontTitleSlide {
        font-size: 2.0625rem !important;
        line-height: 40px !important;
    }
}

@media screen and (max-width: 665px) {
    .fontTitleSlide {
        font-size: 1.875rem !important;
        line-height: 35px !important;
    }
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-submit:hover {
    border: unset !important;
    background-color: #00A4E0 !important;
}

.pagnition2 {
    text-align: center;
    padding-top: 30px;
}

.pagnition2 .page-numbers {
    padding: 8px 12px !important;
    color: #B2B2B2;
    font-size: 1.5rem;
    font-family: AvenirNext-Regular, sans-serif;
    line-height: 22px;
}

@media screen and (max-width: 350px) {
    .pagnition2 .page-numbers {
        padding: 8px 8px !important;
    }
}

.pagnition2 .page-numbers:hover {
    color: #0052A1;
}

.pagnition2 span {
    margin-left: 0 !important;
}

.pagnition2 i {
    font-size: 24px;
    padding: 3px 3px;
}

.pagnition2 .current {
    font-family: AvenirNext-Bold, sans-serif;
    color: #0052A1;
}

.pagnition2 .prev {
    color: #0052A1;
    font-size: 2.125rem;
}

.pagnition2 .next {
    color: #0052A1;
    font-size: 2.125rem;
}

.bgbanner-title2 h1 {
    font-family: AvenirNext-Bold, sans-serif;
    font-size: 3.125rem;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .bgbanner-title2 h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 799px) {
    .bgbanner-title2 h1 {
        font-size: 2.125rem;
    }
}

.bgbanner-title2 p {
    font-family: AvenirNext-Medium, sans-serif;
    margin-bottom: 0;
    font-size: 1.25rem;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .bgbanner-title2 p {
        font-size: 1.125rem;
    }
}

.bgbanner-title2 .leam-more {
    padding: 20px 0;
}

@media screen and (max-width: 850px) {
    .imageHiddenTable {
        display: none;
    }
}

.imageShowTable {
    display: none;
}

@media screen and (max-width: 850px) {
    .imageShowTable {
        display: block;
    }
}

@media screen and (max-width: 850px) {
    .pb-850-0 {
        padding-bottom: unset !important;
    }
}

.aligncenter {
    margin: 0 auto;
    display: flex;
}

.slick-dots {
    bottom: -55px !important;
}

.nav-tabs {
    border: unset !important;
}

@media screen and (max-width: 600px) {
    .title-h6 {
        padding: 20px 50px !important;
    }
}

.contact-form {
    width: 100%;
    float: left;
}

.contact-form .title {
    font-size: 2.5em;
    font-family: AvenirNext-Bold;
    font-weight: 700;
    color: #0352a1;
}

.contact-form .subtitle {
    font-size: 1.2em;
    font-weight: 400;
    font-family: AvenirNext-Regular;
}

.contact-form input,
.contact-form textarea {
    padding: 3%;
    margin: 9.5px 0;
    color: #242424;
    border: 1px solid #B7B7B7;
    width: 100%;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #242424;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #242424;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #242424;
}

.contact-form .btn-send {
    background: #0352a1;
    width: 100%;
    height: 60px;
    color: #F8F8F8;
    font-weight: 700;
    border: none;
}

.mapIframe {
    width: 100%;
    height: 650px;
}

@media screen and (max-width: 700px) {
    .mapIframe {
        height: 250px;
    }
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 1000px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}


.hoverShake:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}


.htcct .slick-prev {
    top: 38% !important;
}

.htcct .slick-next {
    top: 38% !important;
}

.splash {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 400px;
}
.splash > video {
    display: block;
    position: absolute;
    z-index: -1;
    width: auto;
    height: 100vh;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
@media only screen and (min-width: 1040px) {
    .splash > video {
        width: 100%;
        height: auto;
    }
}


/*# sourceMappingURL=main2.css.map */
