/* Báo lỗi của contact form 7 */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}


/* k-contact =========================*/
.k-contact {
    position: relative;
    padding: 4rem 0;
}

.k-contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.k-contact-left {
    position: relative;
    margin-bottom: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.k-contact-left h2,
.k-contact-right h2 {
    font-family: var(--second-font);
    color: var(--primary-color);
    margin-bottom: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

.k-form-contact div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 1.5rem;
}

.k-form-contact div textarea {
    width: 100%;
    max-height: 3rem;
    border: none;
    border-bottom: 1px solid #ccc;
}

.k-form-contact div input:hover, .k-form-contact div textarea:hover {
    border-color: var(--second-color);
}

.k-form-contact div label {
    color: var(--primary-color);
    font-family: var(--second-font)
}

.k-form-contact div input {
    display: inline-block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 1rem;
    font-size: 1.5rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.k-form-contact div input:focus {
    outline: none;
}

.k-form-contact .button {
    position: relative;
    text-align: revert;
}

.k-form-contact .button input {
    font-family: var(--second-font);
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    border: none;
    background-color: var(--second-color);
    color: #fff;
    text-transform: uppercase;
    border-radius: .25rem;
    text-align: center;
}

.k-form-contact .button input:hover {
    background-color: #09174a;
}

.k-contact-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.k-contact-right ul li {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.k-contact ul.k-content-contact li .k-contact-title-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.k-contact ul.k-content-contact li .k-contact-title-content h5 {
    font-family: var(--second-font);
    font-size: 16px;
    color: var(--primary-color);
    margin: 0;
}

.k-contact ul.k-content-contact li .k-contact-title-content h5 i {
    margin-right: 1rem;
    font-size: 16px;
}

.k-contact ul.k-content-contact li span {
    font-size: 15px;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

.k-contact ul.k-content-contact li p {
    font-size: 15px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    line-height: 24px;
    margin: 0;
}

.k-contact-right ul li ._label_info {
    font-family: var(--second-font);
    color: var(--primary-color);
    text-transform: capitalize;
}

.k-contact-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    position: relative;
    padding-left: 4rem;
}

.k-contact-right::before {
    content: "";
    position: absolute;
    left: 0;
    height: 65%;
    width: 0.5px;
    background-color: #ccc;
    top: 40px;
}

.k-contact-right h2:last-child {
    margin: 0;
    margin-top: 4rem;
    color: #f3bc20;
}

.k-contact__bottom h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

/*---------------- TABLET RESPONSIVE ------------------*/
@media (max-width: 768px) {
    .k-contact-right h2:last-child {
        margin-top: 2rem;
    }
}

/*---------------- MOBILE RESPONSIVE ------------------*/
@media (max-width: 575px) {
    .k-contact-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .k-contact-right {
        padding-k-contact-left: 0;
    }

    .k-contact-right::before {
        display: none;
    }

    .k-contact {
        padding: 2rem 0;
    }

    .k-contact-right {
        background-color: #cccccc54;
        padding: 3rem 2rem;
        margin-bottom: 3rem;
    }

    .k-contact-left {
        margin-bottom: 0;
    }
}


/*pagination*/

.quatrang>a {
    border: 1px solid #333;
    padding: 3px 10px;
    color: #333;
    margin: 0 3px;
}


span.page-numbers.current {
    background-color: var(--primary-color);
    color: #fff;
    padding: 4px 11px;
    margin: 0 3px;
}

/* Nút back to top */
a.cd-top,
a.cd-top:visited,
a.cd-top:hover {
    color: #CCCCCC;
    text-decoration: none;
}

a.cd-top.cd-is-visible,
a.cd-top.cd-fade-out,
.no-touch a.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

a.cd-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    background: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

a.cd-top.cd-is-visible,
a.cd-top.cd-fade-out,
.no-touch a.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

a.cd-top,
a.cd-top:visited,
a.cd-top:hover {
    color: #CCCCCC;
    text-decoration: none;
}

a.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

a.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}

.blocg_item {
    margin-bottom: 2.5rem;
}

.blocg_item .blogwp .image-blog {
    width: 100%;
    display: block;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    -os-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.blocg_item .blogwp .image-blog span {
    display: block;
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 70px;
    background: #ff5b02;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;
}

.blocg_item .blogwp .image-blog span span {
    width: 100%;
    text-align: Center;
    font-size: 14px;
    line-height: 24px;
    background: #010e2a;
}

.blocg_item .blogwp .content_blog {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
}

.blocg_item .blogwp .content_blog h3 {
    font-size: 14px;
    color: #292929;
    padding: 0;
    margin: 0 0 0px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: k-contact-left;
    text-transform: uppercase;
}

/*slider jssor*/

#jssor_1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jssorl-009-spin img {
    -webkit-animation-name: jssorl-009-spin;
    animation-name: jssorl-009-spin;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes jssorl-009-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jssorl-009-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.jssorb053 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb053 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
}

.jssorb053 .i:hover .b {
    fill-opacity: 1;
    fill: #000;
}

.jssorb053 .iav .b {
    fill-opacity: 1;
    fill: #000;
}

.jssorb053 .i.idn {
    opacity: .3;
}

.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora093 .c {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093:hover {
    opacity: .8;
}

.jssora093.jssora093dn {
    opacity: .6;
}

.jssora093.jssora093ds {
    opacity: .3;
    pointer-events: none;
}


/*------------------------ Error 404------------------------*/
#error {
    padding: 40px 0;
    text-align: center;
}

.error_title {
    color: #000;
}

.error_title p {
    color: #ed3d3f;
    font-size: 18px;
    margin: 0;
    padding-top: 20px;
}

.error_title img {
    Padding-top: 50px;
    width: 100%;
    max-width: 200px;
}

.error_bottom {
    margin-top: 15px;
}

.error_bottom a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #ed3d3f;
    border: 1px solid #fff;
    border-radius: 40px;
    text-decoration: none;
}
/*------------------------ END Error 404------------------------*/
/* 
*==============================================================
* THÊM CHIA 5 CỘT CHO BOOTSTRAP 5
*/

@media (min-width: 576px) {
    .col-sm-5k {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-5k {
        flex: 0 0 auto;
        width: 20%;
    }
}


@media (min-width: 992px) {
    .col-5k {
        flex: 1 0 0%;
    }

    .col-lg-5k {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5k {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-5k {
        flex: 0 0 auto;
        width: 20%;
      }
}