/* codethôi các bạn ơi : ))) */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.header .container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.header .menu i {
  font-size: 25px;
}

.header .menu span {
  display: inline-block;
  /* height:100px;
    width:100px;
    line-height:100px; */
}

.header .logo {
  width: 164px;
  height: 35px;
}

.about_us.carousel_1 {
  margin-top: 20px;
}

.about_us.carousel_1 .item .item_left {
  background: #ff9600;
  width: 20%;
  height: 100px;
  line-height: 100px;
  float: left;
  color: white;
}

.about_us.carousel_1 .item .item_left i {
  font-size: 25px;
}

.about_us.carousel_1 .item .item_right {
  float: left;
  width: 60%;
  line-height: 100px;
  margin-left: 30px;
}

.about_us.carousel_1 .item .item_right p {
  display: inline;
  color: #ff9600;
  margin-left: 20px;
}

.owl-carousel.owl-drag .owl-item.active {
  position: relative;
}

.owl-theme .owl-dots {
  position: absolute;
  top: 33px;
  right: 112px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff9600;
}

#carouselExampleIndicators .carousel-inner {
  overflow: none;
}

#carouselExampleIndicators .carousel-indicators {
  bottom: -50px;
}

#carouselExampleIndicators .carousel-indicators button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  padding: 2px;
  margin: 0 10px;
}

#carouselExampleIndicators .carousel-indicators button.active {
  background: #cc0001;
}

#carouselExampleIndicators .carousel-indicators button {
  background: #c0c0c0;
}

#carouselExampleIndicators .carousel-indicators button:hover {
  background: #cc0001;
}

#carouselExampleIndicators .carousel-control-prev {
  justify-content: flex-start;
}
#carouselExampleIndicators .carousel-control-prev .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next .carousel-control-next-icon {
  background-color: #868486;
}
#carouselExampleIndicators .carousel-control-next {
  justify-content: flex-end;
}

.brands .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}
.brands .row .item.item-demo {
  padding: 0;
}
.brands .row .item.item-demo img {
  width: 100%;
  display: block;
  height: 100%;
}

.arrow-red-right::after {
  right: -13px;
  border-width: 15px 0px 15px 15px;
  border-left: 15px solid #da0e0f;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-color: transparent #da0e0f;
  top: 40%;
}

.arrow-red-up::after {
  left: 42%;
  top: -13px;
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  content: "";
  border-width: 0 15px 15px;
  border-bottom: 15px solid #da0e0f;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-color: #da0e0f transparent;
}

.arrow-white-left::after {
  left: -14px;
  top: 40%;
  border-width: 15px 15px 15px 0;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #eeeeee;
  border-color: transparent #eeeeee;
}

.arrow-white-down::after {
  bottom: -15px;
  left: 42%;
  top: 100% !important;
  border-width: 15px 15px 0;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
  border-up: 15px solid #eeeeee;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-color: #eeeeee transparent;
}

.arrow-black-left::after {
  left: -14px;
  top:40%;
  border-width: 15px 15px 15px 0;
  z-index: 1;
  width: 0;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right:15px solid #242424;
  border-color: transparent #242424;
}
.brands .row .item-blue::after {
  right: -13px;
  border-width: 15px 0px 15px 15px;
  border-left: 15px #0283cc;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
  border-color: transparent #0283cc;
  top: 40%;
}
.brands .row .item-blue {
  background-color: #0283cc;
  position: relative;
}
.brands .row .item-red {
  background: #da0e0f;
  position: relative;
}

.brands .row .item-white {
  background: #eeeeee;
  position: relative;
}

.brands .row .item-black {
  background-color: #242424;
  position: relative;
}

.brands .row .item-2 {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}

.brands .row .item-4 {
  grid-column: 5 / span 2;
}

.brands .row .item-6 {
  grid-column: 4 / span 2;
}

.brands .row .honda-jet {
  grid-column: 3 / span 2;
}

.brands .row .honda-racing {
  grid-column: 5 / span 2;
}

.brands .row .honda-marine {
  grid-column: 3 / span 2;
}

.about .row {
  margin: 0;
}
.about .title .container {
  color: #333;
  padding: 35px 0;
  letter-spacing: 2px;
  background: #fff;
  text-align: center;
}

.about .title .container h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.about .main .row {
  flex-wrap: wrap;
}

.about .main .row .col-6 {
  position: relative;
  height: 500px;
}

.about .main .row .col-6.item-1 {
  background: url(../images/hinh1.jpg);
  background-size: cover;
}

.about .main .row .col-6 h3 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
}

.about .main .row .col-6 .p2-body {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: white;
}

.about .main .row .col-6 .p2-text {
  width: 60%;
  margin-left: 21%;
}

.history {
  background: url(../images/hinh17.jpg);
  background-size: cover;
  background-position: center;
  height: 782px;
  width: 100%;
  position: relative;
}

.history .history-body {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 600px;
  text-align: center;
}
.history:hover {
  cursor: pointer;
}

.history .history-body h2 {
  font-size: 26px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.history .history-body p {
  font-size: 17px;
  color: #000;
  width: 100%;
  margin: 0 auto 18px;
  line-height: 22px;
}
.history .history-body a {
  color: black;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
}

.stories .title .container {
  color: #333;
  padding: 35px 0;
  letter-spacing: 2px;
  background: #fff;
  text-align: center;
}

.stories .title .container h2 {
  font-size: 20px;
  font-weight: 700;
}
.stories .main .col-lg-4 {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}

.stories .main .row .item-body::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  background: black;
}
.stories .main .col-lg-4 .item-image img {
  width: 100%;
}

.stories .main .row .item-body,
.stories .main .row .item-body-1 {
  height: 0;
  padding-bottom: 44.56%;
  padding-top: 18px;
  position: relative;
  text-align: center;
}
.stories .main .row .item-body-1::before {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  width: 0;
  border-bottom: 20px solid #f9f9f9;
}

.stories .main .row .item-body-1 .body-content {
  bottom: 0;
  font-size: 14px;
  left: 0;
  padding: 40px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.stories .main .row .item-body-1 h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px;
}

.stories .main .row .item-body-1 p {
  margin: 0 0 10px;
  font-size: 14px;
}

.stories .main .row .item-body-1 a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 900;
}

.stories .main .row .item-image {
  position: relative;
}

.stories .main .row .item-image.item-image-1,
.stories .main .row .item-image.item-image-1 img {
  height: 100%;
}

.stories .main .row .item-image i {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  text-shadow: 0 0 5px rgb(0 0 0);
}

.stories .main .row .item-background {
  position: relative;
  background-color: #f2f2f2;
  height: 100%;
}

.stories .main .row .twitter-icon {
  color: #4d9fe0;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.stories .main .row .twitter-body {
  bottom: initial;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 45%;
  transform: translateY(-50%);
}

.stories .main .row .twitter-body img {
  border-radius: 5px;
  height: 45px;
  width: 45px;
}

.stories .main .row .twitter-body .twitter-info a {
  text-decoration: none;
}

.stories .main .row .twitter-body .twitter-info-box {
  padding-left: 18px;
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
}

.stories .main .row .twitter-body .twitter-info-box p {
  margin-bottom: 0;
  margin-top: 10px;
}

.stories .main .row .twitter-body .twitter-info-box p a {
  color: #337ab7;
  font-weight: 700;
}

.stories .main .row .twitter-body .twitter-info-box p:hover {
  color: #23527c;
}

.stories .main .row .twitter-body .twitter-info-box span a {
  color: #337ab7;
}

.stories .main .row .twitter-body .twitter-info-box span a:hover {
  color: #23527c;
}

.stories .main .row .twitter-body .twitter-content {
  font-size: 23px;
  margin: 10px 0;
  font-weight: 300;
}

.stories .main .row .twitter-body .twitter-content a {
  color: #337ab7;
  text-decoration: none;
}
.stories .main .row .twitter-body .twitter-content a:hover {
  color: #23527c;
}

.stories .main .row .twitter-body .twitter-time a {
  color: #337ab7;
  text-decoration: none;
}

.stories .main .row .twitter-body .twitter-time a:hover {
  color: #23527c;
}

.stories {
  padding-bottom: 70px;
}

.footer {
  background-color: #eee;
  font-size: 16px;
}

.footer .container {
  padding-top: 70px;
}

.footer .container .row h4 {
  font-size: 16px;
  color: #8f8f8f;
}

.footer .container .row ul {
  list-style-type: none;
  padding: 0;
}
.footer .container .row li {
  margin-bottom: 10px;
}

.footer .container .row li a {
  text-decoration: none;
}

.footer .container .row li a:hover span {
  color: #8f8f8f;
}

.footer .container .row li a span {
  line-height: 32px;
  font-size: 13px;
  display: inline-block;
  color: #000;
  font-weight: bold;
}

.footer .container .row li a i {
  color: #000;
  font-size: 13px;
  margin: 2px 0 0 4px;
}

.footer .container .row li a p {
  font-size: 13px;
  color: #666;
}

.footer .container .row.row-2 ul {
  padding-top: 50px;
  text-align: center;
}
.footer .container .row.row-2 ul li {
  display: inline-block;
  padding-left: 10px;
}

.footer .container .row.row-3 {
  margin: 0 !important;
  padding: 0 !important;
}

.footer .container .row.row-3 .col-md-10 {
  width: 100%;
  margin: 1em auto;
  text-align: center;
}

.footer .container .row.row-3 .col-md-10 p {
  font-size: 13px;
  color: #666;
}

.footer .container .row.row-3 .col-md-10 .text-type-2 a,
.footer .container .row.row-3 .col-md-10 .cookies a {
  color: #337ab7;
}
.footer .container .row.row-3 .col-md-10 .text-type-2 a:hover,
.footer .container .row.row-3 .col-md-10 .cookies a:hover {
  color: #000;
}

.footer .container .row.row-4 p a {
  font-size: 16px;
  color: #337ab7;
  text-decoration: none;
}

.footer .container .row.row-4 p span {
  font-size: 20px;
  color: #333;
  position: relative;
  top: 5%;
}
