@charset "UTF-8";
/*
   body {
   overflow: hidden;
   }
*/
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.9);
  z-index: 999;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding-top: 45px; }

.popup .popup-content {
  margin: 0;
  width: 100%; }

.popup .popup-content > .container {
  position: relative;
  background-color: #fff;
  padding: 0 50px; }

.popup .popup-close {
  position: absolute;
  right: 0;
  top: -30px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/icon/ico-close-02.png") no-repeat center center;
  color: transparent;
  cursor: pointer; }

.popup .popup-header {
  text-align: center;
  padding-bottom: 10px; }

.popup .popup-header .heading {
  color: #dd432f;
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  padding-top: 8px;
  margin-bottom: 0;
  text-transform: uppercase; }

.popup .popup-header .heading sup {
  top: -25px;
  font-size: 16px; }

.popup .popup-header .desc {
  line-height: 34px; }

.popup .content {
  padding-top: 34px;
  padding-bottom: 32px; }

.popup .content .form-group .form-control.text-control,
.popup .content .form-group .form-control.textarea-control,
.popup .content .form-group .form-control.select-control {
  border: 1px solid #eaeaea; }

.popup .content .form-group .form-control.text-control,
.popup .content .form-group .form-control.select-control {
  height: 40px; }

.popup .content .form-group .form-control.radio-control {
  margin-top: 12px; }

.popup .content .form-group .form-control.textarea-control {
  height: 115px; }

.popup .form-inline a,
.popup .form-inline i,
.popup .form-group a,
.popup .form-group i {
  color: #dd432f; }

.popup .form-inline .error,
.popup .form-inline .wpcf7-not-valid-tip,
.popup .form-group .error,
.popup .form-group .wpcf7-not-valid-tip {
  display: none;
  text-transform: uppercase;
  color: #dd432f;
  font-size: 12px;
  margin-left: 15px; }

.popup .form-inline.show_error p,
.popup .form-group.show_error p {
  line-height: normal; }

.popup .form-inline.show_error .error,
.popup .form-group.show_error .error {
  display: inline-block; }

.popup .form-top {
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px; }

.popup .form-top label {
  font-weight: 500;
  white-space: nowrap; }

.popup .form-top .select-control {
  height: 40px;
  border-bottom: 2px solid #dcdcdc;
  text-align: left; }

.popup .form-top .select-control > select {
  font-weight: 800;
  color: #333; }

.popup .form-content .form-group > label {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; }

.popup .form-bottom {
  display: flex;
  justify-content: space-between; }

.popup .form-bottom .btn-reset {
  font-size: 14px;
  color: #8e8e8e;
  line-height: 1;
  font-weight: 500; }

.popup .form-bottom .btn-reset > span {
  text-decoration: underline; }

.popup .form-bottom .btn-submit {
  width: 149px;
  height: 46px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background-color: #dd432f; }

.popup .form-bottom .ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(34, 34, 34, 0.2);
  margin-left: 0; }

.invalid .form-group.show_error .form-control.wpcf7-validates-as-required {
  border-color: #f5c5be !important;
  background: #fef9f8; }

.invalid div.wpcf7-response-output {
  display: none !important;
  border-color: #f5c5be;
  font-size: 10px;
  font-weight: bold; }

.popup-registration,
.popup-enquiry {
  max-width: 710px; }

.popup-registration .form-bottom,
.popup-enquiry .form-bottom {
  max-width: 380px;
  padding-top: 8px; }

.popup-cost {
  max-width: 1070px; }

.popup-cost .content .form-group .form-control.checkbox-control label {
  margin-bottom: 15px;
  pointer-events: none; }

.popup-cost .content-left {
  padding-right: 50px;
  border-right: 1px solid #cdcdcd; }

.popup-cost .cost-table {
  padding-left: 50px; }

.popup-cost .cost-table .cost-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #cdcdcd;
  line-height: 34px;
  font-size: 16px;
  padding: 19px 0; }

.popup-cost .cost-table .cost-item.last-child {
  border-bottom-style: solid; }

.popup-cost .cost-table .cost-item.cost-total {
  margin-top: 18px;
  border-bottom: 0;
  text-transform: uppercase;
  font-weight: 500; }

.popup-cost .cost-table .cost-item.cost-total .title {
  position: relative;
  top: 4px; }

.popup-cost .cost-table .cost-item.cost-total .value {
  font-size: 20px;
  color: #dd432f; }

.popup-cost .cost-table .cost-item.cost-total .value sup {
  font-size: 14px;
  top: -8px;
  margin-left: 4px; }

.popup-cost .form-bottom .btn-submit {
  width: 100%; }

div.wpcf7-mail-sent-ok {
  opacity: 0;
  margin: 0;
  padding: 0; }

#popup-thankyou .popup-content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  color: #222; }

#popup-thankyou .popup-content h3 {
  padding-top: 0;
  padding-bottom: 20px; }

#popup-thankyou .popup-content p {
  margin-bottom: 10px; }

/* Responsive */
@media screen and (max-width: 767px) {
  .popup .popup-close {
    right: 20px; }
  .popup .popup-content > .container {
    padding: 0 20px; }
  .popup .form-top .form-inline {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .popup .form-top .select-control {
    width: 100%; }
  .popup .form-content {
    margin: 0; }
  .popup .form-content .col-100,
  .popup .form-content .col-50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .popup .form-content select {
    padding: 0 20px; }
  .popup-cost .cost-table,
  .popup-cost .content-left {
    padding: 0;
    border: 0; } }

.productnews {
  /* .slider-main */
  /* .pr-slider */
  /*.truck-pr-first .pr-slider .owl-carousel .owl-stage { display: flex; justify-content: center; max-width: 1090px; }*/
  /*# sourceMappingURL=theme-truck.css.map */
  /*MT CSS*/
  /* An thÃªm */
  /*--- Äiá»u chá»‰nh footer theo yÃªu cáº§u 4-2023---*/ }
  .productnews .truck-slider {
    /* .slider-normal */ }
  .productnews .truck-slider .owl-carousel {
    position: relative; }
  .productnews .truck-slider .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    width: 100%; }
  .productnews .truck-slider .owl-carousel .owl-nav button {
    height: 100%;
    color: transparent;
    border: 0;
    position: absolute;
    visibility: visible; }
  .productnews .truck-slider .owl-carousel .owl-nav button.disabled {
    opacity: .3;
    cursor: default; }
  .productnews .truck-slider .owl-carousel .owl-dots {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 20;
    visibility: hidden;
    width: 100%; }
  .productnews .truck-slider .owl-carousel .owl-dots button.owl-dot {
    padding: 10px !important;
    visibility: visible; }
  .productnews .truck-slider .owl-carousel .owl-dots button.owl-dot > span {
    background: none;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 3px solid rgba(255, 255, 255, 0.3); }
  .productnews .truck-slider .owl-carousel .owl-dots button.owl-dot.active > span {
    border-color: #ffffff; }
  .productnews .truck-slider .owl-carousel .owl-dots button.owl-dot + button {
    margin-left: 14px; }
  .productnews .truck-slider .slider-normal .owl-nav,
  .productnews .truck-slider .slider-gallery .owl-nav {
    max-width: 1330px;
    height: 53px; }
  .productnews .truck-slider .slider-normal .owl-nav button,
  .productnews .truck-slider .slider-gallery .owl-nav button {
    width: 53px; }
  .productnews .truck-slider .slider-normal .owl-nav button.owl-prev,
  .productnews .truck-slider .slider-gallery .owl-nav button.owl-prev {
    left: 0;
    background: url("../images/icon/arrow-left-03.png") no-repeat left center; }
  .productnews .truck-slider .slider-normal .owl-nav button.owl-next,
  .productnews .truck-slider .slider-gallery .owl-nav button.owl-next {
    right: 0;
    background: url("../images/icon/arrow-right-03.png") no-repeat right center; }
  .productnews .truck-slider .slider-normal .owl-dots,
  .productnews .truck-slider .slider-gallery .owl-dots {
    max-width: 1330px;
    text-align: right;
    margin: auto;
    bottom: 50px; }
  .productnews .slider-main .owl-nav {
    height: 66px; }
  .productnews .slider-main .owl-nav button {
    width: 66px; }
  .productnews .slider-main .owl-nav button.owl-prev {
    left: 30px;
    background: url("../images/icon/arrow-left-01.png") no-repeat center center; }
  .productnews .slider-main .owl-nav button.owl-next {
    right: 30px;
    background: url("../images/icon/arrow-right-01.png") no-repeat center center; }
  .productnews .slider-main .owl-dots {
    bottom: 20px;
    text-align: center; }
  .productnews .pr-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 59px;
    visibility: hidden;
    width: 100%; }
  .productnews .pr-slider .owl-nav button {
    width: 59px;
    height: 59px;
    background-color: #ffffff;
    color: #c80200;
    border-radius: 100%;
    font-size: 14px;
    border: 0;
    position: absolute;
    visibility: visible; }
  .productnews .pr-slider .owl-nav button.owl-prev {
    left: -60px;
    background: url("../images/icon/arrow-left-04.png") no-repeat center left; }
  .productnews .pr-slider .owl-nav button.owl-next {
    right: -60px;
    transform: rotate(180deg);
    background: url("../images/icon/arrow-left-04.png") no-repeat center left; }
  .productnews .pr-slider .owl-nav button.disabled.owl-prev {
    transform: rotate(180deg);
    background: url("../images/icon/arrow-right-04.png") no-repeat center right; }
  .productnews .pr-slider .owl-nav button.disabled.owl-next {
    transform: rotate(0deg);
    background: url("../images/icon/arrow-right-04.png") no-repeat center right; }
  .productnews .pr-slider .owl-dots {
    bottom: 20px;
    text-align: center; }
  .productnews .page-template-truck-home .main-header .main-menu .menu .product-item {
    display: none; }
  .productnews .truck-home {
    padding-top: 55px;
    padding-bottom: 0; }
  .productnews .truck-home .heading {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-bottom: 60px; }
  .productnews .truck-home .heading .text-main {
    color: #c80200; }
  .productnews .truck-pr-first {
    margin-bottom: 0; }
  .productnews .truck-pr-first .wrap-tab .tab-item {
    font-weight: bold;
    width: 33.3333333333%;
    display: block;
    text-align: center;
    color: #000000;
    line-height: 34px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    border-right: none;
    padding: 7px; }
  .productnews .truck-pr-first .wrap-tab .tab-item:last-child {
    border-right: 1px solid #cccccc; }
  .productnews .truck-pr-first .wrap-tab .tab-item.active {
    background-color: #c80200;
    border-color: #c80200;
    color: #ffffff; }
  .productnews .truck-pr-first .truck-content .owl-item:last-child {
    /*display: none;*/ }
  .productnews .truck-pr-first .truck-content .list-item_1 .owl-item:last-child {
    display: block; }
  .productnews .truck-pr-first .pr-banner img {
    width: 100%; }
  .productnews .truck-pr-first .pr-slider {
    padding: 0 55px; }
  .productnews .truck-pr-first .pr-slider .owl-carousel .owl-stage {
    display: flex;
    max-width: 1710px; }
  .productnews .truck-pr-first .pr-slider .owl-carousel .owl-stage .owl-item {
    float: none; }
  .productnews .truck-pr-first .pr-slider .slide-item {
    padding: 15px;
    height: 100%; }
  .productnews .truck-pr-first .pr-slider .slide-item .wrap-item {
    padding: 15px;
    height: 100%;
    transition-duration: 0.15s; }
  .productnews .truck-pr-first .pr-slider .slide-item .wrap-item a {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
  .productnews .truck-pr-first .pr-slider .slide-item .wrap-item .thumb {
    text-align: center;
    width: 100%; }
  .productnews .truck-pr-first .pr-slider .slide-item .wrap-item img {
    transition-duration: 0.15s;
    max-height: 112px;
    width: auto;
    display: inline-block; }
  .productnews .truck-pr-first .pr-slider .slide-item:hover .wrap-item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }
  .productnews .truck-pr-first .pr-slider .slide-item:hover .wrap-item .param .name {
    color: #c80200; }
  .productnews .truck-pr-first .pr-slider .slide-item:hover .wrap-item img {
    transform: scale(1.025); }
  .productnews .truck-pr-first .pr-slider .slide-item .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
    color: #636363;
    padding-top: 32px;
    margin-bottom: 15px;
    text-align: center; }
  .productnews .truck-pr-first .pr-slider .slide-item .param {
    padding: 0;
    align-self: flex-end;
    width: 100%; }
  .productnews .truck-pr-first .pr-slider .slide-item .code {
    line-height: 38px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background-color: #c80200; }
  .productnews .truck-pr-first .pr-slider .slide-item .weight {
    line-height: 44px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #636363;
    border: 1px solid #c80200; }
  .productnews .truck-pr-first .pr-slider .slide-item .weight > span {
    display: inline-block;
    padding-left: 25px;
    background: url("../images/icon/ico-weight.png") no-repeat left center; }
  .productnews .truck-pr-second {
    padding-bottom: 30px; }
  .productnews .truck-pr-second .heading {
    margin-bottom: 40px; }
  .productnews .truck-pr-second .partner {
    font-size: 18px;
    padding-bottom: 50px; }
  .productnews .truck-pr-second .partner span {
    margin: 0 15px; }
  .productnews .truck-pr-second .partner img {
    max-height: 70px; }
  .productnews .truck-pr-second .pr-slider {
    position: relative; }
  .productnews .truck-pr-second .pr-item {
    display: block; }
  .productnews .truck-pr-second .pr-item .thumb {
    margin-bottom: 15px;
    min-height: 190px; }
  .productnews .truck-pr-second .pr-item .thumb img {
    margin: 0 auto;
    width: auto; }
  .productnews .truck-pr-second .pr-item .name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 27px;
    text-align: center;
    color: #636363; }
  @media (max-width: 840px) {
    .productnews .truck-pr-first .pr-slider .owl-carousel .owl-stage {
      display: block;
      max-width: initial; }
    .productnews .truck-pr-first .pr-slider .owl-carousel .owl-stage .owl-item {
      float: left; } }
  @media screen and (max-width: 750px) {
    .productnews .truck-home .heading {
      margin-bottom: 20px; }
    .productnews .truck-pr-first .truck-cats {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      flex-wrap: nowrap; }
    .productnews .truck-pr-first .truck-cats::-webkit-scrollbar {
      display: none; }
    .productnews .truck-pr-first .truck-cats .wrap-tab {
      display: table;
      width: 100%; }
    .productnews .truck-pr-first .truck-cats .wrap-tab .tab-item {
      display: table-cell;
      width: auto;
      padding: 5px;
      font-size: 14px;
      line-height: 24px;
      vertical-align: middle; }
    .productnews .truck-pr-first .pr-slider .slide-item {
      padding: 10px; }
    .productnews .pr-slider .owl-nav button {
      width: 30px;
      height: 30px; }
    .productnews .truck-home .truck-pr-second .heading .text-main {
      width: 100%;
      display: inline-block; }
    .productnews .truck-home .truck-pr-second .partner {
      padding-bottom: 40px; }
    .productnews .truck-home .truck-pr-second .partner span {
      display: block;
      margin-bottom: 20px; }
    .productnews .truck-home .truck-pr-second .partner img.alignnone {
      display: inline-block; }
    .productnews .truck-home .truck-pr-second .pr-slider {
      padding: 0 55px; } }
  .productnews .dealer-content {
    padding-top: 15px;
    font-size: 13px;
    padding-bottom: 45px;
    color: #c80200;
    text-align: center; }
  .productnews .section-dealer .dealer-find {
    text-align: center;
    margin-bottom: 65px; }
  .productnews .section-dealer .dealer-find label {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 800;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 16px; }
  .productnews .section-dealer .dealer-find .dealer-control {
    height: 44px;
    max-width: 224px;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #dcdcdc;
    position: relative; }
  .productnews .section-dealer .dealer-find .dealer-control .arrow {
    position: absolute;
    display: inline-block;
    font-size: 10px;
    color: #c80200;
    top: 40%;
    right: 0; }
  .productnews .section-dealer .dealer-find .dealer-control > select {
    height: 100%;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
    width: 100%;
    appearance: none;
    padding-left: 10px;
    padding-right: 10px; }
  .productnews .section-dealer .dealer-areas {
    border: 1px solid #eaeaea; }
  .productnews .section-dealer .dealer-areas .area-item {
    padding: 39px;
    display: flex; }
  .productnews .section-dealer .dealer-areas .area-item + .area-item {
    border-top: 1px solid #eaeaea; }
  .productnews .section-dealer .dealer-areas .area-item .map {
    margin-right: 35px;
    max-width: 30%; }
  .productnews .section-dealer .dealer-areas .area-item .address {
    position: relative;
    padding-bottom: 10px; }
  .productnews .section-dealer .dealer-areas .area-item .address .title {
    font-weight: 900;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #c80200;
    margin-bottom: 10px; }
  .productnews .section-dealer .dealer-areas .area-item .address p {
    font-size: 13px;
    margin-bottom: 15px; }
  .productnews .section-dealer .dealer-areas .area-item .address .label {
    font-weight: 600; }
  .productnews .section-dealer .dealer-areas .area-item .address .email {
    color: #c80200; }
  .productnews .section-dealer .dealer-areas .area-item .link {
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: -2px;
    left: 0; }
  .productnews .section-dealer .dealer-areas .area-item .link > i {
    color: #c80200;
    font-size: 10px;
    margin-left: 21px; }
  @media screen and (max-width: 767px) {
    .productnews .section-dealer .dealer-areas {
      border: 0; }
    .productnews .section-dealer .dealer-areas .area-item {
      border: 1px solid #eaeaea;
      display: block;
      padding: 0;
      margin-bottom: 20px; }
    .productnews .section-dealer .dealer-areas .area-item .map {
      margin: 0;
      max-width: 100%; }
    .productnews .section-dealer .dealer-areas .area-item .map .mapouter,
    .productnews .section-dealer .dealer-areas .area-item .map .gmap_canvas,
    .productnews .section-dealer .dealer-areas .area-item .map iframe {
      width: 100%; }
    .productnews .section-dealer .dealer-areas .area-item .address {
      padding: 20px 15px; }
    .productnews .section-dealer .dealer-areas .area-item .address span.space {
      display: block;
      opacity: 0; }
    .productnews .section-dealer .dealer-areas .area-item .link {
      position: static;
      display: block;
      line-height: 34px; } }
  .productnews .truck-home.truck-products h3 {
    margin-bottom: 0; }
  .productnews .truck-products {
    padding-top: 50px; }
  .productnews .truck-products.style-second {
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .productnews .truck-products.style-second:after {
    z-index: -1;
    content: "";
    position: absolute;
    height: 400px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), #ffffff); }
  .productnews .truck-products .heading {
    font-weight: 800;
    font-size: 30px;
    color: #333333;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .productnews .truck-products .product-item {
    max-width: 320px;
    margin-bottom: 70px; }
  .productnews .truck-products .product-item .group-top {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 30%; }
  .productnews .truck-products .product-item .group-top .name {
    font-size: 16px;
    color: #c80200;
    line-height: 27px;
    font-weight: bold; }
  .productnews .truck-products .product-item .group-top .logo-care {
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
    text-align: right; }
  .productnews .truck-products .product-item .group-top .logo-care img {
    cursor: pointer;
    max-height: 100px; }
  .productnews .truck-products .product-item .group-bottom {
    font-size: 12px;
    line-height: 30px;
    color: #636363;
    margin-bottom: 34px; }
  .productnews .truck-products .product-item .group-bottom > p {
    display: flex;
    justify-content: space-between; }
  .productnews .truck-products .product-item .group-bottom .label {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 12px;
    line-height: 16px; }
  .productnews .truck-products .product-item .group-bottom .value {
    font-weight: 500;
    line-height: 16px;
    text-align: right; }
  .productnews .truck-products .product-item .thumb {
    display: block; }
  .productnews .truck-products .product-item .thumb > img {
    width: 100%; }
  .productnews .truck-products .product-item .link {
    display: block;
    width: 100%;
    border: 1px solid #c80200;
    color: #c80200;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    padding: 15px;
    text-align: center; }
  .productnews .truck-products .spv-item .group-top {
    padding-bottom: 25px; }
  .productnews .truck-products .spv-item .group-top .name {
    text-transform: uppercase; }
  .productnews .truck-products .spv-item .group-bot {
    display: flex;
    align-items: center; }
  .productnews .truck-products .spv-item .group-bot a.link {
    margin-left: 0; }
  .productnews .truck-products .spv-item .group-bot .logo-care {
    width: 50%;
    text-align: right; }
  .productnews .truck-products .spv-item .group-bot .logo-care img {
    cursor: pointer;
    max-height: 60px; }
  .productnews .truck-products .truck-item .thumb {
    position: relative; }
  .productnews .truck-products .truck-item .flag {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #ffffff;
    text-align: right;
    font-weight: 800;
    font-size: 10px;
    line-height: 18px;
    z-index: 10; }
  .productnews .truck-products .truck-item .flag > span {
    display: flex;
    align-items: center;
    width: 0;
    height: 80px;
    position: absolute;
    top: 0;
    right: 57px;
    z-index: 2; }
  .productnews .truck-products .truck-item .flag:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 120px solid transparent;
    border-left: 120px solid transparent;
    z-index: 1; }
  .productnews .truck-products .truck-item .flag.flag-contact:before {
    border-top-color: #c80200; }
  .productnews .truck-products .truck-item .flag.flag-coming {
    background-color: rgba(255, 255, 255, 0.5); }
  .productnews .truck-products .truck-item .flag.flag-coming:before {
    border-top-color: #b50303; }
  .productnews .truck-products .truck-item .group-top {
    padding-bottom: 15px; }
  .productnews .truck-products .truck-item .group-top .name {
    margin-bottom: 15px; }
  .productnews .truck-products .truck-item .group-top .price .label {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 500;
    color: #636363;
    margin-bottom: 0; }
  .productnews .truck-products .truck-item .group-top .price .number {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }
  .productnews .truck-products .truck-item .group-top .price .number sup {
    font-size: 10px;
    margin-left: 9px;
    text-transform: uppercase; }
  .productnews .truck-products .truck-item.truck-comming {
    pointer-events: none; }
  .productnews .truck-products .truck-item.truck-comming .link {
    border-color: #646464;
    color: #646464; }
  @media screen and (max-width: 750px) {
    .productnews .truck-products .product-item {
      max-width: 100%;
      margin-bottom: 50px; }
    .productnews .truck-products .product-item .group-top {
      margin-top: 0; }
    .productnews .truck-products .product-item .group-bottom {
      margin-bottom: 15px; }
    .productnews .truck-products .product-item .link {
      margin: 0 auto;
      padding: 10px; } }
  .productnews .heading-lcv {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    color: #c80200;
    text-transform: uppercase;
    text-align: center; }
  .productnews .heading-lcv .title {
    text-transform: uppercase;
    font-weight: 900;
    color: #c80200;
    line-height: 1; }
  .productnews .heading-lcv .title .title-small {
    font-size: 18px;
    position: relative;
    top: -30px; }
  .productnews .heading-lcv .title .title-large {
    font-size: 26px; }
  .productnews .truck-service .service-line {
    border-top: 2px solid #e6e6e6;
    padding-bottom: 50px; }
  .productnews .truck-service .heading {
    font-size: 22px;
    font-weight: 900;
    line-height: 34px;
    color: #c80200;
    text-transform: uppercase; }
  .productnews .truck-service .heading-sm,
  .productnews .truck-service h5 {
    font-size: 13px;
    font-weight: 900;
    line-height: 30px;
    color: #c80200;
    text-transform: uppercase; }
  .productnews .truck-service .heading-sm > span,
  .productnews .truck-service h5 > span {
    display: inline-block;
    padding-right: 22px;
    margin-right: 16px;
    position: relative; }
  .productnews .truck-service .heading-sm > span:after,
  .productnews .truck-service h5 > span:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "";
    display: inline-block;
    height: 25px;
    width: 1px;
    background-color: #e6e6e6; }
  .productnews .truck-service .heading-sm > .download,
  .productnews .truck-service h5 > .download {
    display: inline-block;
    color: #8d8d8d;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px; }
  .productnews .truck-service .heading-sm > .download i,
  .productnews .truck-service h5 > .download i {
    color: #c80200;
    margin-right: 13px; }
  .productnews .truck-service .heading-sm > .download span,
  .productnews .truck-service h5 > .download span {
    border-bottom: 1px solid #8d8d8d; }
  .productnews .truck-service .service-content {
    line-height: 30px; }
  .productnews .truck-service .service-content + .service-content {
    margin-top: 20px; }
  .productnews .truck-service .service-content .heading-sm,
  .productnews .truck-service .service-content h5 {
    margin-bottom: 13px; }
  .productnews .truck-service .service-content .label,
  .productnews .truck-service .service-content h6 {
    color: #c80200;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 7px; }
  .productnews .truck-service .service-content table {
    width: 100%; }
  .productnews .truck-service .service-content table th,
  .productnews .truck-service .service-content table td {
    border: 1px solid #cccccc;
    width: 33.3333333333%;
    padding: 17px 36px;
    color: #333333; }
  .productnews .truck-service .service-content table th,
  .productnews .truck-service .service-content table tr:first-child td {
    text-align: left;
    background-color: #f2f2f2;
    text-transform: capitalize;
    font-weight: 800; }
  .productnews .truck-service .service-content table td {
    text-transform: uppercase;
    font-weight: 500; }
  .productnews .truck-service .service-content ul li {
    line-height: 30px;
    position: relative;
    text-indent: 30px; }
  .productnews .truck-service .service-content ul li > p:first-child,
  .productnews .truck-service .service-content ul li > h6 {
    text-indent: 30px; }
  .productnews .truck-service .service-content ul li > p:first-child ~ p,
  .productnews .truck-service .service-content ul li > h6 ~ p {
    text-indent: 0; }
  .productnews .truck-service .service-content ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    height: 8px;
    width: 8px;
    border: 2px solid #c80200;
    border-radius: 100%;
    display: inline-block; }
  .productnews .truck-service .service-content .desc .float-right {
    margin-top: 30px;
    margin-left: 30px; }
  .productnews .truck-service .service-content .desc .float-left {
    margin-right: 30px; }
  .productnews .truck-service .service-content .desc .caption {
    font-style: italic; }
  .productnews .truck-service .service-form {
    margin-bottom: 38px; }
  .productnews .truck-service .service-form .form-group label {
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 11px; }
  .productnews .truck-service .service-form .form-group .form-control {
    border: 1px solid #eaeaea; }
  .productnews .truck-service .service-form .form-group .form-control.text-control {
    height: 50px;
    padding: 0 26px; }
  .productnews .truck-service .service-form .form-group .form-control.textarea-control {
    padding: 18px 26px;
    line-height: 34px; }
  .productnews .truck-service .service-form .form-bottom {
    text-align: right;
    margin-top: 10px; }
  .productnews .truck-service .service-form .form-bottom > button {
    font-size: 13px; }
  .productnews .truck-service .service-form .form-bottom .btn-reset {
    font-weight: 500;
    color: #646464;
    border-bottom: 1px solid #646464;
    margin-right: 48px; }
  .productnews .truck-service .service-form .form-bottom .btn-submit {
    font-weight: 600;
    height: 46px;
    width: 149px;
    color: #ffffff;
    background-color: #c80200; }
  .productnews .truck-service .service-tab .tab-item {
    text-align: center;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #eaeaea;
    padding: 24px;
    cursor: pointer; }
  .productnews .truck-service .service-tab .tab-item.active {
    background-color: #c80200;
    border-color: #c80200;
    color: #ffffff; }
  .productnews .truck-service .service-faq {
    line-height: 34px;
    border-bottom: 1px solid #eaeaea; }
  .productnews .truck-service .service-faq .faq-item .question,
  .productnews .truck-service .service-faq .faq-item .answer {
    position: relative;
    padding: 27px 30px 26px 79px; }
  .productnews .truck-service .service-faq .faq-item .question:before,
  .productnews .truck-service .service-faq .faq-item .answer:before {
    font-weight: 800;
    position: absolute;
    left: 34px; }
  .productnews .truck-service .service-faq .faq-item .question {
    border: 1px solid #e1edf8;
    color: #c80200;
    background-color: #f8fcfe; }
  .productnews .truck-service .service-faq .faq-item .question:before {
    content: "Q :"; }
  .productnews .truck-service .service-faq .faq-item .answer {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea; }
  .productnews .truck-service .service-faq .faq-item .answer:before {
    content: "A :"; }
  .productnews .truck-service .customer-content .table,
  .productnews #popup-customer .customer-content .table {
    overflow: auto; }
  .productnews .truck-service .customer-content table,
  .productnews #popup-customer .customer-content table {
    width: 100%;
    min-width: 960px; }
  .productnews .truck-service .customer-content table th,
  .productnews .truck-service .customer-content table td,
  .productnews #popup-customer .customer-content table th,
  .productnews #popup-customer .customer-content table td {
    border: 1px solid #cccccc;
    width: 33.3333333333%;
    padding: 17px 0;
    color: #333333; }
  .productnews .truck-service .customer-content table th,
  .productnews .truck-service .customer-content table tr:first-child td,
  .productnews #popup-customer .customer-content table th,
  .productnews #popup-customer .customer-content table tr:first-child td {
    text-align: left;
    background-color: #f2f2f2;
    text-transform: capitalize;
    font-weight: 800; }
  .productnews .truck-service .customer-content table td,
  .productnews #popup-customer .customer-content table td {
    text-transform: uppercase;
    font-weight: 500; }
  .productnews .truck-service .customer-content table tr:first-child td,
  .productnews .truck-service .customer-content table th,
  .productnews .truck-service .customer-content table td,
  .productnews #popup-customer .customer-content table tr:first-child td,
  .productnews #popup-customer .customer-content table th,
  .productnews #popup-customer .customer-content table td {
    width: auto;
    text-align: center; }
  .productnews .truck-service .customer-content.popup-customer,
  .productnews #popup-customer .customer-content.popup-customer {
    max-width: 1200px; }
  .productnews .truck-service .customer-content.popup-customer .table,
  .productnews #popup-customer .customer-content.popup-customer .table {
    margin: 10px auto 20px; }
  .productnews .truck-service-policy {
    padding-bottom: 73px; }
  .productnews .truck-service-policy .heading {
    margin-bottom: 20px; }
  .productnews .truck-service-policy .table {
    margin-top: 23px;
    margin-bottom: 40px; }
  .productnews .truck-service-maintenance {
    padding-bottom: 40px; }
  .productnews .truck-service-maintenance .heading {
    margin-bottom: 19px; }
  .productnews .truck-service-maintenance .heading-sm {
    margin-bottom: 16px; }
  .productnews .truck-service-maintenance .heading-sm > span {
    min-width: 256px; }
  .productnews .truck-service-info {
    padding-bottom: 52px; }
  .productnews .truck-service-info .heading {
    margin-bottom: 34px; }
  .productnews .truck-service-info .service-tab {
    margin-bottom: 24px; }
  .productnews .truck-service-info .heading-download {
    border-top: 1px dashed #e6e6e6;
    padding-top: 33px;
    margin-top: 33px; }
  .productnews .truck-service-faq .heading {
    margin-bottom: 38px; }
  @media screen and (max-width: 750px) {
    .productnews .section-heading .heading {
      padding-bottom: 15px; }
    .productnews .section-heading .heading .socials .social {
      padding: 0 15px;
      position: static;
      text-align: right;
      float: none; }
    .productnews .section-heading .heading .socials .social > a {
      font-size: 14px;
      margin-left: 15px; }
    .productnews .truck-service-policy {
      padding-bottom: 30px; }
    .productnews .truck-service .heading-sm > span:after,
    .productnews .truck-service h5 > span:after {
      background-color: initial; }
    .productnews .truck-service .service-line {
      padding-bottom: 25px; }
    .productnews .truck-service .service-content .heading-sm {
      margin-bottom: 0; }
    .productnews .truck-service .service-content .desc .float-right {
      float: none;
      margin: 0 auto;
      text-align: center; }
    .productnews .truck-service .service-content .desc .float-right img {
      margin-bottom: 15px; }
    .productnews .truck-service .service-content .table {
      overflow: auto;
      margin-bottom: 20px; }
    .productnews .truck-service .service-content .table table {
      width: 800px; } }
  .productnews section.section-spv {
    margin-bottom: 30px; }
  .productnews .truckspv-detail.last-child {
    margin-bottom: 80px; }
  .productnews .truckspv-detail + .truckspv-detail {
    margin-top: 95px; }
  .productnews .truckspv-detail .heading {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase; }
  .productnews .truckspv-detail .detail-slider .heading {
    color: #272727;
    margin-bottom: 53px; }
  .productnews .truckspv-detail .detail-slider .owl-carousel {
    pointer-events: none;
    /*
   display: flex;
   align-items: center;
   justify-content: center;
*/ }
  .productnews .truckspv-detail .detail-slider .owl-carousel .slide-item {
    margin-top: 0; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .slide-item img.thumb {
    width: auto;
    margin: 0 auto; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .owl-dots {
    display: none; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .owl-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    width: 100%;
    visibility: hidden;
    height: 61px; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .owl-nav button {
    visibility: visible;
    width: 35px;
    height: 61px;
    position: absolute; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .owl-nav button.disabled {
    opacity: .3;
    pointer-events: none; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .owl-nav button.owl-prev {
    left: 70px;
    background: url("../images/icon/arrow-left-02.png") no-repeat center center; }
  .productnews .truckspv-detail .detail-slider .owl-carousel .owl-nav button.owl-next {
    right: 70px;
    background: url("../images/icon/arrow-right-02.png") no-repeat center center; }
  .productnews .truckspv-detail .detail-content {
    color: #636363;
    padding-top: 30px; }
  .productnews .truckspv-detail .detail-content .heading {
    color: #c80200;
    margin-bottom: 25px;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .productnews .truckspv-detail .detail-content .heading .h-tab {
    font-size: 16px;
    padding: 0 30px 9px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    color: #636363;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 30px; }
  .productnews .truckspv-detail .detail-content .heading .h-tab:hover,
  .productnews .truckspv-detail .detail-content .heading .h-tab.active {
    color: inherit; }
  .productnews .truckspv-detail .detail-content .heading .h-tab:hover:after,
  .productnews .truckspv-detail .detail-content .heading .h-tab.active:after {
    content: ""; }
  .productnews .truckspv-detail .detail-content .heading .h-tab:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #c80200; }
  .productnews .truckspv-detail .detail-content .specification-content-tab .tab-content {
    display: none;
    overflow: auto;
    width: 100%; }
  .productnews .truckspv-detail .detail-content .desc {
    text-align: center;
    max-width: 571px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    color: #272727;
    margin-bottom: 44px; }
  .productnews .truckspv-detail .detail-content .table,
  .productnews .truckspv-detail .detail-content table {
    width: 100%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 49px; }
  .productnews .truckspv-detail .detail-content .table th,
  .productnews .truckspv-detail .detail-content table th {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }
  .productnews .truckspv-detail .detail-content .table th.t-heading,
  .productnews .truckspv-detail .detail-content table th.t-heading {
    color: #c80200;
    text-align: center; }
  .productnews .truckspv-detail .detail-content .table td,
  .productnews .truckspv-detail .detail-content table td {
    font-weight: 500;
    width: 20%;
    color: #444; }
  .productnews .truckspv-detail .detail-content .table td:first-child,
  .productnews .truckspv-detail .detail-content table td:first-child {
    width: 35%; }
  .productnews .truckspv-detail .detail-content .table td:last-child,
  .productnews .truckspv-detail .detail-content table td:last-child {
    width: 45%; }
  .productnews .truckspv-detail .detail-content .table th,
  .productnews .truckspv-detail .detail-content .table td,
  .productnews .truckspv-detail .detail-content table th,
  .productnews .truckspv-detail .detail-content table td {
    padding: 12px;
    border-spacing: 0;
    line-height: 24px;
    border: 1px solid #d7d7d7; }
  .productnews .truckspv-detail .detail-content .btn-download {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    padding: 15px 30px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #c80200;
    margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .productnews .section-heading {
      padding: 40px 0 0; }
    .productnews .truckspv-detail .detail-content .head-tab {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      flex-wrap: nowrap; }
    .productnews .truckspv-detail .detail-content .head-tab .heading {
      display: flex;
      justify-content: left;
      flex-wrap: nowrap;
      margin-bottom: 20px; }
    .productnews .truckspv-detail .detail-content .head-tab .heading .h-tab {
      flex: 0 0 auto;
      width: auto;
      margin-bottom: 0; }
    .productnews .truckspv-detail .detail-content .table,
    .productnews .truckspv-detail .detail-content table {
      width: 100%; }
    .productnews .truckspv-detail .detail-content .table th,
    .productnews .truckspv-detail .detail-content .table td,
    .productnews .truckspv-detail .detail-content table th,
    .productnews .truckspv-detail .detail-content table td {
      padding: 5px;
      font-size: 12px; }
    .productnews .truckspv-detail .detail-content .table th:first-child,
    .productnews .truckspv-detail .detail-content .table td:first-child,
    .productnews .truckspv-detail .detail-content table th:first-child,
    .productnews .truckspv-detail .detail-content table td:first-child {
      width: 40%; }
    .productnews .truckspv-detail .detail-content .table th:last-child,
    .productnews .truckspv-detail .detail-content .table td:last-child,
    .productnews .truckspv-detail .detail-content table th:last-child,
    .productnews .truckspv-detail .detail-content table td:last-child {
      width: 40%; }
    .productnews .truckspv-detail .detail-slider .slider .owl-nav {
      max-width: 90%;
      height: auto;
      margin: 0 auto;
      top: 30%; }
    .productnews .truckspv-detail .detail-slider .slider .owl-nav button {
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      color: #c80200;
      border-radius: 100%;
      font-size: 16px;
      border: 0;
      position: absolute;
      visibility: visible; }
    .productnews .truckspv-detail .detail-slider .slider .owl-nav button:before {
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      font-weight: bold; }
    .productnews .truckspv-detail .detail-slider .slider .owl-nav button.owl-next {
      background: none;
      background-color: #ffffff;
      right: 0; }
    .productnews .truckspv-detail .detail-slider .slider .owl-nav button.owl-next:before {
      content: "\f105"; }
    .productnews .truckspv-detail .detail-slider .slider .owl-nav button.owl-prev {
      background: none;
      background-color: #ffffff;
      left: 0; } }
  .productnews .truck-detail .product-heading {
    padding-top: 50px;
    min-height: 150px; }
  .productnews .truck-detail .product-heading .heading {
    text-transform: uppercase;
    color: #c80200;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px; }
  .productnews .truck-detail.product-overview .h-model {
    margin-top: 18px;
    font-weight: bold;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 24px;
    text-transform: uppercase;
    position: relative; }
  .productnews .truck-detail.product-overview .h-model:after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #c80200;
    position: absolute;
    bottom: -20px;
    left: 0; }
  .productnews .truck-detail.product-overview .content {
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc; }
  .productnews .truck-detail.product-overview .content .desc {
    font-size: 13px;
    line-height: 30px;
    color: #1a1a1a;
    margin-top: 39px;
    margin-bottom: 57px; }
  .productnews .truck-detail.product-overview .content .table {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px; }
  .productnews .truck-detail.product-overview .content .table th,
  .productnews .truck-detail.product-overview .content .table td {
    width: 50%;
    border: 1px solid #cccccc;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 38px; }
  .productnews .truck-detail.product-overview .content .table th {
    font-weight: bold;
    padding-left: 30px;
    padding-right: 15px;
    width: 35% !important;
    text-transform: uppercase; }
  .productnews .truck-detail.product-overview .content .table td {
    font-weight: 500;
    padding-left: 38px; }
  .productnews .truck-detail.product-overview .content .noti {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 40px; }
  .productnews .truck-detail.product-overview .content .group-btns {
    display: flex;
    justify-content: space-between; }
  .productnews .truck-detail.product-overview .content .group-btns .ui-btn {
    color: #ffffff;
    background-color: #c80200;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 18px 28px;
    font-weight: bold;
    text-align: center; }
  .productnews .truck-detail.product-overview .content .group-btns .btn-download {
    width: 320px; }
  .productnews .truck-detail.product-overview .content .group-btns .btn-test {
    width: 220px; }
  .productnews .truck-detail.product-overview .content .banner {
    position: relative;
    padding-bottom: 5%; }
  .productnews .truck-detail.product-overview .content .banner > .wrap-bg {
    float: right;
    position: relative;
    display: flex;
    justify-content: center; }
  .productnews .truck-detail.product-overview .content .banner > .wrap-bg .layer-03 {
    text-align: right; }
  .productnews .truck-detail.product-overview .content .banner > .wrap-bg .layer-03 img {
    max-width: 80%; }
  .productnews .truck-detail.product-overview .content .banner > .wrap-bg .wrap-text {
    position: absolute;
    top: 18%;
    left: 12%;
    z-index: 1; }
  .productnews .truck-detail.product-overview .content .banner .text,
  .productnews .truck-detail.product-overview .content .banner .name {
    color: #ffffff;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase; }
  .productnews .truck-detail.product-overview .content .banner .text {
    font-size: 30px; }
  .productnews .truck-detail.product-overview .content .banner .name {
    font-size: 48px; }
  .productnews .truck-detail.product-overview .content .banner .thumb {
    position: absolute;
    right: 0;
    bottom: 0; }
  .productnews .truck-detail.product-engine .content .row {
    justify-content: center;
    flex-wrap: nowrap; }
  .productnews .truck-detail.product-engine .content .engine-item {
    position: relative;
    height: 100%; }
  .productnews .truck-detail.product-engine .content .engine-item > img {
    height: 100%; }
  .productnews .truck-detail.product-engine .content .engine-item .title {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    bottom: 20px;
    left: 46px;
    right: 46px;
    z-index: 1;
    white-space: pre-wrap; }
  .productnews .truck-detail.product-specification .specification-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 60px; }
  .productnews .truck-detail.product-specification .specification-tabs .content {
    padding-bottom: 0; }
  .productnews .truck-detail.product-specification .specification-tabs .tab-item {
    font-size: 13px;
    flex: auto;
    text-align: center;
    font-weight: 500;
    color: #646464;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer; }
  .productnews .truck-detail.product-specification .specification-tabs .tab-item span {
    position: relative;
    padding: 0 4px 16px;
    display: inline-block; }
  .productnews .truck-detail.product-specification .specification-tabs .tab-item:hover,
  .productnews .truck-detail.product-specification .specification-tabs .tab-item.active {
    color: #c80200; }
  .productnews .truck-detail.product-specification .specification-tabs .tab-item:hover span::after,
  .productnews .truck-detail.product-specification .specification-tabs .tab-item.active span::after {
    content: ""; }
  .productnews .truck-detail.product-specification .specification-tabs .tab-item span:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 2px solid #c80200;
    z-index: 1; }
  .productnews .truck-detail.product-specification .content {
    padding-bottom: 46px;
    width: 100%; }
  .productnews .truck-detail.product-specification .content .tab-content {
    display: none;
    width: 100%; }
  .productnews .truck-detail.product-specification .content .tab-content ul {
    padding-left: 20px;
    columns: 2; }
  .productnews .truck-detail.product-specification .content .tab-content ul li {
    list-style: disc inside;
    padding: 5px 0; }
  .productnews .truck-detail.product-specification .content .table {
    width: 100%;
    margin: 0 auto;
    color: #444; }
  .productnews .truck-detail.product-specification .content .table th,
  .productnews .truck-detail.product-specification .content .table td {
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    font-size: 13px;
    padding: 12px 28px;
    width: 20%; }
  .productnews .truck-detail.product-specification .content .table th:first-child,
  .productnews .truck-detail.product-specification .content .table td:first-child {
    width: 30%; }
  .productnews .truck-detail.product-specification .content .table th:last-child,
  .productnews .truck-detail.product-specification .content .table td:last-child {
    width: 50%; }
  .productnews .truck-detail.product-specification .content .table th:last-child,
  .productnews .truck-detail.product-specification .content .table td:last-child {
    text-align: center; }
  .productnews .truck-detail.product-specification .content .table thead th {
    background-color: #c80200;
    color: #ffffff;
    border: 1px solid #c80200;
    border-bottom: 0; }
  .productnews .truck-detail.product-specification .content .table thead th.border {
    border-right: 1px solid #cccccc; }
  .productnews .truck-detail.product-specification .content .table tbody td {
    border: 1px solid #cccccc;
    font-weight: normal; }
  .productnews .truck-detail.product-gallery {
    background-color: #f6f6f6;
    padding-bottom: 41px; }
  .productnews .truck-detail.product-gallery .product-heading {
    display: flex;
    justify-content: space-between; }
  .productnews .truck-detail.product-gallery .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto; }
  .productnews .truck-detail.product-gallery .gallery-tabs {
    width: 65%;
    margin-top: -10px; }
  .productnews .truck-detail.product-gallery .gallery-tabs .tab-item {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    color: #c80200;
    width: 50%;
    text-transform: uppercase;
    border: 1px solid #c80200;
    height: 60px; }
  .productnews .truck-detail.product-gallery .gallery-tabs .tab-item.active {
    background-color: #c80200;
    color: #ffffff; }
  .productnews .truck-detail.product-gallery .slider-gallery .owl-nav {
    max-width: 90%;
    height: auto;
    top: 40%; }
  .productnews .truck-detail.product-gallery .slider-gallery .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #c80200;
    border-radius: 100%;
    font-size: 16px;
    border: 0;
    position: absolute;
    visibility: visible; }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item {
    overflow: hidden;
    cursor: pointer; }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item:hover .title {
    display: block; }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item:hover .title > span {
    background-image: url("../images/icon/ico-plus-red.png"); }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item:hover .img-responsive,
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item:hover img.aligncenter,
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item:hover img.alignright {
    transition: all 0.35s;
    transform: scale(1.24); }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item .img-responsive,
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item img.aligncenter,
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item img.alignright {
    transition: all 0.35s;
    transform: scale(1.14);
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url("../images/bg-product-gallery.png") center bottom;
    height: 162px; }
  .productnews .truck-detail.product-gallery .slider-gallery .slide-item .title > span {
    display: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0;
    left: 40px;
    right: 40px;
    display: block;
    background: url("../images/icon/ico-plus.png") no-repeat center right; }
  .productnews .truck-detail.product-performance .content .slide-item,
  .productnews .truck-detail.product-interior .content .slide-item {
    position: relative; }
  .productnews .truck-detail.product-performance .content .slide-item .text,
  .productnews .truck-detail.product-interior .content .slide-item .text {
    position: absolute;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    z-index: 1;
    max-width: 1330px;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .productnews .top-banner .scroll-menu-top {
      justify-content: left; }
    .productnews .top-banner .scroll-menu-top .menu .scroll-menu-item {
      margin: 0 15px; }
    .productnews .truck-detail .product-heading {
      padding-top: 50px;
      text-align: center;
      min-height: auto;
      overflow: inherit; }
    .productnews .truck-detail .product-heading .heading {
      font-size: 24px;
      padding-bottom: 20px; }
    .productnews .truck-detail.product-specification .specification-tabs {
      margin-bottom: 30px; }
    .productnews .truck-detail.product-overview .h-model {
      font-size: 18px;
      margin-top: 0; }
    .productnews .truck-detail.product-overview .h-model:after {
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -25px; }
    .productnews .truck-detail.product-overview .content .table th,
    .productnews .truck-detail.product-overview .content .table td {
      padding: 15px;
      font-size: 13px; }
    .productnews .truck-detail.product-overview .content .wrap-table {
      overflow-y: auto; }
    .productnews .truck-detail.product-overview .content .wrap-table .table {
      width: 600px; }
    .productnews .truck-detail.product-overview .content .noti {
      margin: 0 0 20px; }
    .productnews .truck-detail.product-overview .content .group-btns {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    .productnews .truck-detail.product-overview .content .group-btns .btn-download,
    .productnews .truck-detail.product-overview .content .group-btns .btn-test {
      width: 80%;
      margin-bottom: 15px; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-dots {
      position: static;
      text-align: center;
      visibility: initial;
      padding-top: 15px; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-dots button.owl-dot > span {
      border-color: #d4d4d4; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-dots button.owl-dot.active > span {
      border-color: #707070; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-nav {
      max-width: 90%;
      height: auto;
      top: 30%; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-nav button {
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      color: #c80200;
      border-radius: 100%;
      font-size: 16px;
      border: 0;
      position: absolute;
      visibility: visible; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-nav button:before {
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      font-weight: bold; }
    .productnews .truck-detail.truck-slider .slider-normal .owl-nav button.owl-next:before {
      content: "\f105"; }
    .productnews .truck-detail.product-performance .content .slide-item .text,
    .productnews .truck-detail.product-interior .content .slide-item .text {
      bottom: 0;
      text-align: center;
      padding: 10px 15px;
      line-height: normal;
      position: static;
      background: black; }
    .productnews .truck-detail.product-interior,
    .productnews .truck-detail.product-specification {
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 35px; }
    .productnews .truck-detail.product-engine .content,
    .productnews .truck-detail.product-specification .content {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 1px; }
    .productnews .truck-detail.product-engine .content .row,
    .productnews .truck-detail.product-specification .content .row {
      justify-content: left;
      flex-wrap: nowrap; }
    .productnews .truck-detail.product-engine .content .row .col,
    .productnews .truck-detail.product-engine .content .row .tab-item,
    .productnews .truck-detail.product-specification .content .row .col,
    .productnews .truck-detail.product-specification .content .row .tab-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .productnews .truck-detail.product-engine .content .row .col,
    .productnews .truck-detail.product-specification .content .row .col {
      width: 100%; }
    .productnews .truck-detail.product-engine .content .row .col h4,
    .productnews .truck-detail.product-specification .content .row .col h4 {
      font-size: 18px;
      line-height: 30px; }
    .productnews .truck-detail.product-engine .content .row .col img,
    .productnews .truck-detail.product-specification .content .row .col img {
      height: auto; }
    .productnews .truck-detail.product-engine .content .row .tab-item,
    .productnews .truck-detail.product-specification .content .row .tab-item {
      padding-left: 10px;
      padding-right: 10px;
      width: auto; }
    .productnews .truck-detail.product-specification .content .table {
      width: 100%; }
    .productnews .truck-detail.product-specification .content .table th,
    .productnews .truck-detail.product-specification .content .table td {
      padding: 5px;
      font-size: 12px; }
    .productnews .truck-detail.product-specification .content .table th:first-child,
    .productnews .truck-detail.product-specification .content .table td:first-child {
      width: 40%; }
    .productnews .truck-detail.product-specification .content .table th:last-child,
    .productnews .truck-detail.product-specification .content .table td:last-child {
      width: 40%; }
    .productnews .truck-detail.product-gallery {
      background: none; }
    .productnews .truck-detail.product-gallery .product-heading {
      display: block; }
    .productnews .truck-detail.product-gallery .gallery-tabs {
      width: 100%;
      margin-top: 0;
      display: inline-block;
      text-align: center;
      font-size: 0; }
    .productnews .truck-detail.product-gallery .gallery-tabs .tab-item {
      width: 45%;
      display: inline-block;
      font-size: 13px; } }
  .productnews .top-banner .menu-tabs {
    background: #c80200; }
  .productnews .top-banner .menu-tabs .scroll-menu-item {
    font-size: 14px; }
  .productnews .top-banner .menu-tabs .scroll-menu-item.active,
  .productnews .top-banner .menu-tabs .scroll-menu-item:hover {
    color: #ffffff; }
  .productnews .top-banner .menu-tabs .scroll-menu-item.active:after,
  .productnews .top-banner .menu-tabs .scroll-menu-item:hover:after {
    background: #ffffff; }
  .productnews .truck-menu-car {
    text-align: center; }
  .productnews .truck-menu-car .menu {
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase; }
  .productnews .truck-menu-car .menu li.menu-item {
    margin: 0 30px;
    width: auto;
    position: relative;
    overflow: hidden; }
  .productnews .truck-menu-car .menu li.menu-item.active a::after,
  .productnews .truck-menu-car .menu li.menu-item:hover a::after {
    transform: translate3d(0, 0, 0); }
  .productnews .truck-menu-car .menu li.menu-item a {
    height: auto;
    padding: 27px 0;
    font-size: 0;
    white-space: nowrap;
    display: inline-block; }
  .productnews .truck-menu-car .menu li.menu-item a .thumb {
    padding-bottom: 15px; }
  .productnews .truck-menu-car .menu li.menu-item a .thumb img {
    max-height: 113px; }
  .productnews .truck-menu-car .menu li.menu-item a p {
    font-size: 13px;
    line-height: normal; }
  .productnews .truck-menu-car .menu li.menu-item a::after {
    position: absolute;
    left: -1px;
    width: 100%;
    height: 3px;
    content: '';
    transition: transform 0.35s;
    transform: translate3d(-100%, 0, 0);
    bottom: 0;
    background: #c80200; }
  @media screen and (max-width: 750px) {
    .productnews .truck-menu-car .menu {
      justify-content: left;
      padding-left: 0; }
    .productnews .truck-menu-car .menu li.menu-item {
      margin: 0 auto;
      padding-right: 0; }
    .productnews .truck-menu-car .menu li.menu-item a {
      padding: 0; }
    .productnews .truck-menu-car .menu li.menu-item a .thumb {
      padding-bottom: 0; }
    .productnews .truck-menu-car .menu li.menu-item a p {
      font-size: 9px; } }
  .productnews .page-template-truck-service #main {
    padding-bottom: 103px; }
  .productnews .page-template-truck-dealer #main {
    padding-bottom: 65px; }
  .productnews body.search .main-header {
    border-bottom: 1px solid #eaeaea; }
  .productnews .accordion {
    background-color: #eee;
    color: #c80200;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #d0e3ed;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s; }
  .productnews .mt-active,
  .productnews .accordion:hover {
    background-color: #ccc; }
  .productnews .mt-active:before {
    content: "\2212" !important;
    font-size: 16px; }
  .productnews .accordion:before {
    content: '\002B';
    font-size: 16px;
    color: #c80200;
    font-weight: bold;
    float: left;
    margin-right: 10px; }
  .productnews .panel {
    padding: 0;
    display: none;
    background-color: white;
    overflow: hidden; }
  .productnews .panel .row-15,
  .productnews #compare-detail-here .row-15 {
    margin: 0; }
  .productnews #compare-detail-here .row-15 .col-0,
  .productnews #compare-detail-here .row-15 .col-1,
  .productnews #compare-detail-here .row-15 .col-2,
  .productnews #compare-detail-here .row-15 .col-3,
  .productnews #compare-detail-here .row-15 .col-20,
  .productnews #compare-detail-here .row-15 .col-30,
  .productnews #compare-detail-here .row-15 .col-40 {
    border: 1px solid #d0e3ed;
    /*background: #fff;*/ }
  .productnews .mt-content {
    text-align: center; }
  .productnews .mt-content-accordion {
    /*height: 55px;*/
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px; }
  .productnews .mt-title {
    height: 55px;
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*text-align: left;*/ }
  .productnews .col-0 {
    width: 50%; }
  .productnews .col-1,
  .productnews .col-30 {
    width: 33.3333%; }
  .productnews .mt-alike-widget .col-30 {
    width: 30%; }
  .productnews .col-2 {
    width: 25%; }
  .productnews .col-3,
  .productnews .col-20 {
    width: 20%; }
  .productnews .mt-section .section-heading {
    padding: 25px 0; }
  .productnews .mt-section .section-content {
    padding-bottom: 100px; }
  .productnews .mt-content h2 {
    padding: 15px 0;
    font-size: 16px; }
  .productnews .alike-compare-title h2 {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center; }
  .productnews .mt-alike-widget .alike-compare-widget-post {
    display: inline-block;
    border: 1px solid #dfdbd8;
    background: #f7f7f7;
    padding: 20px;
    margin: 18px; }
  .productnews .mt-add-icon {
    width: 116px;
    height: 116px;
    display: inline-block;
    border-radius: 50%;
    background-color: #c80200;
    position: relative;
    margin: 20px 0 40px; }
  .productnews span.mt-add-icon:before {
    content: "";
    width: 5px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .productnews .mt-add-icon:after {
    content: "";
    width: 5px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg); }
  .productnews .alike-compare-widget-post-remove {
    width: 40px;
    height: 40px;
    padding: 10px; }
  .productnews .alike-compare-widget-post-add {
    text-align: center;
    padding: 15px; }
  .productnews .mt-add-title {
    margin: 0 -4rem;
    position: relative;
    left: -50px; }
  .productnews .mt-alike-widget .alike-compare-widget-post-title {
    font-weight: 600;
    width: 100%;
    margin: 20px 0 0;
    text-align: center; }
  .productnews .mt-alike-compare-action {
    text-align: center;
    margin: 20px 0 60px; }
  .productnews .maytech-remove-all-button {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 40px;
    border: 1px solid #c80200;
    background-color: #c80200;
    cursor: pointer; }
  .productnews .mt-alike-top:nth-child(2) {
    display: none; }
  .productnews .mt-popup-compare .product-item {
    padding: 20px 0 60px; }
  .productnews .mt-car-select {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: 15px;
    border: 1px solid #c80200;
    background-color: #c80200;
    cursor: pointer; }
  .productnews .mt-popup-compare .product-name img {
    width: 75%;
    height: auto; }
  .productnews .mt-popup-compare .price {
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px; }
  .productnews .product-name .name {
    font-size: 16px;
    color: #c80200;
    line-height: 27px;
    font-weight: bold;
    margin-top: 20px; }
  .productnews .product-name b {
    text-transform: none;
    font-weight: 600; }
  .productnews .mt-daily {
    color: #646464 !important;
    text-decoration: none !important;
    text-transform: none; }
  .productnews .alike-compare-widget-button,
  .productnews .alike-compare-widget-content {
    display: none; }
  .productnews .mt-section .popup .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #df3603;
    background: #df3603;
    font-size: 20px;
    padding: 5px 10px; }
  .productnews .mt-submit input {
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #646464;
    background: #646464;
    font-size: 15px;
    padding: 5px 15px;
    margin: 10px 0 0 30px;
    position: relative;
    top: 6px; }
  .productnews .popup-cost .form-group .cost-table {
    padding-left: 0; }
  .productnews .popup-cost .mt-cost-row .content-left {
    padding: 50px;
    border: 1px solid #cdcdcd; }
  .productnews .mt-cost .popup-cost {
    max-width: 1280px; }
  .productnews .alike-group-content {
    text-align: center; }
  .productnews .mt-alike-top .form-content.row-15 {
    background: #c80200 !important;
    color: white; }
  .productnews .mt-alike-top .mt-title {
    display: contents;
    text-align: center; }
  .productnews .mt-alike-top h3 {
    padding: 20px 0;
    /* text-align: center; */ }
  .productnews .page-template-general-news-truck .pagination {
    margin: 10px 0 76px; }
  .productnews .page-template-general-news-truck .section-heading {
    padding: 50px; }
  .productnews .mt-compare-product,
  .productnews .mt-cost-product {
    padding: 5px 26px;
    color: #fff;
    background-color: #c80200;
    display: inline-block; }
  .productnews .mt-compare-product {
    margin: -40px 10px 20px 0; }
  .productnews .mt-cost-product {
    margin: -40px 0 20px 10px; }
  @media screen and (max-width: 480px) {
    .productnews .mt-title {
      height: auto;
      font-weight: 700;
      flex-shrink: 0;
      display: block;
      /* justify-content: center; */
      align-items: center;
      /* text-align: left; */ }
    .productnews .mt-add-icon {
      width: 60px;
      height: 60px;
      display: inline-block;
      border-radius: 50%;
      background-color: #c80200;
      position: relative;
      margin: 20px 0 40px; }
    .productnews .mt-alike-widget .alike-compare-widget-post {
      display: inline-block;
      border: 1px solid #dfdbd8;
      background: #f7f7f7;
      padding: 0;
      margin: 3px; }
    .productnews .ui-btn.btn-primary {
      line-height: 34px;
      padding: 0; }
    .productnews .mt-add-title {
      margin: 0 -4rem;
      position: relative;
      left: -16px;
      text-align: center; }
    .productnews .alike-compare-widget-post-add {
      text-align: center;
      padding: 33px 0 0;
      margin-left: -24px; }
    .productnews .ui-btn {
      border: 0;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.2s; }
    .productnews .col-30 {
      width: 50%; }
    .productnews span.mt-add-icon:after {
      content: "";
      width: 3px;
      height: 20px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg); }
    .productnews span.mt-add-icon:before {
      content: "";
      width: 3px;
      height: 20px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .productnews .alike-group-content {
      text-align: left; }
    .productnews .container-1200.mt-section {
      overflow-x: auto;
      width: 400px; }
    .productnews .mt-section .section-content {
      width: 650px; }
    .productnews .mt-popup-compare .product-item {
      padding: 20px 2px 60px; }
    .productnews .col-2 {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-around; } }
  @media screen and (min-width: 540px) and (max-width: 1024px) {
    .productnews .mt-title {
      height: auto;
      font-weight: 700;
      flex-shrink: 0;
      display: block;
      /* justify-content: center; */
      align-items: center;
      /* text-align: left; */ }
    .productnews .mt-add-icon {
      width: 60px;
      height: 60px;
      display: inline-block;
      border-radius: 50%;
      background-color: #c80200;
      position: relative;
      margin: 20px 0 40px; }
    .productnews .mt-alike-widget .alike-compare-widget-post {
      display: inline-block;
      border: 1px solid #dfdbd8;
      background: #f7f7f7;
      padding: 0;
      margin: 7px;
      /* height: auto; */ }
    .productnews .ui-btn.btn-primary {
      line-height: 34px;
      padding: 0; }
    .productnews .mt-add-title {
      margin: 0 -4rem;
      position: relative;
      left: -16px;
      text-align: center; }
    .productnews .alike-compare-widget-post-add {
      text-align: center;
      padding: 33px 0 0;
      margin-left: -24px; }
    .productnews .ui-btn {
      border: 0;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.2s; }
    .productnews .mt-popup-compare .product-item {
      padding: 20px 2px 60px; }
    .productnews .col-2 {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-around; } }
  .productnews img.mt-address-icon {
    width: 18px; }
  .productnews .mt-footer-title {
    /*color:#c80200;*/
    color: black; }
  .productnews .mt-social-app {
    /*width:39% !important;*/ }
  @media screen and (max-width: 767px) {
    .productnews .mt-social-app,
    .productnews .mt-info,
    .productnews .vanphong-daidien,
    .productnews .truso-chinh,
    .productnews .showroom-parkson {
      display: block !important;
      width: 100% !important; }
    .productnews .mt-social-contact {
      width: 100% !important; }
    .productnews .mt-app-contact {
      width: 100% !important; }
    .productnews .form-inline > label {
      color: #333;
      font-size: 15px;
      font-weight: normal;
      margin-right: 22px;
      display: inline-block;
      line-height: 14px;
      position: relative; }
    .productnews .form-inline > label.required {
      padding-right: 10px; }
    .productnews .form-inline > label.required::after {
      content: "*";
      position: absolute;
      right: 0;
      top: 0;
      color: #dd432f;
      font-size: 16px; }
    .productnews .form-inline .form-control {
      display: inline-block; }
    .productnews .form-group {
      margin-bottom: 20px; }
    .productnews .form-group a,
    .productnews .form-group i {
      color: #dd432f; }
    .productnews .form-group > label {
      color: #333;
      font-size: 15px;
      font-weight: normal;
      margin-bottom: 15px;
      display: inline-block;
      line-height: 14px;
      position: relative; }
    .productnews .form-group > label.required {
      padding-right: 10px; }
    .productnews .form-group > label.required::after {
      content: "*";
      position: absolute;
      right: 0;
      top: 0;
      color: #dd432f;
      font-size: 16px; }
    .productnews .form-group .form-control {
      width: 100%; }
    .productnews .form-group .form-control.select-control {
      height: 60px;
      position: relative; }
    .productnews .form-group .form-control.select-control > select {
      padding: 0 20px; }
    .productnews .form-group .form-control.select-control > i.fas {
      right: 20px; }
    .productnews .form-content .form-group .form-control.select-control select,
    .productnews .form-top .form-inline .form-control.select-control select {
      color: #333;
      padding-left: 10px;
      padding-right: 10px; }
    .productnews .form-control {
      background-color: #f7f7f7;
      font-size: 15px;
      color: #333;
      border: 1px solid transparent;
      box-shadow: none;
      line-height: 26px; }
    .productnews .form-control::-webkit-input-placeholder {
      color: #999; }
    .productnews .form-control:focus {
      outline: none; }
    .productnews .form-control.text-control {
      padding: 0 20px;
      height: 60px; }
    .productnews .form-control.select-control {
      position: relative;
      height: 60px; }
    .productnews .form-control.select-control .wpcf7-form-control-wrap {
      width: 100%;
      height: 100%;
      display: block; }
    .productnews .form-control.select-control select {
      width: 100%;
      height: 100%;
      appearance: none;
      border: none;
      position: relative;
      z-index: 2;
      background-color: transparent;
      outline: none;
      color: #333; }
    .productnews .form-control.select-control select:focus {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .productnews .form-control.select-control > i.fas {
      position: absolute;
      top: calc(50% - 7px);
      color: #dd432f;
      z-index: 1;
      right: 0; }
    .productnews .form-control.textarea-control {
      padding: 0 20px;
      height: 110px;
      resize: none; }
    .productnews .form-control.radio-control {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      line-height: 26px; }
    .productnews .form-control.radio-control label {
      margin-right: 34px;
      cursor: pointer; }
    .productnews .form-control.radio-control label input[type="radio"] {
      display: none; }
    .productnews .form-control.radio-control label input[type="radio"]:checked ~ .wrap-check {
      border-color: #dd432f; }
    .productnews .form-control.radio-control label > .wrap-check {
      display: inline-block;
      height: 10px;
      width: 10px;
      border: 3px solid #c8c8c8;
      border-radius: 100%;
      margin-right: 20px; }
    .productnews .form-control .wpcf7-form-control.wpcf7-radio {
      display: none; }
    .productnews .form-control.checkbox-control {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      line-height: 26px; }
    .productnews .form-control.checkbox-control label {
      margin-right: 34px;
      cursor: pointer;
      padding-left: 35px;
      display: inline-block;
      position: relative;
      font-weight: normal; }
    .productnews .form-control.checkbox-control label input[type="checkbox"] {
      display: none; }
    .productnews .form-control.checkbox-control label input[type="checkbox"]:checked ~ .wrap-check {
      color: #fff;
      background-color: #dd432f;
      border-color: #dd432f; }
    .productnews .form-control.checkbox-control label > .wrap-check {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 20px auto auto;
      color: transparent;
      height: 15px;
      width: 15px;
      border: 1px solid #c8c8c8; }
    .productnews .form-control.checkbox-control label > .wrap-check > i {
      position: relative;
      top: -8px;
      right: -2px;
      font-size: 8px; } }
  @media screen and (max-width: 767px) {
    .productnews .main-header .top-nav .main-menu .social {
      padding-left: 20px; } }
  .productnews .main-header .top-nav .cate {
    margin-left: auto;
    margin-right: auto; }
  .productnews .main-menu {
    margin-left: auto;
    margin-right: 0; }
  .productnews .container-1200 {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
  .productnews .row-15 {
    margin-left: -15px;
    margin-right: -15px; }
  .productnews .row-15,
  .productnews .row-10,
  .productnews .row {
    display: flex;
    flex-wrap: wrap; }
  .productnews .row-15 .col-50,
  .productnews .row-10 .col-50,
  .productnews .row .col-50 {
    width: 50%; }
  .productnews .row-15 .col-100,
  .productnews .row-10 .col-100,
  .productnews .row .col-100 {
    width: 100%; }
  .productnews .rowgridgam {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .productnews .rowgridgam > div {
      min-width: 0; }
      .productnews .rowgridgam > div img {
        width: 100%; }
  .productnews .truck-detail.product-engine .content .engine-item .title {
    background: transparent;
    text-align: center; }
  .productnews .truck-detail.product-engine .content .engine-item .title:after {
    display: none; }

#slider-exterior .slider-index.next, #slider-interior .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  #slider-exterior .slider-index.next svg, #slider-interior .slider-index.next svg {
    width: 24px; }
    #slider-exterior .slider-index.next svg path, #slider-interior .slider-index.next svg path {
      stroke: #fff; }

#slider-exterior .slider-index.prev, #slider-interior .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  #slider-exterior .slider-index.prev svg, #slider-interior .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    #slider-exterior .slider-index.prev svg path, #slider-interior .slider-index.prev svg path {
      stroke: #fff; }

#slider-exterior:hover .slick-arrow, #slider-interior:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

#slider-exterior .slick-dots, #slider-interior .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  #slider-exterior .slick-dots button, #slider-interior .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }
  #slider-exterior .slick-dots .slick-active button, #slider-interior .slick-dots .slick-active button {
    background: red; }

#slider-exterior .slick-dots, #slider-interior .slick-dots {
  justify-content: flex-end;
  z-index: 1;
  top: auto;
  bottom: 45px;
  padding-right: 100px; }

.productnews .truck-detail.product-overview .content .banner > .wrap-bg .layer-03 img {
  max-width: 100%; }

.row-15grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px; }
  @media (max-width: 767px) {
    .row-15grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }
  .row-15grid > div {
    min-width: 0; }

@media screen and (max-width: 750px) {
  .productnews .truck-detail .product-heading {
    padding-top: 0;
    text-align: center;
    min-height: auto;
    overflow: inherit; } }

@media screen and (max-width: 750px) {
  .productnews .truck-detail.product-interior, .productnews .truck-detail.product-specification {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0; } }

.popup-close svg path {
  fill: #fff; }

.productnews .form-control.radio-control label input[type="radio"]:checked ~ .wrap-check {
  border-color: #dd432f; }
