@import url("bootstrap.min.css");
@import url("jquery-ui.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery.fancybox.min.css");
@font-face {
  font-family: 'IBM Plex Sans Thai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ibm-400.woff2) format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'IBM Plex Sans Thai';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ibm-500.woff2) format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'IBM Plex Sans Thai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ibm-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans Thai';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ibm-latin-500.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}

html {
  font-size: 17px;
}

body {
  font: 100% "IBM Plex Sans Thai", sans-serif;
  line-height: 34px;
  color: #666;
  font-weight: 400;
}

figure {
  margin-bottom: 0;
}

.bi {
  line-height: 1;
}

.bi::before {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

.wrap_banner {
  padding: 0;
  position: relative;
  min-width: 0.481875vw;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #D4D4D4;
  width: 7px;
  height: 7px;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #1BBBE9;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  background: #1BBBE9;
}

.owl-carousel.owl-bannerslide .owl-item {
  overflow: hidden;
  background-color: #fff;
}

.owl-carousel.owl-bannerslide .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 2.5s all ease;
  transition: 2.5s all ease;
}

.owl-carousel.owl-bannerslide .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

.owl-carousel.owl-bannerslide .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.owl-carousel.owl-slide .owl-item {
  overflow: hidden;
}

.owl-carousel.owl-slide .owl-item figure {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  background-color: #fff;
}

.owl-carousel.owl-slide .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.owl-carousel.owl-slide .owl-item figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-carousel.owl-slide .owl-item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}

.owl-carousel.owl-thump {
  margin-top: 15px;
}

.owl-carousel.owl-thump .owl-item {
  overflow: hidden;
}

.owl-carousel.owl-thump .owl-item figure {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  background-color: #fff;
  margin-right: 15px;
}

.owl-carousel.owl-thump .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.owl-carousel.owl-thump .owl-item figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-carousel.owl-thump .owl-item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}

:root {
  scroll-behavior: auto;
}

body.mm_opened {
  position: fixed;
  width: 100%;
}

.mm_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 101;
  height: 100vh;
}

.desktop-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 12;
}

.cover-bannerslide {
  overflow: hidden;
}

.cover-bannerslide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.28571;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.cover-bannerslide:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #23BBEC;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95rem;
  padding: 0 20px;
  min-width: 125px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  border-radius: 50px;
}

.btn-default:hover {
  background-color: #003A81;
}

.btn-default img {
  width: 7px;
  height: auto;
  margin-left: 10px;
}

.btn-blue {
  background-color: #003A81;
}

.btn-grey {
  background-color: #919191;
  min-width: 175px;
}

.btn-readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003A81;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0 15px;
  min-width: 90px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  border-radius: 50px;
}

.btn-readmore img {
  width: 6px !important;
  height: auto;
  margin-left: 7px;
}

.logo {
  width: 110px;
  height: auto;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logo-honda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo-honda img {
  width: 225px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-menu {
  padding: 15px 0;
}

.topbar-menu .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-menu .row .logo-honda {
  margin-top: -12px;
}

.bg-menu {
  background-color: #09193C;
}

.btn-register {
  background-color: #C40518;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  width: 155px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-register:hover {
  background-color: #a80b1b;
}

.wrap-abouthome {
  background-image: url(../images/bg-homeabout.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 45px;
  color: #333333;
}

.wrap-abouthome h1 {
  color: #23BBEC;
  font-size: 2.75rem;
}

.wrap-abouthome h2 {
  color: #003A81;
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.wrap-abouthome h3 {
  color: #23BBEC;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.wrap-abouthome p span {
  color: #000;
  font-weight: 500;
}

.photo-home-about {
  padding-left: 50px;
  margin-bottom: 35px;
}

.photo-home-about img {
  width: 100%;
  border-radius: 70px 15px 15px;
}

.about-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003A81;
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  gap: 15px;
}

.about-support img {
  width: 61px;
  height: auto;
}

.txt-title {
  font-size: 2rem;
  color: #003A81;
  font-weight: 500;
}

.txt-blue {
  color: #23BBEC;
}

.home-news {
  padding: 60px 0;
}

.items-news-eco {
  background-color: #F4F7FB;
  border: 1px solid #DEEDFF;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-top: 15px;
}

.items-news-eco figcaption {
  padding: 15px 15px 20px;
}

.items-news-eco:hover {
  background-color: #EDF5FF;
  border: 1px solid #BBD8FA;
}

.newsecono-cover {
  overflow: hidden;
}

.newsecono-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.30455;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.newsecono-cover:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-cover {
  overflow: hidden;
}

.news-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.36923;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.news-cover:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.txt-date {
  font-size: .9375rem;
  color: #23BBEC;
}

.txt-newstopic {
  font-size: 1rem;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.home-news-honda {
  background-image: url(../images/bg-news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 45px;
}

.home-news-honda .txt-title {
  color: #fff;
}

.home-news-honda .btn-default {
  background-color: #fff;
  color: #23BBEC;
}

.home-news-honda .btn-default:hover {
  background-color: #EEF6FF;
}

.home-news-honda .items-news-eco {
  background-color: #F4F7FB;
  border: 1px solid #DEEDFF;
  padding: 17px 17px 20px;
}

.home-news-honda .items-news-eco figcaption {
  padding: 0;
}

.home-news-honda .items-news-eco .news-cover {
  border-radius: 15px;
  margin-bottom: 15px;
}

.home-news-honda .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.home-news-honda .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}

.item-trick-info {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 35px;
}

.item-trick-info figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-trick-info figure .cover-trick {
  width: 45%;
}

.item-trick-info figure .cover-trick div {
  border-radius: 15px;
  overflow: hidden;
}

.item-trick-info figure .cover-trick div > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4359;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.item-trick-info figure .cover-trick div:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-trick-info figure figcaption {
  width: 55%;
  font-size: 1rem;
  padding: 0 25px;
}

.item-trick-info figure figcaption h4 {
  color: #333333;
  font-size: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  margin-bottom: 7px;
}

.item-trick-info figure figcaption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 17px;
  line-height: 1.8;
}

.item-trick-info:hover figure .cover-trick div img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-trick-info:hover .btn-readmore {
  background-color: #003A81;
}

.wrap-footer {
  background-color: #3C3C3F;
  color: #fff;
  border-bottom: 5px solid #23BBEC;
  padding: 50px 0 20px;
}

.wrap-footer h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.wrap-footer address {
  font-size: .9375rem;
  line-height: 1.8;
  margin: 10px 0;
  padding-right: 50px;
}

.wrap-footer ul {
  padding: 0;
  margin: 10px 0 0;
}

.wrap-footer ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  padding-left: 12px;
}

.wrap-footer ul li::before {
  content: "";
  background-color: #DBDBDB;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 0;
}

.wrap-footer ul li a {
  color: #DBDBDB;
  font-size: 0.95rem;
}

.wrap-footer .box-sitemap {
  padding: 0 0 0 15px;
}

.footer-contact div {
  font-size: .9375rem;
}

.footer-contact div img {
  width: 16px;
  height: auto;
  margin-right: 7px;
}

.footer-callcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.icon-callcenter {
  margin-right: 20px;
}

.icon-callcenter img {
  width: 62px;
  height: auto;
}

.txt-callcenter {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: -5px;
}

.txt-callcenter span {
  font-size: 1.7rem;
}

.txt-callcenter div {
  margin-bottom: 7px;
}

.txt-callcenter div:last-child {
  margin-top: 10px;
}

.txt-callcenter a {
  color: #fff;
}

.footer-box-social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 25px 0 15px;
  padding: 15px 0;
}

.footer-box-social a {
  color: #fff;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social div {
  padding-top: 7px;
}

.footer-social div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}

.footer-social div a img {
  width: 17px;
  height: auto;
}

.footer-cc {
  font-size: 0.9rem;
  text-align: center;
}

.wrap_menu.sticky .logo {
  width: 90px;
}

.wrap_menu.sticky .logo-honda img {
  width: 180px;
}

.wrap_menu.sticky .topbar-menu {
  padding: 10px 0;
}

.wrap-document {
  background-image: url(../images/bg-document.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0 80px;
}

.txt-subtitle {
  font-size: 1.4rem;
  color: #23BBEC;
  margin-top: 15px;
  line-height: 1.6;
}

.competition-item {
  margin-top: 10px;
}

.competition-item .items-news-eco {
  padding: 0 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.competition-item .items-news-eco .newsecono-cover {
  border-radius: 10px;
  border: 1px solid #E2E2E2;
}

.competition-item .items-news-eco figcaption {
  padding: 15px 0 0;
}

.nav-page {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}

.nav-page li {
  display: inline-block;
  list-style: none;
}

.nav-page li a {
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-page li a.active {
  background-color: #003A81;
  color: #fff;
  border-radius: 10px;
}

.nav-page li a:hover {
  color: #003A81;
}

.nav-page li a img {
  opacity: 0.2;
}

.nav-page li:last-child a.active {
  background: none;
}

.nav-page li:last-child a.active img {
  opacity: 1;
}

.nav-page li:first-child a.active {
  background: none;
}

.nav-page li:first-child a.active img {
  opacity: 1;
}

.nav-page .btn-prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.banner-inside {
  padding: 0;
}

.banner-inside img {
  width: 100%;
}

.wrap-content {
  background-image: url(../images/bg-content.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0 80px;
}

.gallery-content {
  color: #333333;
  margin-top: 15px;
}

.gallery-content2 {
  font-size: 1.2rem;
  color: #23BBEC;
  font-weight: 500;
  margin: 15px 0;
}

.news-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 30px 0 15px;
}

.news-gallery a {
  display: block;
}

.news-gallery a figure {
  overflow: hidden;
}

.news-gallery a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.2844;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.news-gallery a figure:hover > img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.news-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #666;
}

.news-slide .news-cover {
  border-radius: 20px 70px 20px 20px;
  margin-right: 30px;
}

.news-page {
  margin: 25px 0 70px;
}

.news-page .owl-carousel.owl-bannerslide .owl-item {
  background-color: transparent;
}

.news-page .owl-carousel.owl-bannerslide .owl-dots {
  bottom: -50px;
}

.news-page .news-cover {
  overflow: hidden;
}

.news-page .news-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.43299;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.news-page .news-cover:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.desc-newsslide {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.box-detailslide {
  margin-top: 50px;
}

.box-detailslide h4 {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 7px 0;
}

.news-item .news-cover {
  border-radius: 15px;
}

.txt-contact {
  font-size: 1.5rem;
  color: #003A81;
  font-weight: 500;
}

.contact-desc-info h2 {
  color: #23BBEC;
  margin-top: 15px;
}

.contact-desc-info address {
  margin-bottom: 0;
}

.contact-desc-info .footer-contact {
  color: #333333;
  font-size: 1rem;
  margin: 10px 0 20px;
}

.title-callcenter {
  color: #000;
  font-weight: 500;
  font-size: 1.15rem;
}

.contact-phone {
  color: #003A81;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 12px 0 10px;
}

.contact-phone img {
  width: 23px;
  height: auto;
  margin-right: 5px;
}

.contact-line {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-line img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}

.contact-txt-follow {
  color: #000;
  font-size: 1.05rem;
  font-weight: 500;
  margin-top: 25px;
}

.contact-social {
  margin-top: 7px;
}

.contact-social a {
  display: inline-block;
  margin-right: 10px;
}

.contact-social a img {
  width: 26px;
  height: auto;
}

.title-form {
  font-size: 24px;
  font-weight: 500;
  color: #003A81;
  margin-bottom: 10px;
}

.bg-form-contact {
  background-color: #fff;
  border: 1px solid #DEEDFF;
  border-radius: 15px;
  padding: 20px 25px 30px;
}

.bg-form-contact .btn-default {
  width: 100%;
  margin-top: 25px;
}

.box-contact-form {
  padding-left: 50px;
}

.frm-contact label {
  color: #000;
}

.frm-contact label span {
  color: #f00;
}

.frm-contact {
  margin-bottom: 20px;
}

.wrap-gmaps {
  padding: 0;
}

.wrap-gmaps .ratio-21x9 {
  --bs-aspect-ratio: 20%;
}

.box-competition {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0 10px 5px;
  color: #000;
  font-weight: 500;
  margin: 5px 0 15px 0;
  line-height: 1.7;
}

.box-competition:last-child {
  margin-bottom: 0;
}

.box-competition .btn-default {
  font-weight: 400;
}

.box-competition .btn-default img {
  width: 16px;
  height: auto;
  margin: 0 7px 0 0;
}

.txt-all-results {
  color: #23BBEC;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 40px 0 15px;
}

.competition-items {
  background: #F4F7FB;
  border: 1px solid #E8F2FF;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  margin-bottom: 25px;
}

.competition-items.latest-competition {
  background: #fff;
  margin-top: 25px;
}

.competition-items.latest-competition .box-competition {
  background: #F4F7FB;
}

.competition-items h4 {
  font-size: 1.2rem;
  color: #003A81;
}

.competition-items:last-child {
  margin-bottom: 0;
}

.box-news-detail .title-news {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

.cover-news-detail {
  margin: 20px 0;
}

.cover-news-detail img {
  width: 100%;
}

.content-editor img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.news-download {
  margin-top: 40px;
}

.news-download .box-competition {
  background-color: #F5F5F5;
}

.title-download {
  font-size: 1.25rem;
  color: #003A81;
  font-weight: 500;
  margin-bottom: 5px;
}

.box-news-right {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #E8F2FF;
  padding: 15px 20px 20px;
  margin-bottom: 30px;
}

.box-news-right .btn-default {
  width: 100%;
  margin-top: 10px;
}

.wrap-news-right {
  padding-left: 40px;
}

.title-news-right {
  font-size: 20px;
  font-weight: 500;
  color: #003A81;
  margin-bottom: 5px;
}

.items-news-right {
  display: block;
  border-top: 1px solid #DEEDFF;
  padding: 10px 0;
}

.items-news-right .txt-date {
  font-size: 13px;
}

.items-news-right h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.items-news-list {
  display: block;
  border-top: 1px solid #DEEDFF;
  padding: 15px 0;
}

.items-news-list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-news-list figure .right-news-photo {
  width: 98px;
}

.items-news-list figure .right-news-photo .news-cover {
  border-radius: 5px;
  border: 1px solid #E2E2E2;
}

.items-news-list figure figcaption {
  width: calc(100% - 98px);
  margin-top: -10px;
  padding-left: 12px;
}

.items-news-list figure figcaption .txt-date {
  font-size: .8125rem;
}

.items-news-list figure figcaption h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.tab-menu-login {
  background-color: #15499C;
  color: #fff;
}

.tab-menu-login .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-menu-login .row .btn-menu-login {
  background-color: #23BBEC;
}

.tab-menu-login .row .btn-menu-login img {
  margin-right: 5px;
}

.box-login {
  width: 600px;
  max-width: 100%;
  margin: 20px auto 0;
  background-color: #fff;
  border: 1px solid #DEEDFF;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: left;
}

.title-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  color: #000;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.title-login img {
  width: 37px;
  height: auto;
  margin-right: 10px;
}

.frm-login {
  margin-bottom: 20px;
}

.frm-login label {
  color: #000;
}

.frm-login label img {
  width: 16px;
  height: auto;
  margin-right: 3px;
  margin-top: -3px;
}

.frm-login label span {
  color: #f00;
}

.frm-login .form-control, .frm-login .form-select {
  border: 1px solid #DEEDFF;
  font-size: 0.95rem;
  font-size: .9375rem;
  color: #666;
  padding: 8px 15px;
}

.frm-login .btn-default {
  width: 100%;
  font-size: 1.1rem;
  height: 50px;
}

.frm-login .frm-shortnote {
  font-size: .9375rem;
  color: #666;
}

.frm-login .form-check {
  margin-top: 5px;
}

.frm-login .form-check .form-check-input {
  margin-top: 6px;
  margin-right: 10px;
  width: 1.3em;
  height: 1.3em;
}

.link-forgot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 25px;
}

.link-forgot span {
  padding: 0 10px;
}

.btn-forgot {
  display: block;
  text-align: right;
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-forgot:hover {
  color: #23BBEC;
}

.btn-regis-red {
  font-size: 1.0625rem;
  color: #f00;
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-regis-red:hover {
  color: #003A81;
}

.wrap-link-forgot {
  text-align: center;
}

.wrap-link-forgot a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  font-weight: 500;
}

.wrap-link-forgot a:first-child {
  color: #003A81;
}

.wrap-link-forgot span {
  color: #f00;
  font-weight: 500;
  padding: 0 5px;
}

.box-register {
  margin: 20px auto 0;
  background-color: #fff;
  border: 1px solid #DEEDFF;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: left;
}

.box-registersuccess {
  margin: 20px auto 0;
  background-color: #fff;
  border: 1px solid #DEEDFF;
  border-radius: 15px;
  padding: 15px 40px;
  text-align: left;
  width: 1000px;
  max-width: 100%;
}

.box-registersuccess h5 {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 20px;
}

.box-registersuccess a {
  text-decoration: none;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-registersuccess a:hover {
  color: #23BBEC;
}

.regis-textnote {
  color: #003A81;
  font-weight: 500;
}

.regis-title-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  padding: 4px 0 0 7px;
}

.regis-title-note span {
  color: #f00;
}

.title-form-inside {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  margin: 10px 0;
}

.title-form-inside span {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}

.lineblue {
  background-color: #DEEDFF;
  width: 100%;
  height: 4px;
  margin: 30px 0;
}

.lineblue.mt10 {
  margin: 10px 0;
}

.btn-add-column {
  border: 0;
  background: none;
  color: #23BBEC;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-add-column img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}

.btn-add-column:hover {
  color: #003A81;
}

.wrap-btn-submit {
  margin-top: 30px;
}

.wrap-btn-submit .btn-default {
  margin: 0 4px;
}

.frm-shortnote {
  font-size: .9375rem;
}

.menu-account {
  background: #fff;
  border: 1px solid #DEEDFF;
  border-radius: 15px;
  padding: 15px;
}

.menu-account ul {
  padding: 0;
  margin: 0;
}

.menu-account ul li {
  list-style: none;
  line-height: 24px;
  border-bottom: 1px solid #DEEDFF;
}

.menu-account ul li a {
  font-size: 1rem;
  color: #000;
  padding: 17px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  gap: 7px;
}

.menu-account ul li a:hover {
  color: #23BBEC;
}

.menu-account ul li a img {
  width: 24px;
  height: auto;
}

.menu-account ul li:last-child {
  border-bottom: 0;
}

.menu-account .close_menu {
  display: none;
}

.topic-menu-account {
  background-color: #23BBEC;
  color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px;
  font-size: 1.05rem;
  gap: 5px;
  margin-bottom: 5px;
}

.topic-menu-account img {
  width: 24px;
  height: auto;
}

.wrap-account {
  padding-left: 25px;
}

.title-account {
  font-size: 1.8rem;
  color: #003A81;
  font-weight: 500;
  margin-bottom: 10px;
}

.title-account2 {
  font-size: 1.3rem;
  color: #003A81;
  font-weight: 500;
}

.account-regis-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.account-regis-date div {
  color: #000;
}

.account-regis-date div span {
  font-weight: 500;
}

.box-account {
  border: 1px solid #DEEDFF;
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  margin: 10px 0 20px;
}

.box-account .lineblue {
  margin-top: 20px;
}

.box-status {
  background: #FAFAFA;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  min-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
}

.box-status img {
  width: 24px;
  height: auto;
  margin-left: 5px;
}

.status-success {
  color: #5EB601;
}

.status-notsuccess {
  color: #C40518;
}

.status-wait {
  color: #FFBA06;
}

.box-account-info {
  border-bottom: 1px solid #DEEDFF;
  padding: 10px 0;
}

.box-account-info-noline {
  border-bottom: 0;
}

.box-account-info span {
  color: #000;
  font-weight: 500;
}

.box-account-info-pt0 {
  padding-top: 0;
}

.title-account-info {
  font-weight: 500;
  color: #000;
  margin-top: 20px;
}

.title-account-info span {
  font-size: 0.9rem;
  color: #666;
  font-weight: 400;
}

.btn-right {
  float: right;
}

.wrap-submit-account {
  text-align: right;
}

.wrap-submit-account .btn-default {
  min-width: 160px;
  margin-left: 10px;
}

.member-num {
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
}

.member-num span {
  color: #23BBEC;
}

.title-tabblue {
  background-color: #23BBEC;
  color: #fff;
  font-size: 1.1rem;
  min-height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin-top: 15px;
}

.txt-note-red {
  font-size: 0.9rem;
  color: #f00;
  margin: 7px 0 13px;
  line-height: 25px;
}

.table-title-grey {
  background-color: #F2F2F2;
  color: #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin: 0;
}

.team-list {
  margin: 0;
  border-bottom: 1px solid #DEEDFF;
  font-size: 0.95rem;
  padding: 15px 0;
}

.team-list:last-child {
  border-bottom: 0;
}

.team-list span {
  font-weight: 500;
  color: #000;
}

.btn-edit-info {
  background-color: #F27D3E;
  border-radius: 7px;
  color: #fff;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0 15px;
  font-size: 0.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-edit-info img {
  width: 17px;
  height: auto;
}

.btn-edit-info:hover {
  background-color: #EB6720;
}

.txt-positionteam {
  font-weight: 500;
  color: #000;
  font-size: 1.1rem;
  margin: 25px 0 15px;
}

.txt-download-confirm {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  margin: 7px 0;
}

.btn-download {
  margin: 15px 0;
}

.btn-download img {
  width: 20px;
  height: auto;
  margin: 0 8px 0 0;
}

.list-download {
  color: #000;
  font-size: 1.1rem;
  padding: 15px;
}

.list-download span {
  padding: 5px 0 0 5px;
  display: block;
  font-weight: 500;
}

.list-download .btn-download {
  margin: 0;
}

.btn-upload {
  display: inline-block;
  background: #23BBEC;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  float: right;
}

.txt-filename {
  font-weight: 500;
  color: #000;
  font-size: 1.05rem;
  line-height: 30px;
}

.list-regis-download {
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0;
}

.list-regis-download:last-child {
  border-bottom: 0;
}

.list-regis-download .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-file-name {
  background: #F9FCFF;
  border: 1px solid #E3F0FF;
  border-radius: 10px;
  padding: 15px 10px 15px 20px;
  margin-top: 15px;
}

.box-file-name a {
  list-style: disc;
  font-size: .95rem;
  color: #003A81;
  text-decoration: underline;
}

.box-file-name button {
  border: 0;
  background: transparent;
  text-align: right;
}

.box-file-name button img {
  width: 18px;
  height: auto;
}

.small-text {
  color: #666;
  font-size: 0.9rem;
  line-height: 24px;
  margin-top: 10px;
}

.title-report-car {
  font-size: 1.375rem;
  font-weight: 500;
  color: #23BBEC;
}

.report-car-detail {
  color: #000;
  font-size: 1.05rem;
  margin: 7px 0 20px;
}

.topic-report-team {
  font-size: 1.2rem;
  font-weight: 500;
  color: #23BBEC;
}

.box-desc-reportcar {
  background-color: #F9FCFF;
  border: 1px solid #E3F0FF;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 5px;
}

.list-report-car {
  color: #000;
  font-size: 0.95rem;
  line-height: 24px;
  margin-bottom: 10px;
}

.list-report-car span {
  font-weight: 400;
  color: #666;
}

.list-report-car .col-7 {
  padding: 0 30px 0 0;
}

.txt-topic-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reportcar-label {
  color: #23BBEC;
  font-weight: 500;
  font-size: 1.05rem;
}

.reportcar-label2 {
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
}

.frm-reportcar label {
  font-size: 0.95rem;
  color: #666;
}

.frm-reportcar .frm-login .form-check {
  margin-top: 0;
}

.report-checkbox .form-check {
  display: inline-block;
  margin-right: 50px;
}

.wrap-about {
  padding-top: 60px;
  padding-bottom: 50px;
}

.wrap-about h1 {
  font-size: 2rem;
  color: #003A81;
}

.wrap-about h2 {
  color: #23BBEC;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 36px;
  margin-top: 10px;
}

.wrap-about h3 {
  color: #000;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 30px;
}

.wrap-about-contact {
  background-image: url(../images/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}

.wrap-about-contact p {
  margin-bottom: 0;
}

.desc-about-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.about-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.about-contact-info div img {
  margin-right: 7px;
}

.about-contact {
  padding-left: 25px;
}

.about-contact .title-contact {
  font-size: 1.4rem;
}

.logo-about img {
  width: 155px;
  height: auto;
}

.about-respect {
  background-color: #F7F7F7;
  text-align: center;
  padding: 60px 0 20px;
}

.about-respect h2 {
  font-size: 1.875rem;
  color: #003A81;
}

.about-respect h3 {
  color: #23BBEC;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 15px 0;
}

.about-respect h4 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
}

.about-respect p {
  max-width: 1050px;
  margin: 0 auto;
}

.box-respect {
  display: -ms-grid;
  display: grid;
  max-width: 926px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin: 30px auto 50px;
}

.box-respect-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  font-weight: 500;
}

.box-respect-item img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.box-respect-item div {
  color: #003A81;
  font-size: 1.375rem;
}

.box-respect-item span {
  color: #333333;
  font-size: 1.125rem;
}

.box-respect-item p {
  font-weight: 400;
  margin-top: 7px;
}

.box-Joys {
  max-width: 100%;
}

.wrap-hondastart {
  padding: 50px 0 40px;
  text-align: center;
}

.wrap-hondastart h2 {
  color: #003A81;
  font-size: 1.5rem;
}

.wrap-hondastart h3 {
  color: #23BBEC;
  font-size: 1.25rem;
  margin: 15px 0;
  line-height: 35px;
}

.wrap-hondastart h4 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 33px;
}

.wrap-aboutrace {
  background-image: url(../images/bg-hondarace.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0 50px;
}

.wrap-aboutrace img {
  width: 100%;
}

.desc-hondarace {
  padding-right: 30px;
}

.desc-hondarace h2 {
  font-size: 1.5rem;
}

.wrap-hondalist {
  padding: 60px 0;
}

.photo-hondalist img {
  width: 100%;
  border-radius: 15px 70px 15px 15px;
}

.hondalist-content {
  padding: 50px 0 0 25px;
}

.hondalist-content h2 {
  color: #003A81;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.hondalist-content ul {
  padding-left: 0;
}

.hondalist-content ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.hondalist-content ul li::before {
  content: "";
  background-image: url(../images/arrow-blue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}

.wrap-cartype {
  background-color: #F3F3F3;
  padding: 60px 0;
}

.wrap-cartype h2 {
  font-size: 1.5rem;
  color: #003A81;
  text-align: center;
}

.wrap-cartype .container {
  max-width: 1100px;
}

.box-cartype {
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  padding: 30px;
  margin: 0 10px;
  min-height: 530px;
  margin-top: 25px;
  text-align: center;
}

.box-cartype img {
  width: 300px;
  height: auto;
}

.box-cartype h3 {
  color: #23BBEC;
  font-size: 1.25rem;
  margin: 15px 0;
}

.box-cartype p {
  text-align: left;
}

.box-cartype ul li {
  text-align: left;
}

.btn-myaccount {
  display: none;
}

.hide-menuaccount {
  display: none;
}

.menu-account > ul > li > a.here {
  color: #1BBBE9;
}

/*responsive*/
@media (max-width: 1199px) {
  .btn-register {
    font-size: 0.9rem;
    width: 140px;
  }
  .wrap-abouthome {
    padding: 45px 0 45px;
  }
  .wrap-abouthome h1 {
    font-size: 2.2rem;
  }
  .wrap-abouthome h2 {
    font-size: 1.5rem;
  }
  .photo-home-about {
    padding: 20px 0 0;
    text-align: center;
  }
  .photo-home-about img {
    width: 50%;
  }
  .txt-title {
    font-size: 1.8rem;
  }
  .home-news {
    padding: 45px 0 30px;
  }
  .home-news-honda {
    padding: 45px 0 30px;
  }
  .item-trick-info figure .cover-trick {
    width: 30%;
  }
  .item-trick-info figure figcaption {
    width: 70%;
  }
  .icon-callcenter {
    margin-right: 10px;
  }
  .icon-callcenter img {
    width: 50px;
  }
  .footer-callcenter {
    padding-left: 20px;
  }
  .wrap-footer ul li {
    width: 100%;
  }
  .wrap-footer .box-sitemap {
    padding-left: 100px;
  }
  .wrap-footer address {
    padding-right: 0;
  }
  .footer-contact div {
    font-size: 0.9rem;
  }
  .competition-item .items-news-eco {
    padding: 0 5px;
  }
  .box-detailslide {
    margin-top: 10px;
  }
  .news-slide .news-cover {
    margin-right: 20px;
  }
  .box-detailslide h4 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .box-contact-form {
    padding-left: 20px;
  }
  .wrap-news-right {
    padding-left: 15px;
  }
  .box-news-detail .title-news {
    font-size: 1.3rem;
  }
  .wrap-account {
    padding-left: 15px;
  }
  .title-account {
    font-size: 1.5rem;
  }
  .title-account2 {
    font-size: 1.2rem;
  }
  .box-status {
    margin: 5px 0;
    font-size: 0.95rem;
    min-height: 50px;
  }
  .box-status img {
    width: 22px;
  }
  .table-title-grey {
    font-size: 0.95rem;
    min-height: 44px;
  }
  .btn-edit-info {
    padding: 0 10px;
  }
  .photo-home-about {
    display: none;
  }
  .about-contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 35px;
  }
  .wrap-aboutrace .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .photo-aboutrace {
    text-align: center;
    margin-bottom: 35px;
  }
  .photo-aboutrace img {
    width: 60%;
  }
  .hondalist-content {
    padding: 0 0 0 10px;
  }
  .wrap-hondalist {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .owl-carousel.owl-bannerslide .owl-dots {
    display: none;
  }
  .photo-home-about img {
    width: 70%;
  }
  .wrap-abouthome h3 {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .txt-title {
    font-size: 1.6rem;
  }
  .box-sitemap {
    display: none;
  }
  .nav-page {
    margin-top: 10px;
  }
  .wrap-content {
    padding: 40px 0 80px;
  }
  .news-gallery {
    gap: 15px;
    margin: 25px 0 0;
  }
  .news-slide .news-cover {
    margin-right: 5px;
    border-radius: 15px 50px 15px 15px;
  }
  .box-detailslide {
    margin-top: 0;
  }
  .box-detailslide h4 {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .desc-newsslide {
    -webkit-line-clamp: 2;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .news-page {
    margin: 15px 0 55px;
  }
  .news-page .owl-carousel.owl-bannerslide .owl-dots {
    display: block;
  }
  .news-item .news-cover {
    border-radius: 10px;
  }
  .box-contact-form {
    padding-left: 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 35px;
  }
  .competition-items.latest-competition {
    margin-top: 15px;
  }
  .wrap-news-right {
    padding-left: 0;
    margin-top: 35px;
  }
  .box-registersuccess {
    padding: 10px 30px;
  }
  .box-registersuccess h5 {
    font-size: 1.1rem;
  }
  .btn-myaccount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap-account {
    padding-left: 0;
  }
  .menu-account {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 60vw;
    padding-top: 70px;
    z-index: 102;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #DEEDFF;
  }
  .menu-account .close_menu img {
    width: 15px;
    height: auto;
  }
  .wrap-about {
    padding: 45px 0 30px;
  }
  .wrap-about h1 {
    font-size: 1.8rem;
  }
  .wrap-about h2 {
    font-size: 1.3rem;
  }
  .logo-about img {
    width: 130px;
  }
  .about-respect {
    padding: 50px 0 20px;
  }
  .about-respect h2 {
    font-size: 1.8rem;
  }
  .box-respect {
    gap: 25px;
  }
  .box-respect-item {
    padding: 15px;
  }
  .box-respect-item img {
    width: 80px;
  }
  .box-respect-item div {
    font-size: 1.2rem;
  }
  .box-respect-item span {
    font-size: 1rem;
  }
  .desc-hondarace {
    padding-right: 0;
    text-align: center;
  }
  .photo-hondalist {
    text-align: center;
    margin-bottom: 35px;
  }
  .photo-hondalist img {
    width: 70%;
  }
  .box-cartype {
    margin: 0;
  }
  .box-cartype img {
    width: 220px;
  }
  .hide-menuaccount {
    display: block;
  }
  .menu-account .close_menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 70px;
  }
  .logo-honda img {
    width: 150px;
  }
  .wrap_menu.sticky .logo {
    width: 65px;
  }
  .wrap_menu.sticky .logo-honda img {
    width: 140px;
  }
  .wrap_menu.sticky .topbar-menu {
    padding: 10px 0;
  }
  .btn-register {
    height: 43px;
  }
  .wrap-abouthome {
    padding: 30px 0;
  }
  .wrap-abouthome h1 {
    font-size: 1.7rem;
  }
  .wrap-abouthome h2 {
    font-size: 1.3rem;
  }
  .wrap-abouthome h3 {
    font-size: 1.15rem;
  }
  .photo-home-about {
    margin-bottom: 25px;
    padding-top: 10px;
  }
  .photo-home-about img {
    width: 90%;
  }
  .about-support {
    font-size: 1.1rem;
  }
  .txt-title {
    font-size: 1.35rem;
    margin-top: 7px;
  }
  .btn-default {
    font-size: 0.85rem;
    height: 43px;
    min-width: 120px;
  }
  .home-news {
    padding: 30px 0 20px;
  }
  .txt-newstopic {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .txt-date {
    font-size: 0.8rem;
  }
  .items-news-eco {
    border-radius: 10px;
  }
  .home-news-honda {
    padding: 30px 0 20px;
  }
  .home-news-honda .items-news-eco {
    padding: 10px;
  }
  .home-news-honda .items-news-eco .news-cover {
    border-radius: 10px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
  }
  .nopad {
    padding: 0;
  }
  .item-trick-info {
    margin: 10px 0 0;
  }
  .item-trick-info figure {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .item-trick-info figure figcaption {
    font-size: 0.9rem;
    padding: 0 5px 0 18px;
  }
  .item-trick-info figure figcaption h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .item-trick-info figure figcaption .btn-readmore {
    display: none;
  }
  .item-trick-info figure .cover-trick div {
    border-radius: 8px;
    margin-top: 5px;
  }
  .wrap-all-trick {
    margin-top: 15px;
  }
  .wrap-footer {
    padding: 30px 0 20px;
  }
  .wrap-footer h2 {
    font-size: 1.3rem;
  }
  .footer-callcenter {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 20px;
  }
  .txt-callcenter {
    font-size: 1rem;
  }
  .txt-callcenter span {
    font-size: 1.4rem;
  }
  .txt-callcenter div {
    margin-bottom: 0;
  }
  .footer-box-social {
    margin: 15px 0;
  }
  .footer-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-cc {
    line-height: 1.6;
  }
  .wrap-document {
    padding: 30px 0 55px;
  }
  .txt-subtitle {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .competition-item {
    margin-top: 0;
  }
  .competition-item .items-news-eco {
    padding: 0;
  }
  .competition-item .items-news-eco figcaption {
    padding-top: 7px;
  }
  .txt-newstopic {
    line-height: 1.6;
  }
  .nav-page {
    gap: 5px;
  }
  .nav-page li a {
    font-size: 0.9rem;
  }
  .wrap-content {
    padding: 30px 0 55px;
  }
  .news-gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .news-page {
    margin: 15px 0 65px;
  }
  .news-slide .news-cover {
    border-radius: 20px;
  }
  .box-detailslide {
    margin-top: 15px;
  }
  .box-detailslide h4 {
    font-size: 1.1rem;
    margin: 0 0 5px;
  }
  .txt-contact {
    font-size: 1.15rem;
  }
  .contact-desc-info h2 {
    margin-top: 10px;
  }
  .title-form {
    font-size: 1.15rem;
  }
  .contact-phone {
    font-size: 1.4rem;
  }
  .contact-phone img {
    width: 22px;
  }
  .contact-line {
    font-size: 1.05rem;
  }
  .contact-line img {
    width: 24px;
  }
  .box-contact-form {
    padding-top: 25px;
  }
  .bg-form-contact {
    padding: 20px 15px 25px;
  }
  .wrap-gmaps .ratio-21x9 {
    --bs-aspect-ratio: 60%;
  }
  .box-competition {
    border-radius: 7px;
    font-size: 0.95rem;
    font-weight: 400;
  }
  .box-competition .btn-default {
    min-width: 43px;
    padding: 0;
  }
  .box-competition .btn-default img {
    margin: 0;
  }
  .box-competition .btn-default span {
    display: none;
  }
  .competition-items {
    border-radius: 10px;
    padding: 15px 10px 10px;
    margin-bottom: 20px;
  }
  .competition-items h4 {
    font-size: 1.1rem;
  }
  .txt-all-results {
    font-size: 1.2rem;
    margin: 30px 0 5px;
  }
  .box-news-detail .title-news {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .title-download {
    font-size: 1.15rem;
  }
  .tab-menu-login {
    padding: 0;
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .tab-menu-login .row .btn-menu-login img {
    display: none;
  }
  .box-login {
    padding: 20px 15px;
  }
  .title-login {
    font-size: 1.2rem;
  }
  .title-login img {
    width: 25px;
  }
  .frm-login .btn-default {
    font-size: 1rem;
    height: 45px;
  }
  .btn-regis-red {
    font-size: 1rem;
  }
  .box-register {
    padding: 20px 15px 10px;
  }
  .box-register .title-login {
    display: block;
  }
  .box-register .title-login img {
    display: none;
  }
  .box-register .title-login .regis-title-note {
    padding: 0;
  }
  .box-register .frm-login label {
    line-height: 26px;
  }
  .title-form-inside {
    font-size: 1.05rem;
    line-height: 28px;
  }
  .lineblue {
    margin: 20px 0;
  }
  .txt-title .txt-blue {
    display: block;
    margin-top: 7px;
  }
  .box-registersuccess {
    padding: 5px 15px;
  }
  .box-registersuccess h5 {
    line-height: 30px;
    font-size: 1.05rem;
  }
  .box-registersuccess .form-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .title-account {
    font-size: 1.3rem;
  }
  .account-regis-date {
    font-size: 0.95rem;
    line-height: 28px;
  }
  .box-account {
    padding: 15px;
    border-radius: 10px;
  }
  .box-status {
    border-radius: 5px;
    line-height: 22px;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0 7px;
    min-height: 48px;
  }
  .box-status span {
    font-weight: 500;
  }
  .box-account-info {
    font-size: 0.95rem;
    line-height: 26px;
  }
  .box-account-info span {
    margin-bottom: 5px;
    display: block;
  }
  .wrap-submit-account {
    text-align: center;
  }
  .wrap-submit-account .btn-default {
    margin: 0 5px;
  }
  .menu-account {
    width: 90vw;
  }
  .table-title-grey .hide,
  .team-list .hide {
    display: none;
  }
  .team-list {
    font-size: 0.9rem;
    padding: 5px 0;
  }
  .team-list span {
    font-size: 0.85rem;
  }
  .btn-edit-info {
    font-size: 0.85rem;
    height: 31px;
  }
  .btn-edit-info img {
    width: 14px;
  }
  .member-num span {
    display: block;
  }
  .table-title-grey {
    font-weight: 500;
    border-radius: 7px;
  }
  .title-tabblue {
    border-radius: 7px;
    min-height: 46px;
  }
  .txt-download-confirm {
    font-size: 1.2rem;
  }
  .btn-download {
    font-size: 0.95rem;
  }
  .btn-download img {
    width: 17px;
  }
  .list-download {
    font-size: 1rem;
    padding: 10px;
  }
  .list-download span {
    padding: 5px 0 0 0;
  }
  .list-download .btn-download {
    font-size: 0.85rem;
    padding: 0 15px;
    height: 40px;
  }
  .list-download .btn-download img {
    width: 15px;
    margin-right: 4px;
  }
  .list-regis-download .btn-default {
    min-width: 100px;
  }
  .txt-filename {
    font-size: 0.95rem;
    line-height: 27px;
    font-weight: 400;
  }
  .box-file-name {
    padding: 10px 10px 10px 15px;
  }
  .box-file-name a {
    font-size: 0.9rem;
  }
  .list-report-car {
    font-size: 0.9rem;
  }
  .list-report-car .col-7 {
    padding-right: 10px;
  }
  .box-desc-reportcar {
    padding: 15px 10px;
  }
  .txt-positionteam {
    line-height: 28px;
  }
  .title-report-car {
    font-size: 1.1rem;
    line-height: 28px;
  }
  .report-car-detail {
    font-size: 0.95rem;
    line-height: 30px;
  }
  .wrap-about {
    padding: 35px 15px;
  }
  .wrap-about h1 {
    font-size: 1.4rem;
  }
  .wrap-about h2 {
    font-size: 1.1rem;
    line-height: 28px;
  }
  .desc-about-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-contact {
    padding: 20px 0 0;
  }
  .about-contact .title-contact {
    font-size: 1.2rem;
  }
  .wrap-about-contact {
    padding: 35px 0;
  }
  .about-respect {
    padding: 35px 0 20px;
  }
  .about-respect h2 {
    font-size: 1.4rem;
  }
  .about-respect h3 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .about-respect h4 {
    font-size: 1.1rem;
  }
  .box-respect {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .wrap-hondastart {
    padding: 30px 15px 20px;
  }
  .wrap-hondastart h2 {
    font-size: 1.4rem;
    line-height: 34px;
  }
  .wrap-hondastart h3 {
    font-size: 1.15rem;
    margin: 10px 0;
  }
  .wrap-aboutrace {
    padding: 30px 15px;
  }
  .photo-aboutrace {
    margin-bottom: 20px;
  }
  .photo-aboutrace img {
    width: 100%;
  }
  .desc-hondarace h2 {
    font-size: 1.3rem;
    line-height: 34px;
  }
  .wrap-hondalist {
    padding: 35px 15px 20px;
  }
  .photo-hondalist {
    margin-bottom: 25px;
  }
  .photo-hondalist img {
    width: 100%;
  }
  .hondalist-content h2 {
    font-size: 1.3rem;
    line-height: 34px;
    margin-bottom: 14px;
  }
  .wrap-cartype {
    padding: 35px 0;
  }
  .wrap-cartype h2 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .box-cartype {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .box-cartype h3 {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=layout.css.map */