@font-face {
    font-family: Roboto;
    src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
    src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
    src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
    src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Medium.eot);
    src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Bold.eot);
    src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000;
}
p {
    margin-bottom: 10px;
}
ul {
    padding-inline-start: 0px;
    list-style-type: none;
}
:root {
    --main-color1: #01D67E;
    --main-color2: #024B48;
}
body {
    font-size: 17px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
h2.heading {
    font-weight: 700;
    font-size: 32px;
    padding: 0;
    margin: 20px 0;
    text-transform: uppercase;
}
.hidden {
    display: none;
}
.top-header {
    background-image: linear-gradient(to right, var(--main-color1), var(--main-color2));
    padding: 5px 10px;
    color: #fff;
}
.top-header a {
    color: #fff;
}
/* Dropdown Button */
.top-header .dropbtn {
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 0;
}
.top-header .dropbtn a:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
    position: absolute;
    right: 0;
    top: calc(50% - 0.175em);
    color: #fff;
}
.top-header .dropdown {
    padding: 0 15px;
}
.top-header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
}
.top-header .dropdown-content a {
    color: black;
    padding: 0 5px;
    text-decoration: none;
    display: block;
}
.top-header .dropdown-content a:hover {
    background-color: #ddd;
}
.top-header .dropdown:hover .dropdown-content {
    display: block;
}
.logo-header .navbar {
    padding: 0;
    margin: 2px 0;
}
.logo-header .navbar-nav {
    width: 100%;
}
.logo-header .navbar li.nav-item>a {
    /* line-height: 75px; */
    margin: 0 2px;
    text-transform: uppercase;
}
.logo-header .navbar li.nav-item>a:hover, .logo-header .navbar li.nav-item.active>a {
    /* background: url(../img/Untitled-1-01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    background-color: #0E6836;
    color: #fff;
}
.logo-header .form-search {
    background-color: #fff;
    border-top: 3px solid gray;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 400px;
    z-index: 1000;
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.15);
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
}
.logo-header .li-search {
    padding-left: 15px;
    cursor: pointer;
}
.logo-header .dropdown-menu {
    min-width: 300px;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.logo-header .dropdown-menu li>a {
    line-height: unset;
    margin: 0;
    padding: 10px;
    text-transform: none;
}
.logo-header .dropdown-menu li>a:hover {
    color: #088d78;
    background-color: transparent;
}
.logo-header .dropdown:hover .dropdown-menu {
    display: block;
}
.logo-header.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    border-top: 4px solid rgb(1, 207, 120);
    width: 100%;
    background-color: #fff;
}
.xemchitiet {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}
.xemchitiet i {
    color: #00783f;
    margin-right: 10px;
}
/* slide */
.main-slider .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* .main-slider .item:after {
    content: '';
    position: absolute;
    background: url(../img/bg-banner-3.png);
    left: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 220px;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
} */
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    border: unset;
}
.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
    border: unset;
    outline: unset
}
.owl-carousel .owl-prev {
    left: 15px;
}
.owl-carousel .owl-next {
    right: 15px;
}
.owl-carousel .owl-prev i, .owl-carousel .owl-next i {
    font-size: 30px;
}
/* footer */
footer h4.title {
    font-size: 16px;
    font-weight: 700;
    color: #a3d39c;
    border-bottom: 1px solid #a3d39c;
    padding-bottom: 10px;
}
footer .text-content, footer .text-content a {
    color: #00a651;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
}
footer .text-content a:hover {
    text-decoration: underline;
}
footer .text-content.border, footer .text-content .border-bottom, footer .text-content .border-right {
    border-color: #000!important;
}
footer .text-content .col-sp .col-wg-sp {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
footer .text-content .col-sp .col-wg-sp .col-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
}
footer .text-content .col-sp .col-wg-sp:last-child .col-item:last-child {
    border-right: unset!important;
}
footer .text-content .col-sp .col-wg-sp .col-item.col-wg-img {
    background-color: #77C36D;
}
footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text {
    background-color: #28950F;
}
footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text a{
    display: none;
}
footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text.active {
    background-color: #77C36D;
}
footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text.active a {
    display: block;
    font-size: 12px;
    color: #000;
    padding: 0 3px;
}
.col-item.col-wg-img.active>.col-item.col-wg-text.active {
    border-right: 0;
}
footer .text-content ul#menu-hoat-dong {
    list-style: none;
    padding-left: 0;
}
footer .text-content ul#menu-hoat-dong li {
    margin-bottom: 8px;
}
footer .text-content ul li a {
    background: url(../img/f-list1.png) no-repeat left 2px;
    padding-left: 25px;
}
/* home */
.main-about {
    padding: 30px 0;
}
.btn-about-home .btn-about-home-img {
    width: 30px;
    height: 30px;
    background: url(../img/button.png) no-repeat;
    display: inline-block;
    background-size: 25px;
    transition: all .4s;
}
.btn-about-home .btn-about-home-img:hover {
    background: url(../img/button-active.png) no-repeat;
    background-size: 25px;
}
.main-thuvien {
    padding-bottom: 60px;
}
.thuvien-body .thuvien-img {
    position: relative;
}
.thuvien-body .thuvien-content {
    position: absolute;
    top: 30%;
    width: 100%;
}
.thuvien-body h2.uabb-first-heading-text {
    color: #4ccf95;
    font-weight: 700;
    font-size: 42px;
}
.thuvien-body p.uabb-second-heading-text {
    color: #0ee2d0;
    font-size: 26px;
}
.thuvien-body .thuvien-list {
    margin-top: -120px;
}
.thuvien-body .thuvien-list .title {
    background: #18df99;
    transition: 0.3s;
}
.thuvien-body .thuvien-list h2 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 75px;
    text-overflow: ellipsis;
}
.thuvien-body .thuvien-list h2 a {
    color: #000;
}
.item-picture:hover .title {
    background: #dcfbf0;
}
.thuvien-body .thuvien-list h2 a:hover {
    color: #239337;
}
.thuvien-body .thuvien-list .des {
    color: #000;
    line-height: 22px;
    font-size: 15px;
    padding: 0 15px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    margin: 0;
}
.thuvien-body .thuvien-list .img {
    background: #dcfbf0;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.item-picture::before {
    content: "";
    background: url(../img/bg-post.png);
    position: absolute;
    width: 100%;
    display: block;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50px;
    bottom: -35px;
}
.fancybox-container .fancybox-content {
    width: 650px;
    max-width: 85%;
}
.main-cat-sp {
    border-top: 7px solid #088d78;
    border-bottom: 7px solid #088d78;
}
.main-cat-sp .bg {
    padding-top: 110px;
    padding-bottom: 60px;
}
.main-cat-sp h2.heading {
    color: #fff;
    margin: 20px;
    margin-bottom: 60px;
}
.main-cat-sp .item-cat {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: z-index .25s ease-out;
    -o-transition: z-index .25s ease-out;
    transition: z-index .25s ease-out;
}
.main-cat-sp .item-cat:nth-child(2n+1) {
    background: rgba(80,114,38,.9);
    text-align: center;
}
.main-cat-sp .item-cat:nth-child(2n+2) {
    background: rgba(26,103,51,.9);
    text-align: center;
}
.main-cat-sp .item-cat .img {
    padding: 20px;
}
.main-cat-sp .item-cat.set-z-index {
    z-index: 5;
    -webkit-transition: z-index .15s ease-out;
    -o-transition: z-index .15s ease-out;
    transition: z-index .15s ease-out;
}
.main-cat-sp .item-cat .text {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    justify-content: center;
}
.main-cat-sp .item-cat .text a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 0;
}
.main-cat-sp .item-cat.open-slidedown {
    background: #18df99;
    transition: all linear 300ms;;
}
.main-cat-sp .item-cat.open-slidedown .text {
    opacity: 1;
    top: unset;
    bottom: 100%;
    border-radius: 0;
    height: 100%;
    text-align: center;
    background: #a4fa2f;
    opacity: 1;
    position: absolute;
    border-top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1;
}
.main-cat-sp .item-cat.open-slidedown .text a {
    line-height: 1.5;
}
.main-sp {
    padding: 20px;
    padding-top: 60px;
}
.main-sp .slick-for {
    padding-top: 10px;
}
.main-sp .slick-for .slick-track .slick-item img {
    padding-right: 10px;
}
.main-sp .slick-slide {
    cursor: pointer;
}
.main-sp .title-slick-product {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.list-cat {
    padding: 25px 0;
}
.main-sp .list-product {
    margin-bottom: 15px;
}
.list-product .item-list {
    background: #fff!important;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #ddd;
    position: relative;
    outline: 0;
}
.list-product .item-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 50%;
    background: url(../img/button.png);
    display: block;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.list-product .item-list .product-cat {
    display: block;
    font-size: 16px;
    color: #069f00;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
}
.list-product .item-list .product-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 44px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.list-product .item-list.active .product-title, .list-product .item-list.active .product-cat {
    color: #069f00;
}
.slider-nav .slick-item {
    padding: 5px;
}
.main-news {
    padding: 20px;
    padding-top: 120px;
}

.news-content {
    overflow: unset;
    text-align: center;
}
h3.news-heading.news-section {
    padding: 20px;
    background-color: rgba(0,0,0,.65);
    color: #fff;
    z-index: 99;
    position: relative;
    bottom: 90px;
    margin-bottom: -85px;
    font-weight: 700;
    text-align: left;
    min-height: 90px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 24px;
}
h3.news-heading.news-section a {
    transition: 0.5s;
    color: #fff;
}
span.news-read-more-text.news-section {
    margin-bottom: 0;
    position: relative;
    bottom: 40px;
    right: -35%;
    z-index: 999;
}
.main-news span.news-read-more-text.news-section a {
    visibility: hidden;
}
.main-news .news-thumbnail {
    position: relative;
    width: 100%;
}
.main-news .item-news:hover .news-thumbnail:before {
    content: "";
    background: #000;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
}
.main-news .item-news:hover h3.news-heading.news-section {
    background-color: rgba(0,0,0,0);
    bottom: 180px;
}
span.news-read-more-text.news-section {
    display: inline-block;
}
.item-news:hover span.news-read-more-text.news-section a:before, 
.list-news .news-item span.news-read-more-text.news-section a:before {
    content: '';
    background: url(../img/btn-post.jpg);
    width: 100%;
    height: 30px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
span.news-read-more-text.news-section a:hover:before,
.list-news .news-item:hover span.news-read-more-text.news-section {
    display: block!important;
    background: url(../img/btn-post-hover.jpg)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    left: 82px;
    height: 30px;
}
.main-news .item-news:hover span.news-read-more-text.news-section a,
.list-news .news-item:hover span.news-read-more-text.news-section a {
    visibility: visible;
    font-size: 0;
    width: 82px;
    text-align: right;
    border-left: none;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    position: relative;
    left: -80px;
    bottom: 22px;
}
.main-news .item-news {
    background: #fff;
    transition: all 0.3s linear;
    width: 100%;
}
.main-danhgia .review-content, .main-danhgia .review-media {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.main-danhgia .review-content {
    padding: 0 48px;
}
.main-danhgia .review-media {
    clip-path: ellipse(100% 190% at 100% 65%);
}
.main-danhgia .div-review {
    background-color: #0daf2e;
    background-image: linear-gradient(184.02deg, #f209f6 52%, #98067838 125.69%), url(../img/bg-review.svg);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
    color: #fff;
}
.taxonomy-term-treatment {
    font-size: 1rem;
    line-height: 2;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #00783f;
    position: relative;
}
.taxonomy-term-treatment::before, .taxonomy-term-treatment::after {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: inherit;
}
.taxonomy-term-treatment::before {
    left: 0;
    width: 1.5rem;
    border-radius: 0 0 0 5px;
    content: "";
    transform: skewX(17deg) translateX(-20%);
    transform-origin: 0 100%;
}
.taxonomy-term-treatment::after {
    right: 0;
    width: 1.5rem;
    border-radius: 0 0 5px;
    content: "";
    transform: skewX(-17deg) translateX(20%);
    transform-origin: 0 100%;
}
.taxonomy-name {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
}
.taxonomy-name::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url();
}
.taxonomy-name::before {
    width: 1.0625rem;
    height: 1.0625rem;
    margin-right: 0.5rem;
}
.testimonials-item-text {
    margin-top: auto;
    margin-bottom: auto;
}
.testimonials-item-text {
    padding: 1.5rem 0;
}
.field--name-testimonial-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2142857143;
    margin-top: 0;
}
.field--name-testimonial-description {
    font-size: 16px;
    overflow: hidden;
    color: #fff;
}
/* gioi thieu */
.tongquat {
    padding: 60px 0;
}
.tongquat .heading-tongquat {
    border-right: 1px solid #069f00;
    margin: 35px 0 80px;
}
.tongquat .heading h3 {
    text-align: right;
    font-size: 32px;
    font-weight: 600;
    color: #069f00;
    text-transform: uppercase;
}
.tongquat .heading h3 span {
    display: block;
}
.tongquat .heading h3 span span {
    display: inline-block;
    font-size: 16px;
    color: #069f00;
}
.tongquat .item-tongquat {
    background: #f0f8f1;
    padding: 20px 30px;
    transition: 0.5s;
    min-height: 220px;
    border-left: 3px solid #007c48;
}
.tongquat .item-tongquat .item-heading h3 {
    font-size: 24px;
    color: #069f00;
    font-weight: 700;
    margin-bottom: 20px;
}
.tongquat .xemthem a {
    width: 82px;
    text-align: right;
    border-left: none;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 0;
    height: 30px;
    width: 100%;
    display: block;
}
.tongquat .xemthem a:before {
    top: 0;
    left: 0;
}
.tongquat .xemthem a span {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.tongquat .xemthem a::before {
    content: "";
    background: url(../img/btn-post.jpg);
    width: 100%;
    height: 30px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.tongquat .xemthem a:hover:before {
    background: url(../img/btn-post-hover.jpg);
    display: block!important;
    background-size: contain;
    background-repeat: no-repeat;
}
#modalTongquat .modal-body {
    background: #f0f8f1;
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
}
#modalTongquat .modal-body .modal-title {
    margin-bottom: 25px;
    color: #007c48;
    font-weight: bold;
}
#modalTongquat button.close {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    opacity: 1;
}
.lichsu .bg {
    position: relative;
}
.lichsu .bg .col-md-12 {
    position: unset;
}
.lichsu .heading h3 {
    border-left: 5px solid #069f00;
    padding-left: 15px!important;
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
}
#example {
    background-image: url(../img/timeline-1.png);
    background-size: contain;
    width: 100%!important;
    background-repeat: no-repeat;
    background-position: 50% 65px;
    padding-bottom: 250px;
}
#example {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#example .timeline {
    position: absolute!important;
    top: 145px;
}
#example .timeline .timeline-navigation {
    display: none!important;
}
.history .timeline .timeline-navigation {
    top: 30px;
}
.history .timeline .events-wrapper {
    height: 500px;
}
#example .timeline .events {
    background: transparent!important;
}
#example .timeline .events .filling-line {
    background: transparent!important;
}
.history .timeline .filling-line {
    background-color: #069f00;
}
.history .events-wrapper .events a.selected {
    color: red;
}
.history .events-wrapper .events a {
    font-size: 14px;
}
.history .events-wrapper .events a {
    width: 160px;
    font-weight: 600;
    font-size: 16px;
}
.horizontal-timeline .events a:nth-child(2) {
    bottom: -74px;
    left: 96px!important;
}
#example .timeline .events a:nth-child(2)::after {
    bottom: 65px;
}
#example .events a:nth-child(3) {
    bottom: -96px;
    left: 237px!important;
}
#example .events a:nth-child(3)::after {
    bottom: 89px;
    left: 58px;
}
#example .events a.selected::after {
    background-color: red;
}
#example .events a::after {
    background-color: #83ba47;
}
#example .events a:nth-child(4) {
    bottom: -84px;
    left: 433px!important;
}
#example .events a:nth-child(4)::after {
    bottom: 90px;
    left: 49px;
}
#example .events a:nth-child(5) {
    bottom: -50px;
    left: 627px!important;
}
#example .events a:nth-child(5)::after {
    bottom: 95px;
    left: 45px;
}
#example .events a:nth-child(6) {
    bottom: 11px;
    left: 821px!important;
}
#example .events a:nth-child(6)::after {
    bottom: 95px;
    left: 19px;
}
#example .events a:nth-child(7) {
    bottom: 91px;
    left: 955px!important;
}
#example .events a:nth-child(7)::after {
    bottom: 102px;
    left: 40px;
}
#example .events a:nth-child(8) {
    bottom: 222px;
    left: 1139px!important;
}
#example .events a:nth-child(8)::after {
    bottom: 100px;
    left: -4px;
}
.history .events-content ol li {
    height: 200px;
    display: flex;
    align-items: center;
    text-align: justify;
    background: transparent;
    border-left: 1px solid #069f00;
    border-radius: 0;
    padding: 0 30px 0 30px;
    font-size: 18px;
}
#example .events-content.touch-enabled {
    width: 70%;
    margin-left: 0;
}
#example>div {
    flex: 0 0 100%;
    width: 100%;
}
.page-about .noidung .heading h3, .page-about .thanhtuu .heading h3 {
    border-left: 5px solid #069f00;
    padding-left: 15px!important;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.thanhtuu-des {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}
.page-about .noidung {
    padding: 20px 0;
}
.page-about .noidung .content {
    padding: 20px 0;
}
.page-about .thanhtuu .content-tab {
    border-left: 3px solid #069f00;
    padding: 20px;
}
.page-about .thanhtuu .slider-for .slick-track .slick-item {
    font-size: 18px;
    text-align: justify;
    overflow-y: auto;
    height: 340px;
    padding: 0 10px;
    outline: 0;
}
.page-about .thanhtuu .slider-for .slick-list .slick-track .slick-item::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.page-about .thanhtuu .slider-for .slick-list .slick-track .slick-item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,40% 0%,75% 84%,from(#4D9C41),to(#19911D),color-stop(.6,#54DE5D));
}
.page-about .thanhtuu .slider-for .slick-list .slick-track .slick-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.thanhtuu .hinh-thanhtuu {
    padding: 30px 45px 30px 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    border: 2px solid #dadde1;
}
.product-content {
    padding-top: 60px;
}
.product-content .heading h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
}
.page-product ul#menu-product {
    text-align: center;
    display: inline-block;
    border-top: 4px solid #ccc;
    padding-top: 15px;
    z-index: -1;
}
.page-product #menu-product li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    position: relative;
    margin-left: -5px;
    margin-bottom: 8px;
}
.page-product #menu-product li:last-child {
    border-right: none;
}
.page-product #menu-product li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.page-product #menu-product li a:hover {
    color: #059c06;
}
.page-product #menu-product li:hover::before {
    content: '';
    display: block;
    width: 100%;
    background: #18934f;
    height: 4px;
    position: absolute;
    top: -19px;
    opacity: 1;
    z-index: 999999;
    left: 0;
}
.page-product #menu-product li.current-menu-item a {
    color: #059c06;
}
select.order {
    height: 25px;
    padding-left: 10px;
    font-size: 14px;
}
.list-product .item-product {
    background: #f5f5f5;
    padding: 20px 10px;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    transition: 0.3s;
    z-index: 9;
    position: relative;
    margin-bottom: 30px;
}
.list-product .product-badge {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}
.list-product .product-badge .new-badge {
    left: -5px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #39b54a;
    box-shadow: 0 5px 10px rgba(0,0,0,.192);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    border: 2px dotted #fff;
    outline: 5px solid #39b54a;
}
.list-product .product-badge .new-badge:before {
    top: 0;
    left: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f19066;
    box-sizing: content-box;
}
.list-product .product-badge .new-badge:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f19066;
}
.list-product .item-product:hover {
    background: #fff;
    box-shadow: 0 2px 3px #ccc;
}
.list-product .item-product:hover .product-cat {
    display: block;
    color: #fff;
}
.list-product .item-product .product-cat {
    font-size: 18px;
    font-weight: 700;
    padding-top: 0;
    display: none;
    position: relative;
    top: -20px;
}
.list-product .item-product:hover .product-title {
    display: none;
}
.list-product .item-product h2.product-title {
    transition: 0.5s;
    position: relative;
    top: -20px;
}
.list-product .item-product h2.product-title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}
.list-product .item-product .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.list-product .item-product .bg-color:after {
    /* background-image: url(../img/bg-pro-1.png); */
    content: '';
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    position: absolute;
    top: 106px;
}
.list-product .item-product:hover .bg-color {
    opacity: .5;
}
.list-cat .heading h3, #chia-se .heading h3 {
    font-size: 32px;
    font-weight: 700;
    border-left: 5px solid #00a651;
    line-height: 26px;
    padding-left: 15px!important;
    margin-bottom: 20px;
}
#chia-se .blog-post .post-content h3 {
    font-size: 22px;
    margin-top: 15px;
    transition: 0.5s;
    font-weight: 600;
}
#chia-se .blog-post .post-content .description {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
#khuyen-mai .heading h3 {
    font-size: 24px;
    border-bottom: 1px solid #00a651;
    padding-bottom: 10px!important;
    font-weight: 700;
}
#khuyen-mai .blog-post {
    margin: 20px 0;
}
#khuyen-mai .blog-post .blog-post-wrapper {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#khuyen-mai .blog-post .blog-post-wrapper:last-child {
    border-bottom: 0;
}
#khuyen-mai .flex .post-thumbnail {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#khuyen-mai .flex .post-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
}
#khuyen-mai .blog-post .post-content h3 {
    font-size: 16px;
    transition: 0.5s;
    font-weight: 600;
}
#khuyen-mai .blog-post .post-content .description {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
.single-product {
    padding: 40px 0;
}
.single-product .product .product-cat-single h3 {
    border-left: 5px solid #069f00;
    padding-left: 15px!important;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.product_title.entry-title {
    font-size: 32px;
    color: red;
    font-weight: 700;
}
.product_title.entry-title span {
    color: #069f00;
    font-size: 26px;
    display: inline-block;
    padding-right: 15px;
}
.tabs-btn {
    display: flex;
    margin-bottom: 0;
}

.tab-btn {
    padding: 5px 10px!important;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #effef7;
    border-bottom: 0;
    font-weight: bold;
    cursor: pointer;
}

.tab-content {
    display: none;
    padding: 15px;
    border-top: 0;
    margin-top: 0px;
    height: 315px;
    border: 1px solid #ccc!important;
    height: 400px;
    overflow-y: scroll;
}

/* tab open */
.tab-btn.tab-open {
    color: #069f00;
}

.tab-content.tab-open {
    display: block;
}
.single-product .product .tab-content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.single-product .product .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,40% 0%,75% 84%,from(#4D9C41),to(#19911D),color-stop(.6,#54DE5D));
}
.single-product .product .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.related-products .heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px auto;
}
/* news */
.list-news .news-item {
    margin-bottom: 30px;
    background: #f6f6f7;
    transition: all 0.3s linear;
    width: 100%;
}
.list-news .flex .news-thumbnail {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.list-news .flex .news-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.list-news .news-content {
    padding: 15px;
    text-align: left;
    position: relative;
}
.list-news .news-content .heading {
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
    margin: 15px 0;
}
.list-news .news-content .news-meta {
    color: #00a651;
    font-size: 14px;
    margin-bottom: 10px;
}
.list-news .news-item span.news-read-more-text.news-section {
    right: 0;
    display: block;
    bottom: unset;
}
.list-news .news-item span.news-read-more-text.news-section a {
    font-size: 0;
}
.list-news .news-item span.news-read-more-text.news-section, 
.list-news .news-item:hover span.news-read-more-text.news-section,
.list-news .news-item:hover span.news-read-more-text.news-section {
    left: 0;
}
.list-news .news-item:hover span.news-read-more-text.news-section a {
    bottom: unset;
}
.list-news .news-item:hover span.news-read-more-text.news-section a {
    width: 82px;
    left: -82px;
}
.widget .heading h3 {
    border-bottom: 2px solid #33c985;
    border-left: unset;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 0px!important;
}
.widget .news-list-hot-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.widget .news-list-hot-item:hover a, .widget .news-list-hot-item small {
    color: #069f00;
}
.widget .news-list-hot-item:last-child {
    border-bottom: unset;
}
.widget .news-list-hot-item .thumbnail {
    padding-bottom: 12px;
}
.single-news .heading h3.single-title {
    color: #00a651;
    font-size: 24px;
    font-weight: 600;
    border-left: unset;
    padding-left: 0px!important;
    margin-bottom: 10px;
}
.list-picture {
    background: #EAFEF2;
}
.list-picture .picture-item {
    background-color: #fff;
}
.list-picture .picture-content {
    padding: 30px;
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.list-picture .picture-content span.news-read-more-text.news-section {
    right: 0;
    bottom: 0;
}
.list-picture .picture-content span.news-read-more-text.news-section {
    position: relative;
    font-size: 0;
    height: 30px;
    width: 100%;
    display: block;
}
.list-picture .picture-content span.news-read-more-text.news-section a {
    content: "";
    position: absolute;
    background: url(../img/btn-post.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
}
.list-picture .picture-content span.news-read-more-text.news-section a {
    position: relative;
    font-size: 0;
    height: 30px;
    width: 100%;
    display: block;
}
.list-picture .picture-content span.news-read-more-text.news-section a:before {
    content: "";
    position: absolute;
    background: url(../img/btn-post.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
}
.list-picture .picture-content span.news-read-more-text.news-section a:hover:before {
    background: url(../img/btn-post-hover.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
    left: 0;
}
.page-tuyendung {
    padding: 20px 0;
}
.page-tuyendung .heading h3 {
    font-size: 22px;
    font-weight: 700;
    border-left: 5px solid #33c985;
    padding-left: 15px!important;
    line-height: 24px;
}
.page-tuyendung .col-main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.page-tuyendung .col-main .col-main-content {
    width: 80%;
    margin-left: 20%;
}
.page-tuyendung .col-main .col-main-content .thumbnail {
    position: relative;
}
.page-tuyendung .col-main .col-main-content .thumbnail:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/vitri.png);
    width: 300px;
    height: 117px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: -22%;
}
.page-tuyendung .col-main .col-main-content .content {
    background: #05af3d;
    padding: 20px;
}
.page-tuyendung .list-tuyendung {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.page-tuyendung .list-tuyendung {
    background: #dbffdb;
    padding: 30px 40px;
}
.list-recruit .recruit-item {
    border-bottom: 1px solid #beecbe;
    padding: 5px 0;
}
.list-recruit .recruit-title {
    font-size: 17px;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    font-weight: 600;
}
.list-recruit .recruit-title img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 3px;
}
.list-recruit .recruit-title .icon-hover {
    display: none;
}
.list-recruit .recruit-title:hover a {
    color: red;
}
.list-recruit .recruit-title:hover .icon-default {
    display: none;
}
.list-recruit .recruit-title:hover .icon-hover {
    display: block;
}
.list-recruit .recruit-item .ex-date {
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    color: #f10;
}
.list-chinhsach {
    padding: 40px 0;
}
.list-chinhsach.bg-xam {
    background-color: rgba(240,239,239,1);
}
.single-tuyendung .heading h3 {
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.recruit-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 17px;
}
.recruit-info div {
    margin-right: 10px;
}.single-tuyendung .social {
    margin: 20px 0
}
.sidebar-recruit {
    border-left: 1px solid #ccc;
    padding: 0;
    margin-top: 40px;
}
.sidebar-recruit .tilte-recruit-sidebar {
    background: #349b56;
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.sidebar-recruit #recruit-list {
    background: #dbffdb;
    margin: 0;
}
#recruit-list .recruit-item {
    border-bottom: 1px solid #beecbe;
    padding: 15px 20px;
}
#recruit-list .recruit-title {
    font-size: 17px;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    font-weight: 600;
}
#recruit-list .recruit-item.current-item .recruit-title a {
    color: red;
}
#recruit-list .recruit-item.current-item .recruit-title .icon-hover {
    display: block;
}
#recruit-list .recruit-item.current-item .recruit-title .icon-default {
    display: none;
}
#contact-form-recruit .form-title {
    text-align: center;
    font-size: 32px;
    margin: 15px 0;
    font-weight: 600;
}
#contact-form-recruit {
    background: url(../img/Layer-630.png);
    background-size: 100%;
    padding: 230px 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
#contact-form-recruit input[type=file] {
    border: 1px solid #666;
    min-height: auto;
    padding: 7px;
    background-color: #fff;
    font-size: 14px;
}
#contact-form-recruit input[type=file]:before {
    content: '\f093';
    font-family: FontAwesome;
    padding-right: 10px;
    position: absolute;
    left: 16px;
    padding: 5px;
    padding-left: 5px;
    background: #fff;
    color: #333;
    width: 98px;
    text-align: left;
    cursor: pointer;
    top: 5px;
    font-size: 18px;
}
#contact-form-recruit input[type=file]:after {
    content: 'Tải lên';
    width: 60px;
    height: 20px;
    position: absolute;
    left: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    top: 10px;
}
#contact-form-recruit input[type="file"] {
    color: transparent;
} 
#contact-form-recruit .recruit-submit {
    min-height: auto;
    background: #069f00;
    color: #fff;
    border-color: #069f00;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: 0.5s;
    width: auto;
    border-radius: 0;
    cursor: pointer;
}
#contact-form-recruit .recruit-submit:hover {
    background: #028b49;
}
.form-control {
    border-radius: 0;
    border-color: #000;
}
#contact-form-recruit form a {
    margin-bottom: 0;
    padding-left: 10px;
    display: block;
    color: #1a8e40;
    text-decoration: underline;
    font-size: 18px;
}
.page-contact .main-contact {
    padding: 60px 0;
}
.main-contact .heading {
    margin-top: 20px;
    text-align: center;
}
.main-contact .heading h2 {
    font-weight: 700;
    font-size: 32px;
}
.main-contact input[type=file] {
    border: 1px solid #333;
    padding: 5px;
}
.main-contact button {
    min-width: 150px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.form-search .form-control {
    border-color: #e6e6e6;
    border-radius: .25rem;
}
.page-search {
    padding: 60px 0;
}
.fl-page-footer {
    border-top: 3px solid #104140;
    padding: 20px 0;
    color: #028b49;
    font-size: 16px;
    font-weight: 600;
}
.fl-page-footer a {
    color: #028b49;
}
.navbar-toggler {
    display: none;
}
.main-thongke .bg {
    background-image: url(../img/Layer-541.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding: 60px 0;
}
.main-thongke h2 span {
    display: block;
    color: #fff;
}
.main-thongke span.uabb-second-heading-text {
    font-size: 22px;
}
.main-thongke span.uabb-first-heading-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.main-thongke .item-count {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border: 1px solid #fff;
    padding: 15px;
}
.item-count .number-text {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.item-count .imgicon {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.number-text .number-string .number-int {
    color: #e3ff01;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 60px;
}
.number-text .number-after-text {
    font-size: 16px;
    color: #fff;
}
.imgicon i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.chinhanh {
    padding: 60px 0;
}
.item-chinhanh  h3.title {
    margin-top: 15px;
    color: #069f00;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.language-mb {
    display: none;
}
@media (max-width: 768px) {
    .chinh-mb {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    }
    .heading h2, h2.heading {
        font-size: 25px;
    }
    .top-header .row.justify-content-end {
        justify-content: center!important;
    }
    .logo-header .logo {
        width: 60%;
        float: left;
    }
    .navbar-toggler {
        display: block;
    }
    .logo-header .language-mb {
        display: block;
        width: 20%;
        float: right;
        border: unset;
        box-shadow: none;
        margin-top: 15px;
    }
    .logo-header button.navbar-toggler {
        width: 20%;
        float: right;
        border: unset;
        box-shadow: none;
        margin-top: 15px;
    }
    .logo-header .navbar li.nav-item>a:hover, .logo-header .navbar li.nav-item.active>a {
        background-image: unset;
        position: relative;
    }
    .logo-header .navbar li.nav-item>a {
        line-height: inherit;
    }
    .navbar-nav.align-items-center {
        align-content: flex-start;
        -ms-flex-align: center!important;
        align-items: flex-start!important;
    }
    .logo-header .navbar-nav {
        width: 100%;
        position: static;
        margin: 0 auto;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .logo-header .navbar-nav > li {
        border-color: #e6e6e6;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: block;
        float: none;
        position: relative;
        width: 100%;
    }
    .li-search-mb {
        display: none!important;
    }
    .dropdown-toggle::after {
        right: 0;
        position: absolute;
        top: 50%;
    }
    .logo-header .dropdown:hover .dropdown-menu {
        background-color: transparent;
        border: 0;
    }
    .logo-header .navbar-nav .dropdown-menu > li {
        border-top: 1px solid #e6e6e6;
    }
    .logo-header .navbar-nav .dropdown-menu > li a:before {
        content: '\f105';
        font-family: FontAwesome;
        margin-right: 10px;
    }
    .thuvien-body .thuvien-img img {
        display: none;
    }
    .thuvien-body .thuvien-content {
        position: unset;
        top: 0;
    }
    .thuvien-cat {
        margin: 20px 0;
    }
    .thuvien-cat .text-right {
        text-align: center!important;
    }
    .thuvien-body h2.uabb-first-heading-text {
        font-size: 24px;
    }
    .thuvien-body p.uabb-second-heading-text {
        font-size: 18px;
    }
    .thuvien-body .thuvien-list {
        margin-top: 0;
    }
    .main-cat-sp .item-cat .img {
        display: none;
    }
    .main-cat-sp .item-cat .text {
        opacity: 1;
        position: relative;
        background: transparent;
        padding: 0;
        border: 0;
        padding-left: 25px;
        overflow: unset;
    }
    .main-cat-sp .item-cat .text:before, footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text a:before {
        content: '';
        position: absolute;
        background: url(../img/f-list1.png);
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        left: 0;
        top: 8px;
    }
    .main-cat-sp .item-cat {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main-cat-sp h2.heading {
        margin-bottom: 20px;
    }
    .main-cat-sp .item-cat .text a {
        font-size: 18px;
        color: #a4fa2f;
        font-weight: 600;
        line-height: 32px;
    }
    .main-cat-sp .item-cat:nth-child(2n+1), .main-cat-sp .item-cat:nth-child(2n+2) {
        background-color: transparent;
        text-align: left;
    }
    .main-sp .title-slick-product {
        margin-top: 20px;
        font-size: 25px;
    }
    .list-product .item-list {
        margin-top: 10px;
    }
    .main-danhgia .review-content, .main-danhgia .review-media {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-danhgia .review-content{
        order: 1;
        padding: 0 15px;
    }
    .main-danhgia .review-media {
        order: 0;
        clip-path: unset;
    }
    .field--name-testimonial-title {
        font-size: 20px;
    }
    footer .text-content .col-sp .col-wg-sp .col-item.col-wg-img {
        display: none;
    }
    footer .text-content .col-sp .col-wg-sp .col-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px;
    }
    footer .text-content.border, footer .text-content .border-bottom, footer .text-content .border-right {
        border-width: 0px!important;
    }
    footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text {
        background-color: transparent
    }
    footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text a {
        display: block;
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }
    footer .text-content .col-sp .col-wg-sp .col-item.col-wg-text a:before {
        top: 3px;
    }
    .fl-page-footer .text-left, .fl-page-footer .text-right {
        text-align: center!important;
    }
    .fl-page-footer-text.fl-page-footer-text-1 {
        padding-bottom: 20px;
    }
    .tongquat .heading-tongquat {
        border-right: 0;
        margin: 20px 0;
    }
    .tongquat .heading h3 {
        text-align: center;
    }
    .lichsu .bg{
        background-image: unset;
    }
    .lichsu .heading h3 {
        font-size: 24px;
        line-height: 32px;
    }
    #example {
        background-image: unset!important;
        padding-bottom: 0;
    }
    #example .timeline {
        position: relative!important;
        top: 0;
    }
    #example .events-content.touch-enabled {
        width: 100%;
    }
    .history .events-content ol li {
        height: 350px;
        font-size: 17px;
        overflow-y: auto;
        align-items: flex-start;
    }
    #example .timeline .events-wrapper {
        height: 145px;
    }
    #example .timeline .events {
        bottom: 70px;
    }
    #example .timeline .events .filling-line {
        background: #069f00!important;
    }
    #example .events a::after {
        background-color: #83ba47;
        margin: 3px;
        border: 2px solid #83ba47;
        padding: 6px;
        left: 70px!important;
    }
    #example .events a:nth-child(2) {
        bottom: -58px!important;
        left: 0px!important;
    }
    #example .timeline .events a:nth-child(2)::after {
        bottom: 50px;
    }
    #example .events a:nth-child(3) {
        bottom: -85px!important;
        left: 165px!important;
    }
    #example .events a:nth-child(3)::after {
        bottom: 77px;
    }
    #example .events a:nth-child(4) {
        bottom: -70px!important;
        left: 330px!important;
    }
    #example .events a:nth-child(4)::after {
        bottom: 62px;
    }
    #example .events a:nth-child(5) {
        bottom: -70px!important;
        left: 495px!important;
    }
    #example .events a:nth-child(5)::after {
        bottom: 62px;
    }
    #example .events a:nth-child(6) {
        bottom: -83px!important;
        left: 660px!important;
    }
    #example .events a:nth-child(6)::after {
        bottom: 75px;
        left: 65px;
    }
    #example .events a:nth-child(7) {
        bottom: -55px!important;
        left: 825px!important;
    }
    #example .events a:nth-child(7)::after {
        bottom: 47px;
        left: 65px;
    }
    #example .events a:nth-child(8) {
        bottom: -83px!important;
        left: 990px!important;
        padding-right: 20px;
    }
    #example .events a:nth-child(8)::after {
        bottom: 75px;
        left: 65px;
    }
    .page-about .noidung .heading h3, .page-about .thanhtuu .heading h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .page-about .thanhtuu .slider-for.slider-hinh .slick-item {
        height: 100%;
    }
    ul#menu-product, ul#menu-tin-tuc {
        overflow: auto;
        white-space: nowrap;
        display: block!important;
    }
    .page-product #menu-product li a {
        font-size: 14px;
    }
    .list-product .item-product .bg-color {
        height: 135px;
    }
    .product_title.entry-title {
        font-size: 20px;
    }
    .tab .tabs-btn {
        flex-direction: column;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab .tab-btn {
        margin-right: 0;
    }
    .list-news .flex .news-thumbnail {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 0!important;
    }
    .list-news .flex .news-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 1!important;
        padding: 15px;
    }
    .list-news .widget, .single-news .widget  {
        padding-left: 15px;
        border-left: 1px solid #dee2e6;
    }
    .list-news .col-md-9.border-right, .single-news .col-md-9.border-right {
        border-right: 0!important;
    }

    .page-tuyendung .col-main {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .page-tuyendung .col-main .col-main-content {
        width: 100%;
        margin-left: 0;
    }
    .page-tuyendung .col-main .col-main-content .thumbnail:before {
        left: 0;
    }
    .page-tuyendung .list-tuyendung {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contact-form-recruit {
        background-size: cover;
        padding: 120px 0 60px;
        background-position-y: 30px;
    }
    .main-contact input[type=file] {
        font-size: 14px;
    }
    .main-contact .heading h2 {
        font-size: 20px;
    }
    .trusochinh, .phongban {
        margin-top: 20px;
    }
    .main-thongke .item-count {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: 1px solid #fff;
        padding: 15px;
    }
    .navbar .language {
        display: none!important;
    }
    
}