@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

i.fa {
    line-height: inherit;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff !important;
}

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

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

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #ff0000;
}

html {
    /* scroll-behavior: smooth; */
}

.slick-slider {
    margin-bottom: 0;
}

@media (min-width: 1250px) {
    .container {
        /* width: 1250px; */
    }
}

.main {
    /* background-color: #f5f5f5; */
}

.group-title {
    text-align: center;
    margin-bottom: 30px;
}

.group-title .title {
    margin: 0;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #0a2166;
    text-transform: uppercase;
}

.group-title .title-sm {
    font-size: 25px;
}

.group-title .title-underline {
    position: relative;
    margin-bottom: 20px;
    color: #202020;
}

.group-title .title-underline:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #0a2166;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}


/*css slide home*/

.slide .slick-dots {
    bottom: -60px;
}

.slide .slick-dots li {
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: rgba(153, 153, 153, 1);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
    border: 3px solid #ff0000;
}

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

.slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.slide :hover .slick-prev {
    left: 20px;
}

.slide :hover .slick-next {
    right: 20px;
}

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

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    opacity: 1;
    /* background-color: #fff; */
    /* border-radius: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: rgba(0, 0, 0, 0.4); */
    background-size: 20px 30px;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #00a9da;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
}

.slide .slick-prev {
    left: 20px;
    background-image: url(../../../upload/img/ic_previous_black.png);
}

.slide .slick-next {
    right: 20px;
    background-image: url(../../../upload/img/ic_next_black.png);
}

.slide {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 0;
    color: #fff;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.box-slide {
    width: 100%;
}

.dkbtn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-duration: 800ms;
    transition-timing-function: ease;
    transition-property: opacity, transform, height, width;
    display: inline-block;
}

.slide {
    position: relative;
}

.box-slide {
    position: absolute;
    z-index: 10;
    /* height: 100%; */
    top: 97%;
}

.item-slide,
.item-slide .container,
.item-slide .row .item-slide .col-md-12 {
    /* fix lỗi */
    /* height: 100%; */
}

.box-text-slide {
    position: relative;
}

.dkbtn a {
    border: 2px solid #fff;
    padding: 2px 25px;
    background: #ff0000;
    display: inline-flex;
    width: auto;
    border-radius: 28px;
    position: relative;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    animation-name: example1;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.dkbtn a:hover {
    color: #ff0000;
    background: #fff;
}

@media (max-width: 767px) {
    .box-slide {
        top: 50%;
    }
}

.dkbtn1 a:before {
    content: "";
    display: block;
    background: url(../../../upload/img/contact-ico.png) left no-repeat;
    width: 30px;
    height: 31px;
    position: relative;
    float: left;
    margin-right: 10px;
}

@keyframes example1 {
    0% {
        margin-left: 6px;
    }

    100% {
        margin-left: 0;
    }
}

.box-text-slide {
    font-size: 54px;
    text-align: center;
}

.box-text-slide .about-text .desc-list ul li i {
    color: #fff;
}

.box-text-slide .about-text .desc-list {
    text-transform: uppercase;
    font-weight: bold;
}

.box-text-slide .about-text .desc-list li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.box-text-slide .about-text .desc-list ul {
    display: flex;
    flex-wrap: wrap;
}

.box-text-slide .about-text .desc-list li {
    display: inline-block;
    width: 50%;
    padding-right: 5px;
}

.box-text-slide .about-text .desc-list li * {
    color: #fff !important;
    line-height: 30px;
}

.box-text-slide h3 {
    font-size: 100%;
    line-height: 60px;
}

.box-text-slide h3 span {
    color: #ff0000;
    font-weight: bold;
    text-transform: lowercase;
}

.box-text-slide h4 {
    font-size: 50%;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    max-width: 500px;
    text-transform: uppercase;
}

.box-text-slide .desc {
    font-size: 30%;
    margin-bottom: 20px;
}

.box-text-slide .btn-view {
    padding: 10px 20px;
}

.wrap-brand {
    background-color: #fff;
    padding: 70px 0 60px;
    /* color: #fff; */
}

.wrap-brand .container>.row {
    display: flex;
    flex-wrap: wrap;
}

.wrap-brand .left {
    border-right: 2px solid #fff;
}

.wrap-brand .box-text {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
}

.wrap-brand .box-text h2 {
    text-transform: uppercase;
}

.wrap-text .text {
    margin-bottom: 30px;
}

.wrap-brand .list-brand {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.col-item-brand {
    margin-bottom: 15px;
    margin-top: 15px;
}

.item-brand {
    text-align: center;
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
}

.item-brand .box {}

.item-brand .box img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.wrap-text {
    padding: 40px 0 10px;
    background-color: #031755;
    color: #fff;
}

.wrap-text .box-text {
    margin-bottom: 30px;
}

.wrap-text .box-text h2 {
    margin: 0;
    font-weight: 600;
    /* color: #000; */
    line-height: 1.6;
    font-size: 28px;
}

.wrap-text .box-text .highlight {
    background: #000;
    color: #ff0000;
    padding: 2px 15px;
}

.text {
    font-size: 18px;
    line-height: 1.6;
}

.wrap-slide-image-home {
    background-color: #fff;
    padding: 40px 0 60px;
}

.wrap-slide-image-home .list-image-home {}

.wrap-slide-image-home .image-slide-item {}

.wrap-slide-image-home .image-slide-item .box {
    max-width: 800px;
    margin: 0 auto;
}

.wrap-slide-image-home .image-slide-item img {
    border-radius: 10px;
    height: auto;
}

.wrap-slide-image-home .image-slide-item h2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}


.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: auto;
    height: 50px;
    background-color: transparent;
    color: #000;
}

.group_col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}

.form_submit {
    width: 100%;
    position: sticky;
    top: 120px;
    z-index: 2;
    margin-bottom: 30px;
    background: #fff;
}

.form_submit form {
    /* background-color: aliceblue; */
    padding: 15px;
    box-shadow: 2px 3px 6px -3px #333;
}

.form_submit .form-control {
    background-color: transparent;
    color: #000;
    border-radius: 3px;
    height: 38px;
    margin-bottom: 10px;
}

.form_submit .form-control::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.form_submit button {
    background-color: #3b9af5;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin: 0 auto;
    height: 32px;
    width: 100%;
    max-width: 250px;
}

.cate-arrows-1 .slick-prev {
    left: -10px;
}

.cate-arrows-1 .slick-next {
    right: -10px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
    font-size: 24px;
    color: inherit;
}

.tb-03-cate-arrow-1 .slick-prev,
.tb-03-cate-arrow-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    height: auto;
    line-height: normal;
}

.tb-03-cate-arrow-1 .slick-prev {
    left: -10px;
}

.tb-03-cate-arrow-1 .slick-next {
    right: -10px;
}

.tb-03-cate-arrow-1 .slick-prev i,
.tb-03-cate-arrow-1 .slick-next i {
    font-size: 25px;
    color: #0a2166;
}

.tb-03-cate-arrow-2 .slick-prev {
    left: 0px;
}

.tb-03-cate-arrow-2 .slick-next {
    right: 0px;
}

.tb-03-cate-arrow-3 .slick-next i,
.tb-03-cate-arrow-3 .slick-prev i {
    color: rgba(10, 43, 56, 0.19);
    font-size: 20px;
}

.tb-03-cate-arrow-3 .slick-next {
    right: 40px;
}

.tb-03-cate-arrow-3 .slick-prev {
    left: 40px;
}

.tb-03-cate-arrow-3 .slick-next i:before {
    content: "\f061";
}

.tb-03-cate-arrow-3 .slick-prev i:before {
    content: "\f060";
}


/* css dot */

.tb-03-cate-dot-1 .slick-dots {
    margin: 15px 0 0;
    bottom: -25px;
}

.tb-03-cate-dot-1 .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #a4a4a4;
    border-radius: 50%;
}

.tb-03-cate-dot-1 .slick-dots li.slick-active {
    background-color: #16325c;
    transform: scale(1.1);
    transform-origin: center;
}

.tb-03-cate-dot-1 .slick-dots li button {
    display: none;
}

.about-us {
    padding: 10px 0 10px;
}

.about-us .container>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-us .container>.row:before,
.about-us .container>.row:after {
    content: unset;
}

.about-text {
    /* padding-top: 40px; */
    margin-bottom: 20px;
    text-align: justify;
}

.about-text img {
    height: auto !important;
}

.about-text .icon {
    font-size: 32px;
    color: #0a2166;
}

.about-text .icon i {}

.about-text .icon img {}

.about-text h3 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a2166;
    text-transform: none;
}

.about-text-lg h3 {
    font-size: 34px;
}

.about-text .desc {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
}

.about-text .desc ul {
    padding-left: 24px;
}

.about-text .desc li {
    list-style: disc;
}

.about-text-lg .desc {
    font-size: 18px;
}

.about-text .desc-list {
    font-size: 16px;
    line-height: 1.5;
}

.about-text .desc-list-lg {
    font-size: 18px;
}

.about-text .desc-list ul {}

.about-text .desc-list ul li {
    margin-bottom: 5px;
}

.about-text .desc-list ul li i {
    color: #0a2166;
    margin-right: 5px;
}

.bold {
    font-weight: bold;
}

.yelow {
    color: #fff700;
}

.title-3 {
    font-size: 20px !important;
}

.btn-view {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 2px;
    line-height: 18px;
    font-weight: 600;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    display: inline-block;
}

.btn-view i {
    margin-left: 5px;
}

.btn-view:hover {
    color: #0a2166;
    background-color: #fff;
    border-color: #0a2166;
}

.btn-view-sm {
    font-size: 13px;
    padding: 7px 18px;
}

.btn-load-more {
    border-color: rgba(32, 32, 32, .1);
    font-size: 16px;
    line-height: 26px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    border: 2px solid;
    border-color: rgba(32, 32, 32, .1);
    box-sizing: border-box;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
}

.btn-load-more i {
    margin-right: 5px;
}

.btn-load-more:hover {
    border-color: rgba(32, 32, 32, .21);
}

.btn-view-4 {
    color: #0a2166;
    font-weight: bold;
}

.btn-view-4 i {
    margin-left: 5px;
}

.about-us .image {
    margin-bottom: 0;
}

.about-us .image img {
    /* max-width: 450px; */
    width: 100%;
    border-radius: 20px;
}

.about-us:nth-child(2n) .left {
    order: 1;
}

.about-us:nth-child(2n) .right {
    text-align: center;
}

.wrap-ykkh {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0a2166;
    color: #fff;
}

.wrap-ykkh .tb-03-cate-arrow-1 .slick-prev i,
.wrap-ykkh .tb-03-cate-arrow-1 .slick-next i {
    color: #fff;
}

.wrap-ykkh .autoplay3-comment.tb-03-cate-arrow-1 .slick-prev i,
.wrap-ykkh .autoplay3-comment.tb-03-cate-arrow-1 .slick-next i {
    color: #0a2166;
}

.list-ykkh {}

.item-comment {}

.item-comment .box {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    flex-wrap: wrap;

}

.item-comment .box .icon {
    width: 200px;
}

.item-comment .box .icon img {
    width: 120px;
    border-radius: 100%;
}

.autoplay2-team .item-comment  .box .icon img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.item-comment .box .content {
    width: calc(100% - 200px);
}

.item-comment .box .content h3 {}

.item-comment .box .content .desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    /* padding: 0 20px; */
}

.item-comment .box .content .auth {}

.item-comment .box .content .auth .auth-name {
    font-size: 24px;
    font-weight: bold;
}

.item-comment .box .content .auth .position {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.wrap-list-item-text {
    padding: 40px 0;
    background-color: #fff;
}

.list-item-text {}

.col-item-text {
    margin-bottom: 30px;
}

.item-text {
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .08);
}

.item-text .box {
    padding: 30px;
    display: block;
}

.item-text .box .image {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 65%;
}

.item-text .box .image img {
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.item-text .box:hover h3 {
    color: #ff0000;
}

.item-text .box h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    color: #0a2166;
    text-transform: uppercase;
}

.item-text .box .desc {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrap-list-number {
    padding: 50px 0;
    background-color: #fff;




    background-image: url(../../../upload/img/reporting-bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-item-number {
    margin-bottom: 30px;
}

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

.item-number .box {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: -2px 6px 47px -8px rgba(0, 0, 0, .55);
    -moz-box-shadow: -2px 6px 47px -8px rgba(0, 0, 0, .55);
    box-shadow: -2px 6px 47px -8px rgba(0, 0, 0, .55);
    border-radius: 2px;
}

.item-number .col-box {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    width: 50%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-number .col-box:nth-child(1) {
    border-bottom: unset;
}

.item-number .col-box:nth-child(2) {
    border-left: unset;
    border-bottom: unset;
}

.item-number .col-box:nth-child(3) {
    border-right: unset;
}

.item-number .icon {}

.item-number .icon img {
    height: 75px;
    width: auto;
    object-fit: contain;
}

.item-number .percent {}

.item-number .percent span {
    font-size: 40px;
    font-weight: bold;
}

.item-number .percent i {
    font-size: 20px;
    color: #ff0000;
}

.item-number .text-number {
    font-size: 15px;
    font-weight: 500;
}

.wrap-list-news-home {
    padding: 40px 0;
}

.fo-03-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.fo-03-news .image {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.fo-03-news .date,
.fo-03-news .auth-name {
    margin-bottom: 10px;
    font-size: 13px;
    color: #898989;
    display: inline-block;
    position: relative;
}

.fo-03-news .auth-name {
    margin-right: 10px;
}

.fo-03-news .auth-name:after {
    width: 3px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #adb0b6;
    position: absolute;
    border-radius: 100%;
    right: -8px;
}

.fo-03-news .image img {
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.fo-03-news .image:hover img {
    transform: scale(1.1);
}

.fo-03-news h3 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin: 20px 0 10px;
    position: relative;
}

.fo-03-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.fo-03-news h3 a:hover {
    /* color: #89d22c; */
}

.fo-03-news .desc {
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
}

.wrap-contact-now {
    border-bottom-width: 1px;
    padding-top: 210px;
    padding-bottom: 75px;
    background-image: url(../../../upload/img/bg_footercd0d.png?id=16239);
    border-bottom-color: #4a4a4a;
    border-bottom-style: solid;
    text-align: center;
    color: #fff;
}

.title-contact-now {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-breadcrumds {
    background-image: url(../../../upload/img/im-main-11129.jpg);
    min-height: 400px;
    object-fit: cover;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px 0 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #0a2166;
}

.banner-breadcrumds .desc {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0;
}

.banner-breadcrumds:before {
    background-color: rgb(10, 33, 102, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-breadcrumds .date-breadcrumb {
    font-size: 12px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.banner-breadcrumds .date-breadcrumb .tag {
    background-color: #0a2166;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 2px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.banner-breadcrumds .date-breadcrumb .date {
    display: inline-block;
}

.banner-breadcrumds .date-breadcrumb .date i {
    margin-right: 3px;
}

.banner-breadcrumds .date-breadcrumb .date span {}

.title-breadcrumb {
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
    line-height: 1.2;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    /* background-color: #fff; */
}

.breadcrumbs>.container {
    position: relative;
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 15px 0;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    /* color: #a8a8a8; */
    font-weight: 400;
    color: #fff;
}

.breadcrumbs ul>li>a {
    color: #fff;
    font-weight: 400;
}

.breadcrumbs ul>li>a:after {
    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: unset;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.banner-breadcrumds .control-link {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.banner-breadcrumds .control-link a {
    font-size: 16px;
}

.banner-breadcrumds .control-link a i {
    color: #FFFFFF54;
    font-size: 20px;
}

.banner-breadcrumds .control-link .control-prev i {
    margin-right: 5px;
}

.banner-breadcrumds .control-link .control-next i {
    margin-left: 5px;
}

.banner-breadcrumds-2 {
    background-color: unset;
    padding-bottom: 30px;
}

.pd-bot {
    padding-bottom: 100px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex:before,
.d-flex:after {
    content: unset;
}

.align-item-center {
    align-items: center;
}

.blog-product {}

.wrap-blog-list-product {
    padding: 60px 0;
}

.product-item {}

.product-item+.product-item {
    margin-top: 40px;
}

.product-item>.row {
    align-items: center;
}

.product-item .col-item-number {
    padding: 15px;
    position: relative;
}

.product-item .col-item-number:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(84, 44, 229, .36);
    left: 0;
    top: 0;
}

.product-item .about-text h3 {
    font-size: 24px;
}

.blog-product-detail {
    padding: 60px 0 0;
}

.wrap-service {
    padding: 20px 0 20px;
}

.col-service-item {
    margin-bottom: 30px;
}

.service-item {
    border-left: 2px solid #0a2166;
}

.service-item .box {
    padding-left: 15px;
}

.service-item .box .name {
    font-size: 16px;
    color: rgb(157, 167, 173);
    text-transform: uppercase;
}

.service-item .box .desc {
    font-size: 18px;
    color: rgb(43, 49, 53);
    font-weight: 500;
}

.btn-view-2 {
    display: inline-block;
    border: 2px solid #0a2166;
    padding: 13px 40px;
    min-width: 210px;
    padding-right: 40px;
    /* width: 100%; */
    text-align: center;
    color: #0a2166;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    transition: all 0.5s;
}

.btn-view-2 i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.btn-view-2:hover {
    background-color: #0a2166;
    color: #fff;
}

.btn-view-5 {
    display: inline-block;
    border: 2px solid #0a2166;
    padding: 13px 40px;
    min-width: 210px;
    /* padding-right: 40px; */
    /* width: 100%; */
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    transition: all 0.5s;
    background-color: #0a2166;
}

.btn-view-5:hover {
    color: #0a2166;
    background-color: #fff;
    border-color: #0a2166;
}

.btn-view-5 i {
    margin-left: 15px;
}

.wrap-text-product-detail {
    padding: 50px 0;
}

.wrap-list-item-info {
    padding: 50px 0;
}

.col-item-info {}

.col-item-info+.col-item-info {
    margin-top: 40px;
}

.item-info {}

.item-info .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item-info .box .left {
    width: 46%;
}

.col-item-info:nth-child(2n) .box .left {
    order: 1;
}

.col-item-info:nth-child(2n) .box .right {
    padding-left: 0;
    padding-right: 50px;
}

.item-info .box .left .image {
    padding-bottom: 50%;
    position: relative;
}

.item-info .box .left .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.item-info .box .right {
    width: 52%;
    padding-left: 50px;
}

.wrap-count-number {
    padding: 50px 0 20px;
}

.list-count {}

.item-count {
    text-align: center;
    margin-bottom: 20px;
}

.item-count .icon {
    font-size: 64px;
    color: #0a2166;
    line-height: 1;
}

.item-count .icon i {}

.item-count .icon img {}

.item-count .box-count {}

.item-count .box-count .counter-value {
    font-size: 48px;
    font-weight: bold;
}

.item-count .box-count p {
    font-size: 18px;
}

.wrap-list-image-slide {
    padding: 50px 0;
}

.wrap-list-image-slide .item-image img {
    object-fit: cover;
    width: 100%;
    padding: 0 15px;
}

.wrap-contact-product-detail {
    padding: 50px 0 20px;
    text-align: center;
}

.item-contact {
    margin-bottom: 30px;
}

.item-contact .box {}

.title-text {
    color: rgb(43, 49, 53);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social ul {
    display: flex;
    font-size: 18px;
}

.social ul>li {}

.social ul>li+li {
    margin-left: 5px;
}

.social ul>li>a {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #0a2166;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social ul>li>a>i {}

.wrap-contact-product-detail .list-image-home {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.img-item-1 {}

.img-item-1 img {
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
}

.img-item-1 h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0 0;
    line-height: normal;
}

.item-contact .btn-view-2 {
    max-width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.blog-news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-news .container>.row {
    display: flex;
    flex-wrap: wrap;
}

.blog-news .container>.row:before,
.blog-news .container>.row:after {
    content: unset;
}

.block-content-left {
    padding-right: 30px;
    border-right: 1px solid rgba(173, 176, 182, .3);
}

.block-content-right {
    float: right;
    padding-left: 30px;
}

.blog-news .block-content-left .list-news {}

.tb-03-news-item {
    margin-bottom: 0px;
}

.tb-03-news-item .box {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.tb-03-news-item .box h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

.tb-03-news-item .box h3 a {}

.tb-03-news-item .link-small {
    margin-bottom: 5px;
}

.tb-03-news-item .link-small ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 25px;
    color: #adb0b6;
}

.tb-03-news-item .link-small ul li {
    position: relative;
}

.tb-03-news-item .link-small ul li:not(:last-child) {
    margin-right: 15px;
}

.tb-03-news-item .link-small ul li:not(:last-child):after {
    right: 0;
    width: 3px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #adb0b6;
    position: absolute;
    right: -9px;
}

.tb-03-news-item .link-small ul li a {}

.tb-03-news-item .image {
    overflow: hidden;
    width: 320px;
    margin-right: 10px;
    float: left;
    border: 5px solid #fff;
}

.tb-03-news-item .image img {
    object-fit: cover;
    height: 200px;
    border: solid 1px #eee;
}

.tb-03-news-item .brand-date {
    position: absolute;
    top: 10px;
    right: 10px;
    /* color: #fff; */
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 5px;
}

.tb-03-news-item .entry-month {
    margin-bottom: 2px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.tb-03-news-item .entry-month:after {
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    background: #0a2166;
}

.tb-03-news-item .entry-date {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}

.tb-03-news-item .brand-categories {
    padding: 2px 9px 1px;
    margin: 0 0 2px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.title_underline {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 28px;
    position: relative;
}

.title_underline:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #fc7272;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.box_section2 {
    width: 100%;
    margin-bottom: 25px;
}

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

.box_section2 .image img {
    max-height: 190px;
    width: auto;
}

.box_section2 .info {}

.box_section2 .info h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}


.box_section2 .info .desc_section2 {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.duoc_tin_boi {
    color: #fff;
    text-align: center;
    background-color: #1e98c7;
    line-height: 24px;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 70px 0 70px 0;
}

.box_section3 {
    width: 100%;
    margin-bottom: 25px;
}

.box_section3 .image {
    text-align: center;
    margin-bottom: 10px;
}

.box_section3 .image img {
    height: auto;
    width: 100%;
}

.box_section3 .info {
    width: 100%;
}

.box_section3 .info h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}


.box_section3 .info .desc_section2 {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.text-desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-bar {
    /* background-color: #ffffff; */
    /* box-shadow: 0 1px 2px #d9dadb; */
    margin: 0 0 30px 0;
}

.side-bar:last-child {
    margin-bottom: 0;
}

.title-sider-bar {
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}

.list-category {}

.menu-side-bar {}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.nav_item.active a .pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active a .pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    /* position: relative; */
    /* user-select: none; */
    /* display: block; */
    /* height: 48px; */
    /* line-height: 48px; */
    /* text-decoration: none; */
    /* clear: both; */
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* overflow: hidden; 
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
   color: #222222; 
    position: relative;
    */
}

.list-category>ul>li>a {
    color: #333;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

.list-category ul>li a:hover {
    color: #0a2166;
}

.list-category>ul>li+li {
    margin: 10px 0 0;
}

.list-category ul>li>a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 20px;
    top: 18px;
    display: none;
}

.list-category ul>li>a>span {
    /* padding-left: 16px; */
    /* border-left: 1px solid #e5e5e5; */
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar ul li {
    list-style: disc;
    margin-left: 20px;
}

.menu-side-bar-leve-3 {
    display: none;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 40px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    top: 11px;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.blog-default {
    padding: 60px 0 80px;
}


/*css news-detail*/

.news-detail {
    padding: 0px 0 20px;
    text-align: justify;
}

.news-detail a {
    color: #2787c6;
}

.news-detail a:hover {
    color: #f00;
}

.news-detail * {
    max-width: 100%;
    white-space: unset !important;
    font-variant-numeric: unset !important;
    font-variant-east-asian: unset !important;
}

.news-detail span {
    text-align: justify !important;
}

.news-detail ul {
    list-style: disc;
    padding-left: 20px;
}

.news-detail ul>li {
    list-style: disc;
}

.news-detail>.image {}

.news-detail .news_note {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
}




#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}

#toc_container {
    width: 100% !important;
    text-align: left !important;
    padding: 10px 20px !important;
    background: #f2f2f2 !important;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#toc_container p.toc_title {
    text-align: left !important;
    font-size: 20px;
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 10px;
}

#toc_container .pt_list_link a {
    font-size: 18px;
    line-height: 1.8;
    font-family: arial;
    color: #2787c6;
}

#toc_container .pt_list_link a:hover {
    color: #f00;
}

.content-menu {
    padding: 10px 0;
    line-height: 2.0;
}

.content-menu h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
}

.news_detail .pt_news_detail .content-menu h1 {
    margin: 0 0 10px;
}

.content-menu p {}

.content-menu img {
    max-width: 100%;
    height: auto !important;
    margin: auto !important;
    display: block;
}



.news-detail .image>img {
    max-width: 100%;
    height: auto;
}

.news-detail .author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: rgb(173, 176, 182);
}

.news-detail .author .date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
}

.news-detail .author .day {
    font-size: 17px;
    line-height: 1.42857143;
}

.news-detail .author .year {
    display: inline-block;
    line-height: 1.5;
}

.news-detail .author .name-author {}

.news-detail .news-title {
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}

.news-detail .content-news {
    font-size: 15px;
    color: #535252;
}

.news-detail .content-news img {
    max-width: 100%;
    height: auto !important;
    margin: auto;
    display: block;
}

.news-detail .content-news ul,
.news-detail .content-news ul>li {
    list-style: disc;
}

.news-detail .content-news ul {
    padding-left: 20px;
}

.share-with {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wrap-comment {
    padding: 30px 0;
}

.list-comment {}

.list-comment .media-left img {
    max-width: unset;
    border-radius: 100%;
}

.list-comment .media-body .date {
    color: #adb0b6;
    font-size: 12px;
}

.wrap-form-comment {}

.form-comment {}

.form-comment input[type='text'],
.form-comment textarea {
    border-radius: 0;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
}

.form-comment input[type='text'] {
    height: 40px;
}

.wrap-list-info-2 {
    padding-top: 30px;
}

.about-text-2 {
    margin-bottom: 30px;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #0a2166;
}

.about-text-2 h3 {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    color: #0a2166;
}

.blog-facebook .container {
    max-width: 900px;
}

.blog-facebook .image {
    margin: 20px 0;
}

.wrap-about-us-facebook .about-text h3 {
    font-size: 21px;
}

.blog-contact .about-text h3 {
    color: #fff;
    line-height: normal;
    font-size: 30px;
}

.list_check li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #0a2166;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap-padding {
    padding: 40px 0;
}

.list-thongso {}

.list-thongso li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgb(43, 49, 53);
    font-weight: 500;
}

.list-thongso li .text-thongso {
    flex: 0 0 auto;
    font-size: 16px;
}

.list-thongso li .line-thongso {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(10, 43, 56, 0.12);
    margin-left: 10px;
    margin-right: 10px;
}

.contact-us {
    background-color: rgb(241, 245, 248);
    padding: 55px 30px;
}

.contact-us h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #0a2166;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-us h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}

#datmua .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0;
}

#datmua .modal-dialog-centered .modal-content {
    width: 100%;
    /* box-shadow: 0 0 4px 2px #363d47; */
    background-image: url(../../../upload/img/bg-datmua.png);
    padding: 20px;
}

#datmua .modal-dialog-centered .modal-header {
    border-bottom: unset;
}

#datmua .modal-dialog-centered .modal-header .modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#datmua .modal-dialog-centered input,
#datmua .modal-dialog-centered select {
    height: 42px;
    border-radius: 0;
}

#datmua .modal-dialog-centered textarea.form-control {
    border-radius: 0;
}

#datmua .modal-dialog-centered option {}

#datmua .modal-dialog-centered .btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    /* background-color: #89d22c; */
    /* border-color: #89d22c; */
}

#datmua .modal-dialog-centered button.close {
    background-color: #ccc;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.has-hover img {
    transition: .3s ease;
}

.has-hover:hover img {
    transform: scale(1.1);
}

.img .img-inner {
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    text-align: center;
    font-size: 16px;
}

.card-header {
    padding: 2.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);

}

.card-body {
    padding: 2.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header i {
    font-size: 55px;
    color: #0A2166;
}

.card-header .item-text {
    box-shadow: none;
}

.wrap-list-item-info.white {
    background-color: #0A2166;
}

.wrap-list-item-info.white * {
    color: white !important;
    border-color: white !important;
}

.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 140px;
    right: 29px;
    background: linear-gradient(to bottom, #0a2166, #0a2166);
    padding: 6.5px 10px;
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
    display: none;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    width: 0;
}

.back_to_top img {
    width: auto;
    float: left;
    margin-top: 3px;
}

.blog-contact {
    background-color: #0a2166;
    color: #fff;
    padding: 130px 0 20px;
}

.box-contact-info {
    padding: 65px 40px;
    background-color: #fff;
    margin-bottom: 30px;
    display: inline-block;
}

.box-contact-info .contact-form button {
    background: #f00;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 43px;
    padding: 5px 0;

}

.box-contact-info .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 5px;
}

.contact-form {}

.contact-form input {
    height: 50px;
}

.contact-form textarea {}

.contact-form input button {}

.box_dangky .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 5px;
}

.section08 .box_dangky .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(0, 91, 188);
    border-radius: 5px;
    color: rgb(0, 91, 188);
}

.section08 .box_dangky .contact-form textarea::placeholder {
    color: rgb(0, 91, 188);
}

.box_dangky .contact-form button {
    background: #f00;
    border: none;
    height: 42px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#pagination {
    text-align: center;
}

.pagination {
    display: inline-block;
    margin: 10px 0 30px 0;
}

.pagination span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #f00;
    background-color: #f00;
    color: #fff;
}

.pagination a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #2c2c2c;
    background-color: #fff;
    color: #2c2c2c;
    font-size: 14px;
}

.wrap-relate {
    background-color: #f2f2f2;
    padding: 10px 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-related-title {
    line-height: 1.35;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: solid 1px #333;
}

.list-news-related-2 {}

.list-news-related-2 .name {
    font-size: 16px;
}

.list-news-related-2 .list-news-related-2 .name a {
    display: block;
    line-height: 1.4;
}

.box-text-slide2 {
    font-size: 54px;
}

.box-text-slide2 .about-text .desc-list ul li i {
    color: #fff;
}

.box-text-slide2 .about-text .desc-list {
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.box-text-slide2 .about-text .desc-list h1 {
    padding-bottom: 10px;
    text-align: left;
    font-size: 28px;
    line-height: 35px;
}

.box-text-slide2 .about-text .desc-list li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.box-text-slide2 .about-text .desc-list ul {
    display: flex;
    flex-wrap: wrap;
}

.box-text-slide2 .about-text .desc-list li {
    display: inline-block;
    width: 50%;
    padding-right: 5px;
}

.box-text-slide2 .about-text .desc-list li * {
    color: #333 !important;
    line-height: 30px;
}

.box-text-slide2 h3 {
    font-size: 100%;
    line-height: 60px;
}

.box-text-slide2 h3 span {
    color: #ff0000;
    font-weight: bold;
    text-transform: lowercase;
}

.box-text-slide2 h4 {
    font-size: 66px;
    line-height: 80px;
    margin-bottom: 20px;
    font-weight: 600;
    max-width: 500px;
    color: #333;
    text-transform: none;
}

.box-text-slide2 .desc {
    font-size: 30%;
    margin-bottom: 20px;
}

.box-text-slide2 .btn-view {
    padding: 10px 20px;
}

.title_h2 {
    color: #1e98c7;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 30px;
}

.list_cl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.list_cl .item {
    padding: 0 15px;
    float: left;
}

.list_cl .item .box_cl {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.list_cl .item .icon {
    width: 160px;
    height: 160px;
    display: flex;
    background-color: #d5d5d5;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.list_cl .item .icon img {
    width: auto;
    height: 80px;
}

.list_cl .item h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}

.list_cl .item .desc_section2 {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.section22 {
    padding: 30px 0;
    color: #000;
}

.section2 {
    padding: 30px 0;
    color: #fff;
}

.box_01 {
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    float: left;
    background-size: contain;
    /* overflow: hidden; */
    background-color: #115999;
    border-radius: 15px;
    position: relative;
    padding-top: 38px;
    min-height: 300px;
    text-align: center;
    margin-top: 50px;
}

.box_01 .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ff0000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    display: none;
}

.box_01 .icon img {
    width: 60px;
    height: auto;
}

.box_01 h2 {
    padding: 26px 25px 10px 25px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.box_01 .desc_section2 {
    padding: 0 25px 20px 25px;
    font-size: 15px;
    line-height: 24px;
}

.box_011 {
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    float: left;
    background-size: contain;
    background-image: linear-gradient(#115999, #ffde9e);
    border-radius: 0px;
    position: relative;
    padding-top: 38px;
    min-height: 300px;
    text-align: center;
    margin-top: 0px;
    padding: 10px;
}

.box_011 .box_02 {
    overflow: hidden;
    color: #fff;
    border: dashed 1px #fff;
    align-items: center;
    font-size: 16px;
    padding: 30px 35px;
    width: 100%;
}

.box_011 .icon {
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box_011 .icon img {
    width: 100px;
    height: auto;
}

.box_011 h2 {
    padding: 26px 5px 10px 5px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.box_011 .desc_section2 {
    padding: 0 5px 30px 5px;
    font-size: 15px;
    line-height: 24px;
}

.bg_chil .box_0111 {
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    float: left;
    background-size: contain;
    border-radius: 10px;
    position: relative;
    padding-top: 38px;
    min-height: 300px;
    text-align: left;
    margin-top: 0px;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 5%);
    background-color: transparent;
    background-image: linear-gradient(180deg, #43d6df 0%, #37e5bd 100%);
}

.bg_chil:nth-child(2) .box_0111 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #c38bf2 0%, #f5a4c5 100%);
}

.box_0111 .box_02 {
    overflow: hidden;
    color: #fff;
    border: dashed 1px #fff;
    align-items: center;
    font-size: 16px;
    padding: 30px 35px;
    width: 100%;
}

.box_0111 .icon {
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box_0111 .icon img {
    width: 100px;
    height: auto;
}

.box_0111 h2 {
    padding: 26px 5px 10px 5px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.box_0111 .desc_section2 {
    padding: 0 5px 30px 5px;
    font-size: 15px;
    line-height: 24px;
}

.section3 {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.group_title2 {
    text-align: center;
    margin-bottom: 5px;
}

.group_title2 h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #0a2166;
    text-transform: uppercase;
}

.group_title2 h2:before {
    content: "";
    width: 80px;
    height: 5px;
    background: #f00;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    z-index: 2;
}

.toicantuvan {
    margin: auto;
    text-align: center;
}

.toicantuvan .btn-normal {
    background: #f00;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 20px;
}

.section4 {
    background: #d3e6f2;
    padding: 40px 0;
}

.bg_camket {
    width: 100%;
    margin-top: 50px;
}

.list_content_ck {
    width: 100%;
    padding: 0 15px;
}

.list_content_ck .nd_content {
    display: none;
    max-width: 700px;
    margin: auto;
}

.list_content_ck .nd_content .title_name {
    font-size: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.list_content_ck .nd_content .desc {
    font-size: 15px;
}

.list_content_ck3 {
    width: 100%;
    padding: 0 15px;
}

.list_content_ck3 .nd_content {
    display: none;
    max-width: 700px;
    margin: auto;
}

.list_content_ck3 .nd_content.active {
    display: block;
}

.list_content_ck3 .nd_content .title_name {
    font-size: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.list_content_ck3 .nd_content .desc {
    font-size: 15px;
}

.list_camket {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 140px;
    background-image: url(../../../upload/img/bg_list.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.list_camket .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list_camket .item .box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.list_camket .item .box .image {
    width: 80px;
    background: #115999;
    height: 80px;
    border-radius: 50%;
}

.list_camket .item.active .box .image {
    background: #3d77ac;
}

.list_camket .item .box .image img {
    width: 80px;
    padding: 20px;
}

.list_camket .item .box .info {
    width: 100%;
    text-align: center;
    padding-top: 11.2px;
    padding-bottom: 22.4px;
    position: relative;
    font-size: 14.4px;
}

.list_camket .item .box .info p {
    color: #3f1c56;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.list_camket .item .box .info .name {
    color: #333;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 18px;
}

.list_camket .item .box .info .desc {
    margin-top: 1.6px;
    margin-bottom: 1.6px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.bg_camket2 {
    width: 100%;
    margin-top: 50px;
}

.list_content_ck2 {
    width: 28%;
    padding: 0 15px;
    float: left;
}

.list_content_ck2 .nd_content {
    display: none;
    max-width: 700px;
    margin: auto;
}

.list_content_ck2 .nd_content.active {
    display: block;
}

.list_content_ck2 .nd_content .title_name {
    font-size: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.list_content_ck2 .nd_content .desc {
    font-size: 15px;
}

.list_camket2 {
    display: flex;
    width: 72%;
    flex-wrap: wrap;
    padding: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.list_camket2 .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.list_camket2 .item .ten_right {
    position: absolute;
    height: 43px;
    top: 18px;
    width: auto;
    right: 0px;
    transform: translateX(50%);
}

.list_camket2 .item:nth-child(4) .ten_right {
    display: none;
}

.list_camket2 .item:nth-child(8) .ten_right {
    display: none;
}

.list_camket2 .item .box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.list_camket2 .item .box .image {
    width: 80px;
    background: #115999;
    height: 80px;
    border-radius: 50%;
}

.list_camket2 .item.active .box .image {
    background: #3d77ac;
}

.list_camket2 .item .box .image img {
    width: 80px;
    padding: 20px;
}

.list_camket2 .item .box .info {
    width: 100%;
    text-align: center;
    padding-top: 11.2px;
    padding-bottom: 22.4px;
    position: relative;
    font-size: 14.4px;
}

.list_camket2 .item .box .info p {
    color: #3f1c56;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.list_camket2 .item .box .info .name {
    color: #333;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 18px;
}

.list_camket2 .item .box .info .desc {
    margin-top: 1.6px;
    margin-bottom: 1.6px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.list_box22 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list_box22 .list_box22_left {
    width: 30%;
    padding: 0 15px;
    float: left;
}

.list_box22 .list_box22_left .image {}

.list_box22 .list_box22_left .image img {}

.list_box22 .list_box22_right {
    width: 70%;
    padding: 0 15px;
    float: left;
}

.list_box22 .list_box22_right .info {}

.list_box22 .list_box22_right .info h2 {
    color: #1485c7;
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
}

.list_box22 .list_box22_right .info .desc {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

.bg_quytrinh {
    width: 100%;
    margin-top: 50px;
}

.list_quytrinh {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.list_quytrinh .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 22px;
}

.list_quytrinh .item.active .box .image a {
    background-color: #0a2166;
}

.list_quytrinh .item .box {
    position: relative;
    overflow: hidden;
}

.list_quytrinh .item .box .image {
    width: 90px;
    height: 90px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list_quytrinh .item .box .image a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #cbcaca;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.list_quytrinh .item .box .info {
    cursor: pointer;
    background-color: #cbcaca;
    color: #fff;
    padding: 10px 10px 10px 29px;
    border-radius: 14px;
    width: calc(100% - 71px);
    float: right;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.list_quytrinh .item.active .box .info {
    background-color: #0a2166;
}

.list_quytrinh .item .box .info p {}

.section5 {
    background: #f8f6f2;
    padding: 50px 0;
    text-align: center;
}

.section6 {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.box-content-product-1 {
    display: flex;
}

.box-content-product-1 .right {
    width: 100%;
    padding: 35px 15px 15px 15px;
    background: #fff;
}

.box-content-product-1 .title-p1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.item-qt {
    margin-bottom: 20px;
}

.item-qt p {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin: 0;
    line-height: 1.5;
    padding: 5px 0;
    padding-right: 35px;
    border-bottom: solid 1px #ccc;
}

.item-qt p i {
    position: absolute;
    right: -10px;
    top: 0px;
    color: #b8b2b2;
    line-height: 34px;
    width: 35px;
    cursor: pointer;
    text-align: center;
}

.item-qt p i.active:before {
    content: '\f068';
    /* color:#ddd; */
}

.item-qt .desc {
    font-size: 15px;
    line-height: 24px;
    /* margin-top: 10px; */
    max-height: 300px;
    overflow-y: auto;
    display: none;
    padding: 10px;
    text-align: left;
    background: #fff;
}

.btn-col {
    cursor: pointer;
}

.section7 {
    background: #d3e6f2;
    padding: 50px 0;
    text-align: center;
}

.section7 .title_dangky {
    padding-top: 0px;
}

.section7 .title_dangky h3 {
    font-size: 25px;
    font-weight: 700;
    color: #0a2166;
}

.section7 .title_dangky p {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
}

.section7 .contact-form {}

.section7 .contact-form input {
    height: 42px;
}

.section7 .contact-form textarea {}

.section7 .contact-form button {
    background: #f00;
    padding: 10px 0;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

.section7 .box_dangky {
    background: #fff;
    margin: 40px 0;
    padding: 20px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.padding_none {
    padding: 0;
}

.img_inner {
    width: 70%;
    padding-top: 30px;
    float: right;
    display: none;
}

.img_inner1 {
    width: 70%;
    padding-top: 30px;
    float: left;
    display: none;
}

.wapper-box-product {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.item-chatvai {
    display: flex;
    align-items: center;
    margin: 5px 0px;
}

.item-chatvai>.img {
    flex: 0 0 130px;
}

.item-chatvai>.img img {
    width: 100%;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.info-chatvai {
    padding: 10px;
    padding-left: 15px;
    width: 100%;
}

.chatvai-title {
    color: #0a2166;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

.social-row {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}

.social-row .soc-item {
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}

.social-row .soc-item img {
    border-radius: 50%;
}

.author-bottom {
    border-top: solid 1px #eee;
    padding-top: 15px;
}

.author-bottom p {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
}

.author-bottom span {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    text-align: right !important;
    padding-bottom: 10px;
    float: right;
}

.author-bottom span strong {
    color: #ff0000;
    font-size: 17px;
    text-align: right;
    padding: 20px 0;
}

































@media(max-width: 1199px) {
    .list-news-home {
        padding: 0 20px;
    }

    .list_quytrinh .item {
        width: 33.333333%;
    }

    .list_camket {
        background-image: unset;
        padding: 0;
    }

    .list_camket2 {
        background-image: unset;
        padding: 0;
    }
}

@media(max-width:991px) {
    .wrap-brand .left {
        border-right: unset;
        text-align: center;
    }

    .list_quytrinh .item {
        width: 50%;
    }

    .list_camket2 {
        width: 100%;
    }

    .list_content_ck2 {
        width: 100%;
    }

    .wrap-contact-now {
        background: #0a2166;
        padding-top: 75px;
    }

    .box_01 {
        margin-bottom: 30px;
    }

    .title-contact-now {
        font-size: 28px;
    }

    .item-info .box .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .item-info .box .right {
        width: 100%;
        padding: 0;
    }

    .col-item-info:nth-child(2n) .box .right {
        padding-right: 0;
    }

    .col-item-info:nth-child(2n) .box .left {
        order: 0;
    }

    .block-content-left {
        padding-right: 15px;
        border-right: unset;
        margin-bottom: 30px;
    }

    .block-content-right {
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .img_inner {
        display: none
    }

    .about-us .image {
        margin-bottom: 30px;
    }

    .list_box22 .list_box22_left {
        width: 40%;
    }

    .list_quytrinh .item {
        width: 100%;
    }

    .list_box22 .list_box22_right {
        width: 60%;
    }

    .group_title2 h2 {
        font-size: 23px;
    }

    .list_camket .item .box .info p {
        font-size: 20px;
    }

    .list_camket .item .box .info .name {
        font-size: 15px;
    }

    .list_camket2 .item .box .info p {
        font-size: 20px;
    }

    .list_camket2 .item .box .info .name {
        font-size: 15px;
    }

    .img_inner1 {
        display: none
    }

    .box-text-slide h3 {
        /* font-size: 35px; */
        line-height: 1.5;
    }

    .box-text-slide h4 {
        font-size: 70%;
    }

    .box-text-slide {
        margin-bottom: 20px;
        font-size: 35px;
    }

    .box-text-slide .desc {
        font-size: 50%;
    }

    .slide {
        padding-bottom: 50px;
        padding-top: 115px;
        min-height: 500px;
    }

    .about-us .left {
        order: 1;
    }

    .about-us .image {
        text-align: left;
    }

    .list_camket .item {
        width: 50%;
    }

    .list_camket2 .item {
        width: 50%;
        margin-bottom: 20px;
    }

    .list_camket2 .item:nth-child(2) .ten_right {
        display: none;
    }

    .list_camket2 .item:nth-child(6) .ten_right {
        display: none;
    }

    .list_camket2 .item .box .info {
        padding-bottom: 10px;
    }

    .section4 {
        padding: 25px 0;
    }
}

@media (max-width:550px) {
    .author-bottom span {
        width: 100%;
        text-align: left !important;
    }

    .author-bottom p {
        width: 100%;
    }

    .tb-03-news-item .image {
        width: 100%;
    }

    .tb-03-news-item .image img {
        object-fit: cover;
        height: auto;
        border: solid 1px #eee;
    }

    .list_box22 .list_box22_left {
        width: 100%;
    }

    .list_box22 .list_box22_right .info h2 {
        font-size: 22px;
        line-height: normal;
    }

    .list_box22 .list_box22_right {
        width: 100%;
    }

    .title_underline {
        font-size: 22px;
    }

    .item-comment .box .icon {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .item-comment .box .content {
        width: 100%;
        text-align: center;
    }

    .about-text-lg h3 {
        font-size: 24px;
    }

    .list-news-home {
        padding: 0 25px;
    }

    .cate-arrows-1 .slick-prev i,
    .cate-arrows-1 .slick-next i {
        font-size: 20px;
    }

    .about-text .desc-list ul li {
        font-size: 16px;
    }

    .col-item-brand {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .item-comment .box .icon img {
        margin: 0 auto;
    }

    .group-title .title {
        font-size: 28px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .title-breadcrumb {
        font-size: 30px;
    }

    .tb-03-news-item .box h3 a {
        font-size: 18px;
    }

    .news-detail .news-title {
        font-size: 25px;
        line-height: normal;
    }

    .col-item-text {
        width: 100%;
    }

    .box_01 .desc_section2 {
        padding: 8px 20px 15px 20px;
        font-size: 14px;
        line-height: 23px;
    }

    .box_01 h2 {
        color: #fff;
        padding: 26px 20px 10px 20px;
    }

    .box-text-slide2 h4 {
        font-size: 32px;
    }

    .box-text-slide2 .about-text .desc-list {
        text-transform: none;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
    }

    .box_01 {
        height: 290px;
        width: 100%;
        margin-top: 40px;
        padding-top: 30px;
    }

    .about-text h3 {
        margin: 0;
        font-size: 20px;
    }

    .about-text .desc {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.5;
    }

    .box_01 .icon img {
        height: 50px;
    }

    .box_01 h2 {
        font-size: 20px;
    }

    .box_01 .icon {
        width: 80px;
        height: 80px;
        top: -40px;
    }
}

@media (max-width:375px) {}

label.error {
    color: red;
    font-weight: normal;
    font-size: 14px;
}