/* .header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper{
    box-shadow: none !important;
} */
:root {
    --bg-gradien: linear-gradient(270deg, var(--primary-color) 0, #000 100%);
}
@font-face {
    font-family: "Google Sans";
    font-weight: 400;
    font-style: normal;
    src: url("https://file.hstatic.net/200000862949/file/googlesans-regular_46e855ff3c924bcd9a7f11f2bcbf1b6e.otf") format("opentype"); }
  
  @font-face {
    font-family: "Google Sans";
    font-weight: 400;
    font-style: italic;
    src: url("https://file.hstatic.net/200000862949/file/googlesans-italic_b5977dcb06374ddebe155222002374ed.otf") format("opentype"); }
  
  @font-face {
    font-family: "Google Sans";
    font-weight: 500;
    font-style: normal;
    src: url("https://file.hstatic.net/200000862949/file/googlesans-medium_1396cfb46b194906910bef009e0b880d.otf") format("opentype"); }
  
  @font-face {
    font-family: "Google Sans";
    font-weight: 500;
    font-style: italic;
    src: url("https://file.hstatic.net/200000862949/file/googlesans-mediumitalic_03ca2c3b7ea54161a4a5cfd6ecac49b5.otf") format("opentype"); }
  
  @font-face {
    font-family: "Google Sans";
    font-weight: 700;
    font-style: normal;
    src: url("https://file.hstatic.net/200000862949/file/googlesans-bold_5abd41b721864a5c87f0c65c4c53de1d.otf") format("opentype"); }
  
  @font-face {
    font-family: "Google Sans";
    font-weight: 700;
    font-style: italic;
    src: url("https://file.hstatic.net/200000862949/file/googlesans-bolditalic_0657325f9573439282dec3a862273f5f.otf") format("opentype"); }
  

  @keyframes fadeText {
    0% {
      transform: translateY(-80px);
      opacity: 0; }
    25% {
      transform: translateY(-60px);
      opacity: .25; }
    50% {
      transform: translateY(-40px);
      opacity: .5; }
    75% {
      transform: translateY(-20px);
      opacity: .75; }
    100% {
      transform: translateY(0);
      opacity: 1; } }
  
  @keyframes zoomIn {
    0% {
      transform: scale(1.1); }
    100% {
      transform: scale(1); } }
  
  @keyframes animateScaleY {
    0% {
      transform: scaleY(0); }
    100% {
      transform: scaleY(1); } }
  
  @keyframes headerScroll {
    0% {
      transform: translateY(-100%); }
    100% {
      transform: translateY(0); } }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(100%); }
    100% {
      transform: translateX(-100%); } }
  
  @keyframes appear {
    0% {
      opacity: 0%; }
    100% {
      opacity: 100%; } }
  
  @keyframes move {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  
  
/* body, html {
 
    font-family: 'Google Sans', serif !important;
} */

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(--bg-gradien);
    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.nav.nav-left > 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="%231C1C1C"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}
.has-transparent ul.header-nav.header-nav-main.nav.nav-left >li> a:hover {
  color: #fe7401 !important;
}
.ux-menu-link.flex.menu-item a:hover {
  color: #fe7401;
}

.ss_footer .social-icons.follow-icons a.button:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.ss_footer .social-icons.follow-icons a.button:hover i {
  color: #fff !important;
}
/* 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: #000;
  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: #000;
  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 {
  background-color: #fff;
  width: 25px;
}
.transparent .mobile_nav-icon .icon:before,
.transparent .mobile_nav-icon .icon:after,.transparent .mobile_nav-icon .icon span{
  background: #fff;
}
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: #000;
  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;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.header-button a {
  width: 120px;
  height: 37px;
  text-transform: capitalize !important;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: hidden;
}


.header-button a:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: transparent;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5));
  transform: skew(-25deg);
}

.header-button a:hover:before {
  -webkit-animation: shine-data-v-a1c521e2 1s;
  animation: shine-data-v-a1c521e2 1s;
}
@keyframes shine-data-v-a1c521e2 {
  to {
      left: 125%
  }
}
::-webkit-scrollbar {
  width: 4px;
  background: #000;
}
.ss_footer 
 .icon-box 
 .icon-box-img {
    width: 16px !important;
}

.ss_footer .icon-box:not(:last-child) {
    margin-bottom: 5px;
}

.ss_footer .ux-menu-title.flex {
    font-size: 16px;
}

.ss_footer form.wpcf7-form {
    margin: 0;
}

.ss_footer form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    padding: 0;
    font-weight: 500;
}

span.wpcf7-spinner {
    display: none;
}

.ss_footer form.wpcf7-form .wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    padding: 5px 0;
    color: #fff;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 36px;
}
.ss_footer .social-icons.follow-icons a.button {
  color: #ffffff !important;
}

.ss_footer .social-icons.follow-icons a.button i {
  color: #000 !important;
}
.ss_breadcrumb {
  padding: 10px 0;
}

nav.rank-math-breadcrumb p,nav.rank-math-breadcrumb p a {
  margin: 0;
  color: #000;
}

nav.rank-math-breadcrumb  span.separator {
  margin: 0 5px;
}
.box_main {
  position: relative;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  box-shadow:0 0 10px rgb(204 204 204 / 75%);
}
.list_post .post_item .box .box-text {
  padding: 15px 0;
}
.list_post .post_item .wrap-cate-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.list_post .post_item .wrap-cate-name a {
  margin: 0;
  padding: 6px 8px;
  background-color: #31a035;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
}

.list_post .post_item .wrap-cate-name span.post-date {
  color: #767676;
  display: inline-block;
  position: relative;
}

.list_post .post_item a.post-title {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list_post .post_item .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 24px;
}
.single_content .info-post {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.single_content .info-post > a {
  padding: 2px 5px;
  background-color: #73af1c;
  font-weight: 100;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
}
.widget .is-divider {
  display: none;
}

span.widget-title {
  border-bottom: 2px solid var(--primary-color);
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  text-transform: inherit;
  margin-bottom: 16px;
  display: inline-flex;
  line-height: 1.4;
}

.item-popular {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #d4d7dc;
  margin-bottom: 16px;
}

.item-popular span.post-date {
  margin-top: 8px;
  margin-bottom: 10px;
  color: #707070;
}
.page-template-default .page-wrapper {
  padding: 0;
}
.form_lienhe form .rf-title {
  font-size: 24px;
  text-align: center;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 1.4;
}

.form_lienhe form .text-input {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.form_lienhe form .text-input span {
  color: #f45d48;
  padding-left: 0px;
}

.form_lienhe form .wpcf7-form-control:not(.wpcf7-radio) {
  line-height: inherit;
  font-size: 14px;
  border-radius: 3.5px;
  color: #212121;
  padding: 6px 12px;
  height: 32px;
  box-shadow: none;
  border: 1px solid rgba(143, 155, 179, 0.4);
}

.form_lienhe form .privacy {
  font-size: 14px;
}

.form_lienhe form .privacy a {
  color: #4db2ec;
}
.form_lienhe form .wpcf7-form-control.wpcf7-submit {
  padding: 5px 0;
  background-color: #31a035;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 40px;
  border: none;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.running_item .box {
  border: 1px solid #eff0f2;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(52, 58, 64, 0.06);
}

.running_item .box .box-text {
  padding: 0;
}

.running_item .box .box-text .box-text-inner.blog-post-inner {
  padding: 15px;
}

.running_item .box .box-text a.post-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 25px;
}

.running_item .box .box-text .card-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-top: 1px solid #eff0f2;
  align-items: center;
}

a.btn.btn-primary {
  width: 120px;
  height: 37px;
  text-transform: capitalize !important;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: hidden;
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 4px;
}
.running_item .box .box-text .card-info {
  font-size: 14px;
  color: #161616;
}

.running_item .box .box-text .card-info i {
  width: 20px;
  color: var(--primary-color);
}
.thumbanil,.card_body {
    box-shadow: 0 2px 3px rgba(52, 58, 64, 0.06);
    border: 1px solid #eff0f2;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.thumbanil img{
    width: 100%;
}
.card_body {
    background: #fff;
    padding: 20px;
    width: 100%;
}

.card_info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.card_info .logo-taitro {
    width: 100px;
}
.card_info .right_info .tag span {
    padding: .25rem .5rem;
    font-size: .7875rem;
    border-radius: .2rem;
    color: #fff;
    width: fit-content;
    display: inline-flex;
}

.card_info .right_info .tag * {
    color: #fff !important;
    font-weight: 500 !important;
}

.card_info .right_info h1.name {
    margin: 15px 0 20px;
}

.card_info .right_info .wrap-info i {
    color: var(--primary-color);
    width: 16px;
}
ul#productTabs {
    background: linear-gradient(90deg,rgba(253, 240, 56, 1) 0%, rgba(252, 197, 10, 1) 30%);
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    max-width: 1223px;
}

.col_nav .is-sticky-column {
    width: 100%;
}

ul#productTabs button {
    text-transform: inherit;
    color: #fff;
}

.card_tab-body {
    box-shadow: 0 2px 3px rgba(52, 58, 64, 0.06);
    border: 1px solid #eff0f2;
    border-radius: 4px;
    background: #fff;
}

.card_tab-body {
    margin-bottom: 20px;
}

.card_tab-body h2.card-header {
    padding: 16px;
    font-size: 20px;
    border-bottom: 1px solid #eff0f2;
}
.card_tab-body .card-body {
    padding: 16px;
}
ul#productTabs button.active {
    color: var(--primary-color);
}
.card_right .wrap-info i {color: var(--primary-color);width: 16px;}
a.btn_dangky {
  width: 100%;
  height: 37px;
  text-transform: capitalize !important;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  overflow: hidden;
  background-color: var(--primary-color);
  margin-top: 10px;
  border-radius: 4px;
  color: #fff;
}
/* Header  */
.has-transparent ul.header-nav.header-nav-main.nav.nav-left >li> a {
    color: #fff;
}

ul.header-nav.header-nav-main.nav.nav-left >li> a {
    font-size: 16px;
    font-weight: 500;
    padding: 0 14px;
    line-height: 20px;
}
div#top-bar {
    background: linear-gradient(180deg, rgba(176, 91, 24, 1) 0%, rgba(226, 92, 25, 1) 100%);
}
.header_img-right img {
    height: 30px;
}
a.header_link {
    background: var(--fs-experimental-link-color);
    height: 50px;padding: 0 30px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    transform: skew(344deg);
    margin-left: 30px;border-left: 2px solid #fff;border-right: 2px solid #fff;}

li.html.custom.html_top_right_text {
    display: flex;
    align-items: center;
}

.header-main .top-divider.full-width {
    opacity: 1;
    border-color: #fff;
}
.html_nav_position_text_top marquee {
    font-size: 14px !important;
    display: flex;
}
.has-transparent .stuck ul.header-nav.header-nav-main.nav.nav-left >li> a {
    color: #000 !important;
}
.header_acc {
    background: var(--fs-experimental-link-color);
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    clip-path: polygon(
    15% 0,
    100% 0,
    100% 100%,
    0 100%
);
    transform: translate(15px, 6px);
    min-width: 160px;
    justify-content: center;
}
/* Home */
/* .home_banner:after {
    content: "";
    height: 666px;
    width: 583px;
    position: absolute;
    right: -10%;
    background-image: url(data:image/svg+xml,<svg class="_KMJVg" role="presentation" viewBox="0 0 297.143 260" preserveAspectRatio="xMidYMid slice"><defs><linearGradient id="__id471__id24" gradientUnits="userSpaceOnUse" x1="0" y1="130" x2="297.143" y2="130"><stop stop-color="%23ef7d16" stop-opacity="1" offset="0"></stop><stop stop-color="%238b3600" stop-opacity="1" offset="0.5"></stop><stop stop-color="%23b85106" stop-opacity="1" offset="1"></stop></linearGradient></defs><rect x="0" y="0" width="297.143" height="260" fill="url(%23__id471__id24)"></rect></svg>);
    bottom: 0;
    z-index: 1;
} */
.home_about .col__imgae >.col-inner {
    display: flex;
    gap: 10px;
    transform: skew(7deg);
    padding: 0 26px;
}

.home_about .col__imgae .img {
    margin: 0;
    height: 400px;
    
    
}
.home_about .col__imgae *{
    height: 100%;
    object-fit: cover;
}
.home_about .col__imgae .img {
    display: flex;
    gap: 10px;
    margin: 0 !important;
    flex-flow: column;
}

.home_about .col__imgae .img:before {
    content: "";
    height: 100px;
    background: #2982c457;
}

.home_about .col__imgae .img:nth-child(2) {
    flex-flow: column-reverse;
}

.home_about .col__imgae .img:nth-child(2):before {
    height: 140px;
    background: #2982c4b8;
}

.home_about .col__imgae .img:nth-child(3):before {
    height: 200px;
    background: #2a83c4;
}
.home_about .home_title h2 {
    font-size: 32px;
    margin-bottom: 24px;
    position: relative;
    text-transform: uppercase;
}

.home_about .home_title h2:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 120px;
    height: 3px;
    background: var(--primary-color);
    content: "";
    margin: 0 auto;
    border-radius: 2px;
}
/* Giới thiệu */
.icon-box.box_about svg {
    padding: 0;
}

.icon-box.box_about .icon {
    display: flex;
    height: 68px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.box.box_2 {
    display: flex;
    align-items: center;
}

.box.box_2 .box-image {
    min-width: 50%;
}

.box.box_about-right {
    flex-flow: row-reverse;
}
.box.box_about-left {
    flex-flow: row;
}
.box.box_2 .box-text {
    padding: 30px 0 30px 15px;
    text-align: right;
}

.box.box_2 .box-text .box-text-inner {
    width: 610px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: inherit;
}
.box.box_about-left.box_2 .box-text {
    padding: 30px 15px 30px 0;
}
.box.box_about-left.box_2 .box-text .box-text-inner {
    margin-right: auto !important;
    margin-left: inherit !important;
}
.box.box_2 .box-image {
    min-height: 300px;
}

.box.box_2 .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}
.box.box_2 .box-image div {
    width: 100%;
    height: 100%;
    display: block;
    min-width: 100%;
    position: absolute;
}
.box.box_2 .box-image:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-style: solid;
    border-width: 300px 100px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.box.box_about-left.box_2 .box-image:after {
    border-style: solid;
    border-width: 0 0px 300px 100px;
    border-color: transparent transparent #ffffff transparent;
    right: 0;
    left: auto;
}
.page_title h2,.page_title h1 {
    font-size: 28px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.row.gallery_doitac {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.row.gallery_doitac .gallery-col.col {
  padding: 30px !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

img.gallery_doitac {
  height: 60px;
  width: auto !important;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.row.gallery_doitac .box-image {
  text-align: center;
}

.row.gallery_doitac .box:hover img {
  filter: initial;
}
.col_center > .col-inner {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.img_link a:after {
  content: "Liên hệ";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--primary-color);
  padding: 8px 30px;
  transform: translate(-50%,-50%);
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
}
.list_runnings {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.list_runnings .running_items .box {
  display: flex;
  align-items: center;
}

.list_runnings .running_items .box .box-image {
  min-width: 25%;
}

.list_runnings .running_items .box .box-image .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(2, 151, 169);
  padding: 6px;
  color: #fff;
  text-transform: capitalize;
  line-height: 24px;
  min-width: 130px;
}

.list_runnings .running_items .box .box-text .box-text-inner {
  padding: 40px;
  box-shadow: 0 0 2.5rem rgba(0,0,0,.1);
  border-left: 10px solid rgb(2, 151, 169);
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.list_runnings .running_items .box .box-text {
  height: 100%;
  padding: 27px 0;
}

.list_runnings .running_items .box a.post-title {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.list_runnings .running_items .box .box-text .card-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.list_runnings .running_items .card-info .title {
  font-size: 14px;
  text-transform: uppercase;
}

.list_runnings .running_items .card-info .tt {
  font-size: 20px;
  font-weight: 500;
  color: rgb(0, 13, 68);
}
.list_runnings .running_items .card-info .tt img {
  width: 110px;
}
.list_runnings .running_items .item-info.location {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

.list_runnings .running_items .item-info.terrain img {
    height: 22px;
    width: 22px;
}

.list_runnings .running_items .item-info.terrain .tt {
    display: flex;
    align-items: center;
    color: #0297a9;
}
.list_runnings .running_items a.btn.btn-primary {
  border-radius: 0;
  padding: 25px 30px;
  gap: 16px;
  min-width: fit-content;
  height: auto;
  text-transform: uppercase !important;
  display: flex;
  align-items: center;
  font-size: 16px !important;
}

.list_runnings .running_items a.btn.btn-primary svg {
  height: 16px !important;
}
.home_blog 
 .col.post-item {
    padding-bottom: 0;
}

.box-blog-post .is-divider {
    display: none;
}

.home_blog .box-text-inner.blog-post-inner {
    display: flex;
    flex-flow: column-reverse;
}

.home_blog .box-text-inner .post-meta {
    font-size: 14px;
    color: var(--fs-color-secondary);
    font-weight: 400;
}

.home_blog .box-text-inner h5.post-title a {
    text-transform: uppercase;
    color: var(--fs-color-secondary);
    font-size: 16px;
    font-weight: 500;
}
.box.box_organization {
  display: flex;
  flex-flow: column-reverse;
}
.box.box_organization .box-image {
  width: 100%;
}
.ss_organization::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 300px 100px 0 0;
  border-color: #fe7401 transparent transparent transparent;
}
.ss_organization::after {
  content: "";
  position: absolute;
  bottom:0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 600px 200px;
  border-color: transparent transparent #fe7401 transparent;
}
/* .runs_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
} */

.runs_grid .box {
  padding: 10px;
  border-radius: 20px;
  background-color: #0693e3;
}

.runs_grid .box .box-image {
  border-radius: 10px;
}

.runs_grid .box .box-text {
  padding: 10px;
}

.runs_grid .box .box-text a.post-title {
  color: #fff;
  font-size: 17px;
}

.runs_grid .box .box-text .excerpt {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding-top: 10px;
  height: 60px;
  display: -webkit-box;
  line-height: 1.7em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top_title p {
  font-size: 20px;
  margin: 0;
}
.ss_event .home_title h2 {
    font-size: 80px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
.list_event .event_item  
 .img_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 140px;
    width: auto;
}
.list_event .event_item 
 .box-text {
    background: #EF7D16;
    padding: 0;
}
.list_event .event_item .box-text .title {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.list_event .event_item .event-card_list {
    display: flex
    ;
        flex-flow: column;
        gap: 10px;
        padding: 20px;
        background: #418DCC;
        border-radius: 20px 20px 0 0;
}
.list_event .event_item .event-card_list svg {
    height: auto;
}
.list_event .event_item .event-card_list span{
    color: #fff;
    font-weight: bold;
}
.list_event .event_item .event-card_list > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_event .event_item .event-card_list .location img {
    box-shadow: 0 0 1rem #c9ced1;
    border-radius: 3px;
    width: 28px;
}

.list_event .event_item .event-card_list .time svg {
    width: 28px;
}

.list_event .event_item .event-card_list .categories img {
    width: 28px;
    min-width: 28px;
}

.list_event .event_item .event-card_list .cate_list {
    display: flex;
    align-items: center;
    gap: 5px;
}

.list_event .event_item .event-card_list .cate_list img {
    height: 20px;
}
.list_event .event_item .event-card_list .text-center {
  justify-content: center;
}

.list_event .event_item .event-card_list a.redmore {
    background-color: #ffffff;
    padding: 0 30px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: #ef7d16;
    font-size: 14px;
    font-weight: bold;
    border-radius: 99px;
    margin-top: 15px;
}
.list_event .event_item .event-card_list .cate_list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_event .event_item .event-card_list .cate_list .item {
    background: #FFFF05;
    padding: 0 5px;
    font-weight: bold;
    transform: skew(344deg);
    font-size: 12px;
}

.list_event .event_item .event-card_list .cate_list .item:nth-child(2) {
    background: #EF7D16;
}

.list_event .event_item .event-card_list .cate_list .item:nth-child(3) {
    background: #FF3131;
}
.archive_title {
    background: url(/wp-content/uploads/2025/12/banner-gc.webp);
    height: 240px;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.archive_title:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
    position: absolute;
}

.archive_title .page-title {
    text-transform: uppercase;
    color: #fff;
}
.list_runnew .box  .box-text {
    text-align: left;
}

.list_runnew .box .box-text a.post-title {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.list_runnew .box .box-text .card-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.list_runnew .box .box-text .card-info .title {
    font-size: 12px;
    text-transform: uppercase;
}

.list_runnew .box .box-text .card-info .tt {
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 13, 68);
}

.list_runnew .box .box-text .card-info .item-info.location {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}
.list_runnew .box.box_2 .box-image{
    min-height: 350px;
}
.list_runnew .box.box_2 .box-image:after {
    border-width: 350px 100px 0 0;

}
.list_runnew .box.box_about-left.box_2 .box-image:after{
    border-width: 0 0px 350px 100px;
}
.list_runnew .box .box-text .card-info a.btn.btn-primary {
  border-radius: 0;
  padding: 15px 10px;
  gap: 10px;
  min-width: fit-content;
  height: auto;
  text-transform: uppercase !important;
  display: flex;
  align-items: center;
  font-size: 14px !important;
}

.list_runnew .box .box-text .card-info .tt img {
  height: 22px;
}
.single-running .bg_single {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-running .bg_single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-running {
  padding-top: 160px;
}

.single-running .bg_single:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  HEIGHT: 100%;
  background: #000000a1;
}

.single-running  .box-left a.btn.btn-dky {
  display: inline-flex;
  margin-top: 30px;
  width: auto;
  background: #F88F20;
  color: #fff;
  height: 40px;
  padding: 0 30px;
  align-items: center;
  border-radius: 99px;
}

.single-running .box-left {
  text-align: center;
}
.single-running .box-right .title {
  font-family: "Anton", sans-serif;
  text-align: right;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.single-running .box-right .content {
  text-align: justify;
  color: #fff;
}
.single-running .box-right .item-tt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
}

.single-running .box-right .item-tt svg,.single-running .box-right .item-tt img {
  width: 24px;
  height: 24px;
}

.single-running .box-right .list-tt {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.header_acc a {
  color: #fff;
}
.bg_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_about .img_ab {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 !important;
}

.box_about .img-1 {
  z-index: 1;
  width: 200px !important;
  top: 70%;
  left: 10%;
}

.box_about .img-2 {
  left: 30px;
  bottom: -30%;
  width: 700px !important;
}

.box_about {
  position: relative;
}

.box_about  .col-inner {
  min-height: 100%;
}
.bg_fixed * {
  height: 100%;
  object-fit: cover;
}
.box_about .icon-box {
  align-items: center;
}

.box_about .icon-box .icon-box-img {
  background: linear-gradient(180deg,rgba(194, 92, 26, 1) 0%, rgba(245, 141, 31, 1) 100%);
  border-radius: 99px;
  padding: 12px;
  text-align: center;
}

.box_about .icon-box .icon-box-img img {
  padding: 0;
  height: 56px;
  width: auto;
}

.box_about .icon-box  h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.box_about .icon-box p {
  font-size: 14px;
}
.box_about .row-2 .img-2 {
  right: 30px;
  bottom: -30%;
  width: 700px !important;
  left: auto;
}

.box_about .row-2 .img-1 {
  bottom: 70%;
  right: 10%;
  top: auto;
  left: auto;
}
.box_about {
  overflow: hidden;
}
.home_banner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  right: -280px;
  width: 500px;
  height: 400px;
  background-image: url(/wp-content/uploads/2025/12/Polygon-1.svg);
}

.social-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: fixed;
  top: 50%;
  right: 15px;
  flex-flow: column;
  transform: translateY(-50%);
  z-index:9999;
}
.social-buttons a.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 100%;
  background-color: #2882c4 !important;
  text-align: center;
}
.social-buttons a.social-button:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}
.social-buttons a.social-button:hover:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-left: calc(-50% - 1px);
}
.social-button--facebook::after {
  background: #3b5999;
}
.social-buttons a.social-button i{
  z-index:1;
}
.social-button--twitter::after {
  background: #000;
}
.social-button--youtube::after {
  background: #ff0033;
}
.social-button--envelope::after {
  background: #d44337;
}
.social-button--telegram::after {
  background: #e71a21;
}
.list_post {
  margin-top: 30px;
}
.page-template-default header.entry-header {
  background: url(/wp-content/uploads/2025/12/banner-gc.webp);
  height: 240px;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.page-template-default header.entry-header h1 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  z-index: 1;
}

.page-template-default header.entry-header:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000052;
  position: absolute;
}
a.button.btn-home {
  min-width: 150px;
  height: 44px;
  color: #fff;
  padding: 0 20px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
  outline: none;
  background-color: #e97914;
  background-image: linear-gradient(315deg, #FFC107 0%, #03A9F4 74%);
  border: none;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

a.button.btn-home:after,a.redmore:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 99px;
  background-image: linear-gradient(315deg, #03A9F4 0%, #FFC107 74%);
  box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #0002, 4px 4px 5px 0 #0001;
  transition: all 0.3s ease;
}
a.redmore:after{
  z-index: 0;
}
a.button.btn-home:hover:after,a.redmore:hover:after {
  top: 0;
  height: 100%;
}
a.redmore {
  position: relative;
  overflow: hidden;
}

a.redmore span {
  z-index: 1;
  color: var(--primary-color) !important;
}
a.redmore:hover span{
  color: #fff !important;
}
.row.list_ctt {
  margin-top: 40px;
}
.home_blog .box-text-inner h5.post-title:hover a {
  color: var(--primary-color);
}
button.flickity-button.flickity-prev-next-button svg {
  display: none;
}

button.flickity-button.flickity-prev-next-button {
  opacity: 1;
  background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_4022_3979)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC00"></rect><path d="M26 19.9997H14M14 19.9997L18.6667 15.333M14 19.9997L18.6667 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_4022_3979" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32"></stop><stop offset="1" stop-color="%23FFCC32" stop-opacity="0.2"></stop></linearGradient></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px;
  background-size: 100%;
  top: 50%;
    margin: 0 !important;
}
button.flickity-button.flickity-prev-next-button.next {
  background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_2150_3984)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC32"></rect><path d="M14 19.9997H26M26 19.9997L21.3333 15.333M26 19.9997L21.3333 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_2150_3984" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32" stop-opacity="0.2"></stop><stop offset="1" stop-color="%23FFCC32"></stop></linearGradient></defs></svg>');
}
div#toolbar_mobile {
  display: none;
}
.home_banner .social-icons.follow-icons {
  margin-right: 10px;
  flex-flow: column;
  display: inline-flex;
  gap: 10px;
}

.home_banner .social-icons.follow-icons a {
  margin: 0;
}
.ss-banner .social-icons.follow-icons {
  position: absolute;
  right: 10px;
  bottom: 100px;
  display: inline-flex;
  flex-flow: column;
  gap: 10px;
}

.ss-banner .social-icons.follow-icons a {
  margin: 0;
}
/* 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){
    .header-wrapper.stuck .mobile_nav-icon .icon span, .header-wrapper.stuck .mobile_nav-icon .icon:after, .header-wrapper.stuck .mobile_nav-icon .icon:before {
        background-color: #000 !important;
        background: #fff;
    }
    .box.box_2 .box-text .box-text-inner {
        width: 100%;
    }
    .list_runnings {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
  
  .list_runnings .running_items .box {
      flex-flow: column;
  }
  
  .list_runnings .running_items .box .box-image {
      min-width: 100%;
  }
  
  .list_runnings .running_items .box .box-image .image-cover {
      padding-top: 220px !important;
  }
  
  .list_runnings .running_items .box .box-text {
      padding: 0;
  }
  
  .list_runnings .running_items .box .box-text .box-text-inner {
      padding: 20px;
      border-top: 10px solid rgb(2, 151, 169);
      border-left: 0;
  }
  
  .list_runnings .running_items .box .box-text .card-info {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .list_runnings .running_items .card-info .title {
      font-size: 12px;
  }
  
  .list_runnings .running_items .card-info .tt {
      font-size: 18px;
  }
  
  .list_runnings .running_items a.btn.btn-primary {
      padding: 15px;
      width: 100%;
  }
  .runs_grid {

    grid-template-columns: repeat(2, 1fr);
  }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
  nav.rank-math-breadcrumb p {
    TEXT-ALIGN: CENTER;
}

.box_main {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none;
}

.list_post .post_item a.post-title {
    font-size: 18px;
    line-height: 24px;
}
.header-menu > span {
  display: none;
}

div#logo {
  width: 150px;
}
.card_info {
  flex-flow: column;
  align-items: start;
}
.home_about .col__imgae .img {
    height: 200px;
}

.home_about .col__imgae >.col-inner {
    padding: 0 15px;
}

.home_about .home_title h2 {
    font-size: 24px;
}
.box.box_about-right,.box.box_about-left {
    flex-flow: column-reverse;
}

.box.box_2 .box-text {
    padding: 30px 15px !important;
}

.box.box_2 .box-image {
    width: 100%;
}

.box.box_2 .box-image:after {
    display: none;
}
.page_title h2, .page_title h1 {
  font-size: 24px;
  margin-bottom: 14px !important;
}
.row.gallery_doitac .gallery-col.col {
  padding: 10px !important;
}

img.gallery_doitac {
  height: 40px;
}
.gallery_derun .gallery-col.col:nth-child(5) {
  flex-basis: 100%;
  max-width: 100%;
}
.list_runnings {
  grid-template-columns: repeat(1, 1fr);
}
.runs_grid {

  grid-template-columns: repeat(1, 1fr);
}
.ss_event .home_title h2 {
  font-size: 60px;
}

.top_title p {
  font-size: 20px;
}
.list_runnew .box.box_2 .box-image {
  min-height: 250px;
}
.box.box_about-right, .box.box_about-left {
  flex-flow: column;
}

.list_runnew .box.box_2 .box-image img {
  padding: 15px;
}
.list_runnew .box .box-text .card-info {
  grid-template-columns: repeat(2, 1fr);
}
.single-running .box-right .title {
  font-size: 32px;
}
.box_about .img-2 {position: relative;width: 100% !important;left: 0;}

.box_about .img-1 {
    width: 150px !important;
    left: 0;
}
.box_about .icon-box .icon-box-img {
  width: 50px !important;
  padding: 5px;
}

.box_about .icon-box .icon-box-img img {
  height: 40px;
}

.box_about .icon-box h3 {
  font-size: 14px;
}

.box_about .row-2 .img-2 {
  width: 100% !important;
  left: 0;
}

.box_about .row-2 .img-1 {
  top: 0;
  bottom: auto;
  right: 0;
}
.home_banner:after {
  right: -350px;
}
.list_runnew .box.box_about-right, .list_runnew .box.box_about-left {
  flex-flow: column;
}

.list_runnew .box.box_2 .box-image img {
  padding: 15px;
}

.list_runnew .box.box_2 .box-text {
  padding: 15px !important;
}

.list_runnew .box .box-text a.post-title {
  font-size: 18px;
}

.list_runnew .box .box-text .card-info .tt {
  font-size: 14px;
}
.runs_grid .box .box-text a.post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 46px;
  line-height: 23px;
}
.progress-wrap {
  right: 15px;
  bottom: 70px;
}
div#toolbar_mobile {
  display: flex;
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 1.5rem rgba(0, 0, 30, .2);
  background: #fff;
  z-index: 99999;
  width: 100%;
  height: 54px;
}

#footer {
  margin-bottom: 40px;
}

div#toolbar_mobile .toolbar-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  height: 100%;
  text-align: center;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  gap: 4px;
}

div#toolbar_mobile .toolbar-item {
  flex: 1;
  width: 100%;
}
div#toolbar_mobile .toolbar-item a svg {
  width: 22px;
  height: 22px;
  fill: #9da7af;
}
.ss-banner .social-icons.follow-icons {
  bottom: 80px;
}
}