/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css"); */

/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */

/** Font Be Vietnam Pro **/
/* @import url("assets/fonts/BeVietnamPro/font-BeVietnamPro.css"); */

/** Font Mulish **/
/* @import url("assets/fonts/Mulish/font-Mulish.css"); */

/** Font Open Sans **/
/* @import url("assets/fonts/OpenSans/font-OpenSans.css"); */

/** Font Plus Jakarta Sans **/
/* @import url("assets/fonts/PlusJakartaSans/font-PlusJakartaSans.css"); */

/** Font Roboto **/
/* @import url("assets/fonts/Roboto/font-Roboto.css"); */

/** Font Inter **/
@import url("assets/fonts/Inter/font-Inter.css");

/** Font SVN-Gilroy **/
/* @import url("assets/fonts/SVN-Gilroy/font-SVN-Gilroy.css"); */

/** Font SVN-Poppins **/
/* @import url("assets/fonts/SVN-Poppins/font-SVN-Poppins.css"); */

/** Font SVN-Poppins **/
@import url("assets/fonts/SVN-DancingScript/font-SVN-Dancing-script.css");

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
    box-shadow: none;
}

.star-rating span::before {
	color: #FFC107;
}

.featured-box .icon-box-img img {
    padding-top: 0;
}

.w-70 {
    width: 70% !important;
}

.col-pb_0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.position-relative {
    position: relative;
}

.wpcf7-spinner {
    display: none;
}

#content .page-inner ol,
#content .page-inner ul {
    padding-left: 25px;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Inter", sans-serif;
}

.alt-font {
    font-family: "Inter", sans-serif;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap select {
    border: 0;
    width: 100%;
    height: 40px;
    box-shadow: none;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.bg-form label {
    color: #FFF;
}

.date-form>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-form>p label {
    width: 110px;
    margin-bottom: 0;
    height: 45px;
}

.date-form>p .wpcf7-form-control-wrap {
    width: 100%;
    padding-left: 10px;
}

.wpcf7-form-control-wrap textarea {
    min-height: 90px;
    box-shadow: none;
    border-radius: 5px;
}

form input[type="submit"] {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    padding: 0px 30px;
    border-radius: 25px;
    background: linear-gradient(270deg, #FF8F01 0%, #FFAF14 100%);
}

.flickity-prev-next-button {
    width: 40px;
}

.flickity-prev-next-button,
.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
    opacity: 1;
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    fill: #FFF;
    padding: 10px;
    border-width: 0px;
    min-height: 40px;
    background: linear-gradient(270deg, #FF8F01 0%, #FFAF14 100%);
}

.accordion .accordion-item {
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 13.95px 11.63px 27.13px 0px #00000017;
}

.accordion .accordion-item .accordion-title {
    color: #232A42;
    border-top: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion .accordion-item .accordion-title.active {
    color: #FFF;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

a.button.primary.btn-primary {
    border: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

/** Menu **/
header#header .nav-dropdown {
    display: block;
    border: 0;
}

header#header .nav-dropdown-default {
    padding: 10px;
}

header#header .nav-dropdown {
    min-width: 290px;
}

header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 290px;
    padding: 10px;
    display: none !important;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}

header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    border: 0;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}

header#header .nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

header#header .nav-dropdown li:hover>ul.sub-menu {
    display: block !important;
}

header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
}

header#header .nav-dropdown li.menu-item-has-children>a {
    font-weight: 500;
    text-transform: none;
    color: rgba(102, 102, 102, .85);
}

header#header .nav-dropdown li.active>a {
    color: #178040;
}

header#header .nav-dropdown.nav-dropdown-default>li:last-child>a {
    border-bottom: 0;
}

/** Header CSS **/

#masthead .header-inner {
    flex-direction: column;
    align-items: end;
    position: relative;
    justify-content: center;
}

#masthead #logo {
    position: absolute;
    left: 15px;
}

.logo-left .logo {
    margin-right: 15px;
}

.flex-col.flex-left.flex-grow {
    width: 80%;
    max-height: 65px;
    margin-right: initial;
}

#masthead .header-nav.nav-left {
    justify-content: right;
    line-height: 65px;
    gap: 20px;
}

.flex-col.flex-right {
    width: 80%;
    margin-right: initial;
}

#masthead .header-nav.nav-right {
    justify-content: space-between;
    border-top: 1px solid #DDD;
}

/* 
#masthead .header-nav.nav-right li a {
    padding-left: 10px;
    padding-right: 10px;
} */

.header-nav-main.nav-pills>li>a:hover,
.header-nav-main.nav-pills>li.active>a {
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}

ul.nav li.header-search a:hover {
    background: transparent !important;
}

ul.nav li.menu-item-home a {
    font-size: 0px;
}

ul.nav li.menu-item-home a::before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
}

.header-nav.nav-right.nav:hover>li:not(:hover)>a::before {
    opacity: 1 !important;
}

.html_topbar_left .html1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.html_topbar_left .html1 i {
    color: #178040;
    padding-right: 5px;
}

.html_topbar_left .html1 span:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}

/** stuck **/

.stuck #logo img {
    padding: 10px 0px;
}

.stuck .flex-col.flex-left.flex-grow {
    display: none;
    max-height: 35px;
}

.stuck #masthead .header-nav.nav-right {
    border-top: 0;
}

.stuck #masthead .header-nav.nav-left {
    line-height: 35px;
}

.stuck #masthead .social-icons a.icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    line-height: 22px;
    margin-bottom: 0;
}

.stuck #masthead .social-icons a.icon i {
    font-size: 16px;
}

/** Nav **/

/* .header-main .nav > li > a,
#wide-nav .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
} */

.transparent .header-main ul.nav>li>a {
    color: #333333;
}

.transparent .header-main ul.nav>li.active>a,
.transparent .header-main ul.nav>li>a:hover {
    color: #178040;
}

/** Breadcrumbs **/

.webrt-page-title {
    background: #F1F1F1;
}

.webrt-page-title .page-title-inner {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs>span {
    display: flex;
    align-items: center;
}

.breadcrumbs span i.icon-angle-right,
.breadcrumb span i.icon-angle-right {
    font-size: 15px;
    padding: 0px 8px;
    line-height: 20px;
}

.breadcrumbs a {
    color: #178040;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page>.menu-item {
    position: relative;
}

.menu-page>.menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page>.menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page>.menu-item:not(:last-child) a {
    padding-right: 25px;
}

/** Footer CSS **/

#footer {
    color: #FFF;
    background: url("assets/images/bg_footer.jpg") no-repeat center / cover;
}

#footer a {
    color: #FFF;
}

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

#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}

#footer iframe {
    border-radius: 10px;
    border: 6px solid rgb(255 255 255 / 30%) !important;
}

.footer-widgets-aside:nth-child(1) {
    flex-basis: 45%;
    max-width: 45%;
}

.footer-widgets-aside:nth-child(2) {
    flex-basis: 25%;
    max-width: 25%;
}

.footer-widgets-aside:nth-child(3) {
    flex-basis: 30%;
    max-width: 30%;
}

.footer-widgets-aside ul>li+li {
    border-top: 0;
}

.footer-widgets-aside ul.menu li {
    list-style-type: none;
}

.footer-widgets-aside ul.menu li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-right: 5px;
    opacity: 1;
}

.footer-widgets-aside:nth-child(1) ul li {
    margin: 0;
    position: relative;
    padding-left: 23px;
    line-height: 30px;
    margin-bottom: 5px;
}

.footer-widgets-aside:nth-child(1) ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-widgets-aside:nth-child(1) ul li:nth-child(4)::before {
    content: "\f095";
}

.footer-widgets-aside:nth-child(1) ul li:nth-child(5)::before {
    content: "\f0e0";
}

.footer-widgets-aside:nth-child(1) ul li:nth-child(6)::before {
    content: "\f0ac";
}

.footer-widgets-aside span.widget-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.footer-widgets-aside:nth-child(4) ul li {
    margin: 0;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
}

.footer-widgets-aside:nth-child(4) ul li:last-child {
    margin-bottom: 0;
}

.footer-widgets-aside:nth-child(4) ul li::before {
    content: "";
    background: url("assets/images/footer-phone.png") no-repeat center / contain;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
}

.footer-widgets-aside:nth-child(4) ul li:nth-child(2):before {
    background: url("assets/images/footer-email.png") no-repeat center / contain;
}

.footer-widgets-aside:nth-child(4) ul li:nth-child(3)::before {
    background: url("assets/images/footer-map.png") no-repeat center / contain;
}

.absolute-footer {
    display: none;
}

#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 40px;
    background: linear-gradient(90deg, #FF8534 0%, #FFCB65 100%);
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: #FFF;
}

body.page-id-16 .wpcf7-form-control-wrap input[type="text"],
body.page-id-16 .wpcf7-form-control-wrap input[type="date"],
body.page-id-16 .wpcf7-form-control-wrap input[type="tel"],
body.page-id-16 .wpcf7-form-control-wrap input[type="email"],
body.page-id-16 .wpcf7-form-control-wrap select {
    border: 1px solid #DDD;
}

/** Single Nganh Hoc **/

.nganh-hoc-archive h1 {
    font-size: 30px;
    text-transform: uppercase;
}

.global-page h4.title-n1 {
    font-size: 20px;
    margin-bottom: 25px;
}

.global-page h4.title-n1 span {
    color: #f7941d;
}

.nganh-hoc-item .box .box-image {
    position: relative;
    display: block;
}

.nganh-hoc-item .box .box-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 400ms;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}


.nganh-hoc-item .box .box-image:hover::before {
    opacity: 0.95;
    z-index: 9;
}

.nganh-hoc-item .box .box-image .course_readmore {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: opacity 400ms;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.3s;
    z-index: 99;
}

.nganh-hoc-item .box .box-image:hover .course_readmore {
    opacity: 1;
}

.nganh-hoc-item .box .box-image:hover .course_readmore a {
    margin-bottom: 0;
    padding: 7px 20px;
    min-width: 74px;
    min-height: 22px;
    color: #fff;
    transition: all 0.3s;
}

.nganh-hoc-item h5.post-title a {
    text-transform: uppercase;
}

.single-nganh-hoc ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.single-nganh-hoc .tabcontent {
    display: none;
    border: 1px solid #dedede;
    padding: 15px;
    overflow: hidden;
}

.single-nganh-hoc ul.tabs li {
    margin: 0;
    margin-right: 5px;
    display: inline-block;
}

.single-nganh-hoc ul.tabs li a {
    height: 40px;
    line-height: 38px;
    padding: 0px 20px;
    border: 1px solid #dedede;
    font-size: 15px;
    transition: all 0.3s;
    display: block;
}

.single-nganh-hoc ul.tabs li a.active,
.single-nganh-hoc ul.tabs li:hover a {
    color: #fff;
    border: 0;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}

footer.entry-meta.single-form {
    padding: 40px;
    border: 0;
    margin-top: 30px;
    background: url("assets/images/bg_form_single.png") no-repeat top / cover;
}

footer.entry-meta.single-form h3 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer.entry-meta.single-form form {
    width: 85%;
}

footer.entry-meta.single-form form input[type="submit"] {
    font-size: 18px;
    background: #d01b1b;
}

.single-form form label {
    font-size: 15px;
    text-transform: uppercase;
}

table {
    width: 100%;
}

td,
th,
caption {
    border: 1px solid #d8d9db;
    padding: 15px 15px !important;
    line-height: 25px;
}

.nganh-hoc .entry-header .entry-header-text h1.entry-title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

h3.heading-realate {
    font-size: 30px;
    text-transform: uppercase;
}

.post-item h5.post-title a {
    font-size: 15px;
    font-weight: 600;
}

/** Page Nop ho so Online **/

.rt-section-why .bg_online form h3 {
    color: #178040;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

.rt-section-why .bg_online form h3::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #FF8F01;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
    border-radius: 3px;
}

.rt-section-why .bg_online form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.rt-section-why .bg_online form .wpcf7-checkbox input[type="checkbox"],
.rt-section-why .bg_online form .wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
}

.rt-section-why .bg_online form .wpcf7-checkbox .wpcf7-list-item-label,
.rt-section-why .bg_online form .wpcf7-acceptance .wpcf7-list-item-label {
    display: block;
    font-weight: 300;
    margin-left: 27px;
    line-height: 20px;
}

.rt-section-why .bg_online form .wpcf7-form-control-wrap input[type="text"],
.rt-section-why .bg_online form .wpcf7-form-control-wrap input[type="tel"],
.rt-section-why .bg_online form .wpcf7-form-control-wrap input[type="email"],
.rt-section-why .bg_online form .wpcf7-form-control-wrap input[type="date"],
.rt-section-why .bg_online form .wpcf7-form-control-wrap select {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #DDD;
    margin-bottom: 0;
}

.rt-section-why .bg_online form input[type="submit"] {
    width: auto;
    height: 45px;
}

/** Tuyen sinh 2025 **/

.rt-section-fpt {
    margin-top: -90px;
}

.tab-2025.tabbed-content h4 {
    font-size: 25px;
}

.tab-2025.tabbed-content ul.nav li {
    padding: 0px 5px;
}

.tab-2025.tabbed-content ul.nav li a {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #DDD;
}

.tab-2025.tabbed-content ul.nav li.active a {
    border: 0;
}

.tab-2025.tabbed-content .tab-panels {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #DDD;
}

#menu-sidebar {
    margin: 0px 0px 25px 0px;
}

#menu-sidebar li.menu-item {
    margin: 0px 0px 5px 0px;
    width: 100%;
}

#menu-sidebar li.menu-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #178040;
    width: 100%;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
    border: solid 1px #178040;
}

#menu-sidebar li.menu-item img {
    width: 50px;
    height: 50px;
}

#menu-sidebar li.menu-item a:hover {
    color: #FFF;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}

#menu-sidebar li.menu-item a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#popup_website {
    border-radius: 10px;
    overflow: hidden;
}

#popup_website .wpcf7 h2 {
    color: #178040;
    margin-top: 12px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

#popup_website .wpcf7 p {
    font-size: 14px;
    color: #666;
}

#popup_website .wpcf7 label {
    text-align: left;
}

#popup_website .date {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

#popup_website .wpcf7 form {
    margin-bottom: 0;
}

#popup_website .wpcf7 form .col {
    padding-bottom: 0;
}

#popup_website .wpcf7 form img {
    width: 100%;
}

#popup_website .wpcf7 form input,
#popup_website .wpcf7 form select {
    border: 1px solid #ddd;
    padding: 5px 15px;
    color: #222;
    font-weight: 500;
    background-color: transparent;
    box-shadow: none;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 10px;
}

#popup_website .wpcf7 form textarea::placeholder,
#popup_website .wpcf7 form input::placeholder {
    color: #222;
}

#popup_website .wpcf7 form textarea {
    font-weight: 500;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
}

#popup_website .wpcf7 form textarea {
    border: 1px solid #ddd;
    padding: 10px 15px;
    color: #222;
}

#popup_website .wpcf7 form input.wpcf7-submit {
    margin: 0;
    border-radius: 5px;
    background: linear-gradient(270deg, #FF8F01 0%, #FFAF14 100%) !important;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    box-shadow: none;
    color: #fff;
}

#popup_website .wpcf7 form input.wpcf7-submit:hover {
    background: linear-gradient(90.33deg, #429E09 39.68%, #A7CE3C 134.7%) !important;
}

#popup_website .wpcf7-spinner {
    display: none;
}

#popup_website .wpcf7 .text-form {
    margin-bottom: 20px;
}

#popup_website .wpcf7 .text-form p {
    color: #fff;
}

.mfp-close-btn-in #popup_website .mfp-close {
    top: 4px !important;
    background: #00A221;
    color: #FFF;
    mix-blend-mode: initial;
    border-radius: 5px;
    opacity: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 26px;
    right: 5px;
}


/** Responsive CSS **/

/*
 * iPad
 */
@media only screen and (max-width: 64em) {
    /** Header **/

    /** Footer **/
}

/*
 * Mobile
 */
@media only screen and (max-width: 48em) {
    #masthead .header-inner {
        flex-direction: initial;
        align-items: left;
    }

    #masthead #logo {
        position: initial;
    }

    #masthead #logo img {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .transparent .header-main {
        height: 70px !important;
    }

    /** Header **/
    .breadcrumbs>span {
        flex-wrap: wrap;
    }

    .home-note p br {
        display: none;
    }

    /** Footer **/
    .footer-widgets-aside:nth-child(1),
    .footer-widgets-aside:nth-child(2),
    .footer-widgets-aside:nth-child(3) {
        flex-basis: 100%;
        max-width: 100%;
    }

    .footer-widgets-aside span.widget-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        padding-bottom: 0px;
    }

    .absolute-footer.dark {
        font-size: 13px;
    }
}