/*
Theme Name: Vincom
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.byline ,.meta-author{display:none;}

/* ul.menu-top {
    display: flex;
    flex-direction: row;
    list-style: none;
}

ul.menu-top ul.sub-menu {
    display: none;
}

ul.menu-top li {
    padding: 18px 15px;
    margin-bottom: 0px;
}

ul.menu-top li:hover {
    background-color: #e0e0e0;
}

ul.menu-top li a {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

ul.menu-top li.has-item {
    position: relative;
}

ul.menu-top li.has-item:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: fit-content;
    background: #4d4d4d;
    list-style: none;
    padding: .5rem 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

ul.menu-top ul.sub-menu li {
    width: 100%;
    padding: 0px;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0px;
}

ul.menu-top ul.sub-menu li:hover {
    background: #333 !important;
}

ul.menu-top ul.sub-menu li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    color: white;
    font-size: 14px;
    padding: 10px 15px !important;
}
 */

ul.nav.nav-left.medium-nav-center.nav-small.nav- a.nav-top-link {
    font-size: 14px;
    color: white;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li {
    margin: 0px;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li:hover {
    background: #e0e0e0;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase a.nav-top-link {
    font-size: 17px !important;
    color: #333 !important;
    font-weight: 400 !important;
    padding: 18px 15px;
    margin-bottom: 0px;
}

.nav-link {
    color: white;
    font-size: 14px;
}

.nav-link a:hover {
    text-decoration: underline;
}


/* Footer */

div#newsletterFormTitle p {
    font-size: 24px !important;
    color: white;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 1.25rem;
}

div#newsletterFormTitle p span {
    opacity: .5;
    font-weight: normal;
}
p#newsletterFormSubTitle {
    margin: 1.25rem 0px;
    font-size: 14px !important;
    color: white;
    font-weight: 700;
}

ul#socialLinks {
    list-style: none;
    display: flex;
    flex-direction: row;
}

ul#socialLinks .social-item {
    width: 33px;
    height: 33px;
}

ul#socialLinks p {
	display: none;
}

ul#socialLinks li.list-inline-item {
    margin: 0px;
    margin-right: 20px;
}

.social-item__facebook{
    background: url(/wp-content/uploads/2025/01/facebook-line-white.svg) no-repeat center center;
    background-size: cover;
}
.social-item__zalo{
    background: url(/wp-content/uploads/2025/01/zalo-line-white.svg) no-repeat center center;
    background-size: cover;
}
.social-item__youtube{
    background: url(/wp-content/uploads/2025/01/youtube-line-white.svg) no-repeat center center;
    background-size: cover;
}
.social-item__instagram{
    background: url(/wp-content/uploads/2025/01/instagram-line-white.svg) no-repeat center center;
    background-size: cover;
}


.search-item.d-flex.align-items-center {
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    color: red;
    height: 35px;
    width: fit-content;
}

a.text-white.d-flex.align-items-center {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
}

.d-lg-none {
    display: none;
}

span.d-none.d-lg-block {
    color: #ff0000;
    font-weight: 500;
    margin-right: 15px;
}

.d-flex.fix-distance-footer {
    display: flex;
    justify-content: space-between;
}
ul.list-unstyled.footer-links {
    list-style: none;
}

ul.list-unstyled.footer-links a.nav-link.fs-12-mb {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    opacity: .5;
}

ul.list-unstyled.footer-links li.nav-item {
    margin: 0px;
}

ul.list-unstyled.footer-links li:first-child a.nav-link.fs-12-mb {
    opacity: 1;
}

ul.list-unstyled.footer-links a.nav-link.fs-12-mb:hover {
    color: white;
    opacity: 1;
}

.row-ssft .col {
    padding-bottom: 0px;
}


.form-footer p {
    display: flex;
}

.form-footer p span.wpcf7-spinner {
    display: none;
}

.form-footer p input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #922127;
    height: 50px;
    margin: 0px;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    height: 50px;
    font-size: 14px;
}

.list-unstyled {
    list-style: none;
}

.list-unstyled li {
    margin: 0px;
    font-size: 12px;
    color: white;
    opacity: .7;
}

.list-unstyled li.info-label {
    font-weight: 700;
    opacity: 1;
}

ul.col-lg-3.list-unstyled.footer-menu--number li a {
    color: white;
}

ul.col-lg-3.list-unstyled.footer-menu--number .list-unstyled li a:hover {
    text-decoration: underline;
} 

.copyright-footer {
    text-align: center;
    margin: auto;
}

.footer-primary.pull-left {
    margin: auto;
    width: 100%;
}


.footer-copyright.fs-14-lt {
    color: white;
    font-size: 14px;
}

.footer-copyright.fs-14-lt a {
    font-weight: 700;
}


.absolute-footer.dark.medium-text-center.small-text-center {
    background: #333;
    padding: 5px;
}

.col-nptbt {
    padding-bottom: 0px;
}

ul.col-lg-3.list-unstyled.footer-menu--number {margin-bottom: 0px;}

ul.child-categories {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px 20px;
    border-bottom: 1px solid;
    position: relative;
}

ul.child-categories:before {
    content: "";
    position: absolute;
    width: 0%;
    background: white;
    height: calc(100% + 30px);
    top: 0;
    right: 0;
    z-index: 99;
    animation: loadTime 5s;
    text-align: right;
}

ul.child-categories li {
	position: relative;
}

ul.child-categories li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    background: #d12229;
    border-radius: 99%;
    width: 20px;
    height: 20px;
    display: block;
    animation: zoome 2s infinite;
}

ul.child-categories li.active a:after {
    background: url(/wp-content/uploads/2025/01/giphy.gif);
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
    background-size: cover;
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    background: #87d2f8;
    border-radius: 99%;
    width: 20px;
    height: 20px;
    display: block;
    animation: zoome 2s infinite;
}
ul.child-categories li.active a:before {
    background: #7dc8ec;
    content: "";
    position: absolute;
    top: calc( 100% - 5px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    display: block;
    z-index: 1;
    border-radius: 99%;
    opacity: .5;
    animation: zoome 2s infinite;
} 
h2.title-taxonamy {
    text-transform: uppercase;
    color: #D12329;
}

ul.child-categories li a {
    font-size: 24px;
    font-weight: bold;
    color: #d12229;
}

ul.child-categories li.active a {
    color: #87d2f8;
}

h3.title-single-term {
    color: #d12229;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

section.section.term-content {
    padding: 0px;
}

a.dowload-baocao {
    padding: 6px 30px;
    background: linear-gradient(90deg, #D2232A, #FFA629);
    border-radius: 99px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: auto;
    width: 50%;
    display: block;
    text-align: center;
}

article.baocao.type-baocao {
    height: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

p.title-baocao {
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}

article.baocao.type-baocao img.attachment-full.size-full.wp-post-image {
    max-height: 300px;
}

section.section-banner {
    padding: 45px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.row.container.banner-trande .col {
    padding-bottom: 0px;
}
.col-header {
    padding-bottom: 0px;
}

.col-header h2 {
    text-transform: uppercase;
    margin: 25px 0px;
}

hr.top-border {
    width: 100%;
    border-bottom: 2px solid #ddd;
    position: relative;
    background-color: transparent;
    opacity: 1;
    margin: 2px 0;
    border-radius: 0px;
    overflow: visible;
    border-top: none;
}

hr.top-border:before {
    content: ""
    ;position: absolute;
    left: 0;
    bottom: -2px;
    height: 10px;
    width: 100px;
    background-color: #333;
}

h1.title-CPT {
	margin-bottom: 0px;
	color: white;
	text-transform: uppercase;
}
.box-post-vertical {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.box-post-vertical .box-image-post {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.box-post-vertical .box-text {
    padding: 10px;
    flex: 1;
}


p.cate-post {
    width: fit-content;
    background: #BB262C !important;
    color: white;
    padding: 0px 5px !important;
    line-height: 1.2rem;
    text-transform: math-auto;
    opacity: 1;
    font-size: 1em;
}

.box-post-vertical .box-text p.title-post {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    font-size: 1rem;
}
.box-post-vertical .box-image-post img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.box-post-vertical .read-more {
    padding: 10px;
    border-top: 1px solid #eee;
}

.box-post-vertical .read-more a {
    color: #871C1F;
}
.first-post .box-image {
    aspect-ratio: 5 / 4;
}
.first-post .box-text {
    background-color: #f5f5f5;
    padding: 15px 20px 15px 20px !important;
    margin-top: 0px !important;
}

p.title-post {
    display: -webkit-box;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.row.container.r-four-post .col {
    padding-bottom: 5px;
}

.row.container.four-post img {
    aspect-ratio: 4/3;
}

.four-post {
    margin-bottom: 15px;
}

.four-post .box-text {
    padding: 0px;
    margin-top: .625rem;
}

ul.side-baocao {
    list-style: none;
    border: 1px solid #d2242a;
    border-radius: 10px;
    overflow: hidden;
}

ul.side-baocao p.title-sidebar {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background: #d2242a;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}

ul.side-baocao li {
    margin: 0px;
    padding: 10px;
    border: 1px solid #d2242a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

ul.side-baocao li img {
    width: 18px;
}
ul.side-baocao a {
    color: #D12329;
}

.title_gockh_1.ptbv {
    font-size: 40px;
    font-weight: bold;
}


.tabbed-content.tab-home .tab-panels {
    padding: 15px;
    border: 1px solid;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}

.tabbed-content.tab-home .tab-panels .col-content {
    height: 500px;
    overflow-y: scroll;
}
.tabbed-content.tab-home li {
	display: none;
}

.tabbed-content.tab-home li.active {
	display: block;
}

.tabbed-content.tab-home li {
    background: #d12229;
    margin: 0px;
    padding: 20px;
    flex: 1;
    text-align: center;
    border-radius: 35px 35px 0px 0px;
}

.tabbed-content.tab-home ul {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tabbed-content.tab-home li a {
    color: white;
    text-align: center;
	padding:5px;
}
.tabbed-content.tab-home li a span {
    font-size: 1.5rem;
}

/* .tabbed-content.tab-home li:after {
    content: "";
    border-top: 15px solid #c1c1c1;
    border-right: 1px solid white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 35px 35px 0px 0px;
    pointer-events: none;
} */


.tabbed-content.tab-home li:nth-child(1) {
    background: #ff5f07;
	filter: brightness(0.6);
}
.tabbed-content.tab-home li:nth-child(2) {
    background: #b60090;
	filter: brightness(0.6);
}
.tabbed-content.tab-home li:nth-child(3) {
    background: #4d42a3;
	filter: brightness(0.6);

}
.tabbed-content.tab-home li:nth-child(4) {
    background: #05a6ce;
	filter: brightness(0.6);
}

.tabbed-content.tab-home li.active {
	filter: brightness(1);
}


.tab-home-ct {
    cursor: pointer;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    max-height: 120px;
    height: 90px;
    overflow-y: scroll;
    scrollbar-width: none;
    max-width: 90%;
}

.tab-home-ct h3 {
	margin-bottom: 0px;
	color: white;
	font-size: 16px;
}

.tab-home-ct p {
	margin-bottom: 0px;
	color: white;
	font-size: 12px;
}

.tab-home-ct.tab-1 {
    background: #FF5F06;
    margin: -30px 0px 20px -30px;
}

.tab-home-ct.tab-2 {
    background: #B60090;
    margin: 0px 0px 10px -20px;
}
.tab-home-ct.tab-3 {
    background: #4D42A3;
    margin: 20px 0px 10px -20px;
}
.tab-home-ct.tab-4 {
    background: #08A5CE;
    margin: 20px 0px 10px -75px;
}

.col-text-ptbv .col-inner {
    padding: 20px 40px;
    border: 1px solid;
    margin: 30px;
    border-radius: 20px;
    margin-top: 0px;
}

.col-title-ptbv {
    padding-bottom: 0px;
}

.col-text-ptbv .col-inner:after {
    content: "";
    background: url(/wp-content/uploads/2025/01/87f594856419a61b75643302f8c68dcf.png);
    background-color: white;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-post.row .pagination {
    text-align: center;
}
.content-post.row .pagination a {
    border: 1px solid #DEE2E6;
    padding: 10px 15px;
    border-radius: 99%;
    background: #FBE9EA;
}

.content-post.row .pagination a.page-link.current {
    background: #D2232A;
    color: white;
}

.col-box-home .col-inner {
    overflow: hidden;
    border-radius: 10px;
}

.col-box-home .col-inner .box-text.text-left {
    padding: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.col-box-home .col-inner .box-text.text-left h3 {
	margin-bottom: 20px;
}
.col-box-home .col-inner a.button.primary.is-link.lowercase {
    margin: 0px;
    padding: 10px 20px;
}

.col.post-item .col-inner {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.col.post-item .col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col.post-item .box-text.text-left {
    padding: 10px;
    flex: 1;
    border-bottom: 1px solid #eeeeee;
}

.col.post-item .box-text-inner.blog-post-inner {
    flex: 1;
}

.col.post-item img.attachment-medium.size-medium.wp-post-image {
    object-fit: cover;
    width: 100% !important;
    aspect-ratio: 4 / 3;
}

 .col.post-item .image-cover {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.col.post-item .box-image {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.col.post-item .read-more {
    padding: 10px;
    border-top: 1px solid #eee;
}

.col.post-item .read-more a {
    color: #871C1F;
}

a.page-numbers {
    border: 1px solid #DEE2E6;
    padding: 10px 15px;
    border-radius: 99%;
    background: #FBE9EA;
}

span.page-numbers.current {
    background: #D2232A;
    color: white;
    border: 1px solid #DEE2E6;
    padding: 10px 15px;
    border-radius: 99%;
}

.pagination {
    text-align: center;
}
.col-text-ptbv .col-inner p {
    font-size: 13px;
}

.row-box-home .col .col-inner {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.col-img img.attachment-large.size-large {
    border-radius: 15px;
}

.row-box-home .col-text .col-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.row-box-home .col-text .col-inner a.button.primary.is-link.lowercase {
    margin-bottom: 0px;
}

.post-four-home .box-image {
    aspect-ratio: 16/9 !important;
}

p.title-post.post-title.is-large {
    display: -webkit-box;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.post-one .box-image {
    aspect-ratio: 5 / 4.9 !important;
}
.post-one .box-image img.attachment-medium.size-medium.wp-post-image {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.post-one .col.post-item .image-cover {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
}
div#comments {
    display: none;
}

.row-sidebar .col-inner {
    background: #333333;
    padding: 0px;
    border-radius: 10px;
    color: white;
    overflow: hidden;
}

.row-sidebar .col-inner a:hover {
    color: #d12229;
}
.post-sidebar.large-3.col {
    padding: 0px 10px;
}
a.ux-menu-link__link.flex {
    padding: 10px;
}
.ux-menu-link.flex.menu-item.ux-menu-link--active a {
    color: white;
}

.ux-menu-link.flex.menu-item.ux-menu-link--active {
    background: #d12229;
}
/* ----------------------------------------- MEDIA SCREEN MOBILE ----------------------------------------- */
@media only screen and (max-width: 490px) {
	.d-none.d-lg-block {
		display: none;
	}

	.d-block.d-lg-none {
		display: block;
	}
	li.d-inline-block.d-lg-none.registration-mobile {
		display: block;
	}
	span.info-label.fw-bold {
		font-weight: 700;
		opacity: 1;
	}
	.col-nptbt {
		padding-bottom: 0px;
	}
	
	
	ul.nav.nav-sidebar.nav-vertical.nav-uppercase li.html.custom.html_top_right_text {
		padding: 0px;
		border-bottom: 1px solid;
	}

	.ul-mb-lg {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.ul-mb-lg a {
		width: 100%;
		padding: 12px 10px 11px 14px;
	}


	ul.nav.nav-sidebar.nav-vertical.nav-uppercase li {
		border-top: none;
	}

	ul.nav.nav-sidebar.nav-vertical.nav-uppercase li a {
		padding: 12px 10px 11px 14px !important;
		text-transform: capitalize;
		color: #333;
		font-weight: 700;
		font-size: 14px;
	}
	li.html.custom.html_topbar_left {
		padding: 0px;
	}
	
	ul.menu-top {
		display: flex;
		flex-direction: column;
	}

	ul.menu-top li {
		padding: 0px;
	}

	ul.menu-top ul.sub-menu {
		position: relative !important;
	}
	h2.title-taxonamy {
		font-size: 20px;
	}
	h2.title-taxonamy {
		display: none;
	}
	.col.medium-12.small-2.large-12.timeline {
		padding-left: 0px;
	}
	ul.child-categories {
		display: flex;
		flex-direction: column;
		position: relative;
		left: 0;
		width: fit-content;
		padding: 20px 10px 0px 0px;
		border-right: 4px solid #adadad;
		border-bottom: none;
		height: 100%;
	}

	ul.child-categories li a:after {
        top: calc(0% + 5px);
		right: 0%;
		left: calc(100% + 4.5px );
		width: 15px;
		height: 15px;
	}

	ul.child-categories li.active a:before {
        top: calc(0% + 5px);
		right: 0%;
		left: calc(100% + 4.5px );
		width: 15px;
		height: 15px;
	}
	ul.child-categories li.active a:after {
        top: calc(0% + 5px);
		right: 0%;
		left: calc(100% + 4.5px );
		width: 15px;
		height: 15px;
	}
	ul.child-categories li a {
		font-size: 16px;
	}
	h3.title-single-term {
		font-size: 18px;
	}
	a.dowload-baocao {
		font-size: 16px;
		padding: 5px;
	}

	p.title-baocao {
		font-size: 16px;
	}
	section.section-banner {
		padding: 20px 0px;
		background-repeat: no-repeat;
	}
	section.post-list p.excerpt-post {
		display: none;
	}
	.box-post-vertical .box-text p.title-post {
		font-size: .9rem;
	}
	.box-post-vertical .box-image-post {
		width: 100%;
	}
    ul.child-categories:before {
        height: 0%;
        width: calc(100% + 30px);
        left: 0;
        top: auto;
        animation: loadTimeMb 3s;
        text-align: right;
        bottom: 0;
    }
	.col-text-ptbv .col-inner {
		margin: 0px;
		padding: 20px;
	}

	.col-text-ptbv .col-inner:after {
		width: 30px;
		height: 30px;
		left: -15px;
	}
	.tabbed-content.tab-home li {
		display: block;
	}

	.tabbed-content.tab-home ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: scroll;
	}

	.tabbed-content.tab-home li a span {
		font-size: 1em;
		white-space: nowrap;
	}


}
@keyframes zoome {
	0%	{
		transform:scale(0.9);
	}

	50%	{
		transform:scale(1.1);
	}

	100%{
		transform:scale(0.9);
	}
}

@keyframes loadTime {
	0%	{
		width:100%;
	}


	100%{
		width:0%;
	}
}@keyframes loadTimeMb {
	0%	{
		height:100%;
	}


	100%{
		height:0%;
	}
}
