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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'UTM Avo';
    src: url('./assets/fonts/UTM_Avo_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('./assets/fonts/UTM_Avo_Regular_Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('./assets/fonts/UTM_Avo_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('./assets/fonts/UTM_Avo_Bold_Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body, a {
    /* font-family: "UTM Avo" !important; */
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "UTM Avo" !important; */
    /* font-weight: 700; */
}

/* Header */
/* Mobile */
.mobile-nav .nav-icon i::before {
    font-size: 27px;
    color: #1073be;
}

.mobile-nav .nav-icon a {
    padding: 0;
    outline: none !important;
}

.sidebar-menu {
    background: #fff;
}

#main-menu .sidebar-menu a {
    color: #000;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
}

#main-menu .sidebar-menu .menu-item button.toggle {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 15px;
}

#main-menu .sidebar-menu .menu-item button.toggle i {
    height: 30px;
    line-height: 35px;
}

#main-menu .sidebar-menu .menu-item {
    background: #fff;
}

#main-menu .sidebar-menu .menu-item ul.sub-menu {
    background: #fff;
}

#main-menu .sidebar-menu .menu-item ul.sub-menu > li:first-child button {
    display: inline-block;
    font-size: 15px;
    opacity: 1;
}

#main-menu .sidebar-menu .menu-item ul.sub-menu > li:first-child button i {
    line-height: 30px;
}
/* End Mobile */

#header .top-divider {
    display: none;
}

#header {
    box-shadow: 0em 3px 10px 0px rgba(0,0,0,0.2);
}

#header #masthead {
    background: #fff;
}

.header-main .nav > li > a {
    font-size: 14px;
}

.header-main .nav > li > a i {
    font-size: 13px;
    height: 10px;
}

.header-main .nav > li {
    margin: 0 10px;
}

.nav-dropdown-has-border .nav-dropdown {
    box-shadow: 0em 0.5em 1em 0em rgb(117,117,117);
    border: 0;
    padding: 0;
    left: 0 !important;
    top: 40px;
}

.nav-dropdown-has-border .nav-dropdown > li {
    border-top: 1px solid rgb(250,250,250) !important;
}

.nav-dropdown-has-border .nav-dropdown > li > a {
    font-size: 14px;
    margin: 0;
    padding: 9px 13px;
    position: relative;
}

.header-main .nav > li::before, .header-main .nav > li::after {
    display: none;
}

.nav-dropdown-has-border .nav-dropdown > li > a:hover {
    color: #1073BE;
}

.nav-dropdown-has-border .nav-dropdown > li > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 0;
    background: #1073BE;
    transition: all .3s;
}

.nav-dropdown-has-border .nav-dropdown > li > a:hover::before {
    height: 100%;
}

.header-main .nav > li > a::before {
    content: '';
    transition: all .4s;
    height: 1px;
    width: 0;
    background: #BF982F;
    bottom: -4px;
    position: absolute;
}

.header-main .nav > li:hover > a::before {
    width: 100%;
}
/* End Header */

/* HP Slider */
.hp_slider_sec {
    background: linear-gradient(90deg,#1073BE 0%,#85c0ed 100%) !important;
}

.hp_slider_sec .button.is-outline {
    border-color: #fff;
    color: #fff;
}

.hp_slider_sec .button.is-outline:hover {
    border-color: rgb(117,117,117);
    color: rgb(70,130,180);
    background: #fff;
}

.hp_slider_sec .hp_slider_btn_register:hover, a.button.primary:hover {
    background: #fff;
    border-color: #fff;
    color: rgb(70,130,180);
    box-shadow: none;
}

a.button.primary {
    border-width: 2px;
}

a.button.primary:hover {
    border-color: rgb(117,117,117);
    border-width: 2px;
}

.hp_slider_sec h1 {
    font-size: 40px;
}

.hp_slider_sec p {
    font-size: 20px;
}

.hp_slider_sec img {
    height: 337px;
}
/* End HP Slider */

/* HP Missions */
.hp_missions {}

.hp_missions .icon-box-text strong {
    color: #1073be;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    display: block;
}
/* End HP Missions */

/* HP Services */
.hp_services {

}

.hp_services .ser_row_list {
    
}

.hp_services .ser_row_list .col:nth-child(odd) .col-inner {
    background: #1073BE;
}

.hp_services .ser_row_list .col-inner {
    padding: 20px 20px 0;
    background: #fff;
    height: 100%;
}

.hp_services .ser_row_list h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.hp_services .ser_row_list ul li {
    list-style: none;
    text-align: center;
    color: #fff;
    margin: 0 0 7px;
}

.hp_services .ser_row_list ul li a {
    color: #fff;
}

.hp_services .ser_row_list ul li a:hover {
    text-decoration: underline;
}

.hp_services .ser_row_list ul {
    margin: 8px 0 0;
}

.hp_services .ser_row_list .col:nth-child(even) .col-inner h4 {
    color: #1073BE;
}

.hp_services .ser_row_list .col:nth-child(even) .col-inner li, .hp_services .ser_row_list .col:nth-child(even) .col-inner li a {
    color: rgb(73,90,115);
}
/* End HP Services */

/* HP Numbers */
.hp_tlp_number {
    background: rgb(245, 245, 245);
    border-top: 1px solid #fff;
}

.hp_tlp_number .count-up {
    font-size: 52px;
    font-weight: bold;
    color: #ef9d12;
    line-height: 50px;
    display: block;
    margin-bottom: 25px;
}

.hp_tlp_number .item p {
    font-size: 22px;
    margin: 0;
    margin-top: 5px;
}

.hp_tlp_number .item p:nth-child(3) {
    color: #1073BE;
    font-weight: 700;
}

.hp_tlp_number .item p:first-child {
    margin: 0;
    line-height: normal;
}
/* End HP Numbers */

/* HP News */
.hp_new_posts {
    background: linear-gradient(90deg,rgba(77,161,255,1) 0%,rgb(185,207,248,1) 100%);
}

.post-item {}

.post-item .badge {
    display: none;
}

.post-item .is-divider {
    display: none;
}

.post-item .from_the_blog_comments {
    display: none;
}

.post-item p.from_the_blog_excerpt {
    display: none;
}

.post-item h5.post-title {
    text-align: left;
    margin: 0;
}

.post-item .box-text {
    background: rgb(245,245,245);
    padding: 20px;
}

.post-item .box-img {}

.post-item .box-img img {}

.post-item .box {
    border-radius: 10px;
    overflow: hidden;
}

.post-item h5.post-title a {
    line-height: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hp_new_posts .flickity-button {
    opacity: 1;
    bottom: unset;
    height: 100%;
    margin: 0 !important;
    top: 0;
}

.hp_new_posts .flickity-button svg {
    color: #fff;
}

.flickity-viewport .post-item {
    padding-bottom: 0;
}
/* End HP News */


/* HP Teams */
.team_item {}

.team_item .box-image {
    text-align: center;
    margin-top: 36px;
    padding-bottom: 5px;
}

.team_item .box-image img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    box-shadow: -3px 3px 0px 0px rgb(220,220,220);
}

.team_item .box-text {}

.team_item .box-text h4 {
    font-size: 20px;
    margin: 12px 0;
}

.team_item .box-text .pos {
    font-weight: 600;
    color: #ef9d12;
}

.team_item .box-text strong {}

.team_item .box {
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
}

.team_item > .col-inner {
    height: 100%;
}

.team_item .box-text .contact_info {
    margin: 14px 0 10px;
}

.hp_members .team_item:nth-child(2) .box {
    margin-top: -30px;
    border: 2px solid rgb(0 121 230 / 37%);
}
/* End HP Teams */

/* HP Testi */
.testi_item {}

.testi_item .col-inner {
    border: 1px solid rgb(220,220,220);
    background-color: rgb(255,255,255);
    box-shadow: 5px 5px 0px 0px rgb(220,220,220);
    padding: 20px;
    border-radius: 10px;
    min-height: 310px;
}

.testi_item .icon-box {}

.testi_item .icon-box .icon-box-img {}

.testi_item .icon-box .icon-box-img img {}

.testi_item .icon-box .icon-box-text {}

.testi_item .icon-box .icon-box-text h3 {
    font-size: 14px;
    color: #1073BE;
}

.testi_item .icon-box .icon-box-text p {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}

.testi_item .col-inner > p {
    font-size: 14px;
    text-align: justify;
    margin-top: 14px;
    margin-bottom: 0;
}

.slick_wrapper .slick-arrow {
    position: absolute;
    width: 40px;
    top: 40%;
    height: 40px;
    z-index: 2;
    border: 1px solid #1073BE;
    border-radius: 100%;
    cursor: pointer;
}

.slick_wrapper .slick-arrow.next {
    right: 0;
}

.slick_wrapper .slick-arrow {}

.slick_wrapper .slick-arrow.prev {
    left: 0;
}

.hp_testis 
 span.next.slick-arrow {
    right: -40px;
}

.hp_testis span.prev.slick-arrow {
    left: -40px;
}

.hp_testis span.slick-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
    transition: all .4s;
}

.hp_testis span.slick-arrow svg {
    width: 24px;
}

.hp_testis .slick_wrapper:hover span.slick-arrow {
    opacity: 1;
}
/* End HP Testi */

/* HP CTA */
.frm-tv-wrap {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px dashed #ef9d12;
}

.frm-tv-wrap label {
    color: #495a73;
    margin: 0;
}

.frm-tv-wrap input:not([type="submit"]), .frm-tv-wrap select, .frm-tv-wrap textarea {
    border: 1px solid #ccc;
    box-shadow: none !important;
    border-radius: 5px;
    margin: 10px 0;
    background: rgb(245, 245, 245);
    font-weight: normal;
}

.frm-tv-wrap input:focus, .frm-tv-wrap select:focus, .frm-tv-wrap textarea:focus {
    border: 1px solid #999;
    background: #fff;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 0;
    margin-top: 0;
    font-style: italic;
    background: none;
}

.wpcf7 .wpcf7-not-valid-tip::after {
    display: none;
}

.frm-tv-wrap input[type="checkbox"] ~ span {
    color: #000 !important;
    font-weight: normal;
}

.frm-tv-wrap .wpcf7-checkbox > span label {
    display: flex;
    align-items: center;
}

.frm-tv-wrap .wpcf7-checkbox {
    display: flex;
    margin: 10px 0 20px;
}

.frm-tv-wrap input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.frm-tv-wrap .wpcf7-checkbox > span {
    margin-right: 30px;
}

.frm-tv-wrap span.wpcf7-spinner, .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
/* End HP CTA */

/* Single Blog */
.blog-wrapper.blog-single {
    background: #F5F5F5;
    padding-top: 30px;
}

.blog-single article {

}

.blog-single article .article-inner {
    background: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
    padding: 20px;
}

.blog-single article .article-inner .entry-content {
    padding-bottom: 0;
}

.blog-single article h1.entry-title {
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-bottom: 15px;
}

.single-post-updated {
    margin-bottom: 15px;
}

.single-post-updated span {
    color: #ef9d12;
}

.blog-single article .entry-header-text {
    padding: 0;
}

.blog-single article .is-divider {
    display: none;
}

.blog-single article div#toc_container, div#toc_container {
    padding: 10px 20px;
    border: 2px dashed #ef9d12;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-single article div#toc_container a, div#toc_container a {
    color: #469ce8;
    font-weight: 600;
}

.blog-single article .entry-image .badge {
    display: none;
}

#toc_container p.toc_title {
    text-align: left;
    color: #469ce8;
}

blockquote {
    font-size: 15px;
}

.blog-single article h2, .blog-single article h3, .blog-single article h4, .blog-single article h5 {
    color: #469ce8 !important;
}

.blog-single article h2 span, .blog-single article h3 span, .blog-single article h4 span, .blog-single article h5 span {
    color: #469ce8 !important;
}

.blog-single article h2 {
    font-size: 25px;
}

.blog-single article h3 {
    font-size: 22px;
}

.blog-single article h3 em {
    font-style: normal;
}

.blog-single article h4 {
    font-size: 19px;
}

nav.rank-math-breadcrumb, nav.rank-math-breadcrumb a {
    color: #1074BE;
}

nav.rank-math-breadcrumb span.separator {
    color: #000;
}

nav.rank-math-breadcrumb a {
    font-weight: bold;
}

.blog-single article form {
    width: 95%;
    margin: 30px auto;
    background: #f0f0f0;
    border: 2px;
    border-color: #EF9D12;
    padding: 14px 20px;
}

.blog-single article a:not(.button):hover {
    text-decoration: underline;
}

.blog-single article ul {
    padding-left: 20px;
}

.author-box {
    background: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
    padding: 20px;
}

.author-box .author-box-inner {
    display: flex;
}

.author-box .image-box {
    width: 260px;
    margin-right: 30px;
    text-align: center;
    padding: 1rem;
}

.author-box .image-box img {
    width: 260px;
    border-radius: 100%;
    margin-bottom: 12px;
    box-shadow: 5px 5px 0px 0px rgb(220,220,220);
}

.author-box .image-box .contact-info {
    font-size: 14px;
}

.author-box .image-box .contact-info a {
    font-size: 14px;
    white-space: nowrap;
    color: #1073BE;
}

.author-box .author-info {
    width: calc(100% - 300px);
}

.author-box .author-info a.author-name {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    color: #1073BE;
}

.author-box .author-info .author-description {
    color: #000;
}

.author-box .author-info .author-description .contact-info {
    display: flex;
    justify-content: end;
    align-items: center;
}

.author-box .author-info .author-description .contact-info a {
    /* font-size: 14px; */
    white-space: nowrap;
    color: #1073BE;
}

.author-box .author-info .author-description .contact-info a svg {
    width: 40px;
    height: 40px;
}

.author-box .author-info .author-description .contact-info > a {
    margin-left: 20px;
    display: flex;
}

#comments .comment-respond {
    margin-top: 20px;
    background-color: transparent;
}



.adviser-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
    margin-bottom: 20px;
}

.adviser-box .adivser-info {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
}

.adviser-box .adivser-info a {
    font-weight: 700;
}

.post-sidebar-contact {
    justify-content: space-between;
}

.post-sidebar-contact .button {
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    width: calc(100% - 50px);
}

.post-sidebar-contact a.zalo {
    width: 38px;
    height: 38px;
    background: url(./assets/img/ico-zalo.png) no-repeat;
    background-size: 100%;
    background-color: #1182FC;
    border-radius: 5px;
}

div#comments {
    margin-top: 15px;
    background: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
}

#comments .comment-respond .comment-reply-title {
    display: none;
}

div#comments textarea, div#comments input[type="text"] {
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 0.3rem;
    margin-bottom: 0;
}

div#comments p.comment-notes {
    display: none;
}

div#comments h3.comments-title {
    display: none;
}

div#comments ol.comment-list {}

div#comments ol.comment-list > li {
    background: #fff;
    padding: 5px 20px 12px;
    margin-bottom: 20px;
    border-top: 1px dashed #ddd;
}

div#comments ol.comment-list > li .flex-col:first-child {
    display: none;
}

div#comments ol.comment-list > li span.says {
    display: none;
}

div#comments ol.comment-list > li cite {
    font-style: normal;
    font-size: 14px;
    color: #000;
}

div#comments ol.comment-list > li .comment-content {
    font-size: 14px;
}

div#comments ol.comment-list > li ul.children {margin-bottom: 0;}

div#comments ol.comment-list > li ul.children article {
    background: #f1f1f1;
    padding: 4px 15px 12px;
    border-radius: 10px;
}

div#comments ol.comment-list > li ul.children li {
    padding-top: 0;
}

.single-post-comments-title {
    margin: 30px 0 0;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

p.single-post-comments-sub-title {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    color: #ef9d12;
}

p.single-post-comments-sub-title span {
    color: #469ce8;
}

div#comments input[type="submit"] {
    background: url(./assets/img/send-plane-fill.svg) no-repeat #469ce8;
    margin: 0;
    border-color: #469ce8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0.3rem;
    background-size: 20px;
    background-position: 6px;
    padding-left: 34px;
}

div#comments p.form-submit {
    text-align: right;
    margin: 6px 0 0;
}

.blog-single article table:not(.table2) {
    border-left: 1px solid #fff;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
}

.blog-single article table:not(.table2) tbody tr:first-child td, .blog-single article table:not(.table2) tbody tr.header td {
    background: #469ce8 !important;
    color: #fff;
    width: auto !important;
    font-weight: bold;
}

.blog-single article table:not(.table2) tbody td {
    padding: 12px 12px;
    min-height: unset;
    height: unset !important;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #f0fcff;
    color: #000;
}

.blog-single article table:not(.table2) tbody tr:nth-child(odd) td {
    background: #cceeff;
}

.blog-single article table:not(.table2) tbody td p {
    margin-bottom: 7px;
    margin-top: 0;
}

.blog-single article table:not(.table2) tbody tr {
    height: unset !important;
}

.blog-single article table:not(.table2) tbody tr:first-child td p {
    margin: 0;
}

.single-post-related {
    background: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
    padding: 20px 30px;
    margin-top: 30px;
}

.single-post-related h3 {
    margin-bottom: 20px;
}

.single-post-related .post-item h5.post-title a {
    font-size: 15px;
    height: 44px;
}

.single-post-related .post-item .box-text {
    padding: 10px 20px;
}

.single-post-related .flickity-button {
    opacity: 1;
    bottom: unset;
    height: 100%;
    margin: 0 !important;
    top: 0;
}

.single-post-related .flickity-button.next {
    right: -18px;
    left: unset;
    transform: unset !important;
}

.single-post-related .flickity-button.previous {
    left: -18px;
    right: unset;
    transform: unset !important;
}

aside span.widget-title, span.widget-title {
    width: 100%;
    display: block;
    background: linear-gradient(to right,#1182fc96,#1182FC);
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.recent-blog-posts-li {
    margin-bottom: 0;
}

.recent-blog-posts-li .badge-inner {
    border-radius: 100%;
}

.recent-blog-posts-li .badge {
    width: 4em;
    height: 4em;
}

.recent-blog-posts-li a {
    font-size: 15px;
    color: #2d3848;
    line-height: normal;
}

.widget ul>li+li {
    border-top: 1px solid #ececec;
}

blockquote {
    font-style: normal;
    font-weight: 600;
}

/* .widget {
    margin-bottom: 0;
    margin-top: 0;
}

.widget > div {
    margin-bottom: 2em;
} */

.sidebar-services-related {
    background: #fdfdfd !important;
    padding: 1rem;
}

.sidebar-services-related a {}

.ratio-16x9 {--bs-aspect-ratio: calc(9 / 16 * 100%);position: relative;width: 100%;}

.ratio::before {
    display: block;
    padding-top: calc(9 / 16 * 100%);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-services-related a img {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-width: 100%;
}

.sidebar-services-related a p {
    color: #469ce8 !important;
    font-size: 16px;
    margin-bottom: 0 !important;
}

li.recent-service-li {
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0 !important;
}

li.recent-service-li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-single article table.table2 img {
    border-radius: 10px;
}

.blog-single article table.table2 a {
    color: #469ce8;
    line-height: normal;
    font-size: 16px;
}

.blog-single article table.table2 td {
    border: 0;
}
/* End Single Blog */

/* Category Page */
.about-tlp {
    background: #fff;
    padding: 30px 0;
}

.about-tlp .about-content {
    width: 700px;
    max-width: 100%;
    text-align: justify;
    margin: 40px 0 0;
    display: inline-block;
}

.about-content  h3 {
    text-align: center;
}

section.services-list {
    background: rgba(195, 156, 0, 0.814);
    padding: 70px 0;
    text-align: center;
}

section.services-list h2 {
    color: #fff;
    font-size: 34px;
    text-align: center;
}

section.services-list p {
    color: #fff;
}

section.services-list .c-content {
    width: 70%;
    display: inline-block;
    text-align: justify;
}

@keyframes sparkle {
    0% {
        background-position: 0px 0px,0px 0px,0px 0px
    }

    100% {
        background-position: -500px -1000px,-400px -400px,300px 300px
    }
}

@-webkit-keyframes sparkle {
    0% {
        background-position: 0px 0px,0px 0px,0px 0px
    }

    100% {
        background-position: -500px -1000px,-200px -400px,300px 300px
    }
}

.effect-sparkle {
    background-image: url("./assets/img/sparkle1.png"),url("./assets/img/sparkle2.png");
    -webkit-animation: sparkle 60s linear infinite;
    animation: sparkle 60s linear infinite;
}

.service-item {
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    transition: all .4s;
}

.service-item .box-text-content {
    padding: 10px 10px 20px;
}

.service-item .box-text-content p.service-des {
    margin: 0;
    color: #000;
    text-align: justify;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-item .box-text-content a.service-name {
    color: #000;
    font-weight: 700;
    font-size: 19px;
    padding: 10px 24px 10px;
    display: block;
    line-height: normal;
}

.service-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.category-page .wcu {
    padding: 60px 0 30px;
    background: #F5F5F5;
}

.category-page .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.category-page .post-item .box-image {
    width: 300px;
    margin-right: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.category-page .post-item .box-text-content {
    width: calc(100% - 300px);
}

.category-page .post-item .box-text-content a.service-name {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
}

.category-page .post-item .box-text-content p.service-des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.category-page .post-item .box-text-content a.service-name::before {
    content: '';
    height: 1px;
    background: #000;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.post-cat-page {
    background: #F5F5F5;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgba(0,0,0,.25);
    background: #fff;
}

.nav-pagination li > * {padding: 0 !important;line-height: 34px !important;}

.nav-pagination li span.dots {
    line-height: 28px !important;
    box-shadow: none;
}

.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End Category Page */

/* Container Center Title - Page Template */
.page-template-page-blank-title-center main {
    background-color: #F5F5F5 !important;
}

/* End Container Center Title - Page Template */

/* Rating Box */
.custom-rating-wrapper {
    background: #f8f9fa;
}

.border {
    border: 1px solid #dee2e6;
}

.border-secondary {
    border-color: #ef9d12;
}

#ContentBody_danhgiaid {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #469ce8;
}

.text-warning {
    color: #ef9d12;
}

.text-success {
    color: #198754 !important;
}

.bg-secondary {
    background-color: #ef9d12;
}

.text-white {
    color: #ffffff !important;
}

.custom-star-rating span[data-rating] {
    cursor: pointer;
}

.custom-star-rating .start-item .active {
    display: none;
}

.custom-star-rating .start-item.active .inactive, .custom-star-rating .start-item:hover .inactive {
    display: none;
}

.custom-star-rating .start-item.active .active, .custom-star-rating .start-item:hover .active {
    display: block;
    width: 30px;
    height: 30px;
}

span.rsStar {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    background: #1f75e6;
    color: #fff;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 5px;
}

span.rsStar:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(82,184,88,0);
    border-right-color: #1f75e6;
    border-width: 6px;
    margin-top: -6px;
}

.custom-star-rating textarea, .custom-star-rating input[type="text"] {
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 0.3rem;
    margin-bottom: 0;
}

.custom-star-rating a#btnrating {
    /* background: url(./assets/img/send-plane-fill.svg) no-repeat #469ce8; */
    background: #469ce8;
    margin: 0;
    border-color: #469ce8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0.3rem;
    background-size: 20px;
    background-position: 6px;
    padding-left: 34px;
    text-align: center;
}

div#kqdanhgia {
    color: green;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    display: none;
}

/* End Rating Box */

/* Single Thành Viên */
.thanhvien-single .content-wrap {
    background: #eee;
}

.thanhvien-single article ul {
    margin-bottom: 0;
}

.thanhvien-single article ul li {
    word-break: break-word;
}

.thanhvien-single .content-wrap p.info-title {
    color: #1073be;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 6px;
    margin-bottom: 10px;
}

.thanhvien-single h2 {
    font-size: 20px !important;
}

.thanhvien-single .post-thumb {
    text-align: center;
}

.thanhvien-single .post-thumb img {
    width: 70%;
    border-radius: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px -1px #469ce8;
    transition: all .4s;
}

.thanhvien-single .post-thumb img:hover {
    box-shadow: 0px 4px 20px -3px #5aacf5;
}

.thanhvien-single .author-info {
    border-radius: 10px;
    overflow: hidden;
}

.thanhvien-single .tlp-people {
    margin-top: 30px;
}

.thanhvien-single .tlp-people strong.iht-title {
    color: #469ce8;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}

.thanhvien-single .tlp-people h4 {
    font-size: 16px;
}

.thanhvien-single .tlp-people .team_item img {
    width: 250px;
    height: 250px;
}


/* End Single Thành Viên */

/* Footer */
#footer, #footer a {
    font-size: 14px;
}

#footer ul li {
    list-style: none;
    margin: 0 0 7px 0;
    padding-left: 20px;
    background: url(./assets/img/arrow-right-double-line.svg) no-repeat;
    background-position: 0 6px;
    background-size: 10px;
}

#footer a:hover {
    color: #1073BE;
}

#footer p.footer-col-title {
    margin-bottom: 20px;
    color: #1073BE;
    font-weight: 700;
    font-size: 18px;
}

#footer .fcp {
    background: rgb(117,117,117);
    font-size: 12px;
    color: #fff;
    padding: 15px;
}

#footer .absolute-footer {
    display: none;
}


/* End Footer */

/*** Start Bootstrap *********************************************/
.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

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

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

.d-inline-flex {
    display: inline-flex !important;
}

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.m-0 {
    margin: 0 !important;
}

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

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

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

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

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

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

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

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

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

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

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

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

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

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

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

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

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-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;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

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

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

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

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

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

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

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

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

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

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

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

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

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

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

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

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

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

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

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

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

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

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

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

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

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

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

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

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

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

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

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

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

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

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

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

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

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

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 { font-size: 2.3rem !important; }
    .fs-2 { font-size: 1.8rem !important; }
    .fs-3 { font-size: 1.65rem !important; }
    .fs-4 { font-size: 1.55rem !important; }
    .fs-se-1 { font-size: 2.3rem !important; }
    .fs-se-2 { font-size: 1.8rem !important; }
    .fs-se-3 { font-size: 1.65rem !important; }
    .fs-se-4 { font-size: 1.55rem !important; }
    .fs-sm-1 { font-size: 2.3rem !important; }
    .fs-sm-2 { font-size: 1.8rem !important; }
    .fs-sm-3 { font-size: 1.65rem !important; }
    .fs-sm-4 { font-size: 1.55rem !important; }
    .fs-md-1 { font-size: 2.3rem !important; }
    .fs-md-2 { font-size: 1.8rem !important; }
    .fs-md-3 { font-size: 1.65rem !important; }
    .fs-md-4 { font-size: 1.55rem !important; }
    .fs-lg-1 { font-size: 2.3rem !important; }
    .fs-lg-2 { font-size: 1.8rem !important; }
    .fs-lg-3 { font-size: 1.65rem !important; }
    .fs-lg-4 { font-size: 1.55rem !important; }

    .border-xl { border: 1px solid #dee2e6 !important; }
    .border-xl-0 { border: 0 !important; }
    .border-top-xl { border-top: 1px solid #dee2e6 !important; }
    .border-top-xl-0 { border-top: 0 !important; }
    .border-end-xl { border-right: 1px solid #dee2e6 !important; }
    .border-end-xl-0 { border-right: 0 !important; }
    .border-bottom-xl { border-bottom: 1px solid #dee2e6 !important; }
    .border-bottom-xl-0 { border-bottom: 0 !important; }
    .border-start-xl { border-left: 1px solid #dee2e6 !important; }
    .border-start-xl-0 { border-left: 0 !important; }
    .border-xl-primary { border-color: #469ce8 !important; }
    .border-xl-secondary { border-color: #f7b119 !important; }
    .border-xl-success { border-color: #198754 !important; }
    .border-xl-info { border-color: #1474ef !important; }
    .border-xl-warning { border-color: #ffc107 !important; }
    .border-xl-danger { border-color: #dc3545 !important; }
    .border-xl-light { border-color: #f8f9fa !important; }
    .border-xl-dark { border-color: #212529 !important; }
    .border-xl-white { border-color: #ffffff !important; }

    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

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

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

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

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

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

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

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

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

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

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

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

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

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

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

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

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

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

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

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

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

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

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

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

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

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

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
}

@media screen and (max-width: 768px) and (min-width: 200px){
    .hp_tlp_number .item p:nth-child(3) {
        font-size: 16px;
    }

    .hp_slider_sec h3 {
        font-size: 30px;
    }

    .hp_slider_sec .button {
        font-size: 15px;
        padding: 4px 10px;
    }

    .hp_slider_sec img {
        height: auto;
        margin-top: 30px;
    }

    .hp_missions .icon-box-text strong {
        font-size: 22px;
    }

    .hp_members .team_item:nth-child(2) .box {
        margin: 0;
    }

    .testi_item {
        padding-bottom: 0;
    }

    .testi_item .col-inner {
        min-height: unset;
    }

    .frm-tv-wrap .wpcf7-checkbox {
        flex-wrap: wrap;
    }

    .about-tlp .about-content {
        padding: 0 15px;
    }

    section.services-list h2 {
        font-size: 24px;
    }

    section.services-list .c-content {
        width: 100%;
    }

    .blog-single article h1.entry-title {
        font-size: 20px;
    }

    .blog-single article h2 {
        font-size: 20px;
    }

    .blog-single article ul {
        padding-left: 10px;
    }

    .blog-single article .button {
        font-size: 14px;
    }

    .single-post-two-btns-box {
        flex-wrap: wrap;
    }

    .blog-single article form {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .author-box .author-box-inner {
        flex-wrap: wrap;
    }

    .author-box .image-box {
        width: 100%;
    }
    
    .author-box .author-info {
        width: 100%;
    }
    
    .author-box .author-info a.author-name {
        text-align: center;
    }
    
    .author-box .author-info .author-description {
        text-align: justify;
    }
    
    .author-box .author-info .author-description .contact-info {
        text-align: left;
        font-size: 15px;
        justify-content: left;
    }
    
    .author-box .author-info .author-description .contact-info > a:first-child {
        margin-left: 0;
    }

    #ContentBody_lbgetrating {
        font-size: 34px;
        line-height: 34px;
    }

    .custom-star-rating .rating-title {
        display: none;
    }

    .custom-star-rating span[data-rating] svg {
        width: 24px !important;
    }

    p.single-post-comments-sub-title {
        font-size: 15px;
    }

    .thanhvien-single .author-info ul {
        padding-left: 20px;
    }

    .category-page .post-item .box-image {
        width: 40%;
        margin-right: 20px;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #e3e3e3;
    }

    .category-page .post-item .box-text-content {
        width: 60%;
    }

    .category-page .post-item .box-image .ratio::before {
        padding-top: calc(12 / 16 * 100%);
    }
}