/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--fs-color-secondary);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--fs-color-secondary);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
nav.rank-math-breadcrumb p,nav.rank-math-breadcrumb p a {
    margin: 0;
    color: #F5F5F5;
    font-size: 16px;
}

nav.rank-math-breadcrumb p span.separator {
    margin: 0 15px;
}
ul.header-nav.header-nav-main li > ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #1c48c1;
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}
ul.header-nav.header-nav-main > li> .sub-menu {
    left: 0;
    top: 100%;
}

ul.header-nav.header-nav-main > li >.sub-menu {
    opacity: 0; 
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg); 
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid #1c48c1;
}

ul.header-nav.header-nav-main > li >.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}
ul.header-nav.header-nav-main > li.current-dropdown >.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);

}
ul.header-nav.header-nav-main > li >.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: var(--fs-color-secondary);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
ul.header-nav.header-nav-main > li >.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}
ul.header-nav.header-nav-main > li >.sub-menu li a:hover{
    color: #fff !important;
}
/*  */
ul.header-nav.header-nav-main > li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.header-nav.header-nav-main > li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%                                                                         ;
}

ul.header-nav.header-nav-main > li .sub-menu > li {
    position: relative;
}

ul.header-nav.header-nav-main > li .sub-menu > li {
    width: 100%;
}

ul.header-nav.header-nav-main > li .sub-menu >li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
ul.header-nav.header-nav-main li > ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after, 
.nav-dropdown-has-arrow li.has-dropdown:before
{
    display: none;
}
ul.header-nav.header-nav-main .icon-angle-down:before{
    display: none;
}
ul.header-nav.header-nav-main > li.has-dropdown > a > i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%23000000"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}
.absolute-footer {
    padding: 10px 0 !important;
}

.copyright-footer {
    color: #fff;
    font-size: 14px;
}
.ss_footer a.ux-menu-link__link.flex {
    font-size: 13px;
}

.ss_footer  .social-icons >span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ss_footer .social-icons 
 a.icon.button {
    width: 32px;
    height: 32px;
    background: var(--fs-color-secondary);
    border-radius: 0 !important;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 11px;
    margin-bottom: 0;
}
.ss_footer a.hotline {
    background: none;
    height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 1px solid var(--fs-color-secondary);
}

.ss_footer a.hotline i.icon-phone {
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--fs-color-secondary);
    margin: 0;
    top: 0;
}

.ss_footer a.hotline span {
    padding: 0 20px;
    color: #ffffff;
    font-size: 14px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    transition: .4s;
}

.ss_footer a.hotline:hover span {
    color: #ffffff;
    box-shadow: 0 0 0 3em var(--fs-color-secondary) inset;
    transition: .4s;
}
/* Title */
.page-header-wrapper .title-content {
    display: none;
}
.page-header-wrapper h1.entry-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
}
.border_5{
    border-radius: 5px;
    overflow: hidden;
}
.form_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
}

.page_contact form .wpcf7-form-control {
    margin-bottom: 6px;
    background: #f2f2f2;
    border: none;
    box-shadow: none;
    height: 46px;
    font-size: 14px;
}

.page_contact form .wpcf7-form-control.wpcf7-submit {
    background-color: var(--fs-color-secondary);
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
/* Blog */
.list_post .box .box-text {
    padding: 10px 0 10px;
}

.list_post .box .box-text .post-title {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.list_post .box .box-text .box_date {
    margin: 5px 0;
    color: #000;
}
a.button_custome_link {
    font-weight: bold;
    color: var(--primary-color);
}
.post-sidebar aside span.widget-title {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
}

.widget .is-divider {
    display: none;
}

.post-sidebar aside span.widget-title:after,.post-sidebar aside span.widget-title:before {
    position: absolute;
    content: "";
    background-color: var(--fs-color-secondary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.post-sidebar aside span.widget-title:after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}

.post-sidebar aside span.widget-title:before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
.widget_categories li a {
    font-weight: 500 !important;
}

.widget_categories li a:before {
    content: "\f105";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 14px;
}
.widget_categories li a:hover{
    color: var(--fs-color-secondary);
}
.item-populars {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.item-populars .item-popular {
    display: flex;
    gap: 10px;
}
.item-populars .item-popular .thumbnail {
    width: 100px;
    min-width: 100px;
}

.item-populars .item-popular  a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

.item-populars .item-popular .thumbnail img {
    aspect-ratio: 16/10;
    border-radius: 4px;
    object-fit: cover;
}

.item-populars .item-popular span.post-date {
    font-size: 14px;
    color: #ccc;
}
.page_archive {
    padding-top: 30px;
}
.list_post .box {
    display: flex;
    gap: 20px;
}

.list_post .box .box-image {
    min-width: 40%;
}

.list_post .post-item {
    margin-bottom: 30px;
}

.list_post .post-item .box-text {
    padding: 0;
}
.list_post .post-item .box-text .cat {
    color: var(--fs-color-secondary);
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.page_header2 .title-content {
    display: block !important;
}
.page-header-wrapper p.lead {
    color: #891634;
    font-size: 17px;
    margin-top: 20px;
    font-weight: bold;
}
.page-header-wrapper .page-title-inner {
    padding-top: 0 !important;
}
.box.box_icon {
    display: flex;
    justify-content: end;
}

.box.box_icon .box-image {
    width: calc(50% + 60px);
    min-width: calc(50% + 60px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.box.box_icon .box-text {
    padding: 0;
    padding-top: 120px;
    text-align: left;
    width: 50%;
    min-width: 50%;
}

.box.box_icon .box-text .box-text-inner {
    margin-left: -60px;
    padding: 0 60px;
    background: #fff;
    position: relative;
}
.box.box_icon .box-text  .content {
    padding: 240px 0 120px;
}

.box.box_icon .box-image img {
    height: 100%;
    object-fit: cover;
}

.box.box_icon .box-image * {
    height: 100%;
}
.box.box_icon .box-text .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px !important;
    height: 120px;
    background-color: #182335;
    padding: 30px;
}
.page-header-wrapper h1.entry-title span {
    color: #891634;
}
.box.box_icon.box_right {
    justify-content: start;
}

.box.box_icon.box_right .box-image {
    right: 0;
    left: auto;
}

.box.box_icon.box_right .box-text .box-text-inner {
    margin-right: -60px;
    margin-left: 0;
}

.box.box_icon.box_right .box-text .icon {
    left: auto;
    right: 0;
}
.dv-idvideo-youtube-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.80);
    display: none;
}
.dv-idvideo-youtube {
    position: relative;
    background: #000;
    display: none;
    width: 800px;
    height: 450px;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
.dv-idvideo-youtube iframe {
    width: 100%;
    height: 100%;
}
.dv-idvideo-youtube a.close_vdeo {
    background: url(/wp-content/uploads/2025/07/fotorama.png) no-repeat;
    width: 32px;
    height: 32px;
    top: -25px;
    right: -25px;
    background-position: -64px 0;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 999;
}
.dv-idvideo-youtube-cont.actii {
    display: flex;
}a.home_video img {
    border-radius: 10px;
    overflow: hidden;
}

a.home_video {
    position: relative;
}

a.home_video:after {
    cursor: pointer;
    width: 61px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjEyNDExIDAuNzcwODM2TDQuMzY2ODkgMC43OTM5MjJDNC44MDU1OCAwLjg2MDMwMyA1LjM5ODkxIDEuMDU5NTUgNS45MjUwNyAxLjI2NzQ5QzguMzE3MjMgMi4xOTY5NiAxMy4wMDAyIDUuMzQxODIgMTQuNzg5OSA3LjI0OTI1TDE1LjMxMTYgNy44MDYyNEwxNS40OTc2IDguMDIxMjdDMTUuODc4MSA4LjUwMzU4IDE2LjA3NzUgOS4wOTQ3NiAxNi4wNzc1IDkuNzAwMjNDMTYuMDc3NSAxMC4yNzAyIDE1Ljg5ODkgMTAuODMzIDE1LjU1NjIgMTEuMjk4OUMxNS40NjQyIDExLjQyNDIgMTUuMzU1OSAxMS41NDQgMTUuMTE0OSAxMS44MDE0TDE0LjQ4NTUgMTIuNDU2NUMxMi41OTAxIDE0LjMwODEgOC40ODggMTcuMDU0MiA2LjE1ODczIDE4LjAzNDFDNS41MTE5MyAxOC4zMDU2IDQuNTgxODIgMTguNjE0OCA0LjEzOTA4IDE4LjYyNDdDMy4xMDA5NSAxOC42NTc2IDIuMTI0MTUgMTguMDg0NyAxLjY0Mzk4IDE3LjE1NzFDMS41MTgxMSAxNi45MTI3IDEuMzYxMDQgMTYuMzMzIDEuMjQyODEgMTUuNzg5MUwxLjEyNDA1IDE1LjE3NzRDMC45MDc0NDkgMTMuODQ1OSAwLjc5MDIxNyAxMS44MjUgMC43OTI1MTQgOS43MDE5MUwwLjc5NTc0NSA5LjAyODk1QzAuODE3MTY5IDcuMDI3OTMgMC45NDM2NDUgNS4yMDQ1IDEuMTYxMSA0LjAxODg0QzEuMjQ3NjkgMy41MzYzOSAxLjQ0MDIxIDIuNzA1NjkgMS41NTE1NyAyLjQzNjU5QzEuNzkzNzggMS44NTUyOCAyLjIzMDY3IDEuMzg1NzcgMi43NzE4OCAxLjA5NjA0QzMuMTkwMDEgMC44NzA0NzEgMy42NjQzMSAwLjc1NTA2MiA0LjEyNDExIDAuNzcwODM2Wk00LjczNzI0IDQuMjk4ODdMNC40NDc1NCA0LjE5Mzc4TDQuMzg2MzUgNC40ODc2NEw0LjMwNzEyIDQuOTUxNjNDNC4xNDIxOCA2LjA3NzYyIDQuMDQ2NDIgNy44MjcxMSA0LjA0ODM0IDkuNzAxOTlMNC4wNTE2NiAxMC4zNTIzQzQuMDcxMSAxMi4wNzEzIDQuMTc0MzMgMTMuNjUwNyA0LjMzNjYxIDE0LjY0ODRMNC40NDk3MSAxNS4xOTYzTDQuODk3NDMgMTUuMDMyNkM2Ljk1ODU0IDE0LjE2NTUgMTEuMDQ5MiAxMS4zOTE4IDEyLjQzNDUgOS44OTgyNUwxMi42MjE4IDkuNjk2MTFMMTIuMTI3MyA5LjE4NjgzQzEwLjQ2NjIgNy41OTYyNyA2LjU3MjMgNS4wMTE5MSA0LjczNzI0IDQuMjk4ODdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    position: absolute;
    z-index: 3;
    min-width: 61px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background-color: #ffc20e;
    border-radius: 8px;
    content: "";
}
.page_title p {
    font-size: 20px;
    font-weight: bold;
    color: #d33;
}

.page_title h2 {
    margin-bottom: 10px;
}
.icon-box.box_icon .icon {
    border: 2px solid #891634;
    border-radius: 50%;
}

.icon-box.box_icon 
 img {
    padding: 0;
}
p.title-form-tl {
    margin-bottom: 15px !important;
    font-size: 18px;
}

p.title-form-tl span {
    background: #891634;
    color: white;
    width: 320px;
    display: block;
    padding: 2px 8px;
    font-size: 18px !important;
    margin-bottom: 4px;
}
/* Home */
.home_bottom h2 {
    font-size: 25px;
    font-weight: 400;
}

.home_bottom a.button.primary {
    margin: 0;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.home_bottom a.button.primary:after,.home_bottom a.button.primary:before {
    content:"";
    height: 2px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    width: 3.5em;
}

.home_bottom a.button.primary:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    z-index: 1;
}

.home_bottom a.button.primary:before {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 1;
}

.home_bottom a.button.primary:hover:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation: underlineHover .4s ease-in-out forwards;
    -moz-animation: underlineHover .4s ease-in-out forwards;
    animation: underlineHover .4s ease-in-out forwards;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.home_bottom a.button.primary:hover:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation: underlineHover .4s ease-in-out forwards;
    -moz-animation: underlineHover .4s ease-in-out forwards;
    animation: underlineHover .4s ease-in-out forwards;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.home_bottom a.button.primary:hover {
    color: #d11714 !important;
}
.box.box-blog-post .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.box-blog-post .is-divider {
    display: none;
}

p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.box.box-blog-post a.button.secondary {
    border-radius: 2px;
    text-transform: inherit;
    font-weight: 500;
    font-size: 15px;
}
.home_contact p.titl1 {
    font-size: 14px;
    font-weight: 600;
    color: #992624;
}

.home_contact p.titl2 {
    color: var(--primary-color);
    margin: 10px 0 15px;
    font-size: 24px;
    line-height: 1.3;
}
.container.section-title-container {
    margin-bottom: 0;
}

.section-title.section-title-normal {
    margin: 0;
    border: none;
}

.section-title span.section-title-main {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 25px;
    font-weight: 500;
}

.section-title.section-title-normal a i {
    display: none;
}

.section-title.section-title-normal a {
    color: #992624;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 15px;
}

.section-title.section-title-normal a:before {
    content: "";
    height: 1px;
    background: black;
    width: 3.5em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .8em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 1;
    background-color: #992624;
}

.section-title.section-title-normal a:hover:before {
    background: #B07C4B;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation: underlineHover .4s ease-in-out forwards;
    -moz-animation: underlineHover .4s ease-in-out forwards;
    animation: underlineHover .4s ease-in-out forwards;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.section-title.section-title-normal a:hover {
    color: #B07C4B;
}
.home-course .box .box-text h4 {
    font-size: 26px;
    margin: 15px 0;
    font-weight: 500;
    color: #992624;
}

.home-course .box .box-text p {
    color: #7a7a7a;
    font-size: 16px;
}
.home-field .box  .icon-box {
    position: absolute;
    bottom: 100%;
    left: 30px;
    width: calc(100% - 30px);
    background: #bc924c;
    align-items: center;
}
.home-field .box .icon-box .icon-box-img {
    padding: 10px;
    background: #992624;
}

.home-field .box .icon-box .icon-box-img img {
    padding: 0;
}

.home-field .box .icon-box  p {
    font-size: 24px;
}

.home-field .box  h3 {
    color: #992624 !important;
    font-weight: 500;
}
.home-about .box_icon .content a {
    color: #992624;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

.home-about .box_icon .content a:before {
    content: "";
    height: 1px;
    background: black;
    width: 3.5em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .8em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-animation: underline .4s ease-in-out forwards;
    -moz-animation: underline .4s ease-in-out forwards;
    animation: underline .4s ease-in-out forwards;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 1;
    background-color: #992624;
}

.home-about .box_icon .content a:hover:before {
    background: #B07C4B;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation: underlineHover .4s ease-in-out forwards;
    -moz-animation: underlineHover .4s ease-in-out forwards;
    animation: underlineHover .4s ease-in-out forwards;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.home-about .box_icon .content .text-1 {
    color: #992624;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.home-about .box_icon .content .text-2 {
    color: #bc924c;
    font-size: 22px;
}
.home-about .box_icon .content {
    width: 600px;
    max-width: 100%;
    margin-left: 0px;
}
.home-about .box_icon.box_right .content{
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0px;
}

/* Slider home  */
.slider-container {
    position: relative;
    overflow: hidden;
    height: 500px;
    
  }
  
  .slide-home{
    position: absolute;
    top: 50%;
    right: 0;
  }
  .slide-home > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  
  .slide-home.active > *{
    opacity: 1;
    transform: translateY(0);
  }
  .slide-home .text-1,.slide-home .text-3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.slide-home .text-2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.slide-home .text-1{
    transition-delay: .2s;
}
.slide-home .text-2{
    transition-delay: .4s;
}
.slide-home .text-3{
    transition-delay: .6s;
}
.slide-home a{
    transition-delay: .7s;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.slide-home a:before {
    content: "";
    height: 2px;
    width: 60px;
    background: #fff;
}
.slide-home:after {
    content: "";
    top: calc(100% + 10px);
    right: 0;
    height: 30px;
    width: 2px;
    background: #bc924c;
    position: absolute;
    transition: .5s;
}

.slide-home:nth-child(2):after {
    top: calc(100% + 50px);
}
.slide-home:nth-child(3):after {
    top: calc(100% + 90px);
}
.slide-home.active:after{
background: #fff !important;
width: 3px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .list_post .box {
        flex-flow: column;
    }
    
    .list_post .box .box-image {
        min-width: 100%;
    }
    .page-header-wrapper h1.entry-title {
        font-size: 24px;
    }
    
    .box.box_icon {
        flex-flow: column;
    }
    
    .box.box_icon .box-image {
        position: relative;
        width: 100%;
        min-width: 100%;
    }
    
    .box.box_icon .box-text {
        min-width: 100% !important;
        padding: 0;
    }
    
    .box.box_icon .box-text .box-text-inner {
        margin: 0 !important;
        padding: 0 30px;
    }
    
    .box.box_icon .box-text .icon {
        width: 80px !important;
        height: 80px;
        padding: 20px;
    }
    
    .box.box_icon .box-text .content {
        padding: 120px 0 60px;
    }
    .home-about .box_icon .content .text-2 {
        font-size: 18px;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ffcc32 rgba(217, 217, 217, 0.1);
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(163,169,181,1) 27%, rgba(188,194,208,1) 74%, rgba(0,0,0,1) 100%);
}

*::-webkit-scrollbar-thumb {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(163,169,181,1) 27%, rgba(188,194,208,1) 74%, rgba(0,0,0,1) 100%);
    border-radius: 20px;
    border: 5px solid rgba(217, 217, 217, 0.1);
}