body {
    background: #fff;
    color: #666;
    font-family: "Helvetica Neue", sans-serif,Helvetica, Roboto, Montserrat, "Open Sans";
    font-size: 13px;
}
a {
    color: #fff;
    transition: 0.5s;
}
a:active,
a:focus,
a:hover {
    color: #0c5ba6;
    outline: 0;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
#dichvu h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
#dichvu h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.back-to-top {
    /* position: fixed;
    display: none;
    background: rgba(51, 51, 51, 0.9);
    color: #a1a1a1;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 0;
    right: 0;
    bottom: 0;
    transition: background 0.5s;
    z-index: 11;
    display: none;*/


    position: fixed;
    display: block;
    color: #FFF;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #e60012 !important;
    opacity: 0.9;
    border-radius: 6px;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}
.back-to-top i {
    color: #fff;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #18d26e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#header {
    padding: 30px 0;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background:#ffffff;
}
    #header.header-scrolled {
        background: rgba(255,255,255,0.95);
       /* #37518d;*/
        padding: 20px 0;
        height: 90px;
        padding-top: 15;
        transition: all 0.5s;
        margin-bottom: 90px;
    }
#header.header-scrolled .language {
    padding-top: 40px;
}
#header.header-scrolled #nav-menu-container {
    margin-top: 15px;
}
#header.header-scrolled .logo_home {
    margin-top: 10px !important;
}
#header.header-scrolled .language-flag {
 /*   padding-top: 3px;*/
    margin-top: -35px;
}
#header #logo {
    float: left;
    margin-top: -30px;
}
#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #18d26e;
}
#header #logo img {
    padding: 0;
    margin: 0;
}
#intro1 {
    display: table;
    width: 100%;
    height: 510px;
    background: url(../img/banner_home.jpg);
    text-align: center;
}
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
#intro .carousel-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#intro .carousel-background img {
    max-width: 100%;
}
#intro .carousel-content {
    text-align: center;
}
#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}
#intro p {
    margin: 0 auto 30px;
    color: #fff;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.8);
}
#intro .carousel-fade {
    overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right,
#intro .carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right,
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#intro .carousel-control-next,
#intro .carousel-control-prev {
    width: 10%;
}
#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: 0 0;
    font-size: 32px;
    line-height: 1;
}
#intro .carousel-indicators li {
    cursor: pointer;
}
#intro .carousel-indicators {
    display: none;
}
#intro .btn-get-started {
    font-size: 16px;
    margin-top: 50px;
    min-width: 150px;
    display: inline-block;
    color: #fff;
    border: #fff solid 1px;
    border-radius: 5px;
    padding: 8px 20px;
    margin-right: 5px;
    margin-left: 5px;
    background: #00000045;
}
    #intro .btn-get-started:hover {
        background: #fff;
        color: #108d55; /*#0c5ba6;*/
    }
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        border-top: 2px solid #1eab65;
    }
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li.sfHover > ul,
.nav-menu li:hover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
#nav-menu-container {
    float: right;
    margin: 0;
   /* padding-top: 20px;*/
}
.nav-menu a {
    padding: 0 30px 30px;
    text-decoration: none;
    display: inline-block;
    color: #111;
    font-weight: 400;
    font-size: 16px;
   /* text-transform: uppercase;*/
    outline: 0;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #108d55;
    /*background-color: #1eab65;
    color: #fff;*/
}

.menu-mobile-sub li:hover > a,
.menu-mobile-sub > .menu-active > a {
    /* color: #18d26e;*/
    background-color: #1eab65;
    color: #fff !important;
}

.nav-menu > li {
    margin-left: 10px;
}
.nav-menu ul {
    margin: 4px 0 0;
   /* padding: 10px;*/
    padding-left:0px;
    padding-right:0px;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    text-transform: none;
}
.nav-menu ul li:hover > a {
    color: #18d26e;
}
.nav-menu ul ul {
    margin: 0;
}
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: 0;
    cursor: pointer;
}
    #mobile-nav-toggle i {
        color: #c7000b;
        font-size : 30px;
    }
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgb(30 171 101 / 75%);
/*    rgba(12, 91, 166, 0.9);*/
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
    /*text-transform: uppercase;*/
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
#mobile-nav ul li a:hover {
    color: #18d26e;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul li.menu-active a {
    color: #18d26e;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #18d26e;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-header h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}
.section-bg {
    background: #f7f7f7;
}
#featured-services {
    background: #000;
}
#featured-services .box {
    padding: 30px 20px;
}
#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000 0, #242323 50%, #000 100%);
}
#featured-services i {
    color: #18d26e;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}
#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}
#featured-services h4 a {
    color: #fff;
}
#featured-services h4 a:hover {
    color: #18d26e;
}
#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
#about {
    background: url(../img/about.webp) center top no-repeat fixed;
    padding: 135px 30px;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col .img {
    text-align: right;
}
#about .about-col .img img {
    width: 100%;
    padding-left: 80px;
}
.about-content {
    padding-right: 25px;
}
#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#about .about-col:hover .icon {
    background-color: #fff;
}
#about .about-col:hover i {
    color: #18d26e;
}
#about .about-col h2 {
    font-weight: 700;
    font-size: 42px;
}
#about .about-col h2 a {
    color: #000;
}
#about .about-col h2 a:hover {
    color: #18d26e;
}
#services {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px;
}
#services .box {
    margin-bottom: 30px;
}
#services .icon {
    float: left;
}
#services .icon i {
    color: #18d26e;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}
#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#services .title a {
    color: #111;
}
#services .box:hover .title a {
    color: #18d26e;
}
#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}
#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}
#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#call-to-action p {
    color: #fff;
}
#call-to-action .cta-btn {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#call-to-action .cta-btn:hover {
    background: #18d26e;
    border: 2px solid #18d26e;
}
#skills {
    padding: 60px 0;
}
#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}
#skills .progress .skill {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}
#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}
#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: 0.9s;
}
#facts {
    background: url(../img/facts-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0;
    position: relative;
}
#facts::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
}
#facts .container {
    position: relative;
    z-index: 10;
}
#facts .counters span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: block;
    color: #18d26e;
}
#facts .counters p {
    padding: 0;
    margin: 0 0 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #111;
}
#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}
#portfolio {
    padding: 0;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px;
    list-style: none;
    text-align: center;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li.filter-active,
#portfolio #portfolio-flters li:hover {
    background: #18d26e;
    color: #fff;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-wrap {
    transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
#portfolio .portfolio-item figure {
    background: #0c5ba6;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio .portfolio-item figure:hover .image-duan {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio .portfolio-item figure .link-details,
#portfolio .portfolio-item figure .link-preview {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-details i,
#portfolio .portfolio-item figure .link-preview i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}
#portfolio .portfolio-item figure .link-details:hover,
#portfolio .portfolio-item figure .link-preview:hover {
    background: #18d26e;
}
#portfolio .portfolio-item figure .link-details:hover i,
#portfolio .portfolio-item figure .link-preview:hover i {
    color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}
#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}
#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}
#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
#clients {
    padding: 60px 0;
}
#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}
#clients img:hover {
    opacity: 1;
}
#clients .owl-dots,
#clients .owl-nav {
    margin-top: 5px;
    text-align: center;
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clients .owl-dot.active {
    background-color: #18d26e;
}
#testimonials {
    padding: 60px 0;
}
#testimonials .section-header {
    margin-bottom: 40px;
}
#testimonials .testimonial-item {
    text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111;
}
#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px;
}
#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}
#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px;
}
#testimonials .owl-dots,
#testimonials .owl-nav {
    margin-top: 5px;
    text-align: center;
}
#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#testimonials .owl-dot.active {
    background-color: #18d26e;
}
#team {
    background: #fff;
    padding: 60px 0;
}
#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}
#team .member .member-info {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}
#team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
}
#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}
#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}
#team .member .social {
    margin-top: 15px;
}
#team .member .social a {
    transition: none;
    color: #fff;
}
#team .member .social a:hover {
    color: #18d26e;
}
#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
#contact {
    padding: 60px 0;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #18d26e;
}
#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}
#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}
#contact .contact-info a {
    color: #000;
}
#contact .contact-info a:hover {
    color: #18d26e;
}
#contact .contact-address,
#contact .contact-email,
#contact .contact-phone {
    margin-bottom: 20px;
}
#contact .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
    display: block;
}
#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
#contact .form button[type="submit"] {
    background: #18d26e;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contact .form button[type="submit"]:hover {
    background: #13a456;
}
#footer {
    background: #000;
    padding: 0 0 30px;
    color: #eee;
    font-size: 14px;
}
#footer .footer-top {
    background: #111;
    padding: 60px 0 30px;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #18d26e;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    color: #eee;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #18d26e;
    color: #fff;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::after,
#footer .footer-top h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #555;
}
#footer .footer-top h4::after {
    background: #18d26e;
    width: 60px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
    color: #18d26e;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #18d26e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-email,
    #contact .contact-phone {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}
@media (min-width: 1024px) {
    #intro .carousel-control-next,
    #intro .carousel-control-prev {
        width: 5%;
    }
}
@media (max-width: 1365) {
    .image-duan {
        height: 250px !important;
    }
}
@media (max-width: 1200px) {
    .nav-menu a {
        padding: 0 20px 10px;
    }
}
@media (max-width: 1024px) {
    #khachhang1 {
        padding: 40px 60px 60px !important;
    }
    .khachang-image {
        width: 33.333% !important;
    }
    .nav-menu a {
        padding: 0;
    }
    .khachhang-logo .khachhang-logo2 {
        max-width: 100%;
        width: 100%;
    }
    .khachhang-logo .khachhang-logo1 {
        right: 350px !important;
    }
}

.language-flag-mobile
{
    display:none;
}
.language-text
{
    color:#111111;
}

@media (max-width: 768px) {
    #footers {
        padding: 15px !important;
    }
    .map
    {
        padding-top:15px !important;
    }
    .detail-title {
        padding-top: 15px !important;
    }
    .page-links {
        padding-top: 15px !important;
    }
    .service {
        padding: 15px 0px !important;
    }
    #lienhe {
        padding: 15px 0px !important;
    }
    #detail-product {
        padding: 15px 0px !important;
    }
    #gioithieu {
        padding: 30px 15px !important;      
    }
    #khachhang {
        padding: 30px 15px !important;
    }
    #gioithieu_home {
        padding: 30px 15px !important;
    }
    #chitiettin {
        padding: 30px 15px !important;
    }
    .image-service {
        height: 100px !important;
    }
    .tab-dichvu {
        padding-left: 0px !important;
        padding-right: 0px !important;
        background: transparent !important;
    }
    .banner-text21 {
        font-size: 25px !important;
    }
    .dichvu-header {
        font-size: 22px !important;
    }
    .dropdown-menu.collapse.show {
        position: relative !important;
        display: block !important;
    }

    #logo {
        width: 80%;
        float: left;
    }

    .language-flag-mobile {
        display: block !important;
        margin-top: 24px;
        float:right;
    }
    .language-flag
    {
        display: none !important;
    }
    .header-scrolled .language-flag-mobile {
        margin-top: 34px !important;
    }

    .quocky {
        height: 24px !important;
        width: auto !important;
    }
    #dichvu {
        min-height: auto !important;
        padding: 30px 15px !important;
    }
    #header.header-scrolled {
        height: 90px !important;
    }
    .banner-text2 {
        font-size: 40px !important;
    }
    .bx-news-archive .list-news-item .item .thumb {
        width: 100% !important;
    }
    .bx-news-archive .list-news-item .item .content-item {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .bx-news .content-news {
        width: auto !important;
    }
    .main-search-body {
        display: none !important;
    }
    .menu-has-children .menu-mobile-sub {
        display: block !important;
    }
    .menu-has-children .menu-mobile-sub li a {
        padding: 8px 15px !important;
    }
    #intro .btn-get-started {
        width: auto !important;
    }
    .main-search {
        width: 80% !important;
    }
    .main-search-text {
        width: 80% !important;
    }
    .main-search-body {
        width: 100% !important;
        bottom: 150px !important;
    }
    .col-right-home {
        margin-top: -15px !important;
    }
    .bx-map-time .item {
        width: 50% !important;
    }
    .vn-map img {
        width: 100% !important;
    }
    .col-right .vn-map {
        width: 100% !important;
    }
    .container {
       /* padding-right: 0 !important;
        padding-left: 0 !important;*/
    }
    .bx-news .content-news .bx-left {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .bx-news .content-news .bx-right {
        width: 100% !important;
    }
    .hotline {
        display: none !important;
    }
    .image-lastest {
        height: 200px !important;
    }
    .tintuc-image-top1 {
        height: 350px !important;
    }
    .tintuc-image-top2 {
        height: 350px !important;
    }
    .detail-description {
        padding-bottom: 15px !important;
    }
    .detail-vitri {
        height: 350px !important;
        width: 100%;
    }
    .detail-vitri p {
        height: 350px !important;
        width: 100%;
    }
    .detail-vitri img {
        height: 350px;
    }
    .image-detail {
        height: 350px !important;
    }
    .diachi-lienhe {
        padding-left: 15px !important;
    }
    #goToPrevSlideCus {
        display: none;
    }
    #goToNextSlideCus {
        display: none;
    }
    .diachi-more {
        margin: 0 auto !important;
    }
    #footers {
        text-align: center !important;
    }
    .no-padding-left {
        padding-left: 15px !important;
    }
    .no-padding-right {
        padding-right: 15px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .tuvan-image img {
        min-height: 180px;
        max-height: 100% !important;
        max-width: 100%;
    }
    .khachhang-logo .khachhang-logo1 {
        right: 390px !important;
    }
    #khachhang1 {
        padding: 40px 30px 60px !important;
    }
    .khachang-image {
        width: 100% !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    .img-responsive-khachhang {   
        height: 40px !important;
        max-width: 85px !important;
       
    }

    .back-to-top {
        bottom: 15px;
    }
    #header #logo h1 {
        font-size: 28px;
    }
    #header #logo img {
       /* max-height: 40px;*/
    }
    #intro h2 {
        font-size: 28px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    .menu_hidden {
        display: none !important;
    }
    #about .about-col .img img {
        width: 100%;
        padding-left: 0 !important;
    }
    .about-content {
        padding-right: 0 !important;
    }
    .dichvu-logo {
        padding-right: 15px !important;
    }
    .dichvu-button {
        margin-top: 20px !important;
    }
    .menu_display {
        display: block !important;
    }
    .col-left {
        width: 100% !important;
    }
    .col-right {
        width: 100% !important;
    }
}
.menu_display {
    display: none;
}
.header_search_button {
    display: inline !important;
    width: auto;
}
.logo_home {
    height: 90px;
}
.language {
    width: 100%;
    float: left;
    margin-top: -35px;
    height: 20px;
    padding-top: 14px;
}
.language-flag {
   /* float: right;
    padding-left: 10px;*/
    float: right;
    padding-left: 10px;
    height: 90px;
    margin-top: -30px;
    padding-top: 30px;
    border-left: #eee 1px solid;
}
.language-text {
    font-size: 11px;
}
.menu_top {
    list-style-type: none;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}
.menu_top li {
    float: left;
}
.menu_search_form {
    text-align: right;
    float: right;
}
.quocky {
    width: 27px;
    height: 17px;
    margin-left: 15px;
    vertical-align: middle;
}
.search_input {
    background: 0 0;
    height: 20px;
    border: none;
    color: #fff;
}
::placeholder {
    color: #fff !important;
}
.text-left {
    text-align: left;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.container {
    max-width: 1440px;
}
.dichvu-header-bottom {
    padding-bottom: 30px;
}
@media (min-width: 1920px) {
    #intro .btn-get-started
    {
        font-size:20px !important;
        width:180px !important;
    }
    .khachang-image {
        margin-bottom: 45px !important;
    }

    .khach-hang-noi1 {
        margin-top: calc((100vh - 800px) / 2) !important;
    }

    .dichvu-header-bottom {
        padding-bottom: 60px !important;
    }

    #header.header-scrolled #nav-menu-container {
        margin-top: 15px !important;
    }

    .main-search-body {
        bottom: 90px !important;
    }

    .container {
        max-width: 1640px !important;
    }

    .padding-right-diachi {
        padding-right: 120px;
    }

    .modal-dialog {
        margin-top: 300px !important;
    }

    .tintuc-title3 {
        min-height: 60px !important;
    }

    .width-55 {
        width: 55% !important;
        flex: 0 0 55% !important;
        max-width: 55% !important;
    }

    .width-45 {
        flex: 0 0 45% !important;
        max-width: 45% !important;
        width: 45% !important;
    }

    .gioithieu-shortcut {
        padding-right: 60px !important;
    }

    .dichvu-caption {
        font-size: 20px !important;
        margin: auto;
        max-width: 200px !important;
    }

    .diachi-lienhe {
        padding-left: 35px !important;
    }

    .diachi-detail {
        font-size: 18px !important;
    }

    .container-fluid {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .hotline {
        width: 215px;
        margin-left: 80px !important;
    }

    #about {
        padding: 135px 10px 0;
        height: 930px;
    }

    .nav-menu a {
        padding: 0 42px 10px;
        font-size: 18px;
    }

    .banner-text3 {
        font-size: 24px !important;
    }

    .bx-map-time .item .content {
        font-size: 18px !important;
    }

    #intro .carousel-item {
        height: 945px;
    }

    #intro {
        height: 945px;
    }

    .banner-text1 {
        font-size: 40px !important;
    }

    .banner-text2 {
        font-size: 55px !important;
    }

    .about-button {
        padding-top: 100px !important;
    }

    #about1 {
        padding: 0 10px !important;
    }

    .thongke-2 {
        width: 558px !important;
        flex: none !important;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }

    .thongke-1 {
        width: 464px !important;
        flex: none !important;
        padding-right: 80px !important;
        padding-left: 60px !important;
    }

    .thongke-3 {
        width: 464px !important;
        flex: none !important;
        padding-right: 60px !important;
        padding-left: 80px !important;
    }

    #dangky {
        padding: 90px 10px !important;
        height: 478px;
    }

    #dichvu {
        padding: 60px 10px !important;
        color: #fff;
    }

    #duan {
        padding: 60px 10px 130px !important;
        color: #fff;
    }

    #Pagelink {
        padding: 0 10px !important;
    }

    #goToPrevSlide {
        font-size: 40px !important;
        left: -40px !important;
    }

    #goToNextSlide {
        font-size: 40px !important;
        right: -40px !important;
    }

    #goToPrevSlideTuVan {
        font-size: 40px !important;
    }

    #goToNextSlideTuVan {
        font-size: 40px !important;
    }

    #goToPrevSlideCus {
        font-size: 40px !important;
        left: -120px !important;
    }

    #goToNextSlideCus {
        font-size: 40px !important;
        right: -120px !important;
    }

    .duan-shortcut {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }

    .dangky-body {
        padding-left: 260px !important;
        padding-right: 260px !important;
    }

    #khachhang1 {
        padding: 60px 10px !important;
        color: #fff;
    }

    #khachhang {
        padding: 60px 10px !important;
        color: #fff;
    }

    #tuvan {
        padding: 60px 10px !important;
    }

    #sendmail {
        padding: 40px 10px 30px !important;
    }

    #footers {
        padding: 100px 10px 10px !important;
    }

    #gioithieu {
        padding: 30px 10px !important;
    }

    #gioithieu_home {
        padding: 80px 10px !important;
    }

    .site-content {
        padding: 0 10px !important;
    }

    .gioithieu-video-border {
        width: 700px !important;
    }

    .gioithieu-video1 {
        width: 700px !important;
    }

    #cocautochuc {
        padding: 60px 10px !important;
    }

    #diachi {
        padding: 60px 10px !important;
    }

    #detail-product {
        padding: 30px 10px 15px !important;
    }

    #lienhe {
        padding: 30px 10px 60px !important;
    }

    #tintuc {
        padding: 30px 10px 60px !important;
    }

    #chitiettin {
        padding: 30px 10px 60px !important;
    }

    .dichvu-logo img {
        max-height: 550px !important;
        height: 450px !important;
    }

    .bx-feedback .list-feedback li .info .content p {
        font-size: 20px !important;
    }
    .dichvu-button {
        font-size: 20px !important;
    }
    #dichvu h3 {
        font-size: 20px !important;
    }
    .bx-feedback .list-feedback li .info
    {
          min-height: 350px !important;
    }
    .bx-news .content-news .bx-left h3 a {
        font-size: 20px !important;
    }
    .bx-news .content-news .bx-left .time
    {
          font-size: 18px !important;
    }

    .bx-news .content-news .bx-left p
     {
          font-size: 22px !important;
    }
    .bx-news .content-news .bx-right .content h3 a {
        font-size: 18px !important;
    }
    .bx-news .content-news .bx-right .content .time {
        font-size: 18px !important;
    }
    .bx-news .content-news .bx-right .content p {
        font-size: 18px !important;
    }
    .bx-news .content-news .bx-right .readmore-news a {
        font-size: 20px !important;
    }
    #gioithieu_home {
        min-height: calc(100vh - 290px) !important;
    }
    .menu-left-title {
        font-size: 16px !important;
    }
    .menu-left-item a {
        font-size: 16px !important;
    }
    .thongke-1, .thongke-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .thongke-title {
        font-size: 20px !important;
    }

    .bx-map-time .item .content {
        font-size: 20px !important;
    }

    .gioithieu-shortcut {
        font-size: 20px !important;
    }
    .bx-map-time .item .title {
        font-size: 20px !important;
    }
    .gioithieu-title-sub1 {
        font-size: 20px !important;
    }
    
    .gioithieu-title-sub1 h1 {
        font-size: 28px !important;
    }
    .dichvu-header {
   
        font-size: 28px !important;
    }
    .bx-news .content-news .bx-left .thumb img {
        height: 450px !important;
    }
    .bx-news .content-news .bx-right .thumb {
        width: 250px  !important;
    }
    .bx-news .content-news .bx-right .content {
     width: calc(100% - 250px)  !important;
    }
        .bx-news .content-news .bx-right .content h3 {
            font-size: 20px !important;
        }
        .bx-news .content-news .bx-right .content p {
            font-size: 20px !important;
        }
    .page-links
    {
        font-size:20px  !important;
    }
    .gioithieu-title {
     font-size:20px  !important;
    }
    .content-timeline .item .ctn p
    {
          font-size:20px  !important;
    }
    .gioithieu-lichsu-nam {
     font-size:20px  !important;
    }
    .lienhe-detail2 {
         font-size:20px  !important;
      }
    .bx-news-archive .list-news-item .item .content-item h2 a
    {
         font-size:20px  !important;
    }
    .bx-news-archive .list-news-item .item .content-item span {
    font-size: 18px !important;
    }
    .bx-news-archive .list-news-item .item .content-item p
    {
        font-size: 18px !important;
    }
    .service-header-link {
        font-size: 18px !important;
    }
    .service-dropdown {
        font-size: 18px !important;
    }
    .service-description {
    font-size:20px  !important;
    }
    .service-tinh {
        font-size: 18px !important;
    }
    .service-title {
    font-size: 20px !important;
    }
    .service-shortcut {
        font-size: 18px !important;
    }
    .service-info {
        min-height: 50px !important;
    }
    .service-left-title
    {
    font-size: 24px !important;
    }
}
#gioithieu {
    padding: 60px 30px 30px;
  /*  background: url(../img/about1.jpg) repeat;*/
    background: rgba(245, 245, 245, 1);
}
#gioithieu_home {
    padding: 15px 30px;
    min-height: calc(100vh - 190px);
    padding-top:90px;
    padding-bottom:60px;
}
#chitiettin {
    padding: 0 30px 75px;
}
#tintuc {
    padding: 0 30px 75px;
}
#lienhe {
    padding: 5px 30px 30px;
    background: url(../img/cocau.jpg) repeat;
    padding-top: 60px;
    padidng-bottom: 60px;
}
#detail-product {
    padding: 15px 30px;
}
#diachi {
    padding: 60px 30px;
    background: url(../img/cocau.jpg) repeat;
}
#cocautochuc {
    padding: 30px;
    background: url(../img/cocau.jpg) repeat;
}
.site-content {
    padding: 0 30px;
}
#sendmail {
    padding: 40px 30px 30px;
    background: url(../img/sendmail.jpg) repeat;
    min-height: 181px;
}
#footers {
    padding: 60px 30px 10px;
    background: #1eab65 !important ;/* url(../img/footer.jpg) repeat;*/
    min-height: 412px;
}
#tuvan {
    padding: 10px 30px 110px;
    color: #000;
    background: #fff;
    min-height: calc(100vh - 90px);
}
#khachhang1 {
    padding: 15px 30px 30px;
    color: #fff;
    line-height: 1.1;
    min-height: calc(100vh - 90px);
}
#khachhang {
    padding: 15px 30px;
    color: #fff;
 /*   min-height: calc(100vh - 90px);*/

    padding-top:60px;
    padding-bottom:60px;
}
#duan {
    padding: 15px 30px 30px;
    color: #fff;
    background: #f1f1f1;
}
#Pagelink {
    padding: 0 30px;
}
#dangky {
    text-align: center;
    padding: 90px 30px;
    background: url(../img/dangky.jpg);
    color: #fff;
}
#dichvu {
    padding: 10px 30px 30px;
    color: #fff;
    min-height: calc(100vh - 90px);
    padding-top: 90px;
    padding-bottom: 60px;
}
.thongke img {
    height: 80px;
}
#about1 {
    padding: 0 30px;
    background: url(../img/connect.png) repeat-y;
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 100px;
}
.thongke-1,
.thongke-3 {
    padding-top: 13px;
    padding-bottom: 15px;
}
.thongke-2 {
    background: #154885;
    padding-top: 15px;
    padding-bottom: 15px;
}
.thongke-body {
    padding-bottom: 12px;
    font-size: 44px;
    line-height: 1;
    color: #febf55;
    font-family: Roboto;
    letter-spacing: 2px;
}
.thongke-number {
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.thongke-title {
    line-height: 1;
    font-size: 16px;
    padding-top: 12px;
}
.thongke-shortcut {
    line-height: 1.5;
    font-size: 15px !important;
}
.hotline {
    background: #0c5ba6;
    border-radius: 30px;
    padding: 5px !important;
    padding-right: 11px !important;
    margin-top: -12px;
    margin-left: 135px;
}
.hotline-text {
    font-size: 16px;
}
.hotline i {
    background: #fff;
    border-radius: 100%;
    color: #0c5ba6;
    width: 33px;
    height: 33px;
    line-height: 30px;
    margin-right: 15px;
}
.hotline .fa-phone:before {
    padding-left: 8px;
    font-size: 22px;
}
.a-disable {
    pointer-events: none;
    cursor: default;
}
.banner-text1 {
    font-family: Palatino Linotype;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    line-height: 1;
}
.banner-text21 {
    min-height: 70px;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.8);
    font-size : 35px;

}
.banner-text2 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    padding-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
}
.banner-text2 p {
    font-size: 45px !important;
    color: #fff;
    padding-bottom: 15px !important;
    line-height: 1 !important;
}
.banner-text3 {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
}
.main-search {
    width: 100%;
    height: calc(100vh - 90px);
    z-index: 100;
    width: 80%;
   
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}
.main-search-text {
    margin: 0 auto;
    width: 80%;
    height: 300px;
    margin-top: calc((100vh - 420px) / 2);
}
.main-search-body {
    margin: 0 auto;
    height: 40px;
    width: 100%;
   /* position: absolute;*/
    bottom: 60px;
   /* padding-left: 103px;*/
}
.main-search-input {
    height: 38px;
    width: 290px;
    border-radius: 50px;
    padding-left: 45px;
    font-size: 15px;
    font-style: italic;
    border: 1px solid #fff;
}
.main-search-button {
    height: 40px;
    width: 40px;
    color: #0c5ba6;
    /* margin-left: -280px;*/
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    margin-top: 3px;
}
.main-search-body1 {
    float: left;
    width:100%;
}
.about-title {
    font-style: italic;
    color: #484848;
    font-size: 32px;
    font-family: "Palatino Linotype";
    padding-bottom: 15px;
}
.about-caption {
    font-family: MontserratExtraBold, Montserrat;
    font-size: 42px;
    font-weight: 700;
    color: #0c5ba6;
    padding-bottom: 20px;
}
.about-body {
    color: #1d1d1d;
    font-size: 15px;
}
.about-button {
    float: left;
    padding-top: 45px;
    padding-bottom: 15px;
}
.about-button-detail {
    background: #0c5ba6;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 46px;
    width: 145px;
}
.about-button-detail:hover {
    background: #fff;
    color: #0c5ba6;
}
.dangky-title {
    font-style: italic;
    font-size: 42px;
    font-family: "Palatino Linotype";
}
.dangky-caption {
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 35px;
}
.dangky-body {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.dangky-button {
    padding-top: 45px;
}
.dangky-button-detail {
    background: #0c5ba6;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 46px;
    width: 145px;
}
.dangky-button-detail:hover {
    background: #fff;
    color: #0c5ba6;
}
.dichvu-header {
    color: #1eab65;
    text-align: left;
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
#goToPrevSlide {
    font-size: 30px;
    color: #ccc;
    position: absolute;
    left: -15px;
    top: 30px;
}
#goToPrevSlide:hover {
    color: #0c5ba6;
}
#goToNextSlide {
    font-size: 30px;
    color: #ccc;
    position: absolute;
    right: -15px;
    top: 30px;
}
#goToNextSlide:hover {
    color: #0c5ba6;
}
#goToPrevSlideTuVan {
    font-size: 20px;
    color: #ffffff;
    padding-right: 25px;
}
#goToPrevSlideTuVan:hover {
    color: #0c5ba6;
}
#goToNextSlideTuVan {
    font-size: 20px;
    color: #ffffff;
}
#goToNextSlideTuVan:hover {
    color: #0c5ba6;
}
#goToPrevSlideCus {
    font-size: 25px;
    color: #a1a1a1;
    position: absolute;
    left: -5px;
    top: 50%;
}
#goToPrevSlideCus:hover {
    color: #0c5ba6;
}
#goToNextSlideCus {
    font-size: 25px;
    color: #a1a1a1;
    position: absolute;
    right: -5px;
    top: 50%;
}
#goToNextSlideCus:hover {
    color: #0c5ba6;
}
.dichvu-caption {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    max-width: 160px;
    margin: 0 auto;
}
.dichvu-image {
    font-size: 20px;
    color: #ccc;
    text-align: center;
    padding-bottom: 15px;
}
.dichvu-image img {
    max-width: 100px !important;
    display: inline !important;
    height: 50px !important;
    /*filter: brightness(1) invert(0.72);*/
    transition: 0.5s;
}
.lSPager {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 15px !important;
}
.lSPager li {
    position: relative;
}
.lSPager.lSGallery li.active .dichvu-image img {
    filter: brightness(1) invert(0);
}
.lSPager.lSGallery li.active .dichvu-caption {
    color: #0c5ba6;
}
.lSPager.lSGallery li:hover .dichvu-image img {
    filter: brightness(1) invert(0);
}
.lSPager.lSGallery li:hover .dichvu-caption {
    color: #0c5ba6;
}
.lSPager.lSGallery li.active:before {
    opacity: 1;
}
.lSPager.lSGallery li:before {
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #0c5ba6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lSPager.lSGallery li.active:after {
    opacity: 1;
}
.lSPager.lSGallery li:after {
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999999;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.dichvu-logo {
    padding-right: 50px;
}
.dichvu-logo img {
    height: 345px;
    object-fit: cover;
}
.dichvu-title {
    color: #0c5ba6;
    padding-bottom: 12px;
}
.dichvu-title a {
    color: #0c5ba6;
}
.dichvu-body {
    font-size: 32px;
    color: #000;
    font-size: 15px;
}
.dichvu-body p {
    margin-bottom: 8px;
}
.dichvu-button {
    color: #0c5ba6;
    font-size: 16px;
    margin-top: 20px;
    height: 43px;
}
.dichvu-button1 {
    color: #0c5ba6;
    border-radius: 100px;
    height: 43px;
    width: 170px;
    border: 1px solid#0c5ba6;
    padding: 11px 25px;
}
.dichvu-button1:hover {
    background: #0c5ba6;
    color: #fff;
}
.duan-header {
    color: #0c5ba6;
    text-align: center;
    font-size: 42px;
    font-family: MontserratBold;
    padding-bottom: 30px;
}
.duan-shortcut {
    color: #333;
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.image-duan {
    height: 318px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;
    border-radius: 5px;
}
figure {
    margin: 0 !important;
}
.khachang-image {
   /* width: 11.11%;
    float: left;
    margin-bottom: 20px;
    text-align: center;*/
    width: 100%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
    background: #fff;
    padding: 15px;
}
.khachang-image img:hover {
    webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.img-responsive-khachhang {
    max-width: 125px;
    width: auto;
    height: 60px;
    transition: transform 0.2s;
}
.khachhang1-title {
    font-size: 42px;
    font-family: "Palatino Linotype";
    font-style: italic;
}
.khachhang1-title1 {
    font-size: 50px;
    font-family: MontserratExtraBold;
}
.khachhang1-body {
    font-size: 22px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.khachhang1-name {
    text-transform: uppercase;
    font-size: 24px;
}
.khachhang-logo .khachhang-logo1 {
    width: 100px;
}
.khachhang-logo-border {
    width: 140px;
    height: 140px;
    text-align: right;
    right: 410px;
    top: 96px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #0c5ba6;
}
.khachhang-logo-border-in {
    width: 100%;
    background-position: center;
    background-size: contain;
}
.khachhang-logo {
    text-align: right;
}
.khachhang-logo .khachhang-logo2 {
    max-width: 469px;
}
.tuvan-header {
    color: #0c5ba6;
    font-weight: 700;
    font-size: 26px;
}
.tuvan-image {
    height: 210px;
    text-align: center;
    background-size: cover;
    background-position: top center;
    transition: 0.2s;
}
.tuvan-image:hover {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tuvan-image img {
    min-height: 210px;
    max-height: 210px;
    max-width: 100%;
}
.padding-bottom-35 {
    padding-bottom: 35px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-right-10 {
    padding-right: 10px;
}
.tuvan-button {
    padding: 15px 20px 25px;
}
.tuvan-button a {
    color: #717171;
    font-size: 16px;
}
.tuvan-button a:hover {
    color: #333;
}
.icon1 {
    margin-left: 20px;
    width: 15px;
}
.tuvan-title {
    font-size: 17px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 60px;
    line-height: 1.1;
}
.tuvan-title a {
    color: #151515;
}
.tuvan-title a:hover {
    color: #0c5ba6;
}
.tuvan-date {
    padding-left: 20px;
    padding-right: 20px;
    color: #a1a1a1;
    padding-bottom: 30px;
}
.tuvan-item {
    border: 1px solid #e8e8e8;
}
.tuvan-bottom {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    height: 30px;
}
.tuvan-all {
    color: #000;
    height: 40px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 10px 25px;
}
.tuvan-all:hover {
    background: #000;
    color: #fff;
}
.sendmail-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-left: 0;
}
.sendmail-title1 {
    font-size: 22px;
    color: #fff;
}
.button-sendmail {
    border-radius: 10px;
    background: #0c5ba6;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
    height: 50px;
    width: 100%;
    border-bottom: 7px solid #3e92e1;
    text-transform: uppercase;
}
.input-sendmail {
    border-radius: 8px;
    background: #efc06f;
    color: #fff;
    height: 50px;
    border: none;
}
.input-sendmail::placeholder {
    color: #fff !important;
}
.main-search-input::placeholder {
    color: #ccc !important;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.padding-top-25 {
    padding-top: 25px;
}
.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}


.padding-top-50 {
    padding-top: 50px;
}
.logo_bottom {
    height: 80px;
    margin-bottom: 20px;
}
.footer-social {
    color: #fff;
    font-size: 30px;
}
.footer-social a {
    padding-left: 30px;
}
.footer-social a:hover {
    color: #ccc;
}
.diachi-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.diachi-title1 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 25px;
}
.diachi-more {
    color: #f7aa26;
    height: 2px;
    width: 84px;
    border: 1px solid;
    margin-bottom: 15px;
    margin-top: -15px;
    margin-left: 90px;
}
.diachi-detail {
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
}
.diachi-detail1 {
    color: #f7aa26;
    font-weight: 700;
}
.diachi-detail1 i {
    padding-right: 5px;
}
.diachi-lienhe {
    padding-left: 35px;
}
.input-email-footer {
    height: 43px;
    float: left;
    border-radius: 0;
    width: 75%;
    font-weight: 400 !important;
    font-size: 15px;
}
.input-email-footer::placeholder {
    color: #ccc !important;
    font-weight: 400 !important;
}
.btn-email-footer {
    background: #f5a127;
    height: 43px;
    color: #fff;
    border-radius: 0;
    width: 20%;
}
.modal-body {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.padding-top-15 {
    padding-top: 15px;
}
.modal-title {
    font-size: 22px;
    color: #0c5ba6;
    font-weight: 700;
    text-align: center;
}
.modal-dialog {
    margin-top: 150px;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-body input {
    border-radius: 0 !important;
    margin-bottom: 15px;
}
.input-dangky::placeholder {
    color: #ccc !important;
}
.dangky-button1 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 25px;
}
.dangky-button-detail1 {
    background: #1eab65;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 46px;
    width: 200px;
    padding-left: 30px;
    padding-right: 30px;
}
.dangky-button-detail1:hover {
    background: #3c77b0;
    color: #fff;
}
.page-title {
    padding-top: 250px;
    font-size: 70px;
    font-family: MontserratExtraBold;
    color: #fff;
    line-height: 1;
}
.page-links {
    padding-bottom: 15px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}
    .page-links a {
        color: #65beba;
    }
.page-links a:hover {
    color: #666666;
}

.page-links1 {
    color: #666666 !important;
}

.icon-page {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
.hotline-phone-1 {
    position: fixed;
    bottom: 16px;
    left: 32px;
    z-index: 99999;
    background: #dd6161;
    padding: 10px;
    border-radius: 25px;
    padding-left: 50px;
}
.hotline-phone-1 a {
    font-size: 15px;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    border-color: #804791;
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-bar,
.hotline-phone-ring-img-circle {
    background-color: #804791;
}
.hotline-bar,
.hotline-phone-ring-circle-fill,
.hotline-phone-ring-img-circle {
    background-color: #804791;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-bar,
.hotline-phone-ring-img-circle {
    background-color: #804791;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.padding-top-110 {
    padding-top: 110px;
}
.gioithieu-title {
    color: #0c5ba6;
    font-size: 22px;
    line-height: 1;
}
.gioithieu-title-sub {
    color: #f7ab26;
    font-size: 48px;
    line-height: 1.2;
}
.gioithieu-video {
    text-align: right;
}
.gioithieu-video-border {
    border: 1px solid #1e1f5b;
    width: 100%;
    height: 770px;
    margin-left: 30px;
}
.gioithieu-video1 {
    text-align: right;
    text-align: right;
    margin-top: -748px;
}
.gioithieu-video1 img {
    width: 100%;
}
.gioithieu-video img {
    width: 100%;
}
.gioithieu-shortcut {
    color: #6d6d6d;
    font-size: 16px;
}
.content-timeline {
    width: 100%;
    height: auto;
    float: left;
}
.content-timeline .item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}
.content-timeline .item strong {
    color: #636363;
    font-size: 20px;
}
.content-timeline .item .ctn p {
    color: #0c5ba6;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.content-timeline .item-left {
    width: 30%;
    float: left;
    text-align: right;
    border-right: #000 solid 0;
    box-sizing: border-box;
    padding: 20px 30px 20px 0;
    position: relative;
}
.content-timeline .item-left .point {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -18px;
    border-radius: 50%;
    top: 14px;
    z-index: 99;
}
.content-timeline .item:first-child .item-left .point {
    top: 42px;
}
.content-timeline .item-left .point span {
    width: 10px;
    height: 10px;
    float: left;
    background: #0c5ba6;
    border-radius: 50%;
    position: relative;
    top: 17px;
    left: 7px;
}
.content-timeline .item-right {
    width: 50%;
    height: auto;
    float: left;
    text-align: left;
    box-sizing: border-box;
    border-left: #000 solid 1px;
    padding: 20px 0 20px 30px;
    position: relative;
}
.content-timeline .item:first-child .item-left {
    padding: 50px 30px 20px 0;
}
.content-timeline .item:first-child .item-right:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: -14px;
    top: -21px;
}
.content-timeline .item:last-child .item-right:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    border-radius: 50%;
    left: -9px;
    bottom: 0;
}
.content-timeline .item:first-child .item-right {
    padding: 50px 0 20px 30px;
}
.gioithieu-lichsu {
    float: left;
    margin-top: 40px;
    margin-bottom: 10px;
}
.gioithieu-lichsu-nam {
    color: #f7ab26 !important;
    font-size: 16px ;
}
.gioithieu-lichsu-body {
    color: #6d6d6d;
    padding-top: 8px;
    font-size: 15px;
}
.cocautochuc-title {
    color: #0c5ba6;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.cocautochuc-image {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 100%;
    font-size:16px !important;
}
.cocautochuc-image img {
    max-width: 60%;
}
.cocautochuc-body {
    font-size: 16px !important;
    line-height: 1.8;
}
.gioithieu-khachhang {
    padding-bottom: 25px;
    padding-top: 25px;
    line-height: 1;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
}
.gioithieu-lichsu-nam-sub {
    font-size: 15px;
    padding-top: 8px;
    color: #919191;
}
.diachi-left {
    color: #737373;
}
.diachi-detail2 {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 18px;
}
.image-responsive {
    width: 100%;
}
.service {
    padding: 15px 30px 145px;
}
.service-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    border: #ececec solid 1px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.service-left-title {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: #ccc solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #0c5ba6;
    font-weight: 500;
    font-size: 17px;
    font-weight: 700;
}
.service-left-list {
    border-top: 0;
    padding-top: 20px;
}
.service-left-list input {
    height: 20px;
    width: 20px;
}
.service-left-list label {
    font-size: 16px;
    color: #3a3a3a;
    vertical-align: top;
    padding-left: 20px;
    margin-bottom: 20px;
    display: inline;
}
.service-left-link {
    text-align: center;
    margin-top: 15px;
}
.service-left-link a {
    color: #f6a627;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}
.service-header {
   /* font-size: 24px;
    color: #0c5ba6;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #0c5ba6;
    float: left;
    width: 100%;*/
    font-size: 24px;
    color: #0c5ba6;
    font-weight: 700;
    /* padding-bottom: 10px; */
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.service-body {
    padding-top: 10px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
#portfolio_service #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px;
    list-style: none;
    text-align: center;
}
#portfolio_service #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
#portfolio_service #portfolio-flters li.filter-active,
#portfolio_service #portfolio-flters li:hover {
    background: #18d26e;
    color: #fff;
}
#portfolio_service #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio_service .portfolio-wrap {
    transition: 0.3s;
}
#portfolio_service .portfolio-wrap:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
#portfolio_service .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
#portfolio_service .portfolio-item figure {
    background: #0c5ba6;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
#portfolio_service .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio_service .portfolio-item figure:hover .image-duan {
    opacity: 0.4;
    transition: 0.3s;
}
.portfolio-item .link-details,
.portfolio-item .link-preview {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff !important;
    border-radius: 50%;
    transition: 0.2s linear;
}
.portfolio-item .link-details i,
.portfolio-item .link-preview i {
    padding-top: 8px;
    font-size: 22px;
    color: #333;
}
.portfolio-item .link-details:hover,
.portfolio-item .link-preview:hover {
    background: #18d26e;
}
.portfolio-item .link-details:hover i,
.portfolio-item .link-preview:hover i {
    color: #0c5ba6;
}
.portfolio-item .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}
.portfolio-item .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}
.portfolio-item:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}
.portfolio-item:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}
#portfolio_service .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}
#portfolio_service .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}
#portfolio_service .portfolio-item .portfolio-info h4 a {
    color: #333;
}
#portfolio_service .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}
#portfolio_service .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.portfolio-wrap h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}
.portfolio-wrap:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(12, 91, 166, 0.6);
    border: 0 solid #000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0;
    transition: all 0.4s ease 0;
}
.portfolio-wrap:hover:after {
    opacity: 1;
}
.portfolio-wrap:hover h4 {
    top: 45%;
    opacity: 1;
    color: #0c5ba6;
    z-index: 1000;
}
.service-header-link {
    font-size: 18px;
    color: #f6a627;
    padding-top: 10px;
}
.image-service {
    height: 200px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;
    object-fit: cover;
}
.service-info {
    border-top: 0;
    border: 1px solid #d7d7d7;
    padding: 15px 10px;
    width: 100%;
    line-height: 1;
    min-height: 30px;


}
.service-tinh {
    color: #929292;
    font-size: 15px;
    padding-bottom: 15px;
}
.service-title {
    color: #0c5ba6;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 1.2;
  /*  font-weight: 700;*/
    min-height: 30px;
}
.service-title a {
    color: #333333;
    font-size: 16px;
}
    .service-title a:hover {
        color: #108d55;
    }

.service-dropdown {
    font-size: 15px;
    margin-top: 5px;
    border-radius: 0;
}
.service-shortcut {
    color: #929292;
    min-height: 75px;
}
.service-shortcut p {
    line-height: 1.4;
    display: inline;
}
.service-tinh i {
    padding-right: 8px;
}
.mien-title {
    font-size: 18px;
    padding-bottom: 10px;
    color: #3a3a3a;
}
.mien-body {
    padding-bottom: 15px;
    font-size: 18px;
}
.mien-body input {
    height: 18px;
    width: 18px;
}
.mien-body label {
    font-size: 14px;
    color: #3a3a3a;
    vertical-align: top;
    padding-left: 6px;
    margin-bottom: 20px;
    display: inline;
    padding-right: 20px;
}
.model-custom {
    min-width: 70%;
}
.pagination-sm {
    font-size: 18px;
    margin-top: 30px;
}
.service-body .portfolio-item {
    margin-bottom: 45px;
}
.service-description {
    font-size: 18px;
    color: #5c5c5c;
    padding-bottom: 30px;
}
.service-description a {
    color: #007bff;
}
.image-detail {
/*    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;*/

    max-height: 700px;
    /* background-repeat: no-repeat !important; */
    /* background-size: cover !important; */
    /* background-position: top center !important; */
    width: 100%;
   

}
.detail-vitri {
    height: 500px;
    width: 100%;
}
.detail-vitri p {
    height: 500px;
    width: 100%;
}
.detail-vitri img {
    height: 500px;
    max-width: 100%;
    object-fit: cover;
}
.detail-vitri iframe {
    width: 100% !important;
    height: 100% !important;
}
.detail-title {
    color: #262626;
    font-weight: 700;
    font-size: 28px;
  /*  text-transform: uppercase;*/
    line-height: 1.2;
    padding-bottom: 15px;
}
#detail-product .lSPager {
    box-shadow: none !important;
    margin-bottom: 0 !important;
    margin-top: -20px !important;
}
#detail-product .lSSlideOuter .lSPager.lSpg > li a {
    height: 15px;
    width: 15px;
    background-color: #f7ab26;
}
#detail-product .lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background: #0c5ba6 !important;
}
.detail-description {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 700;
}
.detail-description-top {
    color: #0c5ba6;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 15px;
}
.detail-body {
    margin-top: 15px;
   /* background: #ededed;*/
    font-size: 16px;
    padding: 25px 25px;
}
.detail-body table tr {
    border-bottom: 1px solid #d7d7d7;
}
.detail-body table tr td {
    padding-top: 25px;
    padding-bottom: 25px;
}
.detail-vitri-top {
    background: #0c5ba6;
    color: #fff;
    font-size: 16px;
    height: 35px;
    width: 90px;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    top: 0;
}
.detail-baogia {
    padding-top: 30px;
    padding-bottom: 30px;
}
.kiemtragia {
    background: #0c5ba6;
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding-top: 12px;
    font-weight: 700;
    font-size: 16px;
}
.taifile {
    background: #f7ab26;
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding-top: 12px;
    font-weight: 700;
    font-size: 16px;
}
.detail-relate {
    padding-bottom: 45px;
}
.detail-relate-title {
    color: #0c5ba6;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.lienhe-form-title {
    color: #1eab65;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 10px;
}
.lienhe-detail2 {
    padding-bottom: 6px;
    font-size: 16px;
}
.lienhe-title {
    font-weight: 700;
    color: #1eab65;
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px;
}
.input-contact {
    height: 40px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.input-contact::placeholder {
    color: #a8a8a8 !important;
}
.input-contact1::placeholder {
    color: #a8a8a8 !important;
}
.input-contact1 {
    height: 195px !important;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
.lienhe-button1 {
    background: #0c5ba6;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    border-radius: 0;
}
.tintuc-item {
    border: 1px solid #e8e8e8;
}
.tintuc-title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.1;
    color: #0c5ba6;
}
.tintuc-title a {
    color: #0c5ba6;
}
.tintuc-date {
    padding-left: 25px;
    padding-right: 25px;
    color: #a1a1a1;
}
.tintuc-bottom {
    padding-bottom: 30px;
    padding-top: 25px;
}
.tintuc-button {
    padding-left: 25px;
    padding-right: 25px;
}
.tintuc-button a {
    color: #717171;
    font-size: 16px;
    font-weight: 700;
}
.tintuc-button a:hover {
    color: #333;
}
.tintuc-image-top1 {
    height: 350px;
    text-align: center;
    background-size: cover !important;
    background-position: top center !important;
    transition: 0.2s;
}
.tintuc-image-top2 {
    height: 180px;
    text-align: center;
    background-size: cover !important;
    background-position: top center !important;
    transition: 0.2s;
}
.margrin-bottom-15 {
    margin-bottom: 15px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-110 {
    padding-bottom: 110px;
}
.padding-right-50 {
    padding-right: 50px;
}
.tintuc-title-top2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #151515;
    padding: 25px 25px 35px;
}
.tintuc-title-top2 a {
    color: #151515;
}
.tintuc-title-top2 a:hover {
    color: #0c5ba6;
}
.tintuc-button-top2 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}
.tintuc-button-top2 a {
    color: #717171;
    font-size: 16px;
    font-weight: 700;
}
.tintuc-button-top2 a:hover {
    color: #333;
}
.tintuc-date-top2 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    color: #a1a1a1;
    height: 30px;
}
.tintuc-image3 {
    height: 210px;
    text-align: center;
    background-size: cover;
    background-position: top center;
    transition: 0.2s;
}
.tintuc-title3 {
    font-size: 17px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.1;
    color: #000;
    min-height: 75px;
}
.tintuc-title3 a {
    color: #151515;
}
.tintuc-title3 a:hover {
    color: #0c5ba6;
}
.chitiettin-left-list {
    padding-top: 30px;
    padding-bottom: 15px;
}
.chitiettin-title {
    color: #0c5ba6;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #0c5ba6;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.chitiettin-date {
    color: #a1a1a1;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
}
.chitiettin-body {
    font-size: 16px;
    color: #545454;
}
.chitiettin-body img {
    max-width: 100% !important;
}
.chitiettin-lastest {
    color: #545454;
    font-weight: 700;
    font-size: 14px;
}
.image-lastest {
    height: 80px;
    text-align: center;
    background-size: cover !important;
    background-position: top center !important;
    transition: 0.2s;
}
.chitiettin-related-title {
    font-size: 24px;
    font-weight: 700;
    color: #0c5ba6;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 15px;
}
.social-list {
    position: fixed;
    right: 15px;
    bottom: 0;
    height: 65px;
    font-size: 30px;
    z-index: 100;
}
.social-list-face i {
    background: #fff;
    border-radius: 100%;
    color: #0c5ba6;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 25px;
    padding-left: 8px;
    border: 1px solid;
}
.social-list-youtube i {
    background: #fff;
    border-radius: 100%;
    color: red;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 25px;
    padding-left: 3px;
    border: 1px solid;
}
.diachi-banquyen {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
    border-top: 2px solid #fff;
    bottom: 0;
    margin-top: 60px;
}
.portfolio-item1 {
   
    border-bottom: none !important;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
    .portfolio-item1:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
       /* background: rgba(12, 91, 166, 0.6);*/
    background: rgba(0,0,0,.6);
    border: 0 solid #000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0;
    transition: all 0.4s ease 0;
}
.portfolio-item1:hover:after {
    opacity: 1;
}
.portfolio-item1 h4 {
    color: #fff;
    font-size: 33px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
}
.portfolio-item1:hover h4 {
    top: 45%;
    opacity: 1;
}
.margrin-bottom-30 {
    margin-bottom: 30px;
}
.portfolio-item1 .link-details,
.portfolio-item1 .link-preview {
    /*display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff !important;
    border-radius: 50%;
    transition: 0.2s linear;*/

    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 90%;
    height: 36px;
    background: transparent;
    border-radius: 50%;
    transition: 0.2s linear;
    font-size: 16px;
}
.portfolio-item1 .link-details i,
.portfolio-item1 .link-preview i {
    font-size: 25px;
    color: #333;
}
.portfolio-item1 .link-details:hover,
.portfolio-item1 .link-preview:hover {
   /* background: #18d26e;*/

     background: transparent !important;
     font-size:16px;
     color:#fff !important;
}
.portfolio-item1 .link-details:hover i,
.portfolio-item1 .link-preview:hover i {
    color: #0c5ba6;
}
.padding-top-70 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.margrin-bottom-25 {
    margin-bottom: 25px;
}
.paging {
    font-size: 18px;
    margin-top: 30px;
}
.paging a {
    color: #0c5ba6;
    padding-left: 10px;
}
.paging span {
    color: #f6a627;
    padding-left: 10px;
}
.paging span span {
    color: #f6a627;
}
.gioithieu-title-sub1 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 500;
}
.bx-map-time .list-item {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 50px;
}
.bx-map-time .item {
    width: 22%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 9px;
    box-sizing: border-box;
}
.bx-map-time .item:before {
    content: "";
    width: calc(100% - 32px);
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 15px;
    left: 42px;
}
.bx-map-time .item .point {
    width: 31px;
    height: 31px;
    border: #10afef solid 1px;
    border-radius: 50%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 #fef200;
    transition: 0.5s;
}
.bx-map-time .item .point span {
    width: 23px;
    height: 23px;
    background: #10afef;
    float: left;
    border-radius: 50%;
    position: relative;
    top: 3px;
    left: 3px;
}
.bx-map-time .item .title {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 0;
}
.bx-map-time .item .content {
    width: 100%;
    height: auto;
    float: left;
    color: #636363;
    font-weight: 300;
    line-height: 22px;
    font-size: 15px;
}
.bx-map-time .item:last-child:before {
    content: "";
    width: 0;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 15px;
    left: 42px;
}
.bx-map-time .item:hover .point {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 7px -1px #fef200;
}
.col-right {
    width: 400px;
    height: auto;
    float: left;
    position: relative;
}
.col-left {
    width: calc(100% - 400px);
    height: auto;
    float: left;
}
.col-right .vn-map {
    left: 50px;
    width: 400px;
}
.col-right .vn-map .point.active {
    opacity: 1;
}
.col-right .vn-map .point {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    border: #10afef solid 1px;
    cursor: pointer;
    box-shadow: 0 0 7px -1px #10afef;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
}
.col-right .vn-map .point i {
    width: 8px;
    height: 8px;
    float: left;
    background: #f7ad25;
    border-radius: 50%;
    position: relative;
    left: 1px;
    top: 1px;
}
.col-right .vn-map .point .info {
    width: 180px;
    float: left;
    position: absolute;
    left: 20px;
    background: #0c5ba6;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: 0.5s;
    text-align: left;
}
.col-right .vn-map .point:hover .info {
    height: auto;
    opacity: 1;
}
.col-right .vn-map .point .info .headdingh4 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.col-right .vn-map .point:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.vn-map img {
    width: 370px;
    height: 415px;
}
.bx-feedback .list-feedback li .thumb {
    width: calc(100% - 25px);
    height: 230px;
    float: left;
    overflow: hidden;
}
.bx-feedback .list-feedback li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -moz-transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    transition: 0.5s;
}
.bx-feedback .list-feedback li .info {
    width: calc(100% - 25px);
    height: auto;
    float: left;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px 0 #ccc;
    position: relative;
    top: -25px;
    left: 25px;
    min-height: 265px;
}
.bx-feedback .list-feedback li .info .avatar {
    width: 80px;
    height: 80px;
    float: left;
}
.bx-feedback .list-feedback li .info .avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.bx-feedback .list-feedback li .info .content {
    width: calc(100% - 90px);
    height: auto;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}
.bx-feedback .list-feedback li .info .content strong {
    color: #27305a;
    font-size: 16px;
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 5px;
}
.bx-feedback .list-feedback li .info .content span {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 10px;
    color: #707070;
    font-size: 15px;
}
.bx-feedback .list-feedback li .info .content p {
    width: 100%;
    height: auto;
    float: left;
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}
.Pagelink {
    padding: 15px 0;
}
section {
    margin: 0 auto;
}
.bx-news {
   /* font-family: Roboto;*/
}
.bx-news .header {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.bx-news .header h2 {
    color: #0e57a7;
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.bx-news .header h1 {
    color: #0e57a7;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bx-news .header .text-link a {
    color: #000;
    padding-right: 15px;
}
.bx-news .header .text-link a.active {
    color: #fa0;
    font-size: 16px;
}
.bx-news .header .text-link a:hover {
    color: #fa0;
}
.bx-news .content-news {
    height: auto;
    float: left;
}
.bx-news .content-news .row {
    height: auto;
    float: left;
    display: flex;
}
.bx-news .content-news .bx-left {
    padding-bottom: 15px;
    width: calc(50% - 36px);
    height: auto;
    float: left;
    box-sizing: border-box;
    transition: 0.5s;
    margin-right: 26px;
}
.bx-news .content-news .bx-left:hover {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.bx-news .content-news .bx-left .thumb {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 5px;
    overflow: hidden;
}
.bx-news .content-news .bx-left .thumb img {
    width: 100%;
    height: auto;
    transition: 0.5s;
    object-fit: cover;
}
.bx-news .content-news .bx-left .thumb:hover img {
    border-radius: 5px 5px 0 0;
}
.bx-news .content-news .bx-left h3 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 5px;
    transition: 0.5s;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 17px;
}
.bx-news .content-news .bx-left h2 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 5px;
    transition: 0.5s;
}
.bx-news .content-news .bx-left h3 a {
    color: #27305a;
    font-size: 17px;
}
.bx-news .content-news .bx-left h2 a {
    color: #27305a;
    font-size: 17px;
}
.bx-news .content-news .bx-left h3 a:hover {
    color: #1685ff;
}
.bx-news .content-news .bx-left h2 a:hover {
    color: #1685ff;
}
.bx-news .content-news .bx-left time {
    color: #707070;
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    float: left;
}
.bx-news .content-news .bx-left .time {
    color: #707070;
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    float: left;
}
.bx-news .content-news .bx-left p {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}
.bx-news .content-news .bx-right {
    width: 50%;
    height: auto;
    float: left;
}
.bx-news .content-news .bx-right .item {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    transition: 0.5s;
}
.bx-news .content-news .bx-right .item:last-child {
    margin-bottom: 10px;
}
.bx-news .content-news .bx-right .thumb {
    width: 180px;
    height: 120px;
    float: left;
    overflow: hidden;
}
@media (min-width: 1350px) {
    .bx-news .content-news .bx-right .thumb {
        height: 110px;
    }
}
.bx-news .content-news .bx-right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.bx-news .content-news .bx-right .item:hover {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.bx-news .content-news .bx-right .item:hover .thumb img {
    border-radius: 5px 0 0 5px;
}
.bx-news .content-news .bx-right .content {
    width: calc(100% - 180px);
    height: auto;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.bx-news .content-news .bx-right .content h3 {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 17px;
}
.bx-news .content-news .bx-right .content h3 a {
    color: #27305a;
    font-size: 17px;
    transition: 0.5s;
}
.bx-news .content-news .bx-right .content h2 a {
    color: #27305a;
    font-size: 17px;
    transition: 0.5s;
}
.bx-news .content-news .bx-right .content h3 a:hover {
    color: #1685ff;
}
.bx-news .content-news .bx-right .content h2 a:hover {
    color: #1685ff;
}
.bx-news .content-news .bx-right .content time {
    color: #707070;
    font-weight: 300;
    font-size: 13px;
}
.bx-news .content-news .bx-right .content .time {
    color: #707070;
    font-weight: 300;
    font-size: 13px;
}
.bx-news .content-news .bx-right .content p {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}
.bx-news .content-news .bx-right .item-link {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    margin-top: 15px;
}
.bx-news .content-news .bx-right .item-link a {
    color: #1061ab;
    width: auto;
    height: 25px;
    float: right;
    line-height: 25px;
}
.bx-news .content-news .bx-right .item-link a i {
    background: #ffb300;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
}
.bx-news .content-news .bx-right .item-link a:hover i {
    background: #1061ab;
}
.bx-news .content-news .bx-right .readmore-news {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}
.bx-news .content-news .bx-right .readmore-news a {
    background: url(/NewContent/img/readmore-new.png) no-repeat right;
    width: auto;
    height: 34px;
    float: left;
    line-height: 34px;
    color: #37518d;
    padding-right: 37px;
}
.bx-news .content-news .bx-right .readmore-news a:hover {
    color: #ffb300;
}
@media (min-width: 1350px) {
    .bx-news .content-news .bx-left .thumb img {
        height: 335px;
    }
}
.frm-search-page {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.frm-search-page .service-input-search {
    width: calc(100% - 130px);
    height: 35px;
    float: left;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: #ccc solid 1px;
    margin-right: 10px;
}
.frm-search-page .service-input-search::placeholder {
    color: #ccc !important;
}
.frm-search-page .service-button-search {
        background: #1eab65 ; /*#37518d*/
        color: #fff;
        border: 0;
        width: 119px;
        font-size: 14px;
        height: 35px;
        border-radius: 5px;
}
.header-search {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.typed-cursor {
    display: none;
}
.bx-news-archive .list-news-item {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}
.bx-news-archive .list-news-item .item {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.bx-news-archive .list-news-item .item .thumb {
    width: 250px;
    height: auto;
    float: left;
}
.bx-news-archive .list-news-item .item .thumb img {
    width: 100%;
}
.bx-news-archive .list-news-item .item .content-item {
    width: calc(100% - 250px);
    height: auto;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.bx-news-archive .list-news-item .item .content-item h3 {
    display: block;
    padding-bottom: 5px;
}
.bx-news-archive .list-news-item .item .content-item .headdingh3 {
    display: block;
    padding-bottom: 5px;
}
.bx-news-archive .list-news-item .item .content-item h2 {
    display: block;
    padding-bottom: 5px;
}
.bx-news-archive .list-news-item .item .content-item h3 a {
    color: #27305a;
    font-size: 17px;
}
.bx-news-archive .list-news-item .item .content-item .headdingh3 a {
    color: #27305a;
    font-size: 17px;
}
.bx-news-archive .list-news-item .item .content-item h2 a {
    color: #27305a;
    font-size: 17px;
}
.bx-news-archive .list-news-item .item .content-item h3 a:hover {
    color: #1685ff;
}
.bx-news-archive .list-news-item .item .content-item .headdingh3 a:hover {
    color: #1685ff;
}
.bx-news-archive .list-news-item .item .content-item h2 a:hover {
    color: #1685ff;
}
.bx-news-archive .list-news-item .item .content-item span {
    color: #707070;
    font-size: 13px;
}
.bx-news-archive .list-news-item .item .content-item p {
    color: #707070;
    line-height: 25px;
    font-size: 15px;
}
.lSAction {
    display: none !important;
}
.khach-hang-noi {
    min-height: 480px;
}
.khach-hang-noi1 {
    margin-top: 5px;
}
@media (min-width: 1590px) and (max-width: 1910px) {
    #khachhang {
        padding: 50px 30px 30px !important;
    }
    .khachang-image {
        margin-bottom: 35px !important;
    }
    #dichvu {
        padding: 50px 30px 30px !important;
    }
    .dichvu-logo img {
        max-height: 400px !important;
    }
    .dichvu-caption {
        margin: auto;
        max-width: 160px;
    }
    #khachhang1 {
        padding: 50px 30px 30px;
    }
    .khach-hang-noi {
        min-height: 500px !important;
    }
    .dichvu-header-bottom {
        padding-bottom: 45px !important;
    }
    .bx-feedback .list-feedback li .info .content p {
        line-height: 23px !important;
    }
    #tuvan {
        padding: 50px 30px 30px !important;
    }
    .bx-news .header {
        margin-bottom: 25px;
    }
    .bx-news .content-news .bx-left .thumb img {
        height: 345px !important;
    }
    input-email-footer {
        width: 80% !important;
    }
    #gioithieu_home {
        padding: 30px 30px 0;
        min-height: calc(100vh - 220px);
    }
    .hotline {
        margin-left: 180px !important;
    }
    .thongke-1,
    .thongke-3 {
        padding-top: 24px;
        padding-bottom: 20px;
    }
    .hotline-text {
    font-size: 18px !important;
    }
    .main-search {
     width: 600px !important;

    }
}
.no-margin-left {
    margin-left: 0;
}
.menu_top1 {
    float: right;
    padding-top: 15px !important;
}

.text-shadow
{
        /*text-shadow: 2px 2px 2px #555;*/
}

.dichvu_new {
    background-image: url('/Images/bg_dichvu.png');
    background-color: rgba(242, 242, 242, 1);
    background-repeat: no-repeat;
    background-position: center left;
    background-attachment: fixed;
  
}
.title_new_sub_1 {
    width: 100%;
    max-width: 40px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.title_new_sub_2 {

}
.title_new_sub_3 {
    width: 100%;
    border-top: 2px solid rgba(30, 171, 101, 1);
}
.text-gioithieu {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}
.nav-item {
    width: 25%;
    text-align: center;
    background: #eee;
}
.nav-pills .nav-link.active {
    background-color: #10834a;
    color:#fff;
}
.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-radius: 0px !important;
    color: #555;
}


.link-details::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
}
.link-details::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
}
.portfolio-item1:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.5s;
    /* -webkit-transform: rotate(5deg) scale(1.3) skew(1deg) translate(0);
    -ms-transform: rotate(5deg) scale(1.3) skew(1deg) translate(0);
    transform: rotate(5deg) scale(1.3) skew(1deg) translate(0)*/
}
.tab-dichvu {
    padding: 30px;
    padding-bottom: 0px;
    background: #fff;
}
.doitac_new-header {
    color: #ffffff;
    text-align: left;
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 700;
}
.doitac_new {
    background: rgba(26, 135, 80, 1);
}
.text-doitac {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.vechungtoi-title
{
    font-size:28px;
    color:#555;
    font-weight:bold;
}
.vechungtoi-title1 {
    font-size: 36px;
    color: #1eab65;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 20px;
    padding-bottom:20px;
}
.vechungtoi-title2 {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    padding-top: 20px;
}
.gioithieu-top {
    background: url("/Images/bgtop.jpg") no-repeat center/cover;
    margin-top: 90px;
    height: 180px;
    text-align:center;
}
.gioithieu-top1 {
    font-size: 35px;
    text-shadow: 2px 2px 1px #000;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
}
.gioithieu-top2 {
    height: 2px;
    width: 3%;
    background: #fff;
    margin: 0.5% auto;
}
.gioithieu-top3 {
    font-size: 18px;
    text-shadow: 2px 2px 1px #000;
    font-weight: normal;
    color: #fff;
}
.font-16
{
    font-size:16px;
}
.coso_new-header {
    color: #555;
    text-align: left;
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 700;
}
.image-responsive-coso {
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;
    object-fit: cover;
}
.menu-left-title {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    background: #61b043;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}
.menu-left-title-icon {
    position: absolute;
    right: 30px;
}
.menu-left-item a {
    font-size: 15px;
    color:#555 !important;
    padding-left:15px;
}
.no-display
{
    display:none;
}
.chitiet-title {
    color: #fff;
    background: rgba(30, 171, 101, 1);
    font-size: 16px;
    padding: 10px;
    margin-top: 15px;
}
.item-bottom {
    position: fixed;
    display: block;
    color: #FFF;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #e60012 !important;
    opacity: 0.9;
    border-radius: 6px;
    right: 0;
    text-align: center;
    z-index: 100;
    display: none;
}
.item-bottom:hover
{
    color:#a1a1a1;
}
.bottom-1 {
    bottom:42px;
}
.bottom-2 {
    bottom: 84px;
}
.bottom-3 {
    bottom: 126px;
}
.bottom-4 {
    bottom: 168px;
}
.zalo-icon
{
    width:25px;
}
.video {
    position: relative;
    margin-bottom: 15px;
}
.video .ratio {
        display: block;
        width: 100%;
        height: auto;
   }
.video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.map iframe
{
    height:250px !important;
}
.pl-5
{
    padding-left:5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
