::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #194E83;
}

.absolute-footer, html {
    background-color:var(--primary-color);
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 15px 10px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}
.m5 {
    margin: 0 0 10px 0 !important;
}
.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**slide**/
.owl-carousel.slide-post .owl-stage-outer {

}

.owl-dots {
    display: none !important;
}

.slide-product .owl-dots {
    margin-top: 10px;
    display: block !important;
}

.owl-nav button {
    align-items: center !important;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    display: flex !important;
    font-size: 1.8rem !important;
    min-height: 60px !important;
    justify-content: center !important;
    opacity: .8 !important;
    outline: none !important;
    top: 50% !important;
    transition: .3s !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 10px;
}

.owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    padding-left: 10px;
    right: 0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

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

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
    border: 1px solid var(--primary-color2) !important;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
    background: var(--primary-color2) !important;
}

/**menu**/
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    font-size: 18px !important;
    text-align: center !important;
}

#mega-menu-wrap-primary #mega-menu-primary li:last-child a {
    padding-right: 0px !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a, div#mega-menu-wrap-primary ul li.mega-current-post-parent a {
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
div#mega-menu-wrap-primary ul li a:hover {
    color: #000 !important;
}
.mega-current-menu-item {
	color: #00AEEF !important;
}
.mega-current_page_item{
	color: #00AEEF !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color2) !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid var(--primary-color2);
    width: 90% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

/**header**/
div#mega-menu-wrap-primary {
    width: 100%;
    display: block;
    margin-top: 5px !important;
}

.tg_language {
    margin-left: 10px;
}

.tg_language ul {
    display: flex;
    align-items: center;
}

.tg_language ul li {
    list-style: none;
}

.tg_language ul li a img {
    width: 25px !important;
    height: 18px !important;
}

.tg_language ul li:not(:last-child) {
    margin-right: 8px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon {
    padding-right: 10px;
}

div#masthead li.header-search.header-search-lightbox.has-icon:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #f2f2f2;
    position: absolute;
    right: -10px;
    top: 3px;
}

div#masthead li.header-search.header-search-lightbox.has-icon {
    background: var(--primary-color) !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 10px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon a {
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

div#masthead li.header-search.header-search-lightbox.has-icon a i {
    color: #fff;
    font-size: 13px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon a {
    padding: 0px !important;
}

/**thong ke**/
.sec-tks .col-inner {
    background: var(--primary-color);
    padding: 15px;
    border-radius: 15px;
}

.sec-tks {
    margin-top: -125px !important;
}

.tg-icon h4 {
    color: #fff;
    font-size: 30px;
    margin: 0px;
}

.tg-icon .box-image img {
    filter: brightness(0) invert(1);
}

.tg-icon p {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.tg-icon .box-text.text-center {
    padding-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

/**home title**/
.home-title {
    position: relative;
}

.home-title:before {
    content: '';
    background: url(/wp-content/uploads/2025/07/2-1.png) no-repeat;
    display: none;
    width: 120px;
    height: 120px;
    background-size: 100% !important;
    position: absolute;
    top: -60px;
    opacity: 0.2;
}

.home-title.remove-g:before {
    display: none;
}

.home-title h3, .home-title h1, .home-title2 h3 {
    color: var(--primary-color);
    font-size: 35px;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block !important;
    width: auto !important;
    justify-content: center !important;
}

.home-title {
    margin-bottom: 25px !important;
}

.home-title h3 span {
    position: relative;
}

.home-title h3 {
    position: relative;
    text-transform: unset !important;
}

.home-title h3:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
}

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

.home-title h3 {
    justify-content: left !important;
}

.home-title h3 b, .home-title h1 b, .home-title2 b {
    display: none !important;
}

.home-title h3 span {
    margin: 0px !important;
}

.home-title a {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.home-title a span.i_plus {
    background: var(--primary-color);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.home-title.white-color a {
    color: #fff;
}

.home-title.white-color a span.i_plus {
    background: transparent;
    border: 1px solid #fff;
}

.home-title a span.i_plus:before {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

/**product**/
.bacninhit_tab ul li {
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 6px 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.bacninhit_tab ul li:not(:last-child) {
    margin-right: 10px !important;
}

.bacninhit_tab ul li a img {
    width: 30px;
    height: 20px;
}

.bacninhit_tab ul li a {
    display: flex !important;
    color: var(--primary-color) !important;
    font-size: 14px;
    padding: 0px;
}

.bacninhit_tab ul li a span {
    display: inline-block;
    width: auto;
    text-transform: unset !important;
}

.bacninhit_tab ul li a {
    text-transform: unset !important;
}

.bacninhit_tab ul li:hover, .bacninhit_tab ul li.active {
    background: var(--primary-color);
}

.bacninhit_tab ul li:hover a, .bacninhit_tab ul li.active a {
    color: #fff !important;
}

.bacninhit_tab ul li:hover a img, .bacninhit_tab ul li.active img {
    filter: brightness(0) invert(1);
}

.slide-product .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 20px);
}

.bacninhit_tab .tab-panels {
    margin-top: 20px;
}

/**product**/
.product-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    background: #fff;
    border: 1px solid var(--primary-color)
}

.product-item .product-thumbnail {
    width: 100%;
    height: 350px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: 0.3s ease-in-out;
}

.product-item .product-content {
    width: 100%;
    padding: 10px 10px 20px 10px;
    text-align: center;
}

.product-item .product-content h4 {
    color: var(--primary-color);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    height: 50px;
    line-height: 24px
}

.product-item .product-content h4 a {
    color: var(--primary-color);
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color2)
}

.product-item .product-description {
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.product-item .product-star {
    display: flex;
    justify-content: center;
    margin: 5px 0 10px 0;
}

.product-item .product-star img {
    width: 15px !important;
    margin: 0 2px;
}

.product-item .product-button {
    margin-top: 5px;
    display: inline-block;
}

.product-item .product-button a {
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}

.product-item .product-button a:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color2);
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**service**/
.service-item .box-text {
    padding: 0px !important;
    text-shadow: unset !important;
}

.service-item .service-content {
    border-bottom: 2px solid var(--primary-color);
    padding: 10px;
    display: flex;
    align-items: start;
}

.service-item .service-content h4 {
    font-size: 18px;
    margin: 0px !important;
    width: auto;
    color: #000;
    text-transform: unset;
}

/*.service-item .service-icon {*/
/*    width: 30px;*/
/*    max-width: 30px;*/
/*    height: 30px;*/
/*    background: var(--primary-color2);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.service-item .service-icon:before {*/
/*    content: '\2b';*/
/*    font-family: 'Font Awesome 6 Pro';*/
/*    font-size: 25px;*/
/*    font-weight: bold;*/
/*}*/

/**post item**/
.slide-post .post-list {
    border: 0;
}

.slide-post .post-list .post-content {
    padding: 10px 0 !important;
}

.slide-post .post-list .post-desc {
    display: none !important;
}

.post-item {
    width: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    border-bottom: 3px solid var(--primary-color);
}

.post-item .post-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.post-item .post-content h4 {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
    text-align: center;
    background: var(--primary-color2);
    padding: 10px 25px;
    border-radius: 4px !IMPORTANT;
    width: auto !important;
    display: inline-block;
}

.post-item .post-content h4 a {
    color: #fff;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

/**about**/
.abouts {
    color: #fff;
    font-size: 15px;
}

.abouts h4:before {
    content: '';
    width: 50%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0px;
}

.abouts h4 {
    color: #fff;
    position: relative;
    width: auto !important;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.abouts h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.bg-about {
    margin-left: -100px !important;
}

.bg-about .col-inner {
    width: calc(100% + 100px) !important;
}

/**category**/
.category-entry {
    margin: 30px 0;
}

section.entry-banner img {
    width: 100%;
    display: inline-block;
}

section.breadcrumbs {
    width: 100%;
    background: #f2f2f2;
}

section.breadcrumbs p {
    padding: 6px 0;
}

section.breadcrumbs a, section.breadcrumbs span {
    color: #000;
    font-size: 15px;
}

section.breadcrumbs a:last-child {
    color: var(--primary-color) !important;
}

section.breadcrumbs p {
    margin: 0px;
}

article.box-category {
    width: 100%;
    display: inline-block;
}

article.box-category:not(:last-child) {
    margin: 0 0 35px 0;
}

.category-title {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.category-title h3, .category-title h1 {
    text-transform: uppercase;
    margin: 0px;
    width: auto;
    color: var(--primary-color);
    font-size: 25px;
    line-height: 35px;
}

.category-title a span {
    background: var(--primary-color2);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.category-title a {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--primary-color2);
}

.post-list {
    width: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    border: 1px solid var(--primary-color)
}

.post-list .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content {
    padding: 10px;
    border-top: 3px solid var(--primary-color);
}

.post-list .post-content h4 {
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    height: 40px;
}

.post-list .post-content h4 a {
    color: #000;
}

.post-list .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-list .post-desc {
    color: gray;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-list .post-meta span:not(:last-child) {
    margin-right: 10px;
}

.post-list .post-meta {
    display: flex;
    color: gray;
    font-size: 14px;
}

.post-list .post-button {
    margin-top: 10px;
    display: inline-block;
}

.post-list .post-button a {
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.post-list .post-button a:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color2);
}

.post-vertical .post-list {
    display: flex;
    flex-flow: wrap;
}

.post-vertical .post-list .post-thumbnail {
    width: 350px;
    height: 300px;
}

.post-vertical .post-list .post-content {
    width: calc(100% - 350px);
    padding: 10px 10px 10px 15px;
    border: 0px;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color2);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    background: var(--primary-color);
    padding: 6px 10px;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

.widget-title h3, .widget-title span {
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 30px 0 10px 0;
    background: var(--primary-color);
}

footer#footer h3.company {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 30px;
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title {
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 5px 0;
}

footer#footer p, footer#footer a {
    color: #fff;
    font-size: 15px;
    margin: 0 0 8px 0;
    padding: 0;
}

footer#footer ul li {
    border: 0px !important;
    margin: 0px !important;
    list-style: none;
}

footer#footer strong {
    color: #fff;
}

footer#footer a:hover {
    color: #fff;
}


footer#footer .footer-social a:not(:last-child) {
    margin: 0 8px 0 0;
}

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

footer#footer .footer-social a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

footer#footer .footer-dk a:not(:last-child) {
    margin: 0 8px 0 0;
    display: inline-block;
}

footer#footer .footer-dk img {
    width: 120px;
}

footer#footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 8px;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    color: #fff;
}

/**product cat**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

form.woocommerce-ordering {
    text-align: right;
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    margin: 0px !important;
}

select.orderby {
    width: auto;
    border: 0px crimson;
    margin: 0 !important;
    background-color: transparent;
    box-shadow: unset !important;
}

.category-description p, .category-description ul li, .category-description ol li {
    margin: 0 0 10px 0 !important;
}

.category-description {
    color: var(--primary-color);
    font-size: 15px;
}

.category-description ul, .category-description ol {
    margin-left: 20px !important;
}

.widget-post-list .widget-post-item .widget-post-content .product-star {
}

.widget-post-list .widget-post-item .widget-post-content .product-star img {
    width: 15px;
    margin-right: 3px;
}

.product__content p, .entry-content b, .product__content ul li, .entry-content ul li, .entry-content ol li, .product__content ol li {
    margin: 0 0 10px 0 !important;
}

.product__content ul, .product__content ol, .entry-content ol, .entry-content ul {
    margin-left: 15px !important;
}

.product__content, .entry-content {
    font-size: 15px;
}

.social-icons.share-icons.share-row.relative {
    margin: 15px 0 0 0;
}

/**form**/
.input_tv, .textarea_tv {
    background: rgb(242, 242, 242) !important;
    box-shadow: unset !important;
    border-color: rgb(242, 242, 242) !important;
    color: #000 !important;
    border-radius: 5px !important;
}

.button_tv {
    border-radius: 50px !important;
    width: 200px !important;
    margin: 0 auto !important;
    color: #fff;
    font-size: 15px !important;
    display: block;
}

input#woocommerce-product-search-field-1 {
    width: 100%;
    border-color: var(--primary-color) !important;
    box-shadow: unset !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border: 0 !important;
    background: transparent;
    color: var(--primary-color) !important;
    position: absolute;
    top: 0px;
    right: 0px;
}

.woocommerce-result {
    font-size: 15px;
}

.product-category-info {
    margin-top: 15px;
}

.product-category-info strong {
    color: var(--primary-color);
}

.product-category-info p {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.product-category-info p span.dot:last-child {
    display: none;
}

/*single**/
#header-single h1 {
    color: var(--primary-color);
    font-size: 28px;
    line-height: 38px;
}

#header-single {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

#header-single .post-meta span:not(:last-child) {
    margin-right: 10px;
}

#header-single .post-meta {
    display: flex;
    color: gray;
    font-size: 15px;
    justify-content: space-between;
}

#header-single .post-meta strong {
    color: var(--primary-color)
}

.blog-share .is-divider.medium {
    display: none;
}

.blog-share span {
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 17px;
}

.blog-share {
    display: flex;
    align-items: center;
}

.blog-share .social-icons.share-icons.share-row.relative {
    margin: 0px;
}

.blog-share .social-icons.share-icons.share-row.relative a {
    margin-right: 8px;
    margin-bottom: 0;
}

.sec-post-related {
    width: 100%;
    margin: 20px 0 0 0;
}

.home2 h3.section-title:after {
    content: '';
    width: 150px;
    background: var(--primary-color2);
    display: block;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -5px;
}

.slide-post-2 .post-list {
    border: 0;
    display: flex;
    flex-flow: wrap;
}

.slide-post-2 .post-list .post-thumbnail {
    width: 220px;
    height: 160px;
}

.slide-post-2 .post-list .post-content {
    width: calc(100% - 220px);
    border: 0px !important;
    padding: 0 0 0 10px;
}

.slide-post-2 .post-list .post-content .post-button {
    display: none;
}

.slide-post-2 .post-list .post-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**menu dieu huong**/
.menu-dieu-huong {
    display: flex;
    position: relative;
    justify-content: end;
}

.menu-dieu-huong a {
    position: relative;
    padding: 0px 20px;
    font-size: 14px !important;
    font-weight: 700;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-dieu-huong a:not(:last-child) {
    margin-right: 5px;
}

.menu-dieu-huong a span {
    position: relative;
    z-index: 9;
}

.menu-dieu-huong a:before {
    -webkit-transform: translateX(-50%) skewX(45deg);
    -ms-transform: translateX(-50%) skewX(45deg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skewX(45deg);
    background: #fff;
    height: 100%;
    pointer-events: none;
    content: "";
    display: block;
    z-index: 1;
    width: 100%;
}

.menu-dieu-huong a.active:before, .menu-dieu-huong a:hover:before {
    background: var(--primary-color);
}

.menu-dieu-huong a.active span, .menu-dieu-huong a:hover span {
    color: #fff;
}

/**recruit**/
.recruit-item {
    width: 100%;
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 15px;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.recruit-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.recruit-item h3 {
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    margin: 0 0 10px 0;
    line-height: 20px;
}

.recruit-item h3:hover {
    color: var(--primary-color);
}

.recruit-content p span {
    color: var(--primary-color);
}

.recruit-content p {
    font-size: 15px;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 12px;
}

.recruit-content a {
    color: #000;
}

.recruit-content span > span.dot:last-child {
    display: none !important;
}

.recruit-content p:last-child {
    margin: 0px !important;
}

.recruit-content p:before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

/**filter**/
.filter-bg {
    width: 100%;
    background: var(--primary-color);
    padding: 5px 10px;
}

input.input_recruit, select.select_recruit {
    margin: 0px !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 15px;
    height: 35px !important;
}

.filter-bg form {
    margin: 0px !important;
}

button.button_recruit {
    width: 100%;
    margin: 0;
    height: 35px;
    min-height: 35px;
    padding: 0px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}

/*8header-recruit**/
#header-recruit h1 {
    color: var(--primary-color);
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0;
}

#header-recruit {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary-color);
}

.single-recruit-content {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid var(--primary-color);
}

.single-recruit-content p {
    font-size: 15px;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 12px;
}

.single-recruit-content p:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #009933;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.recruit-body h3 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
}

.recruit-apply-item:not(:last-child) {
    margin-bottom: 15px;
}

.recruit-apply-item h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 12px;
    text-transform: uppercase;
}

.recruit-apply-item h4:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #009933;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.recruit-apply-item p {
    margin: 0;
    font-size: 15px;
}


.recruit-list .recruit-item h3 {
    font-size: 16px;
}

.recruit-list .recruit-item {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border: 0px !important;
    border-bottom: 1px dashed #f2f2f2 !important;
}

.recruit-list .recruit-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px !important;
}

/***gallery**/
.gallery-item {
    width: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 0px !important;
}

.gallery-border {
    border: 1px solid var(--primary-color);
}

.gallery-item .gallery-thumbnail {
    width: 100%;
    height: 250px;
    position: relative;
}

.gallery-item .gallery-thumbnail img {
    width: 100%;
    height: 100%;
}


.gallery-item .gallery-content {
    padding: 10px;
}

.gallery-item .gallery-content h4 {
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    text-align: center;
}

.gallery-item .gallery-content h4 a {
    color: #000;
}

.gallery-item .gallery-content h4 a:hover {
    color: var(--primary-color);
}

.gallery-item.gallery_view .gallery-thumbnail {
    position: relative;
}

.gallery-item.gallery_view .gallery-thumbnail img {
    position: relative;
    z-index: 9;
    width: 98%;
    height: 98%;
}

.gallery-item.gallery_view .gallery-thumbnail:before {
    content: '';
    width: 98%;
    height: 98%;
    background: var(--primary-color);
    display: block;
    position: absolute;
    top: 3%;
    left: 2%;
    z-index: 1;
}

.gallery-item .video-play a {
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.gallery-item .video-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.catalogue .gallery-content {
    border-top: 3px solid var(--primary-color);
}

.catalogue .gallery-content .gallery-button {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    width: 100%
}

.catalogue .gallery-content .gallery-button a {
     background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    margin: 0 3px;
}

.catalogue .gallery-content .gallery-button a.button_outline {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: transparent;

}

.catalogue .gallery-content .gallery-button a:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color2);
    border-color: var(--primary-color2);
    color: #fff;
}

.view-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.contact-address h3 {
    color: #009933;
    text-transform: uppercase;
    font-size: 18px;
}

.contact-address .footer-address {
    margin: 0 0 15px 0;
}

.contact-address .footer-address p {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #000
}

.contact-address .footer-address h3 {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #000;
    width: auto;
    display: inline-block;
    margin-bottom: 10px !important;
}

.contact-address p {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #000
}

.form-tv h3 {
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
}

.service-body p {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.service-body h1 {
    color: var(--primary-color) !important;
    font-size: 25px;
    text-transform: uppercase;
}

.sr-images .img-inner {
    overflow: unset !important;
}

.sr-images .img-inner img {
    position: relative;
    z-index: 9;
    width: 98%;
    height: 98%;
}

.sr-images .img-inner:before {
    content: '';
    width: 98%;
    height: 98%;
    background: var(--primary-color);
    display: block;
    position: absolute;
    top: 5%;
    left: 2%;
    z-index: 1;
}

.form-tv2 .input_tv {
    margin: 0;
    border-radius: 0 !important;
}

.form-tv2 .textarea_tv {
    min-height: 93px;
    border-radius: 0 !important;
}

.form-tv2 .button_tv {
    border-radius: 0px !important;
}

.home-title-2 h3 {
    justify-content: left !important;
}

.banner-tg .image-cover {
    padding-top: calc(100vh - 210px) !important;
}

.button_play_video {
    background: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 700;
    color: var(--primary-color2);
    font-size: 15px;
    display: flex;
    flex-flow: wrap;
    width: 150px;
    justify-content: center;
}

.button_play_video a:hover, .button_play_video a {
    color: var(--primary-color2);
}

.button_play_video p {
    margin: 0px !important;
}

.button_play_video .play_video_icon {
    position: relative;
    margin-right: 8px;
}

.button_play_video .play_video_icon p {
    background: var(--primary-color2);
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.button_play_video .play_video_icon i {
    color: #fff;
}

.button_play_video .play_video_icon .video-ring-circle {
    width: 35px;
    height: 35px;
    top: -5px;
    left: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid var(--primary-color2);
    -webkit-animation: video-circle-anim 1.2s infinite ease-in-out;
    animation: video-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.button_play_video .play_video_icon .video-ring-circle-fill {
    width: 35px;
    height: 35px;
    top: -5px;
    left: -5px;
    position: absolute;
    background-color: var(--primary-color2);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: video-circle-fill-anim 2.3s infinite ease-in-out;
    animation: video-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes video-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@keyframes video-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6;
    }
}

.slide-post .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -10px;
    padding: 10px;
    width: calc(100% + 20px);
}

.service-step ul li {
    list-style: none;
    margin: 0 0 10px 0 !important;
    position: relative;
}

.service-step ul li:before {
    content: '1';
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.service-step ul li:nth-child(2):before {
    content: '2';
}

.service-step ul li:nth-child(3):before {
    content: '3';
}

.service-step ul li:nth-child(4):before {
    content: '4';
}

.service-step ul li:nth-child(5):before {
    content: '5';
}

.cacgiaithuong .tabbed-content .nav-simple li a span {
    color: #000;
    background: #FFFFFF;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    text-align: center;
    line-height: 56px;
    font-size: 16px;
}

.cacgiaithuong .tabbed-content .nav-simple li.active a span, .cacgiaithuong .tabbed-content .nav-simple li:hover a span {
    color: white;
    background: linear-gradient(124.29deg, #18A1F0 2.15%, #006AA7 109.31%);
}

.cacgiaithuong .tabbed-content ul li:not(:last-child):before {
    content: '';
    position: absolute;
    width: 160%;
    height: 1px;
    top: 50%;
    left: 100%;
    margin-top: -0.5px;
    border: 1px dashed #007EC7;
}

.cacgiaithuong .tabbed-content ul li:not(:first-child):after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(100%, -50%);
    color: #2891cc;
    font-size: 20px;
    font-weight: 700;
}

.cacgiaithuong .tabbed-content ul {
    display: flex;
    justify-content: space-between;
}

.cacgiaithuong .tabbed-content .nav-simple li a {
    border: 1px dashed #888888;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 5px !important;
}

.home-title.text-left {
    text-align: left;
    justify-content: start !important;
}

.text-left h3.section-title.section-title-center {
    text-align: left !important;
    justify-content: start !important;
    font-size: 28px !important;
}

.cacgiaithuong .tab-panels {
    margin-top: 30px;
}

.text-left h3.section-title.section-title-center span {
    margin: 0px;
}

.list-b ul li {
    list-style: none;
    margin: 0 0 10px 0 !important;
    position: relative;
    display: flex;
    align-items: center;
}

.list-b ul li:before {
    content: '';
    background: url('../images/icon_check-1.png');
    color: #2891cc;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background-size: 100% !important;
}

.list-b.flex ul li {
    width: calc(100% / 2) !important;
    margin: 0 0 15px 0 !important;
}

.list-b.flex ul {
    display: flex;
    flex-flow: wrap;
}


.input_cv, .textarea_cv {
    background: rgb(242, 242, 242) !important;
    border: 0px !important;
    box-shadow: unset !important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px !important;
    position: relative;
    opacity: .5;
}

.dropify-wrapper .dropify-message p {
    font-size: 12px !important;
}

.dropify-wrapper {
    height: 120px;
}

.button_cv {
    width: 150px !important;
    margin: 0 !important;
    display: block;
}

span.wpcf7-spinner {
    display: none !important;
}

.home-title-2 .section-title-center span {
    margin: 0px !important;
}

.gt-item {
    border: 1px solid #f2f2f2;
}

.gt-item .box-text {
    background: var(--primary-color) !important;
    padding: 20px !important;
}

.gt-item .box-text h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none !important;
}

h1.product-title.product_title.entry-title {
    color: var(--primary-color)
}

.menu_category ul li a {
    color: #000;
    font-weight: 300;
    margin: 0 0 5px 0 !important;
    display: block;
}

article.entry-content img {
    margin: 15px auto !important;
}

.white-color h3 {
    color: #fff;
}

.white-color h3:after {
    background: #fff !important;
}

.form-tv2 .col .form-icon i {
    font-size: 18px;
}

.form-tv2 .col .form-icon {
    position: absolute;
    top: 5px;
    right: 20px;
}

.form-tv2 .col {
    position: relative;
}

/***** STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
.devvn_woocommerce_price_filter {
    position: relative;
}

.devvn_woocommerce_price_filter ul li {
    margin: 5px 0px;
    border: 0px !important;
}

.devvn_woocommerce_price_filter ul li a {
    font-size: 15px;
}

.devvn_woocommerce_price_filter ul li a:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.devvn_woocommerce_price_filter ul li a {
    padding-left: 30px !important;
    color: #000;
}

.devvn_woocommerce_price_filter ul li a::before {
    content: '';
    margin-top: 3px;
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #999;
}

.devvn_woocommerce_price_filter ul li.active a:before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    left: 0px;
    line-height: 20px;
    text-align: center;
    border: 1px solid var(--primary-color);
    font-family: "Font Awesome 6 Pro";
}

.devvn_woocommerce_price_filter ul li.active a {
    color: var(--primary-color);
}

.devvn_woocommerce_price_filter ul li a:hover::before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    left: 0px;
    border-color: #999;
    line-height: 20px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
}

/**** END STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/

.search-google a {
    background: #cecece;
    padding: 5px 20px;
    border-radius: 50px !IMPORTANT;
    color: #000;
    font-size: 14px;
}

.search-google a img {
    width:auto !important;
    height: 18px !important;
    margin-right: 3px;
}

div#toc_container {
    background: #00669930 !important;
    width: 100% !important;
    border-radius: 10px !important;
    border: 0px;
}

#toc_container a {
    color: var(--primary-color);
    font-size: 15px !important;
}

#toc_container li {
    margin: 0 0 8px 0 !important;
}

#toc_container p.toc_title {
    text-align: left !important;
}

#toc_container p.toc_title:before {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Pro' !important;
    margin-right: 8px;
}

#toc_container p.toc_title {
    text-align: left !important;
    font-size: 18px !important;
    color: var(--primary-color);
}

#toc_container p.toc_title + ul.toc_list {
    margin: 8px 0 0 0 !important;
}

.btfw-share {
    display: flex;
    margin: 0 0 60px 0;
    align-items: center;
}

.btfw-share .share-link a {
    margin: 0 4px 0;
}

.btfw-share .share-link a img {
    width: 30px;
}

.btfw-share .share-title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.btfw-share .share-title img {
    width: 30px;
}

.product-info {
    padding-top: 0px !important;
}

.product-info .btfw-share {
    margin: 20px 0 0 0;
}

.form-nop-don .home-title.remove-g {
    text-align: center;
}

.home-title.remove-g h3:after {
    display: none !important;
}

select.wpcf7-form-control.wpcf7-select.select_cv {
    background-color: rgb(242, 242, 242) !important;
    border: 0px !important;
    box-shadow: unset !important;
}

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

span.toc_brackets {
    display: none;
}

#toc_container span.toc_toggle a {
    font-size: 20px !important;
    color: transparent !important;
}

article.entry-content h2 {
    color: var(--primary-color) !important;
}

.product__content, .entry-content {
    font-size: 16px;
}

span.toc_toggle a:before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color) !important;
    float: right;
}

.contracted span.toc_toggle a:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color) !important;
}

.d-none {
    display: none !important;
}

.home-title-2 h3 {
    margin: 0px !important;
    position: relative;
    background: var(--primary-color);
    width: auto !important;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9;
}

.home-title-2 h3:before {
    content: "";
    display: block;
    z-index: 0;
    width: 0;
    height: 0;
    position: absolute;
    right: -34px;
    border-style: solid;
    border-width: 0 35px 39px 0px;
    border-color: transparent transparent var(--primary-color) transparent;
    top: 0px;
}

.sr-images2:before {
    content: '';
    background: #009933;
    display: block;
    position: absolute;
    z-index: 1;
    width: 50% !important;
    height: 50% !important;
    top: -10px !important;
    left: -10px !important;
}

.sn__body.mrLeft {
    margin-left: -150px;
    position: relative;
    z-index: 999;
}

.sn__body.mrLeft:before {
    content: '';
    background: #009933;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 8px;
    top: -10px !important;
    right: -2px;
}

.sn__body.mrLeft:after {
    content: '';
    background: #009933;
    display: block;
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 100px;
    top: -10px !important;
    right: -10px;
}

.sn__body.mrRight:before {
    content: '';
    background: #009933;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 8px;
    top: -10px !important;
    left: -2px !important;
}

.sn__body.mrRight:after {
    content: '';
    background: #009933;
    display: block;
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 100px;
    top: -10px !important;
    left: -10px;
}

.sn__body.mrRight {
    text-align: right;
    margin-right: -150px;
}

.sn__body {
    background: #EDFCF3;
    padding: 20px;
    width: calc(100% + 150px);
    position: relative;
    z-index: 999;
}

.sr-images2 .img-inner img, .sr-images3 .img-inner img {
    position: relative;
    z-index: 9;
}

.sr-images3:before {
    content: '';
    background: #009933;
    display: block;
    position: absolute;
    z-index: 1;
    width: 50% !important;
    height: 50% !important;
    bottom: -10px !important;
    right: -10px !important;
}

.sn__body h3 {
    color: var(--primary-color) !important;
}

.chung-nhan p {
    font-size: 15px;
}

.chung-nhan h4 {
    color: var(--primary-color);
    font-size: 18px;
    margin: 15px 0 5px 0;
}

.mt-line {
    margin: 0px !important;
}

.nghiencuu.right {
    text-align: right;
}

.nghiencuu p {
    font-size: 16px;
}

.nghiencuu h3 {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 28px;
}

.sec-100 .col-inner {
    height: 100% !important;
}

.single nav.rank-math-breadcrumb .last {
    display: none !important;
}

.single nav.rank-math-breadcrumb p span:last-child {
    display: none !important;
}

/**search**/
div#masthead button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    border: 0 !important;
    box-shadow: unset !important;
}

div#masthead input#woocommerce-product-search-field-0 {
   box-shadow: unset !important;
}

li.header-divider {
    height: 20px !important;
}
form.form-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

div#main-btn-search a {
    border: 0 !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    top: 0px;
    right: 0px;
    border-radius: 50% !important;
    font-size: 11px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

input#search-s {
    background: transparent;
    border: none;
    padding: 0 20px;
    padding-right: 10px;
    color: #361800;
    height: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    box-shadow: unset !important;
    border-bottom: 1px solid var(--primary-color);
    padding-left: 0px !important;
    border-radius: 0px !important;
}

.Showinput{
    visibility: visible !important;
    opacity: 1 !important;
}

div#close-search-menu {
    font-size: 20px;
    margin-right: 15px;
    display: none;
}

.tooltip-content ul {
    list-style: disc !important;
    padding-left: 20px !important;
}