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

/** Fonts Barlow Condensed **/

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Thin.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-ThinItalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-ExtraLight.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Light.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-LightItalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Regular.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Ialic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Medium.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-MediumIalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-SemiBold.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-SemiBoldIalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Bold.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-BoldIalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-ExtraBold.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-ExtraBoldIalic.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-Black.ttf");
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BarlowCondensed/BarlowCondensed-BlackIalic.ttf");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 20px;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}

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

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

/** Header **/

/** Nav **/

.nav-spacing-xlarge > li {
    margin: 0 20px;
}

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

/** Breadcrumbs **/

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs span i,
.breadcrumb span i {
    font-size: 13px;
}

.breadcrumbs a {
    color: #ec1f2c;
}

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

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

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

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

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

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

/** Footer **/

#footer {
    color: #FFF;
    background: #4F4F4F;
}

#footer a {
    color: #FFF;
}

#footer .sidebar-wrapper .widget  {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}

#footer p {
    margin-bottom: 0;
}

#footer h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Roboto", sans-serif;
}

#footer ul li {
    margin: 0;
    display: inline-block;
    position: relative;
    padding-left: 22px;
}

#footer ul li::before {
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    top: 5px;
    left: 0;
}

#footer ul li:nth-child(2):before {
    content: "\f0e0";
}

#footer ul li:not(:last-child) {
    padding-right: 30px;
}

#footer ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 12px;
    width: auto;
    height: 20px;
    border-right: 1px solid #FFF;
}

.footer-reserved >.col-inner {
    display: flex;
    justify-content: end;
}

#footer .social-icons {
    margin-left: 25px;
}

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

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

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

#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 40px;
    background: #EC1F2C;
}

/** Widget **/

.widget .is-divider {
    background: transparent;
    margin: 5px;
}

span.widget-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
}

.post-sidebar .widget-area {
    padding: 30px 20px;
    border-radius: 0px;
    border: 1px solid #DDDDDDCC;
    background: linear-gradient(0deg, #F7F9FB, #F7F9FB);
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

/** Page Contact **/

.gg-map p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

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

form input[type="submit"] {
    height: 40px;
    padding: 0px 30px;
    border-radius: 5px;
}

/** Blog **/

h1.page-title {
    font-size: 50px;
    color: #101010;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}

.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post .heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}

#post-list .post-item .col-inner {
    padding-bottom: 25px;
    border-bottom: 1px dashed #DDD;
}

.post-item .box .post-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box-text a.button {
    color: #101010;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #101010;
    text-transform: none;
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}

/** Page Home **/

.hello-content {
    top: 0;
    position: absolute;
    left: calc(50% - 600px);
}

.title-hello h4 {
    color: #FFF;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

.hello-content h2 {
    color: #EC1F2C !important;
    font-size: 128px;
    font-weight: 600;
    line-height: 140px;
    margin-bottom: 15px;
}

.hello-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

.hello-content .ux-menu .ux-menu-link__link {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 40px;
    border-top: 1px solid #5B5B5B;
}

.hello-content .ux-menu .ux-menu-link__link:hover {
	color: #ec1f2c;
}

.hello-content .ux-menu .ux-menu-link__link::before {
    content: "\e20a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    font-size: 22px;
    left: 0;
}

.btn-detail {
    color: #FFF !important;
    margin: 0;
    margin-top: 25px;
}

.btn-detail .icon-angle-right::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}

.block__element_head .heading {
    color: #757575;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    margin-bottom: 0px;
}

.block__element_head h3 {
    color: #4C4C4C;
    font-size: 55px;
    font-weight: 600;
    line-height: 66px;
    text-align: left;
}

.block__element_head h3 span {
    color: #EC1F2C;
}

.content-about {
    padding-left: 25px;
    border-left: 1px solid #EC1F2C;
}

.content-about p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.menu-about {
    background: #F4F4F4;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

.menu-about.stack-col {
    flex-direction: row;
    justify-content: space-around;
}

.menu-about .menu-item {
    display: initial;
}

.menu-about .menu-item .ux-menu-link__link {
    padding-top: 0px;
    padding-bottom: 0px;
    display: initial;
}

.menu-about .menu-item .ux-menu-link__link:hover {
	color: #ec1f2c;
}

.menu-about .menu-item .ux-menu-link__text {
    font-size: 32px;
    font-weight: 500;
    line-height: 70px;
}

.heading-live h2 {
    font-size: 55px;
    font-weight: 600;
    line-height: 66px;
}

.list-live >.col-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.live_item {
    display: flex;
    background: #343434;
    padding: 25px 20px;
    position: relative;
}

.live_item:hover {
	background: #ec1f2c;
	cursor: pointer;
}

.live_item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #777777;
    position: absolute;
    font-size: 25px;
    top: calc(50% - 22px);
    right: 20px;
}

.live_item:hover::before {
	color: #FFF;
}

.live_item:hover .live_number p {
	background: #c90a16;
}

.live_item:hover p {
	color: #FFF;
}

.live_number {
    padding-right: 25px;
}

.live_number p {
    width: 73px;
    height: 73px;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    background: #282828;
    color: #EC1F2C;
    text-align: center;
    line-height: 73px;
}

.live_item h4 {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 5px;
}

.live_content p {
    color: #A4A4A4;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.live_item:hover .live_content p {
	color: rgb(255 255 255 / 80%);
}

.list-live.list-date > .col-inner::before {
    content: "";
    width: auto;
    height: 100%;
    position: absolute;
    border-left: 1px solid #C3C3C3;
    top: 0;
    left: 140px;
}

.live-date_item {
    display: flex;
    height: 123px;
    gap: 35px;
}

.live-date_item .live_date {
    display: flex;
    align-items: center;
}

.live-date_item .live_date p {
    color: #4C4C4C;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.08em;
    text-align: right;
    width: 125px;
    position: relative;
}

.live-date_item .live_date p::before {
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 10px;
    top: calc(50% - 15px);
    right: -22px;
    position: absolute;
    color: #343434;
}

.live-date_content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.live-date_content a {
    color: #B0B0B0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: underline;
}

.live-date_content a:hover {
	color: #ec1f2c;
}

.heading-gallery h2 {
    color: #4C4C4C;
    font-size: 48px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
}

.sec-passion h2 {
    font-size: 64px;
    font-weight: 500;
    line-height: 76.8px;
}

.sec-passion p {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

/** Bio **/

.bio-content h2 {
    font-size: 128px;
    font-weight: 600;
    line-height: 150px;
    margin-bottom: 10px;
}

.bio-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

.content-career h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
}

.content-career .text-career {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.text-career h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: 43px;
    position: relative;
}

.text-career h4::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    top: 15px;
    left: -35px;
}

.text-career p {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}

/** Tour **/

.item-tour {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tour_date {
    flex-basis: 250px;
    max-width: 250px;
    display: flex;
    align-items: center;
}

.tour_date span {
    color: #FFF;
    font-size: 23px;
    font-weight: 300;
    line-height: 27.6px;
    letter-spacing: 0.12em;
    position: relative;   
}

.tour_date span::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;
}

.tour-content {
    color: #FFF;
    margin-right: 100px;
    padding: 80px 50px;
    flex-basis: calc(100% - 250px);
    max-width: calc(100% - 250px);
    position: relative;
}
.tour-content::before {
    content: "";
    position: absolute;
    width: 85px;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    left: -85px;
    top: 50%;
}
.tour-content::after {
    content: "";
    background: url("assets/images/img_dianhac.png") no-repeat center / contain;
    position: absolute;
    top: 0px;
    right: -90px;
    width: 90px;
    height: 100%;
}

.tour-content h4 {
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 10px;
}

.tour-content p {
    color: #A4A4A4;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 0;
    padding-left: 32px;
    position: relative;
}

.tour-content p::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.tour-content p:last-child:before {
    content: "\f8eb";
}

.tabbed-content h4 {
    color: #FFF;
    font-size: 55px;
    font-weight: 500;
    line-height: 63px;
}

.tabbed-content .nav-pills > li {
    margin-left: 15px;
    margin-right: 15px;
}

.tabbed-content .nav-pills > li > a {
    color: #FFF;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 0px;
    border: 1px solid #FFF;
}

.tabbed-content .nav-pills > li.active a {
    background: #EC1F2C;
    border-color: #EC1F2C;
}

.tabbed-content .nav-pills > li > a span {
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
}

.tab-panels .quote-content {
    width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
}

.tab-panels .quote-content::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 40px;
    color: #EC1F2C;
    top: -30px;
    left: -40px;
}

.tab-panels .quote-content::after {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 40px;
    color: #EC1F2C;
    bottom: -30px;
    right: -40px;
}

.tab-panels .quote-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
}

.gallery_training .gallery-col .box-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 15px;
    border-left: 3px solid #EC1F2C;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    /** Footer **/
    #footer p {
        font-size: 14px;
    }
    #footer ul li {
        font-size: 15px;
    }
    #footer ul li::before {
        font-size: 14px;
        top: 3px;
    }
    .footer-reserved > .col-inner {
        justify-content: center;
    }
    #footer ul li:not(:last-child)::after {
        height: 15px;
    }
    #footer .social-icons {
        margin-left: 15px;
    }
    /** Home **/
    .hello-content {
        position: initial;
    }
    .title-hello h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .title-hello h4 span.is-divider {
        max-width: 65px !important;
    }
    .hello-content h2 {
        font-size: 60px;
        line-height: 90px;
    }
    .hello-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .hello-content .ux-menu .ux-menu-link__link {
        font-size: 18px;
        line-height: 25px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 35px;
    }
    .hello-content .ux-menu .ux-menu-link__link::before {
        font-size: 18px;
    }
    .btn-detail {
        margin-top: 15px;
    }
    .tabbed-content h4 {
        font-size: 25px;
    }
    .tabbed-content .nav-pills > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tabbed-content .nav-pills > li > a span {
        font-size: 18px;
        line-height: 40px;
    }
    .block__element_head .heading {
        font-size: 26px;
        line-height: 30px;
    }
    .block__element_head h3 {
        font-size: 35px;
        line-height: 60px;
    }
    .menu-about .menu-item .ux-menu-link__text {
        font-size: 18px;
        line-height: 60px;
    }
    .content-about {
        padding-left: 20px;
    }
    .content-about p {
        font-size: 18px;
        line-height: 28px;
    }
    .sec-passion h2 {
        font-size: 35px;
        line-height: 60px;
    }
    .sec-passion p {
        font-size: 18px;
        line-height: 30px;
    }
    .live_item h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .live_content p {
        font-size: 18px;
        line-height: 20px;
    }
    .live_number {
        padding-right: 15px;
    }
    .live_number p {
        width: 60px;
        height: 60px;
        font-size: 27px;
        line-height: 60px;
    }
    .live-date_item .live_date p {
        width: 90px;
        font-size: 16px;
        line-height: 25px;
    }
    .list-live.list-date > .col-inner::before {
        left: 106px;
    }
    .live-date_content p {
        font-size: 16px;
        line-height: 22px;
    }
    .live-date_item {
        height: 140px;
        gap: 30px;
    }
    .live-date_content a {
        font-size: 16px;
    }
    .live-date_item .live_date p::before {
        font-size: 8px;
        top: calc(50% - 12px);
        right: -21px;
    }
    .heading-live h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .heading-gallery h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .heading-gallery p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .bio-content h2 {
        font-size: 65px;
        line-height: 95px;
    }
    .bio-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .content-career h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .text-career h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .text-career h4::before {
        left: -30px;
    }
    .content-career .text-career {
        padding-left: 25px;
    }
    .text-career p {
        font-size: 18px;
        line-height: 30px;
    }
	.item-tour {
		position: relative;
		padding-top: 40px;
  		padding-bottom: 40px;
	}
	.tour_date {
		position: absolute;
	  	top: -15px;
	  	left: 16px;
	}
	.tour_date span {
		font-size: 18px;
	}
	.tour_date span::before {
		left: -35px;
	}
	.tour-content {
		margin-right: 60px;
		padding: 15px;
		flex-basis: calc(100% - 60px);
		max-width: calc(100% - 60px);
	}
	.tour-content::after {
		top: 0px;
		right: -50px;
		width: 50px;
	}
	.tour-content h4 {
		font-size: 22px;
  		line-height: 35px;
	}
	.tour-content p {
		font-size: 15px;
		line-height: 25px;
		padding-left: 20px;
	}
	.tour-content p::before {
		font-size: 12px;
	}
	.list-tour .is-border {
		margin-left: 10px !important;
	}
}