/**
* Theme Name: Ahawebsite
* Theme URI: https://ahawebsite.com
* Description: Giao diện website được thiết kế và lập trình bởi Aha.
* Author: Aha
* Author URI: https://ahawebsite.com
* Version: 7.0.7
* Tags: giao diện hiện đại, phong cách thời thượng, tương thích mọi loại trình duyệt, tốc độ load trang tối đa, tối ưu SEO.
* Text Domain: ahawebsite
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/******************/
/*** Main CSS ***/
/******************/

:root {
	--main-color: #2f3552;
	--secondary-color: #ffb533;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

button {
	cursor: pointer;
}

.aligncenter {
	display: table;
	margin: 0 auto;
}

.alignright {
	display: table;
	margin-left: auto;
}

.alignleft {
	display: table;
	margin-right: auto;
}

.wp-block-image .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #BC2131;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

.backtotop polyline {
    stroke: #fff;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*------- UPDATE CSS -------*/

nav.elementor-pagination {
    margin-top: 30px;
}
nav.elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    min-width: 36px;
    height: 36px;
    border-radius: 3px;
    color: #333;
    font-weight: 500;
}
nav.elementor-pagination .page-numbers:hover, nav.elementor-pagination .page-numbers.current {
	border-color: #ff0000;
	color: #fff;
	background: #ff0000;
}
#comments {
    width: 100%;
    float: left;
    margin: 25px 0 15px;
    border-top: 1px solid #ccc;
    padding: 15px 0
}

#comments #reply-title {
    font-size: 20px;
    margin-bottom: 15px
}

#comments label {
    width: 100%;
    float: left
}

#comments textarea,#comments input {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    color: #333
}

#comments p {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.comment-notes {
    margin-bottom: 20px
}

.comment-form-author {
    width: 48%!important;
    float: left!important;
    margin-right: 4%
}

.comment-form-email {
    width: 48%!important;
    float: left!important
}

#wp-comment-cookies-consent,.comment-form-cookies-consent label {
    width: auto!important;
    float: left
}

.comment-form-cookies-consent label {
    margin-left: 10px
}

#comments #submit {
    width: auto;
    background: #94251A;
    color: #fff;
    border: none;
    padding: 8px 25px;
    font-size: 16px
}

#comments ul {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0
}

#comments ul li {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

#comments .avatar {
    width: 60px;
    float: left;
    margin-right: 15px;
    border-radius: 50%
}

#comments .comment-content {
    width: 100%;
    float: left;
    margin-left: 0;
    background: #ddd6;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px
}

.comment-form-cookies-consent,.commentlist .says {
    display: none
}

#comments .comment-meta,#comments .reply {
    width: 100%;
    float: left
}

#comments .comment-meta .fn a {
    pointer-events: none
}

.comment-metadata a {
    color: #8E8E8D;
    font-style: italic;
    font-size: 12px
}

.comment-reply-link {
    font-style: italic;
    margin-left: 5px;
    font-size: 12px
}

#comments .reply {
    margin: 5px 0
}

#comments .edit-link {
    margin-left: 8px
}

#comments .edit-link a {
    color: #94251a!important
}

#comments .comment-body {
    width: 100%;
    float: left
}

#comments .children {
    padding-left: 45px!important
}
ul.custom-slick-slider {
    margin: 0;
}
.custom-slick-prev, .custom-slick-next {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-slick-prev:hover, .custom-slick-next:hover {
	background-color: rgba(0, 0, 0, 1);
}

.custom-slick-prev {
    left: 0;
}

.custom-slick-next {
    right: 0;
}

.custom-slick-prev i, .custom-slick-next i {
    font-size: 18px;
}

/*---------- UPDATE CSS -----------*/

body {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
.container {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}

/*---------- HEADER CSS -----------*/
.top-header {
    background: #000;
    color: #fff;
    padding: 8px 0px;
}
.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.list-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-info li {
    display: inline-grid;
}
ul.list-info li + li {
	margin-left: 25px;
}
ul.list-info li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
ul.list-info li a:hover {
	opacity: .8;
	text-decoration: underline;
}
ul.list-info li i {
	margin-right: 5px;
}
.gtranslate_wrapper img {
    max-width: 24px;
}
.site-header {
    padding: 6px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
}
.site-header.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.admin-bar .site-header.header-fixed {
	top: 32px;
}
.site-header .container {
    display: flex;
    align-items: center;
}
.site-header img {
    max-width: 100px;
	transform: unset;
    transition: all .3s ease;
}
.site-header.header-fixed img {
    max-width: 60px;
}
#primary-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
#primary-menu li {
	display: inline-block;
	position: relative;
}
#primary-menu li + li {
	margin-left: 20px;
}
#primary-menu li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
}
#primary-menu li a:hover {
	color: #d00;
}
#primary-menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
}
#primary-menu ul.sub-menu {
    list-style: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background-color: #000;
    margin: 0;
    padding: 2px 0;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    width: 100%;
    min-width: 150px;
}
#primary-menu ul.sub-menu li {
	display: block;
	margin: 0;
    position: relative;
}
#primary-menu ul.sub-menu li + li {
	border-top: 1px solid rgba(255,255,255,.3);
}
#primary-menu ul.sub-menu a {
    padding: 8px 15px;
    color: #fff;
    text-transform: none;
    display: flex;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
    align-items: center;
    justify-content: space-between;
}
#primary-menu ul.sub-menu li:hover {
	background: #BC2131;
}
#primary-menu li:hover > ul {
    display: block;
}
#primary-menu ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.site-header button.menu-toggle {
	display: none;
}
nav#site-navigation {
    padding-left: 50px;
}
#primary-menu .menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    transition: transform 0.3s ease;
}
#primary-menu ul.sub-menu .menu-item-has-children > a:after {
    content: "\f105";
    font: normal 900 10px/1 "Font Awesome 6 Free";
}



/*---------- MAIN CSS -----------*/
section.contact_ {
    padding: 40px 0;
}
section.contact_ .inner_contact {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.form_contact, .info_contact {
	flex: 0 0 50%;
	padding: 0 15px;
}
.form_contact h3 {
    margin-top: 0;
    font-size: 18px;
}
.form_contact .wpcf7-form-control {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.form_contact textarea.wpcf7-form-control {
    min-height: 100px;
}
.form_contact .item_form.double_item p {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}
.form_contact input.wpcf7-submit {
    background: #BC2131;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: navajowhite;
	cursor: pointer;
}
.form_contact input.wpcf7-submit:hover {
	background: #333;
}
.info_contact h2 {
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.info_contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.info_contact ul li + li {
	margin-top: 15px;
}
.info_contact ul a {
	color: #000;
	text-decoration: none;
}
.info_contact ul a:hover {
	color: #94251A;
}
.info_contact span {
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-right: 2px;
}
.main-page {
    padding: 40px 0;
}
h1.entry-title, header.page-header h1.page-title {
    margin-top: auto;
    font-size: 24px;
}
header.page-header h1.page-title {
	text-align: center;
}
section.list_post {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 25px;
    grid-row-gap: 30px;
}
article.post-item {
    display: block;
    overflow: hidden;
    flex-direction: column;
    transition-duration: .25s;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
article.post-item a.post__thumbnail__link {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
article.post-item .post__thumbnail {
	padding-bottom: calc(0.65 * 100%);
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	position: relative;
	overflow: hidden;
}
article.post-item .post__thumbnail img {
	position: absolute;
	top: 0;
    left: 0;
    transform: unset;
    transition: all .3s ease;
	height: 100%;
}
article.post-item:hover .post__thumbnail img  {
    transform: scale(1.1);
}
article.post-item .post__text {
    padding: 15px;
}
article.post-item h3.post__title {
    margin: 0 0 10px;
	font-size: 18px;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
article.post-item h3.post__title a {
	color: #333;
}
article.post-item:hover h3.post__title a {
	color: #94251A;
}
article.post-item .post-excerpt {
    font-size: 14px;
    color: #333;
}
.ahawebsite-pagination {
    margin-top: 30px;
}
ul.ahawebsite-pagination-inner {
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
}
ul.ahawebsite-pagination-inner li {
	display: inline-block;
	margin: 0 5px;
}
ul.ahawebsite-pagination-inner .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    border: 1px solid #333;
    border-radius: 4px;
    height: 30px;
    color: #333;
    padding: 2px 6px;
    font-size: 14px;
}
ul.ahawebsite-pagination-inner li.page-item.active .page-link, ul.ahawebsite-pagination-inner li:hover .page-link {
	background-color: #94251A;
	border-color: #94251A;
	color: #fff;
}
div#content p.empty {
    text-align: center;
    margin-top: 40px;
    display: block;
    font-style: italic;
}
ul.meta-post {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.meta-post li {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
    font-style: italic;
}
section.content-post {
    margin-top: 30px;
}
section.related-post h2 {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 30px;
}
.list-related-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}
.list-related-post article.post-item h3.post__title {
    font-size: 16px;
}
.archive header.page-header h1.page-title {
    text-align: left;
}
.job-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.job-table thead {
	background-color: #BC2131;
	color: #fff;
}

.job-table th, .job-table td {
    padding: 8px 15px;
    text-align: left;
    border: 1px solid #ddd;
}
.job-table td.apply {
	text-align: center;
}
.job-table td.apply a {
	color: #d00;
}
.job-table th {
	text-transform: uppercase;
	font-size: 14px;
}

.job-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.job-table tbody tr:hover {
	background-color: #e9f5ff;
}
.job-table td a {
	color: #000;
	font-weight: bold;
}
.job-table tr:hover td a {
	color: #BC2131;
	text-decoration: ;
}
.job-table .status {
	font-weight: 600;
}

.job-table .status.open {
	color: #333; 
}
.custom-navigation a {
    color: #333;
}
.custom-navigation a i {
	font-size: 14px;
}
.custom-navigation a:hover {
    color: #BC2131;
	text-decoration: underline;
}
.info_job {
    padding: 20px;
    margin: 0;
    background: #ebebeb;
    border-radius: 15px;
}
.info_job h1.page-title {
    font-size: 20px;
}
ul.meta-job {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 6px;
    grid-column-gap: 20px;
}
ul.meta-job li {
	display: flex;
	align-items: center;
}
ul.meta-job span {
    display: inline-block;
    flex: 0 0 30px;
    text-align: center;
}
ul.meta-job li strong {
	margin-left: 6px;
}
.form_ut {
    padding: 20px;
    margin: 30px auto 0;
    background: #ebebeb;
    border-radius: 15px;
    max-width: 460px;
}
.form_ut h3 {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
}
.form_ut p {
	margin: 0;
}
.form_ut .wpcf7-form-control {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
    line-height: 36px;
}
.form_ut .item_form {
    margin-bottom: 8px;
}
.form_ut textarea.wpcf7-form-control {
    max-height: 100px;
}
.form_ut input.wpcf7-submit {
    background: #BC2131;
    color: #fff;
    text-transform: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.form_ut input.wpcf7-submit:hover {
	background: #000;
}
div#content .main-tax p.empty {
    text-align: left;
}
.acf-gallery-slider {
    margin: 0 auto;
    position: relative;
}
.acf-gallery-slider .slider-item img {
    width: 100%;
    height: auto;
    display: block;
}
.acf-gallery-slider .slider-caption {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}
section.section-home {
    padding: 40px 0;
	display: block;
}
section.section-home:nth-child(2n) {
    background: rgba(0,0,0,.05);
}
section.slider-home {
    margin: 10px 0;
    padding: 0;
}
section.slider-home .slick-slider {
	margin-bottom: 0;
}
.slick-slider ul.slick-dots {
    bottom: 15px;
    z-index: 999;
}
.slick-slider .slick-dots li {
    margin: 0 6px;
    width: 10px;
    height: 10px;
}
.slick-slider .slick-dots li button:before {
    opacity: .7;
    color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    width: 10px;
    height: 10px;
    line-height: 1.4;
}
.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
	background: #fff;
}
.slick-slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
}
.slick-slider .slick-arrow {
    z-index: 999;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 44px;
    border-radius: 4px;
}
.slick-slider .slick-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}
.slick-slider .slick-next {
	right: 5px;
}
.slick-slider .slick-prev {
	left: 5px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none;
}
h2.title-section, section.section-home h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
	margin-top: 0;
}
section.post-home .posts-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}
section.post-home article.post-item h3.post__title {
    font-size: 15px;
	margin: 0;
}
section.post-home article.post-item .post-excerpt {
    display: none;
}
section.about-us .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
section.section-home table.job-table {
	margin: 0;
}
.list_choose {
    padding: 0;
    margin: 60px 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.list_choose .item_ {
    text-align: center;
    background: rgba(0,0,0,.1);
    border-radius: 15px;
    padding: 0 15px 20px;
}
.list_choose .icon {
    font-size: 22px;
    width: 52px;
    height: 52px;
    margin: -28px auto 0;
    background: #BC2131;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_choose h3 {
    font-size: 16px;
    margin: 15px 0 10px;
}
.list_choose .info_text span {
    font-size: 14px;
}
.acf-gallery {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-row-gap: 6px;
    grid-column-gap: 6px;
}
.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
}

.image-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}
.partner-item {
    padding: 0 15px;
}
.list-partner .slick-list {
    padding: 0 15px;
}
.slick-track:after, .slick-track:before {
    display: none
}

/*---------- FOOTER CSS -----------*/
footer {
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #BC2131;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 30px 0px;
    background: #333;
}
.main-footer {
    display: flex;
	justify-content: space-between;
	margin: 0 -15px;
	color: #fff;
}
.main-footer .item-footer {
	padding: 0 15px;
}
.main-footer .contact_ft {
    flex: 0 0 34%;
}
.main-footer .meta_ft {
    flex: 0 0 26%;
}
.main-footer .info_ft {
    flex: 0 0 40%;
}
.item-footer h2 {
	text-transform: uppercase;
	font-size: 18px;
}
ul.content-footer {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.content-footer li + li {
	margin-top: 8px;
}
ul.content-footer a {
	color: #fff;
	text-decoration: none;
}
ul.content-footer span {
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-right: 2px;
}
.copyright {
    text-align: center;
    padding: 15px 0;
    background: #000;
    color: #fff;
}
.content-footer p {
    margin-bottom: 0;
}

.archive-description {
    margin: 20px 0;
}

/*---------- RESPONSIVE CSS -----------*/

@media (max-width: 768px) {
	.container {
		max-width: 94%;
		width: 100%;
	}
	section.list_post,.list-related-post {
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 15px;
	}
	article.post-item h3.post__title {
		margin: 0;
		font-size: 16px;
	}
	.main-footer .info_ft {
		flex: 0 0 100%;
	}
	.main-footer .contact_ft, .main-footer .meta_ft {
		flex: 0 0 50%;
		margin-top: 30px;
	}
	.main-footer {
		flex-wrap: wrap;
	}
	.copyright {
		font-size: 14px;
	}
	ul.list-info li.address {
		display: none;
	}
	.site-header img {
		max-width: 80px;
	}
	header.page-header h1.page-title, ul.meta-post {
		text-align: left;
	}
	ul.meta-post li {
		padding: 0 3px;
		font-size: 14px;
	}
	section.contact_ .inner_contact {
		margin: 0;
		flex-wrap: wrap-reverse;
	}
	.form_contact, .info_contact {
		flex: 0 0 100%;
		padding: 0;
	}
	.form_contact {
		margin-top: 30px;
	}
	h1.entry-title, header.page-header h1.page-title {
		font-size: 20px;
	}
	.job-table {
        border: 0;
    }

    .job-table thead {
        display: none;
    }

    .job-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .job-table td {
		display: block;
		text-align: right;
		font-size: 14px;
		border: 0;
		padding: 6px 10px;
		border-bottom: 1px solid #ddd;
	}

    .job-table td:last-child {
        border-bottom: 0;
    }

    .job-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: #555;
    }
	.site-header button.menu-toggle {
		display: block;
		font-size: 20px;
	}
	ul#primary-menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #333;
		z-index: 9999;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
		height: 0;
	}
	ul#primary-menu li {
		display: block;
	}
	#primary-menu li + li {
		margin-left: 0;
		border-top: 1px solid rgba(255,255,255,.3);
	}
	#primary-menu li a {
		color: #fff;
		text-transform: none;
		display: flex;
		padding: 10px 20px;
		font-size: 14px;
		align-items: center;
		justify-content: space-between;
	}
	ul#primary-menu.active {
		height: auto;
		padding: 5px 0px 15px;
	}
	#primary-menu ul.sub-menu {
		position: relative;
		top: auto;
		padding: 0;
		min-width: auto;
		box-shadow: none;
		display: none;
	}
	#primary-menu ul.sub-menu.active {
		display: block;
	}
	#primary-menu ul.sub-menu a {
		padding-left: 40px;
	}
	#primary-menu .menu-item-has-children > a:after {
		content: "\f107";
		font-family: "Font Awesome 6 Free";
	}
	.site-header .container {
		justify-content: space-between;
	}
	nav#site-navigation {
		padding-left: 0;
	}
	section.slider-home .container {
		padding: 0;
		width: 100%;
		max-width: max-content;
	}
	section.slider-home.section-home {
		margin-top: 0;
        padding: 0;
	}
	h2.title-section {
		text-align: center;
	}
    section.section-home {
        padding: 30px 0;
    }
    section.about-us .container {
        grid-template-columns: repeat(1,1fr);    
    }
    .list_choose, section.post-home .posts-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .acf-gallery {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (max-width: 568px) {
	article.post-item .post-excerpt {
		display: none;
	}
	.main-footer .contact_ft, .main-footer .meta_ft {
		flex: 0 0 100%;
	}
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
	ul.list-info li.email {
		display: none;
	}
	article.post-item .post__text {
		padding: 10px;
	}
	.copyright {
		font-size: 13px;
	}
	.form_contact .item_form.double_item p {
		grid-template-columns: repeat(1,1fr);
	}
	ul.meta-job {
		grid-template-columns: repeat(1,1fr);
	}
	.slick-slider .slick-arrow {
		font-size: 18px;
		width: 26px;
		height: 36px;
	}
    .acf-gallery {
        grid-template-columns: repeat(2,1fr);
    }
    h2.title-section, section.section-home h2 {
        font-size: 18px;
    }
    .list_choose {
        grid-column-gap: 10px;
    }
    .list_choose .item_ {
        border-radius: 15px;
        padding: 0 10px 12px;
    }
    section.post-home .posts-grid,section.list_post, .list-related-post {
        grid-row-gap: 15px;
        grid-column-gap: 10px;
    }
    section.post-home article.post-item h3.post__title,article.post-item h3.post__title,.list-related-post article.post-item h3.post__title {
        font-size: 14px;
    }
    .site-header img {
        max-width: 70px;
    }
    .site-header.header-fixed img {
        max-width: 45px;
    }
}