/*==============================
* Banner flexslider
* ================================
*/
.title h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
    position: relative;
    display: inline-block;
}

.title h3 span {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 170px;
    height: 5px;
    background: #FCB13E;
    border-radius: 5px;
}

.title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #364859;
}
section.slides {
    padding-top: 120px;
}
.slide .item {
    position: relative;
}

.slide .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #033E5E;
    opacity: 0.45;
    z-index: 999;
}

.slide .item .text {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide .item .text h3 {
    text-transform: initial;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 30px;
}

.slide .item .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 50px;
    width: 60%;
    margin: 0 auto;
}

.slide .item .text span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;

}

.slide .item .text a.tht {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    text-align: center;
    text-transform: initial;
    background: linear-gradient(90deg, #FF9A00 0%, #FCB13E 100%);
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    width: 135px;
    height: 45px;
    line-height: 42px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;

}

.slides .slide {
    position: relative;
}

.slides .slide .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 15%;
    display: flex;
    align-items: center;
}

.slides .slide .owl-dot:last-child span {
    margin: 0;
    margin-right: 50px;
    width: 0px;
    height: 1px;
    background-color: transparent;
    position: relative;
}

.slides .slide .owl-dot span {
    margin: 0;
    margin-right: 50px;
    width: 45px;
    height: 1px;
    background-color: #fff;
    position: relative;
}

.slides .slide .owl-dot.active span {
    background-color: #fff;
}

.slides .slide .owl-dot:hover span {
    background-color: #fff;
}

.slides .slide .owl-dot:nth-child(1) span::after {
    content: '01';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.slides .slide .owl-dot:nth-child(2) span::after {
    content: '02';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.slides .slide .owl-dot:nth-child(3) span::after {
    content: '03';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.slides .slide .owl-dot:nth-child(4) span::after {
    content: '04';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.slides .slide .owl-dot:nth-child(5) span::after {
    content: '05';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.slides .slide .owl-dot.active span::after {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.slides .slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slides .slide .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    text-align: center;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 2px solid #FFFFFF;
    line-height: 42px;
    transition: all 0.2s;
}

.slides .slide .owl-nav .owl-prev:hover {
    border: 2px solid #FCB13E;
    background-color: #FCB13E;
}

.slides .slide .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    transform: translateY(-50%);
    text-align: center;
    width: 48px;
    height: 48px;
    border: 2px solid #FFFFFF;
    transition: all 0.2s;
    line-height: 42px;
}

.slides .slide .owl-nav .owl-next:hover {
    border: 2px solid #FCB13E;
    background-color: #FCB13E;
}

.home-taisao {
    padding: 50px 0;
    background: hsla(201, 94%, 37%, 0.1);
}

.home-taisao .taisao {
    padding-top: 60px;
}

.home-taisao .item {
    display: flex;
}

.home-taisao .item .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
}

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

.home-taisao .item .text {
    flex: 1;
    padding-left: 15px;
}

.home-taisao .item .text h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #14183E;
    margin-bottom: 15px;
}

.home-taisao .item .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}

.home-taisao .taisao {
    position: relative;
    margin-bottom: 58px;
}

.home-taisao .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.home-taisao .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background: #364859;
    opacity: 0.3;
    border-radius: 50%;
    margin-right: 15px;
}

.home-taisao .owl-dot.active span {
    width: 40px;
    height: 8px;
    background: #0678B6;
    border-radius: 5px;
    opacity: 1;
}

.video #myModal .modal-dialog {
    max-width: 620px;
    margin: 1.75rem auto;
}

.video #myModal .modal-content{
    padding: 30px;
    border-radius: 0;
}

.video .col-lg-6 {
    padding: 0;
}

.video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video .box-thumbnail {
    height: 100%;
}

.video .text {
    padding: 50px 30px;
    background: #0678B6;
    height: 100%;
}

.video .text h3 {
    color: #FFFFFF;
}

.video .text p {
    padding-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.video .text .col-md-6 {
    padding-bottom: 20px;
}

.video .text .col-md-6 h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}
.video .text .col-md-6 h4 span{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}
.video .text .col-md-6 span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.service {
    padding: 70px 0 50px 0;
    background: hsla(201, 94%, 37%, 0.1);
}

.service .title h3 span {
    left: 50%;
    transform: translateX(-50%);
}

.service .title .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #364859;
    display: block;
    width: 75%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

/* .service .box-thumbnail {
    filter: drop-shadow(8px 8px 24px rgba(15, 41, 156, 0.16));
} */
.all-services-ct {
    padding-bottom: 30px;
}
.service .box-thumbnail .bg-cheo {
    position: absolute;
    left: -15%;
    right: -10%;
    bottom: -10%;
    height: 250px;
    background-color: #fff;
    box-shadow: 0px -20px 0 0 hsla(0, 0%, 100%, 0.5);
    transform: rotate(15deg);
    transition: all 0.4s;
}

.service .box-thumbnail:hover .bg-cheo {
    background-color: #0771AB;
    box-shadow: 0px -20px 0 0 hsla(201, 92%, 35%, 0.5);

}

.service .box-thumbnail .text {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 230px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.service .box-thumbnail .text a:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FCB13E;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.service .box-thumbnail:hover .text a:nth-child(1) {
    opacity: 1;
    visibility: visible;
}

.service .box-thumbnail .text a:nth-child(1) img {
    width: 13px;
    height: 8px;
    object-fit: none;
    margin-left: 10px;
}

.service .box-thumbnail .text h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #14183E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 5px;
    transition: all 0.4s;

}

.service .box-thumbnail:hover .text h3 {
    color: #fff;
    transform: translateY(-10px);
}

.service .box-thumbnail .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: all 0.4s;

}

.service .box-thumbnail:hover .text p {
    color: #fff;
    transform: translateY(-10px);
}

.service .tcdv {
    border: 1px solid #0678B6;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0678B6;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 50px;
    display: inline-block;
}

.news {
    padding: 85px 0 70px 0;
}

.news .title h3 span {
    left: 50%;
    transform: translateX(-50%);
}

.news .item:hover{
    box-shadow: 8px 8px 24px rgba(15, 41, 156, 0.16);
}

.news .tintuc {
    position: relative;
}
.news .tintuc .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
}
.news .tintuc .owl-nav .owl-prev{
    position: absolute;
    left: -45px;
}
.news .tintuc .owl-nav .owl-next{
    position: absolute;
    right: -45px;
}
.news .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.news .item:hover .bg{
    opacity: 1;
    visibility: visible;
}
.news .bg img{
    width: 66px;
    height: 12px;
    margin: 0 auto;
}
.news .tintuc .owl-stage-outer{
    padding: 30px 0;
}
.news .text {
    position: relative;
    padding: 27px 20px;
    border: 0.5px solid hsla(232, 31%, 67%, 0.5);
    box-sizing: border-box;
    border-top: 0;
}

.news .text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #14183E;
    margin-bottom: 10px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #364859;
    margin-bottom: 20px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #0678B6;
    display: block;
    transition: all 0.4s;
}
.news .text .dd a {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.news .item:hover .text .dd a {
    visibility: visible;
    opacity: 1;
}

.news .category {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FCB13E;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    z-index: 9;
    padding: 0 19px;
    display: inline-block;
}
.modal-backdrop {
    position: relative !important;
}
.scoll {
    background: #0678B6;
    border-radius: 20px;
}
.line {
    width: 30px;
    border: 1px solid white;
}
.flag img {
    width: 20px;
    border-radius: 20px;
    margin-left: 15px;
    margin-top: -5px;
}
.col-lg-5.d-flex.align-items-center {
    padding-left: 12%;
}

/* css về chúng tôi */
.all-about-us .title {
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.all-about-us .title h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #364859;
}
.all-about-us .title h1{
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
}
.all-about-us .title .line-1 {
    height: 5px;
    background: #FCB13E;
    border-radius: 5px;
    margin: 0 43%;
}

.all-about-us .about .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.all-about-us .about .owl-dot.active span {
    width: 40px;
    height: 8px;
    background: #0678B6;
    border-radius: 5px;
    opacity: 1;
}
.all-about-us .about .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background: #364859;
    opacity: 0.3;
    border-radius: 50%;
    margin-right: 15px;
}
.all-about-us .about {
    margin-bottom: 60px;
    margin-top: 30px;
}

.all-about-us .about .box-thumbnail {
    padding-top: 40%;
}
.all-about-us .about .box-thumbnail img{
    border-radius: 20px;
}
.mt-us{
    padding-bottom: 30px;  
}
.mt-us:nth-child(1){
    padding-top: 50px;  
}
.mt-us.d-flex.align-items-center p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding-left: 10px;
}
.us-ct p{
    text-align: justify;
    padding: 0 90px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.us-ct {
    padding-bottom: 85px;
}
h1.nv {
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
}
.line-nv {
    width: 170px;
    height: 5px;
    left: 375px;
    top: 1131px;
    background: #FCB13E;
    border-radius: 5px;
}
p.nv {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}

.video-us video {
    width: 100%;
}
.video-us {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* css tầm nhìn */
.all-vision h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
}
.all-vision img {
   width: 100%;
}
.all-vision .line-vs {
    width: 170px;
    height: 5px;
    left: 376px;
    top: 348px;
    background: #FCB13E;
    border-radius: 5px;
    margin-bottom: 30px;
}
.all-vision .row {
    padding-top: 70px;
}
.all-vision .row:nth-child(2) {
    padding-bottom: 70px;
}
.all-vision p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.align-items-start{
    align-items: start;
}
.news.service .text {
    border: none;
}
.news.service .text h3{
    text-align: left;
}
.news.service .text p{
    text-align: left;
}
.all-quantity .title {
    text-align: center;
    padding-top: 50px;
}
.all-quantity .title h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #364859;
}
.all-quantity .title h1{
    position: relative;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;

}
.all-quantity .title h1 span{
    position: absolute;
    bottom: -10px;
    width: 170px;
    height: 5px;
    background: #FCB13E;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.all-quantity .title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding: 30px 80px 42px 80px;
}
.all-quantity .list-qa{
    padding-bottom: 70px;
}
.all-quantity .list-qa .content{
    padding-left: 15px;
}
.all-quantity .list-qa .content h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #14183E;
}
.all-quantity .list-qa .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.all-quantity .service-1 .content{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.all-quantity .service-1 .content h1{
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: white;
}
.all-quantity .service-1 .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: white;
    padding: 30px 80px 50px 80px;
}
.all-quantity .service-1 .content a{
    background: linear-gradient(90deg, #FF9A00 0%, #FCB13E 100%);
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: white;
    padding: 10px 20px;
}
.news.service .all-services {
    text-align: center;
    padding-top: 50px;
}
.news.service .all-services a{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0678B6;
    padding: 10px 20px;
    border: 1px solid #0678B6;
    border-radius: 10px;
    text-transform: uppercase;
}

/* css nhân sự  */
.titles{
    text-align: center;
    padding-top: 50px;
    width: 100%;
}
.titles h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #364859;
}
.titles h1{
    position: relative;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
}
.titles h1 span{
    position: absolute;
    bottom: -10px;
    width: 170px;
    height: 5px;
    background: #FCB13E;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.titles p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding: 30px 80px 42px 80px;
}
.all-employee .titles h1{
    margin-bottom: 30px;
}
/* css nhân sự */
.thum-ns{
    padding-bottom: 50px;
}
.thum-ns img{
    width: 100%;
}
.thum-ns .content-ns h2{
    padding-top: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #14183E;
    margin-bottom: 5px;
}
.thum-ns .content-ns .cvu p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #9097C5;
}
.thum-ns .content-ns p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.thum-ns .content-ns a{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FCB13E;
    padding-top: 15px;
}
.all-employee .paginate{
	padding-bottom: 70px;
}

/* css chi tiết dịch vụ  */
.services-ct img{
    width: 100%;
}
.services-ct .top-bercum{
    background: none;
}
.mt-contact h2{
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
    padding-bottom: 30px;
}
.mt-contact p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding-bottom: 30px;
}
.mt-contact p span{
    color: #9097C5;
}
.mt-contact p strong{
    font-weight: 600;
}

.mt-contact .ctht{
    padding-top: 70px;
}
.mt-contact .ctht a{
    background: linear-gradient(270deg, #0678B6 0%, #033E5E 100%);
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
.all-news .top-news{
    position: relative;
}
.all-news .top-news img{
    width: 100%;
}
.all-news .top-news .content{
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 30px
}
.all-news .top-news .content h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: white;
}
.all-news .top-news .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: white;
    padding-top: 15px;
    padding-bottom: 30px;
}
.all-news .top-news .content .view img{
    width: 20px;
    height: 16px;
    margin-right: 12px;
}
.all-news .top-news .content .view p{
    padding: 0;
}
.lastest-news{
    background-color: #0678B6;
    text-align: center;
}
.lastest-news h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: white;
    padding: 5px 0px;
}
.rela-news{
    padding-bottom: 28px;

}
.rela-news img{
    width: 100%;
}
.rela-news h2{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #14183E;
}
.rela-news p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #9097C5;
}
.all-news{
    padding-top: 70px;
}
.all-news .rela-news:last-child {
    padding-bottom: 0px;
}
.right-bd {
    border-right: 2px solid #9097C5;
}
.all-news .news .col-md-4 {
    padding-bottom: 70px;
}
.content-t img{
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.content-t{
    padding-top: 30px;
}
.all-news-ct .view p{
    color: #9097C5;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 12px;
}
.all-news-ct h2.tieude{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #14183E;
}
.news-ct .top-bercum {
    background: none;
}
.heart-news{
    padding-top: 70px;
    text-align: center;
}
.heart-news h2{
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0678B6;
    margin-bottom: 40px;
}
.heart-news h2 span{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 170px;
    height: 5px;
    background: #FCB13E;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.all-news-ct h3 span{
    left: 30% !important;
}
.gt-rec .content{
    text-align: center;
    border: 0.5px solid #9097C5;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px 0;
}
.gt-rec .content:hover{
    box-shadow: 8px 8px 24px rgba(15, 41, 156, 0.16);
}
.gt-rec .content h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #14183E;
    padding-top: 30px;
    padding-bottom: 15px;
}
.gt-rec .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #9097C5;
}
/* .gt-rec .content img{
    width: 80px;
    height: 80px;
} */
.all-recruit .news .item:hover {
    box-shadow: none;
}
.all-recruit .news {
    padding-top: 30px;
}
.all-recruit .news .item {
    margin-bottom: 50px;
}
.text-recruit h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0678B6;
    padding-top: 15px;
}
.text-recruit .date-ns{
    width: 100%;
    padding: 15px 0;
}
.text-recruit .date-ns p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #9097C5;
    padding-left: 5px;
}
.text-recruit .date-ns .date{
    width: 50%;  
}
.text-recruit .date-ns .ns{
    width: 50%;
    justify-content: end;
}
.text-recruit p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}

.job-overview h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #14183E;
}
.job-overview .date-ns p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;    
    color: #9097C5;
    padding-left: 5px;
}
.job-overview .date{
   margin-right: 30px;
}

.job-overview h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #14183E;
    padding-top: 30px;
}
.job-overview p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.job-overview .contact-ov{
   padding-top: 80px;
}
.job-overview .contact-ov a{
   padding: 10px 20px;
}
.job-overview .contact-ov a:nth-child(1){
   color: white;
   background: linear-gradient(270deg, #0678B6 0%, #033E5E 100%);
   border-radius: 5px;
}
.job-overview .contact-ov a:nth-child(2){
    color: #0678B6;
    border: 1px solid #0678B6;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 50px;
 }
 .tab-content1{
     padding-top: 80px;
 }
 .tab-content1 a.nav-link {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 0;
 }

.tab-content1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    color: #0678B6;
    background: rgba(6, 120, 182, 0.1);
    border-bottom: 6px solid #0678B6;
}
.tab-content1 .nav-tabs {
    border-bottom: none;
    padding-bottom: 70px;
}
.tab-content1 .nav-item {
    border-bottom: none;
    margin-bottom: -4px;
    z-index: 1;
}
.tab-content{
    padding-top: 40px;
    border-top: 2px solid #9097C5;
}

.money-add .col-md-5 p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #364859;
}
.money-add .col-md-7 p span{
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FF0000;
}
.money-add .col-md-7 p.mt-lu{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #9097C5;
}
.money-add .col-md-7 p strong{
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #14183E;
}
.money-add .row{
    padding: 25px 0px;
}
.money-add{
    background: #FFFFFF;
    box-shadow: 8px 8px 24px rgba(15, 41, 156, 0.16);
    border-radius: 30px;
    padding: 25px 30px;
}

.slide-td .text-recruit .date-ns .date img{
    width: 15px;
    height: 15px;
}
.slide-td .text-recruit .date-ns .ns img{
    width: 20px;
    height: 13px;
}
.slide-td .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.slide-td .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
}
.slide-td .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}
h2.tdtt {
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
h2.tdtt span {
    position: absolute;
    width: 170px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #FCB13E;
    border-radius: 5px;
}
.slide-td{
    margin-bottom: 70px;
}
.slide-re {
    background-color: rgb(6 120 182 / 15%);
    padding: 30px 0px;
    margin-bottom: 30px;
}
.all-contact .container{
    padding: 0;
}
.advsemail{
    background-color: rgb(6 120 182 / 15%);
    border-radius: 20px;
    margin-top: 70px;
}
.advsemail .row{
    margin-left: 15px;
}
.advsemail h1{
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
    color: #0678B6;
    text-align: center;
    padding: 30px 0;
}
.advsemail h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #0678B6;
    text-align: left;
    padding-bottom: 15px;
}
.advsemail p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding-bottom: 10px;
}
.advsemail p span{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.advsemail .hotli{
    width: 100%;
    text-align: center;
}
.advsemail .col-md-3 .content{
    border-right: 0.5px solid #9097C5;
}
.advsemail .col-md-3:last-child .content{
    border-right: none;
}
.advsemail .col-md-3{
    padding-right: 7px;
}
.advsemail .hotli p{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0678B6;
    padding-top: 35px;
    padding-bottom: 30px;
}
.text-contact-1{
    padding-top: 70px;
    padding-bottom: 70px;
}
/* .text-contact{
    padding-top: 70px;
    padding-bottom: 70px;
} */
.text-contact h2{
    position: relative;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
    padding-bottom: 10px;
}
.text-contact h2 span{
    position: absolute;
    width: 170px;
    height: 5px;
    left: 0px;
    bottom: 0;
    background: #FCB13E;
    border-radius: 5px;
}
.text-contact p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding-top: 25px;
    padding-bottom: 40px;
}

.ct-form input.form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #9097C5;
    border: 0.5px solid #9097C5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 24px;
}
.ct-form textarea.form-control {
    height: 147px;
    border: 0.5px solid #9097C5;
    box-sizing: border-box;
    border-radius: 10px;   
}
.ct-left input {
    background: linear-gradient(270deg, #0678B6 0%, #033E5E 100%);
    border-radius: 5px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 10px 20px;
    margin-top: 30px;
    border: none;
}
.map {
    padding-top: 90px;
}
.map iframe {
    width: 100%;
    height: 450px;
}

.all-history h2{
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #0678B6;
}
/* .all-history .content{
    border-left: 0.5px solid #9097C5;
    padding-left: 90px;
    position: relative;
} */
.all-history .col-md-10{
    border-left: 0.5px solid #9097C5;
    padding-left: 90px;
    position: relative;
}

.all-history .col-md-10 .cercle{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FCB13E;
    position: absolute;
    left: -7.5px;
}

.all-history .year p{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #14183E;
}
.all-history .year{
    text-align: center;
    margin-top: -15px;
}
.all-history .content{
    margin-top: -15px;
}
.all-history .content h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #14183E;
    padding-bottom: 15px;
}
.all-history .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding-bottom: 45px;
}
.all-history .col-md-10:last-child{
    border-left: none;
}
.all-history .col-md-10:last-child .cercle{
    left: -7px;
}
.all-history .row:last-child{
    margin-bottom: 70px;
    margin-top: 15px;
}
.line-his{
    width: 170px;
    height: 5px;
    background: #FCB13E;
    border-radius: 5px;
    margin-top: 10px;
}
p.his-mt{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding: 30px 0;
}
/* .all-history img{
   padding-top: 70px;
   padding-bottom: 30px;
   width: 100%;
} */
.us-employee{
    padding-top: 30px;
}
.us-employee .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
}
.us-employee .owl-nav .owl-prev{
    position: absolute;
    left: -45px;
}
.us-employee .owl-nav .owl-next{
    position: absolute;
    right: -45px;
}
.all-employee-ct{
    padding-top: 70px;
}
.all-employee-ct p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.avatar img{
    width: 100%;
}

.overview-ns h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #0678B6;
}
.overview-ns h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #9097C5;
    padding: 15px 0;
}

.overview-ns .image{
    padding-right: 15px;
}
.overview-ns .d-flex a{
    padding-right: 15px;
}
.overview-ns .d-flex{
    padding: 15px 0;
}
.all-employee-ct h4{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #14183E;
    padding-bottom: 30px;
    padding-top: 70px;
}
.chuyenmon .d-flex{
    padding-bottom: 15px;
}
.chuyenmon .d-flex .image{
    padding-right: 10px;
}
.hocvan .d-flex span{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
    padding-right: 5px;
}
.hocvan .d-flex{
    padding-bottom: 15px;
}

/* .image-dv img{
    width: 100%; 
} */
.image-dv .box-thumbnail{
    padding-top: 100%;
}
.alll-services .col-md-8{
    margin: auto;
}
.alll-services .row{
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 20px;
}
.alll-services .titles {
    margin-bottom: 50px;
}
.alll-services .row:hover{  
    background-color: #0771AB;
    box-shadow: 0px -20px 0 0 hsl(201deg 92% 35% / 100%);
    transform: translateY(-10px);
    transition: all 0.4s;
}
.alll-services .row:hover .content-services h2{  
    color: white;
    transform: translateY(-10px);
    transition: all 0.4s;
}
.alll-services .row:hover .content-services p{  
    color: white;
    transform: translateY(-10px);
    transition: all 0.4s;
}
.alll-services .row:hover .image-dv img{  
    transform: translateY(-10px);
    transition: all 0.4s;
}
.alll-services .row:last-child{
    padding-bottom: 30px;
}

.content-services h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #14183E;
    padding-bottom: 15px;
}
.content-services p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #364859;
}
.slide-partners{
    padding-bottom: 50px;
    width: 102%;
}
.slide-partners .item{
    padding: 0 5px;
}
.slide-partners .item .box-thumbnail {
    padding-top: 55%;
    border: 1px solid #9097C5;
    border-radius: 15px;
}
.slide-partners .item .thumbnail-lazy img {
    height: 100%;
    object-fit: contain;
}
.slide-partners .owl-nav{
    position: absolute;
    top: 20%;
    width: 100%;
}
.slide-partners .owl-nav .owl-prev{
    position: absolute;
    left: -45px;
}
.slide-partners .owl-nav .owl-next{
    position: absolute;
    right: -45px;
}
.img-ctdv .box-thumbnail{
    padding-top: 100%;
}
.slide-recruit .box-thumbnail {
    padding-top: 70%;
}

.all-history img{
    border-radius: 20px;
    margin: 10px 0;
    width: 100%;
    height: auto;
}

.all-employee .box-thumbnail {
    padding-top: 100%;
}
