@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
.FontAwesome, .list-decor li:before, .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after, .product-acc .panel-group .panel.panel-default .panel-heading a:before, .bread-crumb li:after, .FAQ-acc .panel-group .panel.panel-default .panel-heading a:before, .footer-acc .panel-group .panel.panel-default .panel-heading a:before {
  font-family: "Font Awesome 5 free";
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-weight: 900;
}

.line-number, .display-slide .txt-content p, .product-topic p, .newsBox .txt-content p, .news-topic p, .media-topic p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

body {
  font-family: 'Poppins', IBM Plex Sans Thai;
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: normal;
  padding-top: 140px;
}

html {
  scroll-padding-top: 7.5rem;
}

.wrap-pad {
  width: 90%;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap-pad.more {
  width: 94%;
}

a, a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  display: block;
}

*:focus, *:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

button {
  border: none;
  background: none;
  line-height: normal !important;
}

.btn {
  border-radius: 0;
}

.transitHeight, .header, .mainlogo img {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.transitAll, .header, .mainmenu, .mainmenu > li, .mainmenu > li > a, .mainmenu-sub, .mainmenu-sub li, .dropdown-container, .menu-category li a img, .menu-category li a p, .top-menu, .cart-section, .cart-section > li a, .lang li button, .input-group.search .btn, .social li a, .social li a i, .social li a img, .brand-list li a, .buttonBK, .buttonBD, .topic-type, .select-display-slide li.active .cateBox, .display-slide, .gradientBox, .productBox, .productBox .img-width, .productBox .img-width img, .product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li a, .price-sub, .newsBox, .newsBox .img-width, .newsBox .img-width img, .newsBox .txt-content p, .news-topic p, .faqBox, .FAQ-acc .panel-group .panel.panel-default .panel-heading, .FAQ-acc .panel-group .panel.panel-default .panel-heading a, .faq-contact a, .dealerTB table tbody tr td ul li a, .media-topic p, .adBox .img-width, .adBox .img-width img, .adBox .media-topic, .docBox .img-width, .docBox .img-width img, .vdoBox .img-width img, .career-contact li a, .more-info, .accordion section {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  color: #111111;
  line-height: normal;
  text-align: center;
  margin-bottom: 35px;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #111111;
  margin-bottom: 30px;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  color: #111111;
  margin-bottom: 25px;
}

h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  color: #111111;
  margin-bottom: 20px;
}

h4 span {
  color: #ec1c24;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #111111;
  margin-bottom: 20px;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: normal;
  letter-spacing: 0.015rem;
  margin-bottom: 15px;
}

h6 i {
  font-size: 15px;
  color: #ec1c24;
  padding-right: 10px;
}

/*----------- HEADER -----------*/
.header {
  width: 100%;
  background-color: white;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header .mainlogo {
  margin-bottom: 20px;
}

.header.shrink {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.5);
  padding-top: 14px;
}

.header.shrink .mainlogo {
  margin-bottom: 14px;
}

.header.shrink .mainlogo img {
  height: 66px;
}

.header.shrink .top-menu {
  display: none;
}

.header.shrink .mainmenu {
  margin-top: 17px;
}

.header.shrink .mainmenu > li:last-child {
  margin-right: 38px !important;
}

.header.shrink .mainmenu > li > a {
  font-size: 17px;
  padding-bottom: 31px;
}

.header.shrink .mainmenu-sub {
  width: 190px;
  margin-top: 63px;
}

.header.shrink .mainmenu-sub li a {
  font-size: 15px;
  padding: 8px 12px;
}

.header.shrink .dropdown-container {
  padding: 20px 25px;
}

.header.shrink .menu-category li {
  padding: 18px 10px 22px 10px;
}

.header.shrink .menu-category li a img {
  height: 58px;
  margin-bottom: 15px;
}

.header.shrink .menu-category li a p {
  font-size: 15px;
}

.header.shrink .cart-section {
  margin-top: 17px;
}

.header.shrink .cart-section > li {
  padding-right: 20px;
}

.header.shrink .lang li button {
  width: 27px;
  height: 27px;
  line-height: 27px;
}

.mainlogo {
  float: left;
}

.mainlogo img {
  width: auto;
  height: 100px;
}

.mainmenu {
  float: right;
  margin-top: 25px;
}

.mainmenu > li {
  float: left;
  margin-right: 35px;
}

.mainmenu > li:last-child {
  margin-right: 40px !important;
}

.mainmenu > li:hover > a {
  color: #ba181b;
}

.mainmenu > li > a {
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  color: #252525;
  padding-bottom: 27px;
}

.mainmenu > li.main-sub {
  position: relative;
}

.mainmenu > li.product-sub > a {
  position: relative;
}

.mainmenu > li:hover .dropdown-container {
  opacity: 1;
  visibility: visible;
}

.mainmenu > li:hover .mainmenu-sub {
  display: block;
}

.mainmenu-sub {
  width: 200px;
  border-top: 3px solid #ba181b;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  margin-top: 59px;
}

.mainmenu-sub li {
  width: 100%;
  float: left;
  background-color: #252525;
  border-bottom: 1px solid #d7d7d7;
}

.mainmenu-sub li:last-child {
  border-bottom: none;
  margin-bottom: 70px;
}

.mainmenu-sub li a {
  font-size: 16px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 12px;
}

.mainmenu-sub li:hover {
  background-color: #ec1c24;
}

.dropdown-container {
  width: 100%;
  height: auto;
  background-color: #252525;
  padding: 25px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.5);
}

.menu-category {
  width: 100%;
  float: left;
}

.menu-category li {
  width: calc(100% / 5);
  float: left;
  padding: 20px 10px 25px 10px;
}

.menu-category li a img {
  width: auto;
  height: 62px;
  float: none;
  margin: 0 auto 17px auto;
  display: table;
}

.menu-category li a p {
  font-weight: 500;
  line-height: 26px;
  color: #f5f5f5;
  letter-spacing: 0.015rem;
  text-align: center;
  margin-bottom: 0;
}

.menu-category li a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.menu-category li a:hover p {
  color: white;
}

.top-menu {
  float: right;
}

.top-menu .buttonR {
  float: right;
  font-size: 13px;
  padding: 8px 14px;
}

.cart-section {
  float: right;
  margin-top: 25px;
}

.cart-section > li {
  float: left;
  padding-right: 22px;
}

.cart-section > li:first-child {
  padding-top: 0 !important;
  padding-right: 25px;
}

.cart-section > li:last-child {
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.cart-section > li a {
  font-size: 21px;
  line-height: 32px;
  color: #111111;
}

.cart-section > li a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #464646;
}

.cart-button {
  padding-right: 12px;
  position: relative;
}

.cart-amount {
  width: 18px;
  height: 18px;
  background-color: #ec1c24;
  border-radius: 50%;
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  color: white;
  text-align: center;
  position: absolute;
  top: -4px;
  right: 0;
}

.lang {
  float: left;
}

.lang li {
  float: left;
  margin-right: 4px;
  position: relative;
}

.lang li:last-child {
  margin-right: 0 !important;
}

.lang li.active button {
  background-color: #ec1c24;
  font-weight: 500;
  color: white;
  opacity: 1;
}

.lang li button {
  width: 28px;
  height: 28px;
  background: none;
  border-radius: 50%;
  font-size: 11px;
  line-height: 28px;
  color: #363636;
  letter-spacing: 0.02rem;
  text-align: center;
  padding: 0;
}

.search-section {
  min-height: 36px;
  float: right;
  background-color: #f5f5f5;
  padding: 5px 17px;
  margin-left: 12px;
}

.search-section li {
  float: left;
}

.search-section li:first-child {
  border-right: 2px solid white;
  padding-right: 18px;
  margin-right: 18px;
}

.search-section li a {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.search-section li a i {
  font-size: 13px;
  padding-right: 7px;
}

.search-section li a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #252525;
}

.search-section .input-group.search .form-control {
  min-width: 180px;
  line-height: 21px !important;
}

.search-section .input-group.search .btn {
  line-height: 24px;
}

.input-group.search {
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
}

.input-group.search .form-control {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #898989 !important;
  padding: 0;
}

.input-group.search .btn {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 15px;
  line-height: normal;
  color: #7d7d7d;
  padding: 0;
}

.input-group.search .btn:hover {
  color: #252525;
}

/*----------- FOOTER -----------*/
footer {
  background-color: #252525;
  padding: 45px 0 50px 0;
}

footer h6 {
  font-size: 19px;
  font-weight: 500;
  color: white;
  margin-bottom: 12px;
}

footer .contact-info {
  padding-top: 1px;
}

footer .contact-info li p, footer .contact-info li a {
  color: #b7b7b7 !important;
}

footer .contact-info li a:hover {
  color: #ebebeb !important;
}

footer .contact-info .icon i {
  color: #b7b7b7;
}

footer .social li a {
  border-color: white;
}

footer .social li a i {
  color: white;
}

footer .social li a:hover {
  background-color: #ec1c24;
}

.footer-menu li {
  margin-bottom: 2px;
}

.footer-menu li a {
  line-height: 1.9rem;
  color: #b7b7b7;
  letter-spacing: 0.01rem;
}

.footer-menu li a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #ebebeb;
}

.copyright {
  background-color: #ec1c24;
  border-top: 1px solid white;
  text-align: center;
  padding: 13px 0;
}

.copyright p {
  font-size: 15px;
  color: white;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.social {
  float: left;
}

.social li {
  float: left;
  margin-right: 15px;
}

.social li:last-child {
  margin-right: 0 !important;
}

.social li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ec1c24;
  text-align: center;
  position: relative;
}

.social li a i {
  font-size: 19px;
  color: #ec1c24;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social li a i.fa-instagram {
  font-size: 23px;
}

.social li a i.fa-globe-asia {
  font-size: 20px;
}

.social li a img {
  width: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social li a:hover {
  background-color: #ec1c24;
}

.social li a:hover i {
  color: white;
}

.social li a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.brand-list {
  width: 100%;
  float: left;
  border-top: 1px solid #ebebeb;
  padding: 50px 15px 0 15px;
}

.brand-list li {
  width: calc(100% / 7);
  float: left;
  padding: 7px;
}

.brand-list li a {
  border: 1px solid #e1e1e1;
}

.brand-list li a img {
  width: 100%;
  height: auto;
}

.brand-list li a:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(37, 37, 37, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(37, 37, 37, 0.2);
}

/*----------- BUTTON -----------*/
.buttonR {
  min-width: 110px;
  float: left;
  background-color: #ec1c24;
  font-size: 15px;
  line-height: normal;
  color: white !important;
  letter-spacing: 0.01rem;
  text-align: center;
  padding: 7px 15px;
}

.buttonR i {
  padding-right: 7px;
}

.buttonR:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #ba181b;
}

.buttonBK {
  min-width: 110px;
  float: left;
  background: #252525;
  font-size: 15px;
  line-height: normal;
  color: white !important;
  letter-spacing: 0.01rem;
  text-align: center;
  padding: 7px 15px;
}

.buttonBK:hover {
  background: #707070;
  background: linear-gradient(135deg, #707070 0%, #252525 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#252525',GradientType=1 );
}

.buttonBK.btn {
  line-height: normal !important;
}

.buttonBD {
  min-width: 110px;
  float: left;
  border: 1px solid #ec1c24;
  font-size: 15px;
  line-height: normal;
  color: #ec1c24;
  letter-spacing: 0.01rem;
  text-align: center;
  padding: 6px 15px;
}

.buttonBD i {
  padding-right: 7px;
}

.buttonBD:hover {
  background-color: #ec1c24;
  color: white;
}

.buttonGD {
  min-width: 150px;
  float: left;
  background: #6a040f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #6a040f), color-stop(95%, #ec1c24));
  background: linear-gradient(0deg, #6a040f 10%, #ec1c24 95%);
  border: 1px solid white;
  font-size: 18px;
  font-weight: 500;
  color: white !important;
  text-align: center;
  padding: 7px 17px;
}

.buttonGD i {
  font-size: 16px;
  padding-right: 9px;
}

.buttonGD:hover {
  background: #ba181b;
}

.buttonGD.BK {
  background: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(#636363), color-stop(90%, #111111));
  background: linear-gradient(to bottom, #636363 0%, #111111 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#111111',GradientType=0 );
}

.buttonGD.BK:hover {
  background: #111111;
}

.txt-button {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #ec1c24;
}

.txt-button i {
  font-size: 13px;
  padding-right: 6px;
}

.txt-button:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #252525;
}

.button-pair .buttonBK {
  margin-right: 15px;
}

.button-pair .buttonGD {
  min-width: 210px;
  border: none;
}

.button-pair .buttonGD.BK {
  margin-left: 15px;
}

/*top-button*/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.scroll {
  width: 45px;
  height: 45px;
  background: #363636;
  border: 1px solid white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll i {
  font-size: 17px;
  line-height: 43px;
  color: white;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: #898989;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

/*---------- CONTENT -----------*/
.content-padding {
  padding: 75px 0;
}

.content-padding.foot-pad {
  padding-bottom: 170px;
}

.content-center {
  float: none;
  margin: 0 auto;
  display: table;
}

.txt-content {
  margin-bottom: 35px;
}

.txt-content p {
  margin-bottom: 20px;
}

.txt-content p:last-child {
  margin-bottom: 0 !important;
}

.txt-content.caption {
  margin-bottom: 55px;
}

.list-decor li {
  padding-left: 13px;
  margin-bottom: 3px;
  position: relative;
}

.list-decor li:before {
  content: '\f0da';
  font-size: 14px;
  color: #ec1c24;
  position: absolute;
  top: 5px;
  left: 0;
}

.list-decimal li {
  list-style: decimal;
  margin-left: 24px;
  margin-bottom: 3px;
}

.list-decimal.no-number li {
  list-style: none;
}

.f-17 {
  font-size: 17px;
}

.img-width img {
  width: 100%;
  height: auto;
}

.img-width.decor {
  position: relative;
}

.img-width.decor:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #252525;
  background: linear-gradient(120deg, #252525 5%, #ec1c24 85%);
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
}

.top-banner {
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner.moreH {
  height: 350px;
}

.top-banner.moreH .banner-txt {
  top: calc(50% - 25px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-txt p {
  font-size: 40px;
  color: white;
  letter-spacing: 0.3rem;
  white-space: nowrap;
  margin-bottom: 0;
}

.container-vdo {
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative;
  overflow: hidden;
}

.responsive-vdo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.topic-wSelect {
  margin-bottom: 35px;
}

.topic-wSelect h2 {
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 0;
}

.topic-wSelect h4 {
  line-height: 50px;
  margin-bottom: 0;
}

.topic-wSelect .select2-part {
  margin-top: 3px;
}

.topic-wSelect .select2-part .select2-container {
  margin-bottom: 0;
}

.topic-wSelect .select2-part .select2-container .select2-selection--single {
  background-color: #f5f5f5;
  padding: 9px 15px;
}

.topicBK-GD {
  float: left;
  background: #707070;
  background: linear-gradient(135deg, #707070 0%, #252525 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#252525',GradientType=1 );
  font-size: 21px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.02rem;
  padding: 5px 25px;
  margin-bottom: 28px;
}

.doubleBD {
  border: 1px solid;
  -o-border-image: linear-gradient(120deg, #ec1c24, #707070) 1;
     border-image: linear-gradient(120deg, #ec1c24, #707070) 1;
  padding: 55px 60px;
  position: relative;
}

.doubleBD:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid;
  -o-border-image: linear-gradient(120deg, #ec1c24, #707070) 1;
     border-image: linear-gradient(120deg, #ec1c24, #707070) 1;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.topBD {
  border-top: 1px solid #d7d7d7;
  padding-top: 50px;
  position: relative;
}

.topBD:before {
  content: '';
  width: 100%;
  border-top: 1px solid #d7d7d7;
  position: absolute;
  top: 3px;
  left: 0;
}

/* SEARCH BOX */
.searchBox {
  padding: 45px 60px 50px 60px;
  -webkit-box-shadow: 0px 2px 7px 3px rgba(37, 37, 37, 0.55);
  box-shadow: 0px 2px 7px 3px rgba(37, 37, 37, 0.55) !important;
  position: relative;
}

.searchBox:before, .searchBox:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.searchBox:before {
  background-image: url(../images/searchBG.jpg);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: -1;
}

.searchBox:after {
  background: #ec1c24;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ec1c24), color-stop(90%, #6a040f));
  background: linear-gradient(to bottom, #ec1c24 5%, #6a040f 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#6a040f',GradientType=0 );
  z-index: -2;
}

.searchBox.dealer {
  min-height: 312px;
  padding: 35px 60px 48px 60px;
}

.searchBox.dealer:before {
  background-image: url(../images/dealerBG.jpg);
  background-position: 50% 45%;
}

.searchBox.dealer h4 {
  letter-spacing: 0.02rem;
}

.searchBox h4 {
  color: white;
  text-align: center;
}

.searchBox .input-form p {
  font-size: 19px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.01rem;
  text-align: center;
}

.searchBox .input-form .form-select {
  background-color: white;
  text-align: center;
  text-align-last: center !important;
  -moz-text-align-last: center;
  padding: 10px 15px;
}

.searchBox .input-form .select2-part .select2-container {
  margin-bottom: 35px;
}

.searchBox .input-form .select2-part .select2-container .select2-selection--single {
  background-color: white;
  text-align: center;
  padding: 8px 15px;
}

.register-dealerBox {
  min-height: 312px;
  -webkit-box-shadow: 0px 2px 7px 3px rgba(37, 37, 37, 0.55);
  box-shadow: 0px 2px 7px 3px rgba(37, 37, 37, 0.55);
  padding: 70px 30px 40px 30px;
  position: relative;
}

.register-dealerBox:before, .register-dealerBox:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.register-dealerBox:before {
  background-image: url(../images/dealer-formBG.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: -1;
}

.register-dealerBox:after {
  background: #959595;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #959595), color-stop(95%, #252525));
  background: linear-gradient(to bottom, #959595 10%, #252525 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#252525',GradientType=0 );
  z-index: -2;
}

.register-dealerBox h3 {
  line-height: 2.4rem;
  color: white;
  letter-spacing: 0.025rem;
  text-align: center;
  margin-bottom: 35px;
}

.register-dealerBox.contact-page {
  min-height: 300px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 25px 0 100px 0;
}

.register-dealerBox.contact-page:before {
  background-position: 50% 47%;
}

.register-dealerBox.contact-page h3 {
  font-size: 30px;
  line-height: 2.6rem;
  letter-spacing: 0.03rem;
  margin-bottom: 30px;
}

/* FORM */
.input-form .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 15px;
  line-height: normal;
  color: #636363;
  padding: 7px 12px;
  margin-bottom: 22px;
}

.input-form textarea.form-control {
  height: 100px;
  border-radius: 0;
  margin-bottom: 40px;
}

.input-form p {
  line-height: normal;
  color: #363636;
  white-space: nowrap;
  margin-bottom: 10px;
}

.form-select {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: normal !important;
  color: #636363;
  padding: 8px 15px;
  margin-bottom: 22px;
}

/* SELECT 2 */
.select2-part .select2-container {
  width: 100% !important;
  margin-bottom: 22px;
}

.select2-part .select2-container .select2-selection--single {
  height: 43px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
  padding: 8px 15px;
}

.select2-part .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: normal;
  color: #636363;
  text-transform: none;
}

.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  width: 35px;
  height: 100%;
}

.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
  content: '\f078';
  font-size: 12px;
  color: #898989;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-dropdown {
  border-color: #ebebeb !important;
  border-radius: 0;
}

/*---------- PAGE ----------*/
.pagination {
  margin-top: 3rem;
}

.pagination li {
  margin: 0 3px !important;
}

.pagination .page-link {
  width: 46px;
  height: 46px;
  background: none !important;
  border: none;
  font-size: 20px;
  line-height: 46px;
  color: #959595;
  text-align: center;
  padding: 0;
}

.pagination .page-link:hover {
  color: #252525;
}

.pagination .page-item.active .page-link {
  font-weight: 500;
  color: #ec1c24;
}

/*------------ OWL -------------*/
.slide-navButton {
  position: relative;
}

.slide-navButton .owl-carousel .owl-nav {
  margin-top: 0;
  z-index: 99;
}

.slide-navButton .owl-carousel .owl-nav .owl-prev, .slide-navButton .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 55px;
  background: #ec1c24;
  border: 2px solid white;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.slide-navButton .owl-carousel .owl-nav .owl-prev:hover, .slide-navButton .owl-carousel .owl-nav .owl-next:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #252525;
}

.slide-navButton .owl-carousel .owl-nav i {
  font-size: 17px;
  line-height: 51px;
  color: white;
}

.slide-navButton .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.slide-navButton .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.slide-navButton .owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slide-navButton .owl-carousel .owl-dots .owl-dot.active span {
  background: #ec1c24 !important;
}

.slide-navButton .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d7d7d7;
  margin: 5px 8px;
}

.slide-navButton .owl-carousel .owl-dots .owl-dot:hover span {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #555555;
}

.slide-navButton .owl-carousel.nav-out .owl-nav .owl-prev {
  left: -2%;
}

.slide-navButton .owl-carousel.nav-out .owl-nav .owl-next {
  right: -2%;
}

.slide-navButton .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/* TYPE-SLIDE */
.slide-navButton .type-slide {
  padding: 0 5%;
  margin-bottom: 4.5rem;
}

.slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev, .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
  width: 34px;
  height: 42px;
  border: none;
  top: 50%;
}

.slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev:hover, .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next:hover {
  background-color: #ba181b;
}

.slide-navButton .type-slide.owl-carousel .owl-nav i {
  font-size: 14px;
  line-height: 42px;
}

.slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

.slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.slide-navButton .type-slide .items {
  padding: 0 7px;
}

.topic-type {
  min-width: 180px;
  border: 1px solid #d7d7d7;
  background: white;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  color: #898989;
  text-align: center;
  padding: 8px 15px;
}

.topic-type.active {
  border-color: #d7d7d7 !important;
  background: #252525;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #252525), to(#636363));
  background: linear-gradient(0deg, #252525 10%, #636363 100%);
  color: white !important;
}

.topic-type:hover {
  border-color: #363636;
  color: #363636;
}

/*----------- INDEX ------------*/
.slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 78vh;
  min-height: 8vw;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 100vh;
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.banner-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-section .slick-dots {
  width: auto;
  top: 47%;
  bottom: auto;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-section .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 2px 0;
  display: block;
}

.banner-section .slick-dots li button {
  width: 24px;
  height: 24px;
}

.banner-section .slick-dots li button:before {
  width: 24px;
  height: 24px;
  font-size: 8px;
  line-height: 24px;
  color: white;
  opacity: 0.7;
}

.banner-section .slick-dots li.slick-active button:before {
  font-size: 15px;
  color: #ec1c24;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

.index-search {
  margin-top: -55px;
}

.index-search .searchBox {
  z-index: 2;
}

.index-about {
  padding: 60px 0 50px 0;
  margin: 130px 0 40px 0;
  position: relative;
}

.index-about:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/index/about-decor.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index-about h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7rem;
  color: #ec1c24;
  letter-spacing: 0.03rem;
  padding-top: 15px;
  margin-bottom: 0;
}

.index-about h2 {
  margin-bottom: 25px;
}

.index-about .img-width {
  padding-left: 25px;
}

.index-about .txt-content {
  margin-bottom: 45px;
}

.product-slide {
  margin-bottom: 6rem;
}

.product-slide .items {
  padding: 15px;
}

.index-productCate {
  margin-bottom: 150px;
  position: relative;
}

.index-productCate:after {
  content: '';
  width: 70%;
  height: 100%;
  background-image: url(../images/index/category-decor.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.index-productCate .row .col-lg-7 {
  padding-right: 40px;
}

.index-productCate .img-width {
  padding-right: 25px;
}

.index-productCate .txt-content {
  margin-bottom: 0;
}

.cateBox {
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px 8px;
}

.cateBox img {
  width: auto;
  height: 60px;
  margin-bottom: 12px;
}

.cate-topic {
  width: 100%;
  height: 40px;
  display: table;
}

.cate-topic p {
  font-size: 15px;
  line-height: 1.25rem;
  color: #898989;
  text-align: center;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.select-display-slide {
  float: left;
  margin-bottom: 45px;
}

.select-display-slide li {
  width: 20%;
  float: left;
  padding: 5px;
}

.select-display-slide li .cateBox {
  padding: 14px 15px;
}

.select-display-slide li.active .cateBox {
  background: #6a040f;
  background: -webkit-gradient(linear, left bottom, left top, from(#6a040f), color-stop(80%, #ec1c24));
  background: linear-gradient(0deg, #6a040f 0%, #ec1c24 80%);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(85, 85, 85, 0.3);
  box-shadow: 0px 0px 5px 2px rgba(85, 85, 85, 0.3);
}

.select-display-slide li.active .cateBox img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.select-display-slide li.active .cateBox .cate-topic p {
  color: white;
}

.index-category .display-slide:first-child {
  display: block;
}

.display-slide {
  display: none;
}

.display-slide .row .col-lg-3 .txt-button {
  float: right;
  line-height: 42px;
}

.display-slide .txt-content {
  padding-left: 25px;
}

.display-slide .txt-content p {
  -webkit-line-clamp: 3;
}

.parallax-section {
  position: relative;
  overflow: hidden;
}

.dealerBG {
  background-image: url(../images/index/dealer-imgBG.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 30%;
  z-index: -5;
  position: relative;
}

.dealerBG:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/index/dealer-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.dealer-section {
  margin: -65px 0 40px 0;
}

.slide-navButton .owl-carousel.news-slide .owl-nav .owl-prev, .slide-navButton .owl-carousel.news-slide .owl-nav .owl-next {
  top: 30%;
}

.slide-navButton .owl-carousel.news-slide .owl-nav .owl-prev {
  left: -18px;
}

.slide-navButton .owl-carousel.news-slide .owl-nav .owl-next {
  right: -18px;
}

.slide-navButton .owl-carousel.news-slide .items {
  padding: 8px 14px;
}

.slide-navButton .owl-carousel.news-slide .items .newsBox {
  margin-bottom: 100px;
}

.slide-navButton .owl-carousel.news-slide .items .newsBox:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.index-button-section {
  margin-bottom: 5rem;
}

.gradientBox {
  background: #6a040f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #6a040f), to(#ec1c24));
  background: linear-gradient(0deg, #6a040f 15%, #ec1c24 100%);
  padding: 30px 15px;
  position: relative;
}

.gradientBox:before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gradientBox p {
  font-size: 22px;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 0.01rem;
  margin-bottom: 0;
}

.gradientBox:hover {
  background: #111111;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #111111), to(#636363));
  background: linear-gradient(0deg, #111111 15%, #636363 100%);
}

/*----------- SEARCH -----------*/
.search-page .searchBox {
  margin-top: -60px;
  margin-bottom: 100px;
  z-index: 1;
}

.search-page .head-topic {
  display: none;
}

.grayGD-BG {
  border: 1px solid #d7d7d7;
  margin-bottom: 85px;
  overflow: hidden;
}

.grayGD-BG .row .col-lg-6:first-child {
  padding-right: 0;
}

.grayGD-BG .row .col-lg-6:last-child {
  background-image: url(../images/product/search-resultBG.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.car-info {
  font-size: 18px;
  line-height: 2.7rem;
  color: white;
  padding: 40px 45px;
}

.car-info .row .col-lg-4 {
  font-weight: 500;
  letter-spacing: 0.015rem;
}

.car-info .row .col-lg-8 {
  padding-left: 0;
}

.product-type-slide {
  margin-bottom: 65px;
}

.product-type-slide .items {
  padding: 6px;
}

.product-type-slide .items .cateBox img {
  height: 55px;
}

.product-type-slide .items .cateBox .cate-topic {
  height: 38px;
}

.product-type-slide .items .cateBox .cate-topic p {
  font-size: 14px;
  line-height: 1.15rem;
}

.product-type-slide .items.active .cateBox {
  background: #ec1c24;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ec1c24), to(#6a040f));
  background: linear-gradient(to bottom, #ec1c24 20%, #6a040f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#6a040f',GradientType=0 );
  -webkit-box-shadow: 0px 0px 4px 2px rgba(85, 85, 85, 0.3);
  box-shadow: 0px 0px 4px 2px rgba(85, 85, 85, 0.3);
}

.product-type-slide .items.active .cateBox img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.product-type-slide .items.active .cateBox .cate-topic p {
  color: white;
}

/*---------- PRODUCT -----------*/
.productBox {
  background-color: white;
  padding: 0 13px 17px 13px;
  margin-bottom: 55px;
  position: relative;
}

.productBox .row .col-lg-6:first-child {
  padding-right: 0;
}

.productBox .img-width {
  padding-top: 100%;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.productBox .img-width img {
  width: auto !important;
  height: 100% !important;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.productBox .price, .productBox .full-price {
  line-height: 38px;
}

.productBox .cate-tag {
  position: absolute;
  bottom: 0;
  left: 0;
}

.productBox .buttonBK {
  float: right;
  font-size: 14px;
  padding: 7px 12px;
}

.productBox .tag {
  position: absolute;
  top: 8px;
  left: -2px;
  z-index: 2;
}

.productBox:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(85, 85, 85, 0.35);
  box-shadow: 0px 0px 5px 3px rgba(85, 85, 85, 0.35) !important;
}

.product-topic p {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  -webkit-line-clamp: 1;
}

.productID {
  font-size: 14px;
  color: #959595;
  letter-spacing: 0.01rem;
  margin-bottom: 20px;
}

.cate-tag {
  float: left;
  border: 1px solid #ec1c24;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  color: #ec1c24;
  padding: 1px 7px;
}

.price {
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #ba181b;
  display: inline-block;
}

.full-price {
  float: left;
  font-size: 14px;
  color: #898989;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 8px;
}

/* PRODUCT CATEGORY */
.categoty-page .row .col-lg-9 {
  padding-left: 20px;
}

.category-filter-section .input-group.search {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.category-filter-section .input-group.search .form-control {
  font-size: 15px;
  padding: 9px 5px 9px 15px;
}

.category-filter-section .input-group.search .btn {
  padding: 9px 15px 9px 7px;
}

.category-filter-section h6 {
  margin-bottom: 12px;
}

.product-acc {
  margin-bottom: 30px;
}

.product-acc .panel-group .panel {
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-acc .panel-group .panel.panel-default {
  border: none;
}

.product-acc .panel-group .panel.panel-default .panel-heading:first-child {
  border-top: none;
}

.product-acc .panel-group .panel.panel-default .panel-heading.active a {
  color: #ec1c24;
  padding-bottom: 8px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.product-acc .panel-group .panel.panel-default .panel-heading.active a:before {
  content: '\f078';
  color: #ec1c24;
}

.product-acc .panel-group .panel.panel-default .panel-heading a {
  font-weight: 500;
  line-height: 1.6rem;
  color: #636363;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  padding: 4px 0;
  position: relative;
}

.product-acc .panel-group .panel.panel-default .panel-heading a:before {
  content: '\f054';
  font-size: 12px;
  color: #acacac;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-acc .panel-group .panel.panel-default .panel-heading a.no-subcate:before {
  display: none;
}

.product-acc .panel-group .panel.panel-default .panel-collapse {
  padding: 2px 20px 15px 15px;
}

.product-acc .panel-group .panel.panel-default .panel-collapse .panel-body {
  z-index: 0;
}

.product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li {
  font-size: 15px;
  line-height: 1.6rem;
  padding-left: 12px;
}

.product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li:before {
  font-size: 13px;
}

.product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li a {
  color: #7d7d7d;
  top: 7px;
}

.product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li a:hover {
  color: #252525;
}

.product-acc .panel-group .panel + .panel {
  margin-top: 0;
}

.product-acc .panel-group.no-pad .panel.panel-default .panel-heading a {
  padding: 0;
}

.product-acc .panel-group.no-pad .panel.panel-default .panel-heading a h6 {
  margin-bottom: 15px;
}

.product-acc .panel-group.no-pad .panel.panel-default .panel-collapse {
  padding-top: 0;
  margin-bottom: 25px;
}

.product-acc .panel-group.no-pad .panel.panel-default .panel-collapse#price {
  padding: 5px 25px 20px 15px;
}

.price-range .irs--round .irs {
  font-family: 'Poppins', Prompt;
}

.price-range .irs--round .irs-line, .price-range .irs--round .irs-bar {
  height: 4px;
  top: 32px;
}

.price-range .irs--round .irs-line {
  background-color: #d7d7d7;
}

.price-range .irs--round .irs-bar {
  background-color: #a1a1a1;
}

.price-range .irs--round .irs-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #363636;
  top: 24px;
}

.price-range .irs--round .irs-from, .price-range .irs--round .irs-to {
  background-color: #ec1c24;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.005rem;
  padding: 0 5px;
}

.price-range .irs--round .irs-from:before, .price-range .irs--round .irs-to:before {
  border-width: 4px;
  border-top-color: #ec1c24;
  bottom: -8px;
}

.price-range .irs--round .irs-min, .price-range .irs--round .irs-max {
  background-color: #ebebeb;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #707070;
  padding: 1px 5px;
}

.price-range .irs--round .irs-grid-text {
  font-family: 'Poppins';
  color: #363636;
}

.price-range .irs--round .irs-grid {
  height: 29px;
}

.check-container {
  font-size: 16px;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.check-container .checkmark:after {
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #ebebeb;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark {
  background-color: #ec1c24;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.list-check li {
  width: 100%;
  float: left;
  margin: 6px 0;
}

.category-bannerG {
  margin-bottom: 55px;
}

.category-bannerG .img-width {
  margin-bottom: 12px;
}

.category-bannerG .row .col-lg-4:nth-child(3n-2) {
  padding-right: 4px;
}

.category-bannerG .row .col-lg-4:nth-child(3n-1) {
  padding: 0 8px;
}

.category-bannerG .row .col-lg-4:nth-child(3n) {
  padding-left: 4px;
}

/* PRODUCT DETAIL */
.bread-crumb {
  float: left;
  margin-bottom: 35px;
}

.bread-crumb li {
  float: left;
  font-size: 13px;
  line-height: 20px !important;
  color: #898989;
  letter-spacing: 0.005rem;
  padding-right: 30px;
  position: relative;
}

.bread-crumb li:after {
  content: '\f054';
  width: 8px;
  font-size: 10px;
  line-height: 20px;
  color: #acacac;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bread-crumb li:last-child {
  padding-right: 0;
}

.bread-crumb li:last-child:after {
  display: none;
}

.bread-crumb li a {
  line-height: 20px !important;
  color: #898989;
  display: inline;
}

.bread-crumb li a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #252525;
}

.bread-crumb li a i {
  font-size: 14px;
}

.productGal-slide {
  margin-bottom: 4rem;
}

.productGal-slide .owl-theme .owl-nav {
  margin-top: 0;
}

.productGal-slide .owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.productGal-slide .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.productGal-slide .big-img.owl-theme {
  margin-bottom: 15px;
}

.productGal-slide .big-img.owl-theme .owl-prev, .productGal-slide .big-img.owl-theme .owl-next {
  width: 40px;
  height: 50px;
  background: #ec1c24;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.productGal-slide .big-img.owl-theme .owl-prev:hover, .productGal-slide .big-img.owl-theme .owl-next:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #252525;
}

.productGal-slide .big-img.owl-theme i {
  font-size: 16px;
  line-height: 50px;
  color: white;
}

.productGal-slide .big-img.owl-theme .owl-prev {
  left: 0;
}

.productGal-slide .big-img.owl-theme .owl-next {
  right: 0;
}

.productGal-slide #thumbs .owl-nav {
  display: none;
}

.productGal-slide .owl-theme.navigation-thumbs .item {
  border: 1px solid white;
  cursor: pointer;
}

.productGal-slide .owl-theme.navigation-thumbs .item img {
  opacity: 0.6;
}

.productGal-slide .owl-theme.navigation-thumbs .owl-item.synced .item {
  border-color: #d7d7d7;
  z-index: 999;
}

.productGal-slide .owl-theme.navigation-thumbs .owl-item.synced .item img {
  opacity: 1;
}

.product-info h4 {
  font-weight: 600;
  margin-bottom: 8px;
}

.product-info .price {
  font-size: 22px;
  line-height: 40px;
}

.product-info .full-price {
  font-size: 16px;
  line-height: 40px;
  margin-left: 15px;
}

.product-info .txt-content {
  margin-bottom: 40px;
}

.product-info .social {
  margin-bottom: 3.5rem;
}

.oemID {
  font-size: 14px;
  color: #acacac;
  margin-bottom: 1px;
}

.price-sction {
  position: relative;
}

.productID-type {
  float: left;
  margin-bottom: 10px;
}

.productID-type li {
  float: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #959595;
  margin-right: 15px;
}

.productID-type li:last-child {
  margin-right: 0 !important;
}

.productID-type li .cate-tag {
  font-size: 12px;
  line-height: normal !important;
  padding: 2px 10px;
  margin-top: 2px;
}

.price-group .price-sub:first-child {
  display: block;
}

.price-sub {
  display: none;
  font-size: 22px;
  font-weight: 600;
  color: #ba181b;
  letter-spacing: 0.01rem;
  margin-bottom: 10px;
}

.price-display {
  float: left;
  margin-bottom: 25px;
}

.price-display li {
  float: left;
  margin: 0 8px 8px 0;
}

.price-display li a {
  min-width: 70px;
  background-color: white;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #898989;
  letter-spacing: 0.01rem;
  text-align: center;
  white-space: nowrap;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price-display li.active a {
  background-color: #111111;
  color: white;
}

.product-size {
  margin-bottom: 45px;
}

.product-size .row {
  padding-bottom: 10px;
}

.product-size .row .col-lg-5 {
  font-weight: 600;
  color: #464646;
}

.product-size .row .col-lg-7 {
  padding-left: 5px;
}

.car-model-section {
  margin-bottom: 45px;
}

.car-model-section .row {
  padding-bottom: 10px;
}

.car-model-section .row .col-lg-3 {
  font-weight: 600;
  color: #ec1c24;
}

.car-model-section .row .col-lg-9 {
  padding-left: 0;
}

.car-model li {
  line-height: 1.7rem;
  padding-right: 16px;
  overflow-wrap: break-word;
  display: inline-block;
  position: relative;
}

.car-model li:last-child {
  padding-right: 0 !important;
}

.car-model li:last-child:after {
  display: none;
}

.car-model li:after {
  content: '/';
  width: 8px;
  line-height: 1.7rem;
  color: #ec1c24;
  text-align: center;
  position: absolute;
  right: 4px;
}

.product-gallery {
  width: 100%;
  float: left;
}

.product-gallery li {
  width: calc(100% / 6);
  float: left;
  padding: 6px;
}

.product-gallery li .img-width {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.product-gallery li .img-width img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* WARRANTY */
.warranty-page .indent {
  padding-left: 25px;
}

.warranty-page .indent h6 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 6px;
}

.warranty-page .indent .txt-content {
  margin-bottom: 25px;
}

.warranty-page .indent .txt-content p {
  margin-bottom: 10px;
}

.warranty-page .indent .txt-content.more-pad {
  padding-left: 20px;
}

.warranty-page .indent .list-decor {
  padding-left: 45px;
}

.warranty-page .indent .list-decimal.no-number {
  padding-left: 20px;
}

.warranty-page .indent .list-decimal.no-number li {
  list-style: none;
  margin-left: 0;
}

.warranty-page .brand-list {
  border-top: none;
  padding-top: 5px;
}

.warranty-page .topBD {
  padding-top: 75px;
  margin-top: 3.5rem;
}

.warranty-page .buttonGD {
  margin-top: 25px;
}

.warranty-page.modalBox .indent {
  padding-left: 0;
}

.warranty-brand {
  margin-bottom: 20px;
}

.warranty-brand .brand-logo img {
  height: 85px;
}

.warranty-brand p {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
  text-align: center;
  margin-bottom: 0;
}

.warranty-timeTB {
  margin-bottom: 20px;
}

.warranty-timeTB table thead tr th {
  background-color: #252525;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 10px 15px;
}

.warranty-timeTB table thead tr th:first-child {
  width: 45%;
}

.warranty-timeTB table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.warranty-timeTB table tbody tr th, .warranty-timeTB table tbody tr td {
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 8px 15px;
}

.warranty-timeTB table tbody tr th {
  font-weight: 600;
  color: #363636;
}

.warranty-form-info {
  background-color: #F9F9F9;
  padding: 40px;
  margin-bottom: 65px;
}

.warranty-form-info h6 {
  font-size: 19px;
  margin-bottom: 12px;
}

.warranty-form-info .list-decimal, .warranty-form-info .list-decor {
  padding-left: 25px;
}

.warranty-form-info .list-decimal ol {
  padding-top: 4px;
  padding-left: 15px;
}

.warranty-form-info .list-decimal ol li {
  list-style: disc;
}

.warranty-form-info .list-decimal ol li::marker {
  color: #ec1c24;
}

.radio-list {
  float: left;
}

.radio-list li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

/*------------ NEWS ------------*/
.newsBox {
  margin-bottom: 70px;
}

.newsBox .img-width {
  padding-top: 80%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.newsBox .img-width img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.newsBox .tag {
  float: right;
}

.newsBox .txt-content {
  margin-bottom: 0;
}

.newsBox .txt-content p {
  color: #636363;
  -webkit-line-clamp: 2;
}

.newsBox:hover .img-width {
  background: #f2646a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f2646a), color-stop(90%, #ab0e14));
  background: linear-gradient(to bottom, #f2646a 5%, #ab0e14 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2646a', endColorstr='#ab0e14',GradientType=0 );
}

.newsBox:hover .img-width img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.newsBox:hover .news-topic p {
  color: #464646;
}

.newsBox:hover .txt-content p {
  color: #898989;
}

.news-topic {
  margin: 10px 0 7px 0;
}

.news-topic p {
  font-size: 23px;
  font-weight: 600;
  color: #111111;
  -webkit-line-clamp: 1;
}

.date-txt {
  font-size: 14px;
  line-height: 24px;
  color: #898989;
}

.date-txt i {
  padding-right: 7px;
}

.tag {
  min-width: 70px;
  float: left;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.01rem;
  text-align: center;
  padding: 1px 12px;
  background: #ec1c24;
  background: linear-gradient(135deg, #ec1c24 0%, #800000 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#800000',GradientType=1 );
}

.tag.blue {
  background: #1368aa;
  background: linear-gradient(135deg, #1368aa 0%, #033270 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1368aa', endColorstr='#033270',GradientType=1 );
}

.newsH-page {
  margin-bottom: 45px;
}

.newsH-page h3 {
  margin-bottom: 6px;
}

.newsH-page .tag {
  margin-right: 15px;
}

/* FAQ */
.faq-slide {
  margin-bottom: 4rem;
}

.faq-slide .items {
  padding: 0 7px;
}

.faq-slide .items:hover .faqBox {
  background: #e1e1e1;
}

.faqBox {
  background: #f5f5f5;
  padding: 25px 20px 20px 20px;
  position: relative;
  cursor: pointer;
  z-index: -2;
}

.faqBox:before {
  content: '';
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.faqBox.active {
  background: #6a040f;
  background: -webkit-gradient(linear, left bottom, left top, from(#6a040f), color-stop(80%, #ec1c24)) !important;
  background: linear-gradient(0deg, #6a040f 0%, #ec1c24 80%) !important;
}

.faqBox.active .faq-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.faqBox.active .faq-topic p {
  font-weight: 500;
  color: white;
}

.faq-icon {
  margin-bottom: 15px;
}

.faq-icon img {
  width: auto;
  height: 80px !important;
}

.faq-topic {
  width: 100%;
  height: 53px;
  text-align: center;
  display: table;
}

.faq-topic p {
  font-size: 17px;
  line-height: 1.65rem;
  color: #898989;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.FAQ-acc {
  border-bottom: 3px solid #ec1c24;
  margin-bottom: 65px;
}

.FAQ-acc .panel-group .panel {
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.FAQ-acc .panel-group .panel.panel-default {
  border: none;
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #252525;
  border-top: 1px solid #ebebeb;
  letter-spacing: 0.01rem;
  padding: 15px 20px;
  position: relative;
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading:first-child {
  border-top: none;
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading.active {
  color: #ec1c24;
  margin-bottom: 0;
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading.active a {
  background-color: #ec1c24;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading.active a:before {
  content: '\f068';
  color: white;
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading a {
  float: right;
  width: 30px;
  height: 30px;
  border: 1px solid #ec1c24;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.FAQ-acc .panel-group .panel.panel-default .panel-heading a:before {
  content: '\f067';
  font-size: 14px;
  color: #ec1c24;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.FAQ-acc .panel-group .panel.panel-default .panel-collapse {
  padding: 0 20px 20px 20px;
  margin-top: 8px;
}

.FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body {
  background: #cccccc;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(204, 204, 204, 0.502136)), to(rgba(245, 245, 245, 0.504937)));
  background: linear-gradient(0deg, rgba(204, 204, 204, 0.502136) 0%, rgba(245, 245, 245, 0.504937) 100%);
  padding: 25px 45px;
  z-index: 0;
  position: relative;
}

.FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body:before {
  content: '';
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content, .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .img-width, .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .container-vdo {
  margin: 20px 0;
}

.FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content p {
  color: #555555;
  margin-bottom: 17px;
}

.FAQ-acc .panel-group .panel + .panel {
  margin-top: 0;
}

.faq-contact {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  text-align: center;
}

.faq-contact a {
  font-weight: 500;
  color: #ec1c24;
  text-decoration: underline !important;
  display: inline;
  margin-left: 10px;
}

.faq-contact a:hover {
  color: #ba181b;
}

/*----------- DEALER -----------*/
.dealer-page .searchBox.dealer {
  min-height: 0;
  padding: 45px 60px;
  margin-top: -60px;
  margin-bottom: 100px;
  z-index: 1;
}

.dealer-page .head-topic {
  display: none;
}

.store-name {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  color: #363636;
}

.dealerTB {
  border-bottom: 1px solid #ec1c24;
  padding-bottom: 10px;
  margin-bottom: 65px;
}

.dealerTB table thead {
  border-bottom: 2px solid #ec1c24;
}

.dealerTB table thead tr th {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  padding: 8px 22px;
}

.dealerTB table thead tr th:first-child {
  width: 27%;
}

.dealerTB table thead tr th:nth-child(2) {
  width: 30%;
}

.dealerTB table thead tr th:last-child {
  min-width: 185px;
}

.dealerTB table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
  color: #555555;
}

.dealerTB table tbody tr td {
  line-height: 1.75rem;
  padding: 25px 22px;
  vertical-align: top;
}

.dealerTB table tbody tr td:last-child .buttonR {
  float: right;
  font-size: 14px;
  padding: 8px 12px;
  white-space: nowrap;
}

.dealerTB table tbody tr td ul li {
  float: left;
  padding-right: 12px;
  position: relative;
}

.dealerTB table tbody tr td ul li:after {
  content: ',';
  position: absolute;
  right: 8px;
}

.dealerTB table tbody tr td ul li:last-child {
  padding-right: 0;
}

.dealerTB table tbody tr td ul li:last-child:after {
  display: none;
}

.dealerTB table tbody tr td ul li a {
  color: #636363;
  display: inline-block;
}

.dealerTB table tbody tr td ul li a:hover {
  color: #ec1c24;
}

.dealerTB .tag {
  line-height: normal;
  margin-top: 4px;
}

/*----------- MEDIA ------------*/
.media-topic {
  padding: 0 7px;
  margin-bottom: 5px;
}

.media-topic p {
  font-size: 21px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  -webkit-line-clamp: 2;
}

/* AD */
.ad-gallery {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.fancybox__toolbar__items .carousel__button.fancybox__button--download {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #ec1c24 !important;
  border-width: 4px !important;
}

.adBox {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  position: relative;
}

.adBox .media-topic {
  background: #111111;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(17, 17, 17, 0.9)), color-stop(60%, rgba(17, 17, 17, 0.6)), color-stop(95%, rgba(17, 17, 17, 0)));
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.9) 15%, rgba(17, 17, 17, 0.6) 60%, rgba(17, 17, 17, 0) 95%);
  padding: 70px 12px 12px 12px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.adBox .media-topic p {
  font-size: 18px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.01rem;
}

.adBox:hover .img-width {
  background-color: #464646;
}

.adBox:hover .img-width img {
  mix-blend-mode: luminosity;
  opacity: 0.6;
}

.adBox:hover .media-topic {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #111111), color-stop(60%, rgba(17, 17, 17, 0.7)), color-stop(95%, rgba(17, 17, 17, 0)));
  background: linear-gradient(0deg, #111111 15%, rgba(17, 17, 17, 0.7) 60%, rgba(17, 17, 17, 0) 95%);
}

/* DOC */
.mediaDoc-head .txt-content {
  text-align: center;
}

.mediaDoc-head .select2-part {
  margin-bottom: 55px;
}

.docBox {
  margin-bottom: 60px;
}

.docBox .img-width {
  padding-top: 85%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.docBox .img-width img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.docBox .media-topic {
  margin-bottom: 0;
}

.docBox:hover .img-width {
  background-color: #252525;
}

.docBox:hover .img-width img {
  mix-blend-mode: luminosity;
  opacity: 0.6;
}

.docBox:hover .media-topic p {
  color: #898989;
}

/* VDO */
.vdoBox {
  margin-bottom: 65px;
}

.vdoBox .img-width {
  margin-bottom: 15px;
}

.vdoBox:hover .img-width {
  background-color: #252525;
}

.vdoBox:hover .img-width img {
  mix-blend-mode: luminosity;
  opacity: 0.6;
}

.vdoBox:hover .media-topic p {
  color: #898989;
}

.brand-logo {
  float: none;
  margin: 0 auto;
  display: table;
}

.brand-logo img {
  width: auto;
  height: 65px;
}

/*----------- CAREER -----------*/
.career-page h5 {
  border-bottom: 2px solid #ec1c24;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.career-page h6 {
  color: #ec1c24;
}

.career-page .list-decor {
  padding-left: 35px;
}

.doubleBD-gray {
  border: 1px solid #d7d7d7;
  padding: 33px 35px;
  position: relative;
}

.doubleBD-gray:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #c2c2c2;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.career-info .row {
  line-height: 1.75rem;
  margin: 2px 0;
}

.career-info .row .col-lg-4 {
  font-weight: 500;
  color: #363636;
  position: relative;
}

.career-info .row .col-lg-4:after {
  content: ':';
  position: absolute;
  right: 10px;
}

.career-info .row .col-lg-8 {
  padding-left: 20px;
}

.grayBox {
  background-color: #f5f5f5;
  padding: 45px 55px 50px 55px;
  position: relative;
}

.grayBox:before {
  content: '';
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-topic {
  margin-bottom: 35px;
}

.contact-topic li {
  font-size: 18px;
  color: #555555;
  text-align: center;
}

.contact-topic li:last-child {
  font-size: 22px;
  font-weight: 500;
  color: #252525;
}

.career-contact li {
  width: 24%;
  min-height: 140px;
  float: left;
  border-right: 2px solid white;
  padding: 0 20px 10px 20px;
  position: relative;
}

.career-contact li:first-child {
  width: 28%;
}

.career-contact li:last-child {
  border-right: none;
}

.career-contact li p, .career-contact li a {
  text-align: center;
  margin-bottom: 0;
}

.career-contact li a {
  color: #636363;
}

.career-contact li a:hover {
  color: #ec1c24;
}

.iconBD {
  width: 58px;
  height: 58px;
  background-color: #ec1c24;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
}

.iconBD .icon {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 3px solid white;
  background: #6a040f;
  background: -webkit-gradient(linear, left bottom, left top, from(#6a040f), color-stop(80%, #ec1c24));
  background: linear-gradient(0deg, #6a040f 0%, #ec1c24 80%);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.iconBD .icon i {
  font-size: 21px;
  color: white;
  line-height: 48px;
}

/*----------- ABOUT ------------*/
.about-page {
  margin-bottom: 120px;
}

.about-page .row.img-right {
  margin-bottom: 75px;
}

.about-page .row.img-right .col-xl-5 {
  padding-top: 100px;
}

.about-page .row.img-right .col-xl-6 {
  padding: 0 0 0 75px;
}

.about-page .row.img-left .col-xl-6 {
  padding: 0 75px 0 0;
}

.about-page .row.img-left .col-xl-5 {
  padding-top: 150px;
}

.about-page .txt-content p i {
  font-size: 20px;
  font-weight: 500;
  color: #ec1c24;
  padding-right: 8px;
}

/* BRAND */
.brand-page .brand-list {
  border-top: none;
  padding: 0;
}

.brand-page .brand-list li {
  width: calc(100% / 5);
  padding: 12px;
}

.brand-page .brand-list li a {
  padding: 5px 10px;
}

/* MODAL */
.close {
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close i {
  font-size: 18px !important;
  line-height: normal !important;
  color: #acacac;
  padding-right: 0 !important;
}

.close i:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #ec1c24;
}

.brandBox.modal .modal-content {
  width: 100%;
  display: block;
  z-index: -5;
}

.brandBox.modal .modal-header {
  border-bottom: none;
  padding: 30px 45px;
  display: block;
  position: relative;
}

.brandBox.modal .modal-header .img-width img {
  width: auto;
  height: 90px;
}

.brandBox.modal .modal-header h6 {
  text-align: center;
  margin-bottom: 0;
}

.brandBox.modal .modal-body {
  padding: 0 40px 10px 40px;
}

.brandBox.modal .modal-body h6 {
  float: left;
  padding-right: 65px;
  position: relative;
}

.brandBox.modal .modal-body h6:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #ec1c24;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brandBox.modal .modal-body .social {
  float: left;
  margin-bottom: 35px;
}

.brandBox.modal .modal-body .social li a {
  border-color: #ec1c24;
}

.brandBox.modal .modal-body .social li a i {
  font-size: 20px;
  color: #ec1c24;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.brandBox.modal .modal-body .social li a:hover {
  background-color: #111111;
  border-color: #111111;
}

.brandBox.modal .modal-body .social li a:hover i {
  color: white;
}

.brandBox.modal .modal-footer {
  border-top: none;
  padding: 30px 45px 40px 45px;
  display: block;
}

.brandBox.modal .modal-footer .buttonGD {
  min-width: 190px;
  padding: 7px 20px;
}

.brand-topic {
  margin-bottom: 5px;
}

.brand-topic li {
  font-size: 19px;
  font-weight: 500;
  color: #111111;
  text-align: center;
}

.brand-topic li:first-child {
  font-size: 25px;
  font-weight: 600;
}

.brand-topic li:last-child {
  color: #ec1c24;
}

.brand-img .row .col-lg-6 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand-img .row .col-lg-6:nth-child(odd) {
  padding-right: 15px;
}

.brand-img .row .col-lg-6:nth-child(even) {
  padding-left: 15px;
}

.brand-img .row .col-lg-6:first-child .img-width.decor:after {
  top: 6px;
  left: -6px;
}

.brand-img .row .col-lg-6:nth-child(2) .img-width.decor:after {
  top: -6px;
  left: -6px;
}

.brand-img .row .col-lg-6:nth-child(3) .img-width.decor:after {
  top: auto;
  left: auto;
  bottom: -6px;
  right: -6px;
}

.brand-img .row .col-lg-6:nth-child(4) .img-width.decor:after {
  top: -6px;
  left: auto;
  right: -6px;
}

/* SOCIAL MEDIA */
.social-page .brand-social:last-child {
  border-bottom: 2px solid #111111;
  padding-bottom: 15px;
}

.social-page .img-width img {
  width: auto;
  height: 74px;
}

.social-page .social {
  padding-top: 17px;
}

.brand-social-topic {
  border-bottom: 2px solid #111111;
  font-size: 22px;
  font-weight: 500;
  color: #252525;
  padding: 8px 15px;
}

.brand-social {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 15px;
}

.anchor-list {
  width: 100%;
  float: left;
  margin-bottom: 4.5rem;
}

.anchor-list li {
  width: 50%;
  float: left;
  padding: 0 7px;
}

/*---------- CONTACT -----------*/
.contact-info {
  float: left;
  margin-bottom: 40px;
}

.contact-info li {
  padding-left: 30px;
  margin-bottom: 8px;
  position: relative;
}

.contact-info li p {
  line-height: 1.7rem;
  color: #636363;
  letter-spacing: 0.01rem;
  margin-bottom: 0;
}

.contact-info li p a {
  color: #636363;
}

.contact-info li p a:hover {
  -webkit-transform: ease 0.5s;
          transform: ease 0.5s;
  color: #ec1c24;
}

.contact-info li.no-pad {
  padding-left: 0 !important;
}

.contact-info li.no-pad .buttonBD {
  margin-top: 8px;
}

.contact-info .icon {
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
}

.contact-info .icon i {
  line-height: 1.7rem;
  color: #ec1c24;
}

.contact-infoBG {
  padding: 45px 0 55px 0;
  margin-bottom: 70px;
  position: relative;
}

.contact-infoBG:before {
  content: '';
  width: 107%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}

.contact-infoBG .row .col-lg-6:last-child {
  padding-left: 24px;
}

.contact-infoBG h6 {
  font-size: 22px;
  margin: 5px 0 18px 0;
}

.contact-infoBG .contact-info li {
  padding-left: 32px;
  margin-bottom: 15px;
}

.contact-infoBG .contact-info li p {
  font-size: 17px;
  line-height: 1.85rem;
}

.contact-infoBG .contact-info .icon {
  width: 22px;
}

.contact-infoBG .contact-info .icon i {
  line-height: 1.85rem;
}

.contact-formBG {
  background: #6a040f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #6a040f), color-stop(95%, #ec1c24));
  background: linear-gradient(0deg, #6a040f 10%, #ec1c24 95%);
}

.contact-formBG .row .col-xl-5 {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.contact-formBG .row .col-xl-5 .img-width img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-formBG .row .col-xl-6 {
  padding: 60px 12px 100px 65px;
}

.contact-formBG h3 {
  color: white;
  margin-bottom: 22px;
}

.contact-formBG .input-form .form-control {
  background-color: white;
}

.contact-formBG .input-form p {
  font-size: 17px;
  color: white;
}

.contact-formBG .buttonBK {
  border: 1px solid white;
  background: black;
  padding: 6px 15px;
}

.contact-formBG .buttonBK:hover {
  background: #252525;
}

.contact-formBG .buttonBD {
  border-color: white;
  color: white;
}

/* DEALER FORM */
.contentForm h3 {
  text-align: center;
  margin-bottom: 35px;
}

.contentForm.input-form p {
  float: left;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}

.contentForm.input-form p span {
  color: #ec1c24;
}

.contentForm.input-form .form-control, .contentForm.input-form .form-select {
  min-height: 39px;
  padding: 8px 15px;
}

.contentForm.input-form .note {
  line-height: 28px;
  margin-left: 10px;
}

.contentForm .accordion {
  margin-bottom: 15px;
}

.contentForm .accordion .txt-content {
  margin-bottom: 12px;
}

.contentForm .accordion .txt-content p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}

.contentForm .accordion .txt-content p strong {
  font-weight: 500;
  color: #363636;
}

.contentForm .accordion .form-control {
  margin-bottom: 0;
}

.contentForm .accordion .buttonR {
  border-radius: 20px;
  padding: 6px 15px;
  margin-right: 15px;
}

.contentForm .md-radio > label > p {
  font-size: 16px;
  font-weight: 400;
}

.contentForm .button-pair .buttonBK {
  padding: 6px 15px;
}

.contentForm .button-pair .buttonBD {
  border-color: #acacac;
  color: #898989;
}

.contentForm .button-pair .buttonBD:hover {
  border-color: #ec1c24;
  color: white;
}

.note {
  float: left;
  font-size: 13px;
  color: #707070;
  display: inline-block;
}

.more-info {
  color: #707070;
  margin-left: 3px;
  display: inline-block !important;
}

.more-info:hover {
  color: #ec1c24;
}

.fancybox__caption {
  line-height: normal !important;
  text-align: center;
}

.attach-button label {
  min-width: 110px;
  background-color: white;
  border: 1px solid #ec1c24;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #ec1c24;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 15px;
  cursor: pointer;
}

.attach-button label i {
  font-size: 14px;
  padding-right: 6px;
}

.attach-button label:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #ec1c24;
  color: white;
}

.attach-button #file-chosen {
  font-size: 14px;
  color: #898989;
  margin-left: 0.4rem;
  margin-bottom: 0;
}

.accordion section {
  max-height: 0;
  color: #636363;
  overflow: hidden;
  opacity: 0;
}

.accordion label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-left: 0;
}

.accordion input {
  display: block;
}

.accordion section,
.accordion input:checked ~ section {
  -webkit-transition: max-height 0.3s, opacity 0.5s ease-out, border 0.1s ease-out;
  transition: max-height 0.3s, opacity 0.5s ease-out, border 0.1s ease-out;
}

.accordion label:after,
.accordion input:checked + label:after {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.accordion input:checked + label {
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 0;
}

.accordion input:checked ~ section {
  width: 100%;
  max-height: 3000px;
  float: left;
  border-bottom: none;
  padding-left: 30px;
  margin: 12px 0 25px 0;
  opacity: 1;
}

.md-radio > label {
  float: left;
  display: block;
  padding-left: 30px;
  margin-bottom: 4px;
  margin-left: 0;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
}

.md-radio > label:before {
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #ec1c24;
  background: none;
}

.md-radio > label:after {
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #ec1c24;
}

.md-radio > label:before, .md-radio > label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
}

.md-radio > label > p {
  font-size: 16px;
  line-height: normal;
  color: #636363;
  margin-bottom: 0;
}

.md-radio > label .w-input p {
  width: auto;
  float: left;
  font-weight: 400;
  line-height: 22px;
  color: #636363;
  letter-spacing: 0;
  padding-right: 12px;
  margin-bottom: 0;
}

.md-radio > label .w-input .form-control {
  width: 78%;
  min-height: 0;
  background: none !important;
  border-radius: 0;
  border-bottom: 1px dashed #acacac !important;
  font-size: 15px;
  padding: 0;
  margin-bottom: 0 !important;
}

.md-radio > input[type="radio"] {
  display: none;
}

.md-radio > input[type="radio"]:checked + label:before {
  background: none;
  -webkit-animation: ripple 0.2s linear forwards;
          animation: ripple 0.2s linear forwards;
}

.md-radio > input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*-- accordion END --*/
/*---------- FOOTER - MOBILE ----------*/
.footer-acc {
  margin-bottom: 17px;
}

.footer-acc .panel-group .panel {
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-acc .panel-group .panel.panel-default {
  border: none;
}

.footer-acc .panel-group .panel.panel-default .panel-heading {
  border-top: 1px dashed #898989;
  letter-spacing: 0.01rem;
  padding: 12px 10px;
}

.footer-acc .panel-group .panel.panel-default .panel-heading:first-child {
  border-top: none;
}

.footer-acc .panel-group .panel.panel-default .panel-heading.active {
  padding-bottom: 8px;
}

.footer-acc .panel-group .panel.panel-default .panel-heading.active a {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.footer-acc .panel-group .panel.panel-default .panel-heading.active a:before {
  content: '\f078';
}

.footer-acc .panel-group .panel.panel-default .panel-heading a {
  font-size: 15px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.015rem;
  position: relative;
}

.footer-acc .panel-group .panel.panel-default .panel-heading a:before {
  content: '\f054';
  font-size: 12px;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-acc .panel-group .panel.panel-default .panel-collapse {
  padding: 4px 20px 15px 20px;
}

.footer-acc .panel-group .panel.panel-default .panel-collapse .panel-body {
  z-index: 0;
}

.footer-acc .panel-group .panel.panel-default .panel-collapse .panel-body h6 {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}

.footer-acc .panel-group .panel + .panel {
  margin-top: 0;
}

/*---------- MENU - MOBILE ----------*/
.nav-menu.btn {
  float: right;
  border: none;
  font-size: 21px;
  line-height: 50px !important;
  color: #252525;
  padding: 0 5px;
}

.nav-menu.btn.memButton-nav {
  float: right;
  margin-top: 10px;
}

.modal.left {
  z-index: 9999;
}

.modal.left .modal-dialog {
  width: 320px;
  height: 100%;
  margin: auto;
  position: fixed;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  border-right: 1px solid #ebebeb;
}

.modal.left .modal-header {
  width: 100%;
  float: left;
  background-color: white;
  border-bottom: none;
  border-radius: 0;
  padding: 31px 20px;
  position: relative;
}

.modal.left .modal-header .mainlogo {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.left .modal-header .mainlogo img {
  height: 44px;
}

.modal.left .modal-header .close {
  background: none;
  margin: 0;
  text-shadow: none;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.left .modal-header .close i {
  font-size: 16px !important;
  color: #898989;
}

.modal.left .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  overflow-y: auto;
}

.modal.left .modal-body {
  padding: 0;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

#menu {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  left: 0%;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}

#menu .menu-wrapper {
  position: relative;
  overflow-x: hidden;
}

#menu .menu, #menu .member-m {
  width: 320px;
  float: left;
}

#menu .menu ul li, #menu .member-m ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #ebebeb;
}

#menu .menu ul li i, #menu .member-m ul li i {
  font-size: 18px;
  padding-right: 9px;
}

#menu .menu ul li.active a, #menu .member-m ul li.active a {
  font-weight: 500;
  color: #111111;
  letter-spacing: 0.01rem;
}

#menu .menu ul li.active a:before, #menu .member-m ul li.active a:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #ec1c24;
  position: absolute;
  top: 0;
  left: 0;
}

#menu .menu ul li.gray-BG, #menu .member-m ul li.gray-BG {
  background-color: #464646;
}

#menu .menu ul li.gray-BG .menu-item a, #menu .member-m ul li.gray-BG .menu-item a {
  font-weight: 400;
  color: white;
  letter-spacing: 0.02rem;
  padding: 13px 20px;
}

#menu .menu-item {
  width: 100%;
  float: left;
  position: relative;
}

#menu .menu-item a {
  font-size: 16px;
  line-height: normal;
  color: #252525;
  text-transform: uppercase;
  padding: 11px 20px;
  display: block;
  position: relative;
}

#menu .menu-item .detail {
  width: 24px;
  height: auto;
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

#menu .menu-item .detail.back {
  right: auto;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .menu-item .flag {
  width: 20px;
  line-height: 20px;
  margin-right: 9px;
  margin-top: -3px;
}

#menu .menu-slider {
  width: 2000px;
  position: relative;
  left: 0;
}

#menu .submenu {
  display: none;
}

#menu .submenu ul {
  width: 100%;
  float: left;
}

#menu .submenu ul li {
  width: 100%;
  float: left;
}

#menu .submenu-back {
  text-align: right;
}

#menu .submenu-back .menu-item {
  background-color: #f5f5f5;
}

#menu .submenu-back .menu-item a {
  font-size: 15px;
  line-height: 25px;
  color: #555555;
  padding: 12px 20px;
}

.menu-box {
  height: 100%;
  overflow: auto;
  position: relative;
}

.member-nav {
  float: right;
}

.member-nav p {
  float: left;
  font-size: 10px;
  font-weight: 500;
  line-height: 0.8rem;
  color: #363636;
  text-align: right;
  letter-spacing: 0.015rem;
  padding-right: 11px;
  margin-bottom: 0;
}

.member-nav i {
  float: left;
  font-size: 22px;
  color: #ec1c24;
}

/*---------- MOBILE ----------*/
@media (max-width: 1199px) {
  body {
    font-size: 15px;
    padding-top: 116px;
  }
  .wrap-pad {
    width: 100%;
    padding: 0 15px;
  }
  .wrap-pad.more {
    width: 98%;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h5 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  h6 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  /*----------- HEADER -----------*/
  .header {
    padding-top: 18px;
  }
  .header .mainlogo {
    margin-bottom: 18px;
  }
  .header.shrink {
    padding-top: 12px;
  }
  .header.shrink .mainlogo {
    margin-bottom: 12px;
  }
  .header.shrink .mainlogo img {
    height: 60px;
  }
  .header.shrink .mainmenu {
    margin-top: 15px;
  }
  .header.shrink .mainmenu > li > a {
    font-size: 15px;
    padding-bottom: 27px;
  }
  .header.shrink .mainmenu-sub {
    width: 170px;
    margin-top: 57px;
  }
  .header.shrink .mainmenu-sub li a {
    font-size: 14px;
    padding: 8px 12px;
  }
  .header.shrink .dropdown-container {
    padding: 18px 15px;
  }
  .header.shrink .menu-category li {
    padding: 12px 5px 18px 5px;
  }
  .header.shrink .menu-category li a img {
    height: 50px;
  }
  .header.shrink .menu-category li a p {
    font-size: 14px;
  }
  .header.shrink .cart-section {
    margin-top: 15px;
  }
  .header.shrink .cart-section > li {
    padding-right: 15px;
  }
  .header.shrink .lang li button {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .mainlogo img {
    height: 80px;
  }
  .mainmenu {
    margin-top: 17px;
  }
  .mainmenu > li {
    margin-right: 25px;
  }
  .mainmenu > li:last-child {
    margin-right: 30px !important;
  }
  .mainmenu > li > a {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 16px;
  }
  .mainmenu-sub {
    width: 170px;
    margin-top: 46px;
  }
  .mainmenu-sub li a {
    font-size: 14px;
    padding: 8px 12px;
  }
  .dropdown-container {
    padding: 20px 15px;
  }
  .menu-category li {
    padding: 12px 5px 18px 5px;
  }
  .menu-category li a img {
    height: 52px;
    margin-bottom: 15px;
  }
  .menu-category li a p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.015rem;
  }
  .top-menu .buttonR {
    min-height: 35px;
    font-size: 13px;
    padding: 7px 12px;
  }
  .cart-section {
    margin-top: 17px;
  }
  .cart-section > li {
    padding-right: 16px;
  }
  .cart-section > li:first-child {
    padding-right: 15px;
  }
  .cart-section > li a {
    font-size: 19px;
    line-height: 30px;
  }
  .cart-button {
    padding-right: 11px;
  }
  /*.cart-amount{
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
        top: -4px;
    }*/
  .lang li {
    margin-right: 0;
  }
  .lang li button {
    width: 26px;
    height: 26px;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.015rem;
  }
  .search-section {
    min-height: 35px;
    padding: 5px 15px;
  }
  .search-section li:first-child {
    padding-right: 16px;
    margin-right: 16px;
  }
  .search-section li a {
    font-size: 13px;
    line-height: 22px;
  }
  .search-section li a i {
    font-size: 12px;
    padding-right: 7px;
  }
  .search-section .input-group.search .form-control {
    min-width: 160px;
    line-height: 19px !important;
  }
  .search-section .input-group.search .btn {
    font-size: 14px;
    line-height: 20px !important;
    margin-top: -3px;
  }
  .input-group.search .form-control {
    font-size: 13px;
  }
  .input-group.search .btn {
    font-size: 15px;
  }
  /*----------- FOOTER -----------*/
  footer h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .copyright p {
    font-size: 14px;
  }
  .brand-list {
    padding: 45px 0 0 0;
  }
  /*----------- BUTTON -----------*/
  .buttonR {
    min-width: 100px;
    font-size: 14px;
    padding: 6px 15px;
  }
  .buttonBK {
    min-width: 100px;
    font-size: 14px;
    padding: 6px 15px;
  }
  .buttonBD {
    min-width: 100px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .buttonGD {
    min-width: 130px;
    font-size: 16px;
    padding: 6px 17px;
  }
  .buttonGD i {
    font-size: 14px;
    padding-right: 8px;
  }
  .txt-button {
    font-size: 14px;
    font-weight: 500;
  }
  .txt-button i {
    font-size: 13px;
    padding-right: 6px;
  }
  .button-pair .buttonGD {
    min-width: 200px;
  }
  .button-pair.mt-5 {
    margin-top: 25px !important;
  }
  /*---------- CONTENT -----------*/
  .content-padding {
    padding: 65px 0;
  }
  .content-padding.foot-pad {
    padding-bottom: 120px;
  }
  .content-padding.mb-5 {
    margin-bottom: 25px !important;
  }
  .txt-content {
    margin-bottom: 30px;
  }
  .txt-content p {
    margin-bottom: 15px;
  }
  .txt-content.caption {
    margin-bottom: 50px;
  }
  .list-decor li {
    padding-left: 12px;
    margin-bottom: 2px;
  }
  .list-decor li:before {
    font-size: 13px;
  }
  .list-decimal li {
    margin-bottom: 2px;
  }
  .f-17 {
    font-size: 16px;
  }
  .top-banner {
    height: 250px;
  }
  .top-banner.moreH {
    height: 275px;
  }
  .top-banner.moreH .banner-txt {
    top: calc(50% - 20px);
  }
  .banner-txt p {
    font-size: 34px;
    letter-spacing: 0.25rem;
  }
  .topic-wSelect {
    margin-bottom: 32px;
  }
  .topic-wSelect h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .topic-wSelect h4 {
    line-height: 40px;
  }
  .topic-wSelect .select2-part {
    margin-top: 0;
  }
  .topic-wSelect .select2-part .select2-container .select2-selection--single {
    padding: 8px 12px;
  }
  .topicBK-GD {
    font-size: 18px;
    letter-spacing: 0.015rem;
    padding: 6px 18px;
    margin-bottom: 25px;
  }
  .doubleBD {
    padding: 50px 45px;
  }
  .doubleBD:before {
    top: 4px;
    left: 4px;
  }
  .topBD {
    padding-top: 40px;
  }
  /* FORM */
  .input-form .form-control {
    font-size: 15px;
    padding: 7px 12px;
    margin-bottom: 20px;
  }
  .input-form textarea.form-control {
    height: 85px;
    margin-bottom: 35px;
  }
  .form-select {
    font-size: 15px;
    padding: 7px 12px;
    margin-bottom: 20px;
  }
  /* SELECT 2 */
  .select2-part .select2-container {
    margin-bottom: 20px;
  }
  .select2-part .select2-container .select2-selection--single {
    height: 39px;
    font-size: 15px;
    padding: 7px 12px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow,
  .select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    width: 30px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
  .select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
    right: 12px;
  }
  /* SEARCH BOX */
  .searchBox {
    padding: 40px 45px;
  }
  .searchBox.dealer {
    min-height: 270px;
    padding: 30px 45px 40px 45px;
  }
  .searchBox.dealer h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .searchBox .input-form p {
    font-size: 16px;
  }
  .searchBox .input-form .form-select {
    height: 39px;
    padding: 9px 12px;
  }
  .searchBox .input-form .select2-part .select2-container {
    margin-bottom: 30px;
  }
  .searchBox .input-form .select2-part .select2-container .select2-selection--single {
    padding: 7px 12px;
  }
  .register-dealerBox {
    min-height: 270px;
    padding: 60px 20px 40px 20px;
  }
  .register-dealerBox h3 {
    font-size: 23px;
    line-height: 2.2rem;
    margin-bottom: 28px;
  }
  .register-dealerBox.contact-page {
    min-height: 250px;
    padding-top: 45px;
    margin: 15px 0 85px 0;
  }
  .register-dealerBox.contact-page h3 {
    font-size: 26px;
    line-height: 2.4rem;
    letter-spacing: 0.025rem;
    margin-bottom: 25px;
  }
  /*---------- PAGE ----------*/
  .pagination {
    margin-top: 1.5rem;
  }
  .pagination .page-link {
    width: 44px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
  }
  /*------------ OWL -------------*/
  .slide-navButton .owl-carousel .owl-nav .owl-prev, .slide-navButton .owl-carousel .owl-nav .owl-next {
    width: 32px;
    height: 44px;
    border-width: 1px;
  }
  .slide-navButton .owl-carousel .owl-nav i {
    font-size: 13px;
    line-height: 40px;
  }
  .slide-navButton .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .slide-navButton .owl-carousel.nav-out .owl-nav .owl-prev {
    left: -1%;
  }
  .slide-navButton .owl-carousel.nav-out .owl-nav .owl-next {
    right: -1%;
  }
  /* TYPE-SLIDE */
  .slide-navButton .type-slide {
    padding: 0;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev, .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 42px;
    top: 50%;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav i {
    font-size: 14px;
    line-height: 42px;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev {
    left: -45px;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
    right: -45px;
  }
  .slide-navButton .type-slide .items {
    padding: 0 6px;
  }
  .topic-type {
    min-width: 160px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 7px 12px;
  }
  /*----------- INDEX ------------*/
  .main-slider {
    height: 32vh;
  }
  .index-search {
    margin-top: -50px;
  }
  .index-about {
    padding: 50px 0 30px 0;
    margin: 115px 0 20px 0;
  }
  .index-about h4 {
    font-size: 22px;
    line-height: 1.6rem;
    padding-top: 0;
  }
  .index-about h2 {
    margin-bottom: 20px;
  }
  .index-about .img-width {
    padding-top: 25px;
    padding-left: 10px;
  }
  .index-about .txt-content {
    margin-bottom: 40px;
  }
  .product-slide {
    padding: 0 25px;
    margin-top: -20px;
    margin-bottom: 5rem;
  }
  .index-productCate {
    margin-bottom: 135px;
  }
  .index-productCate:after {
    width: 36%;
    top: 12%;
  }
  .index-productCate .row .col-lg-7 {
    padding-right: 12px;
  }
  .index-productCate .img-width {
    padding-top: 30px;
    padding-right: 0;
  }
  .select-display-slide {
    margin-bottom: 35px;
  }
  .select-display-slide li {
    padding: 4px;
  }
  .select-display-slide li .cateBox {
    padding: 15px 5px;
  }
  .display-slide .row .col-lg-3 .txt-button {
    line-height: 40px;
  }
  .cateBox img {
    height: 50px;
    margin-bottom: 12px;
  }
  .cate-topic {
    height: 36px;
  }
  .cate-topic p {
    font-size: 13px;
    line-height: 1.1rem;
  }
  .display-slide .row .col-3 .txt-button {
    line-height: 40px;
  }
  .display-slide .txt-content p {
    -webkit-line-clamp: 2;
  }
  .dealerBG {
    padding-top: 34%;
  }
  .dealer-section {
    margin: -55px 0 25px 0;
  }
  .dealer-section .row .col-lg-3 {
    padding-left: 4px;
  }
  .slide-navButton .owl-carousel.news-slide .owl-nav .owl-prev {
    left: -12px;
  }
  .slide-navButton .owl-carousel.news-slide .owl-nav .owl-next {
    right: -12px;
  }
  .slide-navButton .owl-carousel.news-slide .items {
    padding: 8px 12px;
  }
  .slide-navButton .owl-carousel.news-slide .items .newsBox {
    margin-bottom: 75px;
  }
  .slide-navButton .owl-carousel.news-slide .items .newsBox:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .index-button-section {
    margin-bottom: 3.5rem;
  }
  .index-button-section .row .col-lg-3:first-child {
    padding-right: 4px;
  }
  .index-button-section .row .col-lg-3:nth-child(2), .index-button-section .row .col-lg-3:nth-child(3) {
    padding: 0 8px;
  }
  .index-button-section .row .col-lg-3:last-child {
    padding-left: 4px;
  }
  .gradientBox {
    padding: 28px 12px;
  }
  .gradientBox p {
    font-size: 19px;
    letter-spacing: 0;
  }
  /*----------- SEARCH -----------*/
  .search-page .searchBox {
    margin-top: -50px;
    margin-bottom: 85px;
  }
  .grayGD-BG {
    margin-bottom: 65px;
  }
  .car-info {
    font-size: 16px;
    line-height: 2.3rem;
    padding: 32px 30px;
  }
  .car-info .row .col-lg-4 {
    letter-spacing: 0.01rem;
  }
  .product-type-slide {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .product-type-slide .items {
    padding: 5px;
  }
  .product-type-slide .items .cateBox img {
    height: 50px;
  }
  .product-type-slide .items .cateBox .cate-topic {
    height: 36px;
  }
  .product-type-slide .items .cateBox .cate-topic p {
    font-size: 13px;
    line-height: 1.1rem;
  }
  /*---------- PRODUCT -----------*/
  .productBox {
    padding: 0 10px 16px 10px;
    margin-bottom: 35px;
  }
  .productBox .img-width img {
    padding: 12px;
  }
  .productBox .price, .productBox .full-price {
    line-height: 32px;
  }
  .productBox .buttonBK {
    min-width: 0;
    font-size: 12px;
    padding: 7px 12px;
    white-space: nowrap;
  }
  .productBox:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .product-topic p {
    font-size: 16px;
  }
  .productID {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .cate-tag {
    font-size: 10px;
    padding: 1px 6px;
  }
  .price {
    font-size: 14px;
  }
  .full-price {
    font-size: 11px;
    margin-left: 5px;
  }
  /* PRODUCT CATEGORY */
  .categoty-page .row .col-lg-9 {
    padding-left: 15px;
  }
  .category-filter-section .input-group.search {
    margin-bottom: 30px;
  }
  .category-filter-section .input-group.search .form-control {
    font-size: 15px;
    padding: 9px 5px 9px 15px;
  }
  .category-filter-section .input-group.search .btn {
    padding: 9px 15px 9px 7px;
  }
  .category-filter-section h6 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .product-acc {
    margin-bottom: 28px;
  }
  .product-acc .panel-group .panel.panel-default .panel-heading.active a {
    padding-bottom: 6px;
  }
  .product-acc .panel-group .panel.panel-default .panel-heading a {
    letter-spacing: 0.01rem;
  }
  .product-acc .panel-group .panel.panel-default .panel-heading a:before {
    font-size: 10px;
  }
  .product-acc .panel-group .panel.panel-default .panel-collapse {
    padding: 2px 15px 15px 10px;
  }
  .product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li {
    font-size: 14px;
    line-height: 1.5rem;
    padding-left: 11px;
  }
  .product-acc .panel-group .panel.panel-default .panel-collapse .panel-body .list-decor li:before {
    font-size: 12px;
  }
  .product-acc .panel-group.no-pad .panel.panel-default .panel-heading a {
    padding: 0;
  }
  .product-acc .panel-group.no-pad .panel.panel-default .panel-heading a h6 {
    margin-bottom: 12px;
  }
  .product-acc .panel-group.no-pad .panel.panel-default .panel-collapse {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .product-acc .panel-group.no-pad .panel.panel-default .panel-collapse#price {
    padding: 0 20px 18px 0;
  }
  .price-range .irs--round .irs-handle {
    width: 17px;
    height: 17px;
    top: 23px;
  }
  .price-range .irs--round .irs-from, .price-range .irs--round .irs-to {
    font-size: 10px;
  }
  .price-range .irs--round .irs-min, .price-range .irs--round .irs-max {
    font-size: 10px;
    padding: 1px 4px;
  }
  .price-range .irs--round .irs-grid-text {
    font-size: 11px;
  }
  .check-container {
    font-size: 15px;
    line-height: 20px;
    padding-left: 28px;
  }
  .check-container .checkmark:after {
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    top: 2px;
  }
  .checkmark {
    height: 18px;
    width: 18px;
  }
  .list-check li {
    margin: 5px 0;
  }
  .category-bannerG {
    margin-bottom: 40px;
  }
  /* PRODUCT DETAIL */
  .bread-crumb {
    margin-bottom: 20px;
  }
  .bread-crumb li {
    padding-right: 26px;
  }
  .bread-crumb li:after {
    font-size: 9px;
    right: 9px;
  }
  .bread-crumb li a i {
    font-size: 13px;
  }
  .productGal-slide {
    padding-right: 25px;
  }
  .productGal-slide .big-img.owl-theme {
    margin-bottom: 12px;
  }
  .productGal-slide .big-img.owl-theme .owl-prev, .productGal-slide .big-img.owl-theme .owl-next {
    width: 32px;
    height: 46px;
    top: 50%;
  }
  .productGal-slide .big-img.owl-theme i {
    font-size: 14px;
    line-height: 46px;
  }
  .product-info h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .product-info .price {
    font-size: 20px;
    line-height: 34px;
  }
  .product-info .full-price {
    font-size: 15px;
    line-height: 34px;
    margin-left: 12px;
  }
  .product-info .social {
    margin-bottom: 3rem;
  }
  .productID-type {
    margin-bottom: 6px;
  }
  .productID-type li {
    font-size: 17px;
    line-height: 26px;
    margin-right: 15px;
  }
  .productID-type li .cate-tag {
    font-size: 11px;
    padding: 2px 9px;
    margin-top: 1px;
  }
  .price-sub {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .price-display {
    margin-bottom: 22px;
  }
  .price-display li {
    margin: 0 6px 6px 0;
  }
  .price-display li a {
    min-width: 65px;
    letter-spacing: 0;
    padding: 5px 13px;
  }
  .product-size {
    margin-bottom: 40px;
  }
  .car-model-section {
    margin-bottom: 40px;
  }
  .car-model li {
    line-height: 1.65rem;
  }
  .car-model li:after {
    line-height: 1.65rem;
  }
  .product-gallery li {
    padding: 5px;
  }
  /* WARRANTY */
  .warranty-form-info {
    padding: 35px 30px;
    margin-bottom: 50px;
  }
  .warranty-form-info h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .warranty-form-info .list-decimal, .warranty-form-info .list-decor {
    padding-left: 25px;
  }
  .radio-list li {
    margin-bottom: 6px;
  }
  /*------------ NEWS ------------*/
  .newsBox {
    margin-bottom: 55px;
  }
  .newsBox .img-width {
    padding-top: 85%;
    margin-bottom: 15px;
  }
  .news-topic p {
    font-size: 20px;
  }
  .tag {
    min-width: 65px;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 10px;
  }
  .newsH-page h3 {
    font-size: 24px;
  }
  /* FAQ */
  .faq-slide {
    padding-bottom: 20px;
  }
  .faq-slide.owl-carousel .owl-dots {
    bottom: -30px;
  }
  .faq-slide .items {
    padding: 0 6px;
  }
  .faqBox {
    padding: 22px 20px 18px 20px;
  }
  .faqBox:before {
    border-width: 1px;
  }
  .faq-icon img {
    height: 72px !important;
  }
  .faq-topic {
    height: 50px;
  }
  .faq-topic p {
    font-size: 16px;
    line-height: 1.55rem;
  }
  .FAQ-acc {
    border-bottom-width: 2px;
    margin-bottom: 55px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading {
    font-size: 17px;
    line-height: 28px;
    padding: 14px 20px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading a {
    width: 28px;
    height: 28px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading a:before {
    font-size: 13px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse {
    margin-top: 5px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 22px 40px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content, .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .img-width, .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .container-vdo {
    margin: 15px 0;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content p {
    margin-bottom: 15px;
  }
  .faq-contact {
    font-size: 17px;
  }
  /*----------- DEALER -----------*/
  .dealer-page .searchBox.dealer {
    padding: 35px 45px 40px 45px;
    margin-top: -50px;
    margin-bottom: 85px;
  }
  .store-name {
    font-size: 16px;
  }
  .dealerTB {
    margin-bottom: 55px;
  }
  .dealerTB table thead tr th {
    font-size: 18px;
    padding: 8px 15px;
  }
  .dealerTB table thead tr th:last-child {
    min-width: 140px;
  }
  .dealerTB table tbody tr td {
    line-height: normal;
    padding: 20px 15px;
  }
  .dealerTB table tbody tr td:last-child .buttonR {
    font-size: 12px;
    padding: 8px 13px;
  }
  .dealerTB table tbody tr td:last-child .buttonR i {
    display: none;
  }
  .dealerTB .tag {
    margin-top: 3px;
  }
  /*----------- MEDIA ------------*/
  .media-topic {
    padding: 0 5px;
  }
  .media-topic p {
    font-size: 18px;
  }
  /* AD */
  .ad-gallery {
    -webkit-column-gap: 8px;
    column-gap: 8px;
  }
  .adBox {
    margin-bottom: 10px;
  }
  .adBox .media-topic {
    padding: 50px 10px 10px 10px;
  }
  .adBox .media-topic p {
    font-size: 16px;
  }
  /* DOC */
  .docBox {
    margin-bottom: 45px;
  }
  /* VDO */
  .vdoBox {
    margin-bottom: 45px;
  }
  .brand-logo img {
    height: 55px;
  }
  /*----------- CAREER -----------*/
  .career-page h5 {
    padding-bottom: 3px;
  }
  .career-page .list-decor {
    padding-left: 25px;
  }
  .doubleBD-gray {
    padding: 28px 25px;
  }
  .doubleBD-gray:before {
    top: 4px;
    left: 4px;
  }
  .career-info .row {
    line-height: 1.65rem;
  }
  .career-info .row .col-lg-4:after {
    right: 5px;
  }
  .grayBox {
    padding: 40px;
  }
  .contact-topic {
    margin-bottom: 30px;
  }
  .contact-topic li {
    font-size: 17px;
  }
  .contact-topic li:last-child {
    font-size: 20px;
  }
  .career-contact li {
    min-height: 150px;
    padding: 0 15px 8px 15px;
  }
  .iconBD {
    width: 54px;
    height: 54px;
    margin-bottom: 13px;
  }
  .iconBD .icon {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
  .iconBD .icon i {
    font-size: 17px;
    line-height: 44px;
  }
  /*----------- ABOUT ------------*/
  .about-page {
    margin-bottom: 90px;
  }
  .about-page .row.img-right {
    margin-bottom: 60px;
  }
  .about-page .row.img-right .col-xl-5 {
    padding: 20px 12px 0 35px;
  }
  .about-page .row.img-right .col-xl-6 {
    padding-left: 25px;
  }
  .about-page .row.img-left .col-xl-6 {
    padding-right: 25px;
  }
  .about-page .row.img-left .col-xl-5 {
    padding: 75px 35px 0 12px;
  }
  .about-page .txt-content p i {
    font-size: 18px;
  }
  /* BRAND */
  .brand-page .brand-list li {
    padding: 9px;
  }
  .brandBox.modal .modal-header {
    padding: 30px 40px 25px 40px;
  }
  .brandBox.modal .modal-header .img-width img {
    height: 80px;
  }
  .brandBox.modal .modal-body h6 {
    padding-right: 65px;
  }
  .brandBox.modal .modal-body h6:after {
    width: 50px;
  }
  .brandBox.modal .modal-footer {
    padding: 25px 40px 35px 40px;
  }
  .brandBox.modal .modal-footer .buttonGD {
    min-width: 180px;
    padding: 7px 18px;
  }
  .brand-topic li {
    font-size: 17px;
  }
  .brand-topic li:first-child {
    font-size: 22px;
  }
  /* SOCIAL MEDIA */
  .social-page .brand-social:last-child {
    padding-bottom: 14px;
  }
  .social-page .img-width img {
    height: 68px;
  }
  .social-page .social {
    padding-top: 14px;
  }
  .brand-social-topic {
    font-size: 20px;
    padding: 7px 12px;
  }
  .brand-social {
    padding: 11px 12px;
  }
  /* WARRANTY */
  .warranty-page .brand-list li {
    width: calc(100% / 6);
  }
  .warranty-page .topBD {
    padding-top: 60px;
    margin-top: 3rem;
  }
  .warranty-page .buttonGD {
    margin-top: 10px;
  }
  /*---------- CONTACT -----------*/
  .contact-info {
    margin-bottom: 35px;
  }
  .contact-info li {
    padding-left: 28px;
  }
  .contact-info li p {
    line-height: normal;
  }
  .contact-info .icon {
    width: 18px;
  }
  .contact-info .icon i {
    font-size: 16px;
    line-height: normal;
  }
  .contact-infoBG {
    padding: 35px 25px;
    margin-bottom: 55px;
  }
  .contact-infoBG:before {
    width: 102%;
  }
  .contact-infoBG h6 {
    font-size: 20px;
    margin: 5px 0 18px 0;
  }
  .contact-infoBG .contact-info li {
    padding-left: 30px;
    margin-bottom: 13px;
  }
  .contact-infoBG .contact-info li p {
    font-size: 15px;
    line-height: normal;
  }
  .contact-infoBG .contact-info .icon {
    width: 18px;
  }
  .contact-infoBG .contact-info .icon i {
    font-size: 16px;
    line-height: normal;
  }
  .contact-formBG .row .col-xl-6 {
    padding: 40px 30px 70px 45px;
  }
  .contact-formBG h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .contact-formBG .input-form p {
    font-size: 16px;
  }
  .contact-formBG .buttonBK {
    padding: 6px 15px;
  }
  /* DEALER FORM */
  .contentForm h3 {
    margin-bottom: 30px;
  }
  .contentForm.input-form p {
    font-size: 16px;
  }
  .contentForm.input-form .note {
    line-height: 27px;
    margin-left: 8px;
  }
  .contentForm .accordion .txt-content p {
    font-size: 15px;
  }
  .contentForm .accordion .buttonR {
    font-size: 13px;
    margin-right: 12px;
  }
  .contentForm .md-radio > label > p {
    font-size: 15px;
    line-height: 22px;
  }
  .contentForm .button-pair .buttonBK {
    padding: 5px 15px;
  }
  .attach-button label {
    min-width: 95px;
    font-size: 13px;
    padding: 5px 15px;
  }
  .attach-button label i {
    font-size: 12px;
  }
  .attach-button #file-chosen {
    font-size: 12px;
  }
  .md-radio > label:before {
    top: 1px;
  }
  .md-radio > label:after {
    top: 6px;
  }
  .md-radio > label .w-input p {
    font-size: 15px;
    line-height: 22px;
  }
  /*-- accordion END --*/
}

@media (max-width: 991px) {
  .wrap-pad {
    padding: 0;
  }
  .wrap-pad.more {
    width: 100%;
  }
  body {
    padding-top: 70px;
  }
  html {
    scroll-padding-top: 6rem;
  }
  .modal-backdrop {
    z-index: 99;
  }
  .modal-dialog.more {
    max-width: 650px;
  }
  h1 {
    font-size: 27px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 22px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  h6 {
    font-size: 17px;
  }
  h6 i {
    font-size: 14px;
    padding-right: 9px;
  }
  /*----------- HEADER -----------*/
  .header {
    padding-top: 10px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.5);
  }
  .header .mainlogo {
    margin-bottom: 10px;
  }
  .header.shrink {
    padding-top: 10px;
  }
  .header.shrink .mainlogo {
    margin-bottom: 10px;
  }
  .header.shrink .mainlogo img {
    height: 50px;
  }
  .header.shrink .cart-section {
    margin-top: 15px;
  }
  .header.shrink .cart-section > li {
    padding-right: 15px;
  }
  .mainlogo {
    margin-left: 5px;
  }
  .mainlogo img {
    height: 50px;
  }
  .search-section {
    min-height: 0;
    margin: 8px 20px 0 0;
  }
  .search-section li:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .search-section li a {
    font-size: 13px;
    line-height: 22px;
  }
  .search-section li a i {
    font-size: 12px;
    padding-right: 7px;
  }
  .search-section .input-group.search .form-control {
    min-width: 160px;
    line-height: 19px !important;
  }
  .search-section .input-group.search .btn {
    font-size: 14px;
    line-height: 20px !important;
    margin-top: -3px;
  }
  .input-group.search .form-control {
    font-size: 13px;
  }
  .input-group.search .btn {
    font-size: 15px;
  }
  /*----------- FOOTER -----------*/
  footer {
    padding: 38px 0;
  }
  footer h6 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  footer .contact-info {
    padding-top: 0;
  }
  footer .contact-info {
    margin-bottom: 30px;
  }
  footer .contact-info li {
    padding-left: 25px;
    margin-bottom: 8px;
  }
  footer .contact-info li p {
    font-size: 14px;
    letter-spacing: 0;
  }
  footer .contact-info .icon {
    width: 16px;
  }
  footer .contact-info .icon i {
    font-size: 14px;
    line-height: normal;
  }
  .footer-menu li a {
    font-size: 14px;
    line-height: 1.6rem;
    letter-spacing: 0;
  }
  .copyright {
    padding: 12px 0;
  }
  .copyright p {
    font-size: 13px;
  }
  .social li {
    margin-right: 14px;
  }
  .social li a {
    width: 38px;
    height: 38px;
  }
  .social li a i {
    font-size: 16px;
  }
  .social li a i.fa-instagram {
    font-size: 20px;
  }
  .social li a i.fa-globe-asia {
    font-size: 17px;
  }
  .social li a img {
    width: 19px;
  }
  .brand-list {
    padding-top: 40px;
  }
  .brand-list li {
    width: calc(100% / 6);
    padding: 5px;
  }
  /*---------- BUTTON ----------*/
  .buttonR, .buttonBK {
    min-width: 90px;
    font-size: 13px;
    padding: 5px 12px;
  }
  .buttonR i, .buttonBK i {
    padding-right: 6px;
  }
  .buttonBD {
    min-width: 90px;
    font-size: 13px;
    padding: 4px 12px;
  }
  .buttonBD i {
    padding-right: 6px;
  }
  .buttonGD {
    min-width: 115px;
    font-size: 15px;
    padding: 5px 15px;
  }
  .buttonGD i {
    font-size: 13px;
    padding-right: 7px;
  }
  .button-pair .buttonBK {
    margin-right: 12px;
  }
  .button-pair .buttonGD {
    min-width: 175px;
  }
  .button-pair .buttonGD.BK {
    margin-left: 12px;
  }
  .scroll {
    width: 40px;
    height: 40px;
    background-color: rgba(54, 54, 54, 0.6);
    right: 15px;
    bottom: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .scroll i {
    font-size: 14px;
    line-height: 38px;
  }
  /*---------- CONTENT -----------*/
  .content-padding {
    padding: 55px 0;
  }
  .content-padding.foot-pad {
    padding-bottom: 85px;
  }
  .content-padding.mb-5 {
    margin-bottom: 15px !important;
  }
  .txt-content.caption {
    margin-bottom: 45px;
  }
  .threeCol .row .col-md-4:nth-child(3n+1) {
    padding-right: 6px;
  }
  .threeCol .row .col-md-4:nth-child(3n+2) {
    padding: 0 9px;
  }
  .threeCol .row .col-md-4:nth-child(3n+0) {
    padding-left: 6px;
  }
  .f-17 {
    font-size: 15px;
  }
  .list-decor li:before {
    font-size: 12px;
  }
  .list-decor.mb-5 {
    margin-bottom: 35px !important;
  }
  .img-width.decor:after {
    top: 7px;
    left: -7px;
  }
  .top-banner {
    height: 190px;
  }
  .top-banner.moreH {
    height: 210px;
  }
  .top-banner.moreH .banner-txt {
    top: calc(50% - 15px);
  }
  .banner-txt p {
    font-size: 28px;
    letter-spacing: 0.17rem;
  }
  .topic-wSelect {
    margin-bottom: 30px;
  }
  .topic-wSelect h2 {
    font-size: 23px;
    line-height: 36px;
  }
  .topic-wSelect h4 {
    line-height: 36px;
  }
  .topicBK-GD {
    letter-spacing: 0.01rem;
    padding: 6px 18px;
    margin-bottom: 30px;
  }
  .doubleBD {
    padding: 35px 40px;
  }
  .topBD {
    padding-top: 35px;
  }
  /* FORM */
  .input-form .form-control {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .input-form textarea.form-control {
    margin-bottom: 30px;
  }
  .input-form p {
    margin-bottom: 8px;
  }
  .form-select {
    font-size: 14px;
  }
  /* SELECT 2 */
  .select2-part .select2-container .select2-selection--single {
    height: 37px;
    font-size: 14px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  /* SEARCH BOX */
  .searchBox {
    padding: 28px 20px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(37, 37, 37, 0.45);
    box-shadow: 0px 2px 4px 2px rgba(37, 37, 37, 0.45) !important;
  }
  .searchBox .row .col-md-3:first-child {
    padding-right: 4px;
  }
  .searchBox .row .col-md-3:nth-child(2), .searchBox .row .col-md-3:nth-child(3) {
    padding: 0 8px;
  }
  .searchBox .row .col-md-3:last-child {
    padding-left: 4px;
  }
  .searchBox.dealer {
    min-height: 0;
    padding: 25px 35px 28px 35px;
  }
  .searchBox.dealer h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .searchBox .input-form p {
    font-size: 16px;
  }
  .searchBox .input-form .form-select {
    height: 37px;
    padding: 8px 12px;
  }
  .searchBox .input-form .select2-part .select2-container {
    margin-bottom: 28px;
  }
  .register-dealerBox {
    min-height: 0;
    padding: 28px 20px 35px 20px;
    margin-top: 35px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(37, 37, 37, 0.45);
    box-shadow: 0px 2px 4px 2px rgba(37, 37, 37, 0.45) !important;
  }
  .register-dealerBox h3 {
    font-size: 22px;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    margin-bottom: 22px;
  }
  .register-dealerBox.contact-page {
    min-height: 0;
    padding-top: 30px;
    margin: 0 0 65px 0;
  }
  .register-dealerBox.contact-page h3 {
    font-size: 22px;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    margin-bottom: 22px;
  }
  /*---------- PAGE ----------*/
  .pagination {
    margin-top: 10px;
  }
  .pagination li {
    margin: 0 !important;
  }
  .pagination .page-link {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  /*------------ OWL -------------*/
  .slide-navButton .owl-carousel .owl-nav .owl-prev, .slide-navButton .owl-carousel .owl-nav .owl-next {
    width: 28px;
    height: 38px;
  }
  .slide-navButton .owl-carousel .owl-nav i {
    font-size: 11px;
    line-height: 36px;
  }
  .slide-navButton .owl-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 5px 7px;
  }
  .slide-navButton .owl-carousel.nav-out .owl-nav .owl-prev {
    left: 0;
  }
  .slide-navButton .owl-carousel.nav-out .owl-nav .owl-next {
    right: 0;
  }
  /* TYPE-SLIDE */
  .slide-navButton .type-slide {
    margin-bottom: 3rem;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev, .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
    width: 24px;
    height: 32px;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav i {
    font-size: 10px;
    line-height: 32px;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev {
    left: -32px;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
    right: -32px;
  }
  .slide-navButton .type-slide .items {
    padding: 0 4px;
  }
  .topic-type {
    min-width: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 8px;
  }
  /*----------- INDEX ------------*/
  .banner-section .slick-dots li {
    width: 22px;
    height: 22px;
  }
  .banner-section .slick-dots li button {
    width: 22px;
    height: 22px;
  }
  .banner-section .slick-dots li button:before {
    width: 22px;
    height: 22px;
    font-size: 7px;
    line-height: 22px;
  }
  .banner-section .slick-dots li.slick-active button:before {
    font-size: 14px;
  }
  .slide-navButton .main-banner.owl-carousel .owl-dots {
    top: 40%;
    right: 5px;
  }
  .slide-navButton .main-banner.owl-carousel .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    margin: 6px;
  }
  .slide-navButton .main-banner.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 9px;
  }
  .index-search {
    margin-top: -40px;
  }
  .index-about {
    padding: 30px 0 10px 0;
    margin: 85px 0 25px 0;
  }
  .index-about h4 {
    font-size: 18px;
  }
  .index-about h2 {
    font-size: 23px;
  }
  .index-about .img-width {
    padding: 35px 25px 0 5px;
  }
  .index-about .txt-content {
    margin-bottom: 30px;
  }
  .index-about .txt-content p {
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .product-slide {
    padding: 0 20px;
    margin-bottom: 3.2rem;
  }
  .product-slide .items {
    padding: 10px;
  }
  .index-productCate {
    margin-bottom: 100px;
  }
  .index-productCate:after {
    width: 40%;
    background-position: bottom right;
    top: auto;
    bottom: 0;
  }
  .index-productCate .row .col-lg-7 {
    padding-right: 12px;
  }
  .index-productCate .img-width {
    padding: 0 0 0 15px;
    margin-top: -25px;
  }
  .select-display-slide {
    margin-bottom: 40px;
  }
  .select-display-slide li {
    padding: 6px;
  }
  .cateBox {
    padding: 15px 8px;
  }
  .cate-topic {
    height: 40px;
  }
  .cate-topic p {
    font-size: 14px;
    line-height: 1.2rem;
  }
  .display-slide .txt-content {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .display-slide .txt-content p {
    -webkit-line-clamp: unset;
  }
  .dealerBG {
    padding-top: 38%;
  }
  .dealer-section {
    margin: -40px 0 15px 0;
  }
  .dealer-section .row .col-lg-3 {
    padding-left: 12px;
  }
  .slide-navButton .owl-carousel.news-slide {
    padding: 0 5px;
  }
  .slide-navButton .owl-carousel.news-slide .owl-nav .owl-prev, .slide-navButton .owl-carousel.news-slide .owl-nav .owl-next {
    top: 28%;
  }
  .slide-navButton .owl-carousel.news-slide .owl-nav .owl-prev {
    left: -4px;
  }
  .slide-navButton .owl-carousel.news-slide .owl-nav .owl-next {
    right: -4px;
  }
  .slide-navButton .owl-carousel.news-slide .items {
    padding: 8px;
  }
  .slide-navButton .owl-carousel.news-slide .items .newsBox {
    margin-bottom: 50px;
  }
  .index-button-section {
    margin-bottom: 2.5rem;
  }
  .index-button-section .row .col-lg-3:first-child {
    padding-right: 12px;
  }
  .index-button-section .row .col-lg-3:nth-child(2), .index-button-section .row .col-lg-3:nth-child(3) {
    padding: 0 12px;
  }
  .index-button-section .row .col-lg-3:last-child {
    padding-left: 12px;
  }
  .gradientBox {
    padding: 26px 12px;
    margin: 8px 0;
  }
  .gradientBox:before {
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    border-width: 1px;
  }
  .gradientBox p {
    font-size: 18px;
  }
  /*----------- SEARCH -----------*/
  .search-page .searchBox {
    margin-top: -40px;
    margin-bottom: 65px;
  }
  .grayGD-BG {
    margin-bottom: 55px;
  }
  .grayGD-BG .row .col-lg-6:first-child {
    padding-right: 12px;
  }
  .car-info {
    line-height: 2.1rem;
    padding: 30px 35px 35px 35px;
  }
  .product-type-slide {
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  /*---------- PRODUCT -----------*/
  .productBox {
    padding: 0 10px 12px 10px;
    margin-bottom: 30px;
  }
  .productBox .row .col-lg-6:first-child {
    padding-right: 12px;
  }
  .productBox .img-width img {
    padding: 10px;
  }
  .productBox .price, .productBox .full-price {
    line-height: 26px;
  }
  .productBox .buttonBK {
    padding: 6px 12px;
    margin-top: 6px;
  }
  .productBox:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(85, 85, 85, 0.3);
    box-shadow: 0px 0px 3px 2px rgba(85, 85, 85, 0.3) !important;
  }
  .productID {
    margin-bottom: 6px;
  }
  .cate-tag {
    padding: 0 5px;
  }
  .full-price {
    margin-left: 8px;
  }
  /* PRODUCT CATEGORY */
  .form-modal.modal .modal-header {
    border-bottom: none;
    padding: 20px 30px;
    display: block;
    position: relative;
  }
  .form-modal.modal .modal-header .close {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .form-modal.modal .modal-header h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .form-modal.modal .modal-body {
    padding: 0 30px;
  }
  .form-modal.modal .modal-footer {
    border-top: none;
    padding: 15px 30px 20px 30px;
  }
  .buttonR.filter {
    min-width: 100px;
    font-size: 15px !important;
    padding: 6px 18px;
    margin-bottom: 30px;
  }
  .buttonR.filter i {
    font-size: 12px;
  }
  /* PRODUCT DETAIL */
  .bread-crumb {
    margin-bottom: 20px;
  }
  .bread-crumb li {
    padding-right: 26px;
  }
  .bread-crumb li:after {
    font-size: 9px;
    right: 9px;
  }
  .bread-crumb li a i {
    font-size: 13px;
  }
  .productGal-slide {
    padding-right: 25px;
    margin-bottom: 3rem;
  }
  .productGal-slide .big-img.owl-theme {
    margin-bottom: 12px;
  }
  .productGal-slide .big-img.owl-theme .owl-prev, .productGal-slide .big-img.owl-theme .owl-next {
    width: 32px;
    height: 46px;
    top: 50%;
  }
  .productGal-slide .big-img.owl-theme i {
    font-size: 14px;
    line-height: 46px;
  }
  .product-info .price {
    font-size: 20px;
    line-height: 34px;
  }
  .product-info .full-price {
    font-size: 15px;
    line-height: 34px;
    margin-left: 12px;
  }
  .product-info .txt-content {
    margin-bottom: 35px;
  }
  .product-info .social {
    margin-bottom: 40px;
  }
  .oemID {
    font-size: 13px;
    margin-bottom: 0;
  }
  .productID-type {
    margin-bottom: 6px;
  }
  .productID-type li {
    font-size: 17px;
    line-height: 26px;
    margin-right: 15px;
  }
  .productID-type li .cate-tag {
    font-size: 11px;
    padding: 2px 9px;
    margin-top: 1px;
  }
  .price-sub {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .product-size {
    margin-bottom: 35px;
  }
  .product-size .row {
    padding-bottom: 8px;
  }
  .product-size .row .col-lg-5 {
    font-weight: 500;
  }
  .product-size .row .col-lg-7 {
    padding-left: 12px;
  }
  .car-model-section {
    margin-bottom: 35px;
  }
  .car-model-section .row {
    padding-bottom: 8px;
  }
  .car-model-section .row .col-lg-9 {
    padding-left: 12px;
  }
  .car-model li {
    line-height: 1.65rem;
  }
  .car-model li:after {
    line-height: 1.65rem;
  }
  .product-gallery li {
    width: calc(100% / 5);
    padding: 4px;
  }
  /* WARRANTY */
  .warranty-page .indent h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .warranty-page .indent .list-decor {
    padding-left: 40px;
  }
  .warranty-page .brand-list li {
    width: calc(100% / 5);
  }
  .warranty-page .topBD {
    padding-top: 50px;
    margin-top: 2.3rem;
  }
  .warranty-page .buttonGD {
    margin-top: 0;
  }
  .warranty-brand {
    margin-bottom: 15px;
  }
  .warranty-brand .brand-logo img {
    height: 65px;
  }
  .warranty-brand p {
    font-size: 16px;
    font-weight: 500;
  }
  .warranty-timeTB table thead tr th {
    font-size: 16px;
    padding: 8px 12px;
  }
  .warranty-timeTB table thead tr th:first-child {
    width: 42%;
  }
  .warranty-timeTB table tbody tr th, .warranty-timeTB table tbody tr td {
    padding: 7px 12px;
  }
  .warranty-timeTB table tbody tr th {
    font-weight: 500;
  }
  .warranty-form-info {
    padding: 30px;
    margin-bottom: 45px;
  }
  .warranty-form-info .list-decimal, .warranty-form-info .list-decor {
    padding-left: 20px;
  }
  /*------------ NEWS ------------*/
  .newsBox {
    margin-bottom: 45px;
  }
  .newsBox .img-width {
    padding-top: 80%;
    margin-bottom: 12px;
  }
  .newsBox .txt-content p {
    font-size: 14px;
  }
  .news-topic {
    margin: 8px 0 5px 0;
  }
  .news-topic p {
    font-size: 17px;
  }
  .date-txt {
    font-size: 12px;
    line-height: 20px;
  }
  .date-txt i {
    padding-right: 5px;
  }
  .tag {
    min-width: 0;
    font-size: 11px;
    padding: 1px 7px;
  }
  .newsH-page {
    margin-bottom: 35px;
  }
  .newsH-page h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }
  /* FAQ */
  .faq-slide {
    padding-bottom: 15px;
    margin-bottom: 3.5rem;
  }
  .faq-slide.owl-carousel .owl-dots {
    bottom: -25px;
  }
  .faq-slide .items {
    padding: 0 5px;
  }
  .faqBox {
    padding: 18px 15px;
  }
  .faqBox:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .faq-icon {
    margin-bottom: 12px;
  }
  .faq-icon img {
    height: 55px !important;
  }
  .faq-topic {
    height: 44px;
  }
  .faq-topic p {
    font-size: 14px;
    line-height: 1.35rem;
  }
  .FAQ-acc {
    padding-bottom: 4px;
    margin-bottom: 40px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    padding: 11px 15px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading a {
    width: 25px;
    height: 25px;
    right: 15px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading a:before {
    font-size: 11px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse {
    padding: 0 15px 15px 15px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 18px 32px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content p {
    margin-bottom: 12px;
  }
  .faq-contact {
    font-size: 16px;
  }
  /*----------- DEALER -----------*/
  .dealer-page .searchBox.dealer {
    padding: 25px 35px 28px 35px;
    margin-top: -40px;
    margin-bottom: 65px;
  }
  .store-name {
    font-size: 15px;
  }
  .dealerTB {
    margin-bottom: 45px;
  }
  .dealerTB table thead tr th {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 10px;
  }
  .dealerTB table thead tr th:first-child {
    width: 26%;
  }
  .dealerTB table thead tr th:last-child {
    min-width: 115px;
  }
  .dealerTB table tbody tr td {
    font-size: 14px;
    padding: 15px 10px;
  }
  .dealerTB table tbody tr td:last-child .buttonR {
    font-size: 11px;
    padding: 7px 10px;
  }
  .dealerTB table tbody tr td ul li {
    font-size: 13px;
    padding-right: 9px;
  }
  .dealerTB table tbody tr td ul li:after {
    right: 6px;
  }
  /*----------- MEDIA ------------*/
  .media-topic {
    padding: 0 5px;
  }
  .media-topic p {
    font-size: 16px;
  }
  /* AD */
  .ad-gallery {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 7px;
    column-gap: 7px;
  }
  .adBox {
    margin-bottom: 10px;
  }
  .adBox .media-topic {
    padding: 50px 8px 10px 8px;
  }
  .adBox .media-topic p {
    font-size: 15px;
    letter-spacing: 0;
  }
  /* DOC */
  .docBox {
    margin-bottom: 35px;
  }
  .docBox .img-width {
    padding-top: 80%;
    margin-bottom: 12px;
  }
  /* VDO */
  .vdoBox {
    margin-bottom: 35px;
  }
  .vdoBox .img-width {
    margin-bottom: 12px;
  }
  .brand-logo img {
    height: 45px;
  }
  /*----------- CAREER -----------*/
  .career-page h5 {
    margin-bottom: 35px;
  }
  .career-page .list-decor {
    padding-left: 20px;
  }
  .doubleBD-gray {
    padding: 22px 25px 18px 25px;
  }
  .career-info .row {
    line-height: normal;
    margin: 4px 0;
  }
  .career-info .row .col-lg-4:after {
    position: relative;
    right: auto;
    padding-left: 7px;
  }
  .career-info .row .col-lg-8 {
    padding-left: 12px;
  }
  .grayBox {
    padding: 30px 35px 35px 35px;
  }
  .grayBox:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-width: 1px;
  }
  .contact-topic {
    margin-bottom: 20px;
  }
  .contact-topic li {
    font-size: 15px;
  }
  .contact-topic li:last-child {
    font-size: 17px;
  }
  .career-contact li {
    width: calc(100% / 3);
    min-height: 0;
    padding: 0 10px 10px 10px;
  }
  .career-contact li p, .career-contact li a {
    font-size: 14px;
  }
  .career-contact li:first-child {
    width: 50%;
    border-right: none;
    float: none;
    margin: 0 auto 25px auto;
  }
  .iconBD {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .iconBD .icon i {
    font-size: 15px;
    line-height: 38px;
  }
  /*----------- ABOUT ------------*/
  .about-page {
    margin-bottom: 75px;
  }
  .about-page .row.img-right .col-xl-5 {
    padding: 15px 12px 50px 12px;
  }
  .about-page .row.img-left .col-xl-5 {
    padding: 0 12px 60px 12px;
  }
  .about-page .row.img-left .col-md-9 {
    padding: 0 30px 0 0;
  }
  .about-page .txt-content {
    margin-bottom: 0;
  }
  .about-page .txt-content p i {
    font-size: 17px;
  }
  /* BRAND */
  .brand-page .brand-list li {
    width: calc(100% / 4);
    padding: 8px;
  }
  .brand-page .brand-list li a {
    padding: 4px 10px;
  }
  .brandBox.modal .modal-header {
    padding: 25px 30px 20px 30px;
  }
  .brandBox.modal .modal-header .img-width img {
    height: 65px;
  }
  .brandBox.modal .modal-body {
    padding: 0 30px 10px 30px;
  }
  .brandBox.modal .modal-body h6 {
    padding-right: 55px;
  }
  .brandBox.modal .modal-body h6:after {
    width: 40px;
  }
  .brandBox.modal .modal-body .social {
    margin-bottom: 30px;
  }
  .brandBox.modal .modal-footer {
    padding: 15px 30px 25px 30px;
  }
  .brandBox.modal .modal-footer .buttonGD {
    min-width: 150px;
    padding: 6px 15px;
  }
  .brand-topic {
    margin-bottom: 3px;
  }
  .brand-topic li {
    font-size: 16px;
  }
  .brand-topic li:first-child {
    font-size: 20px;
  }
  .brand-img .row .col-lg-6:nth-child(odd) {
    padding-right: 12px;
  }
  .brand-img .row .col-lg-6:nth-child(even) {
    padding-left: 12px;
  }
  .brand-img .row .col-lg-6:first-child .img-width.decor:after {
    top: 5px;
    left: -5px;
  }
  .brand-img .row .col-lg-6:nth-child(2) .img-width.decor:after {
    top: -5px;
    left: -5px;
  }
  .brand-img .row .col-lg-6:nth-child(3) .img-width.decor:after {
    bottom: -5px;
    right: -5px;
  }
  .brand-img .row .col-lg-6:nth-child(4) .img-width.decor:after {
    top: -5px;
    right: -5px;
  }
  /* SOCIAL MEDIA */
  .social-page .brand-social:last-child {
    padding-bottom: 12px;
  }
  .social-page .img-width img {
    height: 62px;
  }
  .social-page .social {
    padding-top: 12px;
  }
  .brand-social-topic {
    font-size: 18px;
  }
  .brand-social {
    padding: 10px 12px;
  }
  .anchor-list {
    margin-bottom: 3.5rem;
  }
  /*---------- CONTACT -----------*/
  .contact-info li {
    padding-left: 28px;
    margin-bottom: 12px;
  }
  .contact-info li p {
    line-height: normal;
  }
  .contact-info .icon {
    width: 18px;
  }
  .contact-info .icon i {
    font-size: 15px;
    line-height: normal;
  }
  .contact-infoBG {
    padding: 35px 35px 40px 35px;
    margin-bottom: 45px;
  }
  .contact-infoBG:before {
    width: 87%;
  }
  .contact-infoBG h6 {
    font-size: 18px;
    margin: 0 0 12px 0;
  }
  .contact-infoBG .contact-info {
    margin-bottom: 45px;
  }
  .contact-infoBG .contact-info li {
    padding-left: 28px;
    margin-bottom: 12px;
  }
  .contact-infoBG .contact-info .icon i {
    font-size: 15px;
  }
  .contact-infoBG .buttonBD {
    padding: 5px 12px;
  }
  .contact-formBG .row .col-xl-6 {
    padding: 40px 50px 65px 50px;
  }
  .contact-formBG .buttonBK {
    padding: 4px 12px;
  }
  .contact-info-section .row .col-md-10:first-child {
    margin-bottom: 30px;
  }
  .contact-info-section .buttonBD {
    padding: 5px 12px;
  }
  /* DEALER FORM */
  .contentForm.input-form p {
    font-size: 15px;
  }
  .contentForm.input-form .form-control, .contentForm.input-form .form-select {
    min-height: 37px;
    padding: 8px 12px;
  }
  .contentForm.input-form .note {
    line-height: 25px;
  }
  .contentForm .accordion .txt-content {
    margin-bottom: 12px;
  }
  .contentForm .accordion .txt-content p {
    font-size: 15px;
  }
  .contentForm .accordion .buttonR {
    padding: 6px 12px;
    margin-right: 12px;
  }
  .contentForm .button-pair .buttonBK {
    padding: 4px 12px;
  }
  .attach-button {
    margin-top: 2px;
  }
  .accordion input:checked ~ section {
    padding-left: 26px;
    margin: 10px 0 22px 0;
  }
  .md-radio > label {
    padding-left: 26px;
  }
  .md-radio > label:before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
  .md-radio > label:after {
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
  }
  .md-radio > label > p {
    font-size: 16px;
  }
  .md-radio > label .w-input p {
    line-height: 22px;
    padding-right: 12px;
  }
  .md-radio > label .w-input .form-control {
    width: 70%;
    font-size: 15px;
  }
  /*-- accordion END --*/
}

@media (max-width: 767px) {
  body {
    padding-top: 66px;
  }
  h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  h6 i {
    font-size: 13px;
    padding-right: 8px;
  }
  /*----------- HEADER -----------*/
  .nav-menu.btn {
    font-size: 20px;
    line-height: 48px !important;
    padding: 0 3px;
  }
  .header {
    padding-top: 9px;
  }
  .header .mainlogo {
    margin-bottom: 9px;
  }
  .header.shrink {
    padding-top: 9px;
  }
  .header.shrink .mainlogo {
    margin-bottom: 9px;
  }
  .header.shrink .mainlogo img {
    height: 48px;
  }
  .mainlogo {
    margin-left: 3px;
  }
  .mainlogo img {
    height: 48px;
  }
  .search-section {
    padding: 5px 12px;
    margin: 7px 15px 0 0;
  }
  .search-section .input-group.search .form-control {
    min-width: 120px;
    max-width: 135px;
  }
  /*----------- FOOTER -----------*/
  footer {
    padding: 30px 0;
  }
  footer h6 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .contact-info {
    padding-top: 0;
  }
  footer .contact-info {
    margin-bottom: 20px;
  }
  .footer-menu li a {
    font-size: 14px;
    line-height: 1.6rem;
  }
  .copyright {
    padding: 10px 0;
  }
  .copyright p {
    font-size: 12px;
  }
  .copyright p span {
    display: block;
  }
  .social li {
    margin-right: 12px;
  }
  .social li a {
    width: 34px;
    height: 34px;
  }
  .social li a i {
    font-size: 14px;
  }
  .social li a i.fa-instagram {
    font-size: 18px;
  }
  .social li a i.fa-globe-asia {
    font-size: 16px;
  }
  .social li a img {
    width: 17px;
  }
  .brand-list {
    padding-top: 35px;
  }
  .brand-list li {
    width: calc(100% / 3);
  }
  /*---------- BUTTON ----------*/
  .buttonR, .buttonBK {
    min-width: 85px;
  }
  .buttonBD {
    min-width: 85px;
  }
  .buttonGD {
    min-width: 100px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01rem;
    padding: 5px 12px;
  }
  .buttonGD i {
    font-size: 12px;
  }
  .txt-button {
    font-size: 13px;
  }
  .txt-button i {
    font-size: 12px;
  }
  .button-pair .buttonGD {
    min-width: 170px;
    clear: both;
  }
  .button-pair .buttonGD.BK {
    margin-top: 8px;
    margin-left: 0;
  }
  .scroll {
    width: 36px;
    height: 36px;
    right: 15px;
    bottom: 25px;
  }
  .scroll i {
    font-size: 12px;
    line-height: 34px;
  }
  /*---------- CONTENT -----------*/
  .content-padding {
    padding: 45px 0;
  }
  .content-padding.foot-pad {
    padding-bottom: 65px;
  }
  .txt-content.caption {
    margin-bottom: 35px;
  }
  .txt-content.caption.text-center {
    text-align: left !important;
  }
  .threeCol .row .col-md-4:nth-child(3n+1) {
    padding-right: 12px;
  }
  .threeCol .row .col-md-4:nth-child(3n+2) {
    padding: 0 12px;
  }
  .threeCol .row .col-md-4:nth-child(3n+0) {
    padding-left: 12px;
  }
  .threeCol .row .col-6:nth-child(odd) {
    padding-right: 4px;
  }
  .threeCol .row .col-6:nth-child(even) {
    padding-left: 4px;
  }
  .img-width.decor:after {
    top: 6px;
    left: -6px;
  }
  .img-width.mb-5 {
    margin-bottom: 35px !important;
  }
  .top-banner {
    height: 150px;
  }
  .top-banner.moreH {
    height: 160px;
  }
  .top-banner.moreH .banner-txt {
    top: calc(50% - 7px);
  }
  .banner-txt p {
    font-size: 24px;
    letter-spacing: 0.12rem;
  }
  .topic-wSelect {
    margin-bottom: 28px;
  }
  .topic-wSelect h2 {
    font-size: 22px;
  }
  .topic-wSelect h2, .topic-wSelect h4 {
    line-height: normal;
    margin-bottom: 12px;
  }
  .topicBK-GD {
    font-size: 17px;
    letter-spacing: 0;
    padding: 7px 15px;
    margin-bottom: 20px;
  }
  .doubleBD {
    padding: 28px 22px;
  }
  /* FORM */
  .input-form .form-control {
    margin-bottom: 18px;
  }
  .form-select {
    margin-bottom: 18px;
  }
  /* SELECT 2 */
  .select2-part .select2-container {
    margin-bottom: 18px;
  }
  /* SEARCH BOX */
  .searchBox {
    padding: 25px 30px;
  }
  .searchBox .row .col-md-3:first-child {
    padding-right: 12px;
  }
  .searchBox .row .col-md-3:nth-child(2), .searchBox .row .col-md-3:nth-child(3) {
    padding: 0 12px;
  }
  .searchBox .row .col-md-3:last-child {
    padding-left: 12px;
  }
  .searchBox .row .col-12:last-child .select2-part .select2-container {
    margin-bottom: 28px;
  }
  .searchBox.dealer {
    padding: 25px 30px;
  }
  .searchBox.dealer h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .searchBox .input-form p {
    font-size: 15px;
  }
  .searchBox .input-form .form-select {
    height: 35px;
    padding: 7px 12px;
  }
  .searchBox .input-form .select2-part .select2-container {
    margin-bottom: 20px;
  }
  .searchBox .input-form .select2-part .select2-container .select2-selection--single {
    height: 35px;
    padding: 7px 12px;
  }
  .register-dealerBox {
    margin-top: 25px;
  }
  .register-dealerBox h3 {
    font-size: 22px;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    margin-bottom: 22px;
  }
  .register-dealerBox.contact-page {
    margin-bottom: 55px;
  }
  .register-dealerBox.contact-page h3 {
    font-size: 21px;
    line-height: 1.9rem;
    margin-bottom: 20px;
  }
  /*---------- PAGE ----------*/
  .pagination {
    margin-top: 0;
  }
  .pagination .page-link {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
  }
  /* TYPE-SLIDE */
  .slide-navButton .type-slide {
    padding: 0 12px;
    margin-bottom: 2.7rem;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-prev {
    left: -16px;
  }
  .slide-navButton .type-slide.owl-carousel .owl-nav .owl-next {
    right: -16px;
  }
  .topic-type {
    line-height: normal;
    padding: 6px 5px;
  }
  /*----------- INDEX ------------*/
  .main-slider {
    height: 100%;
  }
  .main-slider iframe {
    top: 0 !important;
  }
  .banner-section .slick-dots {
    right: 2.5%;
  }
  .banner-section .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 1px 0;
  }
  .banner-section .slick-dots li button {
    width: 18px;
    height: 18px;
  }
  .banner-section .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 5px;
    line-height: 16px;
  }
  .banner-section .slick-dots li.slick-active button:before {
    font-size: 11px;
  }
  .slide-navButton .main-banner.owl-carousel .owl-dots {
    top: 30%;
    right: 2px;
  }
  .slide-navButton .main-banner.owl-carousel .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    margin: 3px;
  }
  .slide-navButton .main-banner.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 6px;
  }
  .index-search {
    margin-top: -15px;
  }
  .index-about {
    margin: 75px 0 15px 0;
  }
  .index-about:before {
    width: 75%;
    top: 0;
  }
  .index-about h4 {
    font-size: 17px;
    line-height: 1.4rem;
    margin-top: 60px;
  }
  .index-about h2 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .index-about .img-width {
    padding: 25px 5px 0 5px;
  }
  .index-about .txt-content {
    margin-bottom: 25px;
  }
  .index-about .txt-content p {
    -webkit-line-clamp: unset;
  }
  .slide-navButton .product-slide {
    padding: 0 7px;
    margin-top: -15px;
  }
  .slide-navButton .product-slide.owl-carousel .owl-nav .owl-prev, .slide-navButton .product-slide.owl-carousel .owl-nav .owl-next {
    width: 25px;
    height: 36px;
    top: 30%;
  }
  .slide-navButton .product-slide.owl-carousel .owl-nav i {
    font-size: 10px;
    line-height: 34px;
  }
  .slide-navButton .product-slide.owl-carousel .owl-dots {
    bottom: -5px;
  }
  .slide-navButton .product-slide .items {
    padding: 6px;
  }
  .index-productCate {
    margin-bottom: 85px;
  }
  .index-productCate:after {
    width: 75%;
  }
  .index-productCate .img-width {
    padding: 0 7%;
    margin-top: 30px;
  }
  .select-display-slide {
    float: none;
    margin: 0 auto 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .select-display-slide li {
    width: calc(100% / 3);
    padding: 4px;
  }
  .select-display-slide li .cateBox {
    padding: 13px 6px;
  }
  .cateBox {
    padding: 13px 6px;
  }
  .cateBox img {
    height: 46px;
    margin-bottom: 10px;
  }
  .cate-topic {
    height: 36px;
  }
  .cate-topic p {
    font-size: 13px;
    line-height: 1.1rem;
  }
  .display-slide .txt-content {
    margin-bottom: 20px;
  }
  .display-slide .txt-content p {
    -webkit-line-clamp: 4;
  }
  .dealerBG {
    background-attachment: scroll;
    padding-top: 250px;
  }
  .dealer-section {
    margin: -15px 0 0 0;
  }
  .slide-navButton .owl-carousel.news-slide .owl-nav .owl-prev, .slide-navButton .owl-carousel.news-slide .owl-nav .owl-next {
    top: 30%;
  }
  .slide-navButton .owl-carousel.news-slide .owl-dots {
    bottom: 30px;
  }
  .slide-navButton .owl-carousel.news-slide .items {
    padding: 7px;
  }
  .slide-navButton .owl-carousel.news-slide .items .newsBox {
    margin-bottom: 75px;
  }
  .index-button-section {
    margin-bottom: 1.8rem;
  }
  .index-button-section .row .col-6:nth-child(odd) {
    padding-right: 5px;
  }
  .index-button-section .row .col-6:nth-child(even) {
    padding-left: 5px;
  }
  .gradientBox {
    padding: 23px 10px;
    margin: 5px 0;
  }
  .gradientBox:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .gradientBox p {
    font-size: 16px;
  }
  /*----------- SEARCH -----------*/
  .search-page .searchBox {
    margin-top: -15px;
    margin-bottom: 55px;
  }
  .grayGD-BG {
    margin-bottom: 55px;
  }
  .car-info {
    line-height: normal;
    padding: 25px;
  }
  .car-info .row {
    padding-bottom: 7px;
  }
  .product-type-slide {
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
  .product-type-slide .items {
    padding: 3px;
  }
  /*---------- PRODUCT -----------*/
  .productBox {
    padding: 0 7px 10px 7px;
    margin-bottom: 25px;
  }
  .productBox .img-width img {
    padding: 6px;
  }
  .productBox .buttonBK {
    padding: 5px 10px;
  }
  .productBox .tag {
    top: 6px;
    padding: 1px 6px;
  }
  .productBox:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .product-topic p {
    font-size: 15px;
  }
  .productID {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .cate-tag {
    padding: 0 4px;
  }
  /* PRODUCT CATEGORY */
  .categoty-page .row .col-lg-9 {
    padding-left: 12px;
  }
  .category-bannerG {
    margin-bottom: 45px;
  }
  .category-bannerG .img-width {
    margin-bottom: 8px;
  }
  .category-bannerG .row .col-lg-4:nth-child(3n-2) {
    padding-right: 12px;
  }
  .category-bannerG .row .col-lg-4:nth-child(3n-1) {
    padding: 0 12px;
  }
  .category-bannerG .row .col-lg-4:nth-child(3n) {
    padding-left: 12px;
  }
  .category-bannerG .row .col-6:nth-child(odd) {
    padding-right: 4px;
  }
  .category-bannerG .row .col-6:nth-child(even) {
    padding-left: 4px;
  }
  /* PRODUCT DETAIL */
  .bread-crumb li {
    padding-right: 20px;
  }
  .bread-crumb li:after {
    font-size: 8px;
    right: 6px;
  }
  .bread-crumb li a {
    font-size: 11px;
  }
  .bread-crumb li a i {
    font-size: 12px;
  }
  .productGal-slide {
    padding-right: 0;
  }
  .productGal-slide .big-img.owl-theme {
    margin-bottom: 10px;
  }
  .productGal-slide .big-img.owl-theme .owl-prev, .productGal-slide .big-img.owl-theme .owl-next {
    width: 26px;
    height: 38px;
  }
  .productGal-slide .big-img.owl-theme i {
    font-size: 12px;
    line-height: 38px;
  }
  .product-info h4 {
    font-size: 20px;
  }
  .product-info .price {
    font-size: 18px;
    line-height: 30px;
  }
  .product-info .full-price {
    font-size: 14px;
    line-height: 30px;
    margin-left: 12px;
  }
  .product-info .txt-content {
    margin-bottom: 30px;
  }
  .product-info .social {
    margin-bottom: 35px;
  }
  .productID-type {
    margin-bottom: 5px;
  }
  .productID-type li {
    font-size: 16px;
    line-height: 25px;
    margin-right: 12px;
  }
  .productID-type li .cate-tag {
    padding: 1px 6px;
    margin-top: 2px;
  }
  .price-sub {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .price-display {
    margin-bottom: 25px;
  }
  .price-display li a {
    min-width: 55px;
    font-size: 13px;
    padding: 5px 10px;
  }
  .product-size, .car-model-section {
    margin-bottom: 30px;
  }
  .car-model-section .row .col-lg-3 {
    padding-bottom: 4px;
  }
  .car-model li {
    line-height: normal;
  }
  .car-model li:after {
    line-height: normal;
  }
  .product-gallery li {
    width: calc(100% / 3);
    padding: 3px;
  }
  /* WARRANTY */
  .warranty-page .indent {
    padding-left: 0;
  }
  .warranty-page .indent .list-decor {
    padding-left: 25px;
  }
  .warranty-page .brand-list li {
    width: calc(100% / 3);
  }
  .warranty-page .topBD {
    padding-top: 45px;
  }
  .warranty-brand {
    margin-bottom: 15px;
  }
  .warranty-brand .brand-logo img {
    height: 65px;
  }
  .warranty-brand p {
    font-size: 16px;
    font-weight: 500;
  }
  .warranty-timeTB table thead tr th {
    font-size: 16px;
    padding: 8px 12px;
  }
  .warranty-timeTB table thead tr th:first-child {
    width: 42%;
  }
  .warranty-timeTB table tbody tr th, .warranty-timeTB table tbody tr td {
    padding: 7px 12px;
  }
  .warranty-timeTB table tbody tr th {
    font-weight: 500;
  }
  .warranty-form-info {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .warranty-form-info h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .warranty-form-info .list-decimal, .warranty-form-info .list-decor {
    padding-left: 0;
  }
  /*------------ NEWS ------------*/
  .newsBox {
    margin-bottom: 40px;
  }
  .newsBox .img-width {
    padding-top: 75%;
  }
  .newsH-page {
    margin-bottom: 30px;
  }
  .newsH-page h3 {
    font-size: 20px;
  }
  /* FAQ */
  .faq-slide {
    padding-bottom: 20px;
  }
  .faqBox {
    padding: 16px 12px 14px 12px;
  }
  .faq-topic {
    height: 40px;
  }
  .faq-topic p {
    font-size: 13px;
    line-height: 1.25rem;
  }
  .FAQ-acc {
    padding-bottom: 3px;
    margin-bottom: 35px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading a {
    width: 24px;
    height: 24px;
    right: 12px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-heading a:before {
    font-size: 10px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse {
    padding: 0 12px 15px 12px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 15px 22px;
  }
  .FAQ-acc .panel-group .panel.panel-default .panel-collapse .txt-content, .FAQ-acc .panel-group .panel.panel-default .panel-collapse .img-width, .FAQ-acc .panel-group .panel.panel-default .panel-collapse .container-vdo {
    margin: 12px 0;
  }
  .faq-contact {
    font-size: 15px;
  }
  .faq-contact a {
    margin-left: 7px;
  }
  /*----------- DEALER -----------*/
  .dealer-page .searchBox.dealer {
    padding: 25px 30px;
    margin-top: -15px;
    margin-bottom: 55px;
  }
  .store-name {
    font-size: 14px;
  }
  .dealerTB {
    margin-bottom: 35px;
    overflow-y: scroll;
  }
  .dealerTB table thead tr th {
    font-size: 16px;
    padding: 6px 8px;
  }
  .dealerTB table thead tr th:first-child {
    width: auto;
    min-width: 175px;
    padding: 6px 8px 6px 10px;
  }
  .dealerTB table thead tr th:nth-child(2) {
    width: auto;
    min-width: 200px;
  }
  .dealerTB table thead tr th:nth-child(3) {
    min-width: 135px;
  }
  .dealerTB table thead tr th:last-child {
    min-width: 110px;
    padding: 6px 10px 6px 8px;
  }
  .dealerTB table tbody tr td {
    font-size: 13px;
    padding: 14px 8px;
  }
  .dealerTB table tbody tr td:first-child {
    padding: 14px 8px 14px 10px;
  }
  .dealerTB table tbody tr td:last-child {
    padding: 14px 10px 14px 8px;
  }
  .dealerTB table tbody tr td:last-child .buttonR {
    padding: 6px 10px;
  }
  /*----------- MEDIA ------------*/
  .media-topic {
    padding: 0 2px;
    margin-bottom: 3px;
  }
  .media-topic p {
    font-size: 15px;
    line-height: 1.45rem;
  }
  /* AD */
  .ad-gallery {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    column-gap: 5px;
  }
  .adBox {
    margin-bottom: 5px;
  }
  .adBox .media-topic {
    padding: 35px 6px 10px 6px;
  }
  .adBox .media-topic p {
    font-size: 14px;
  }
  /* DOC */
  .docBox {
    margin-bottom: 28px;
  }
  .docBox .img-width {
    padding-top: 75%;
    margin-bottom: 10px;
  }
  /* VDO */
  .vdoBox {
    margin-bottom: 28px;
  }
  .vdoBox .img-width {
    margin-bottom: 10px;
  }
  .brand-logo img {
    height: 40px;
  }
  /*----------- CAREER -----------*/
  .career-page h5 {
    padding-bottom: 2px;
    margin-bottom: 30px;
  }
  .career-page .list-decor {
    padding-left: 0;
  }
  .career-page .img-width {
    margin-bottom: 35px;
  }
  .doubleBD-gray {
    padding: 22px 20px 18px 20px;
  }
  .grayBox {
    padding: 30px 30px 35px 30px;
  }
  .contact-topic {
    margin-bottom: 25px;
  }
  .career-contact li {
    width: 100%;
    border-right: none;
    padding: 0;
    margin-bottom: 25px;
  }
  .career-contact li p, .career-contact li a {
    font-size: 14px;
  }
  .career-contact li:first-child {
    width: 100%;
  }
  .career-contact li:last-child {
    margin-bottom: 0;
  }
  .iconBD {
    margin-bottom: 10px;
  }
  /*----------- ABOUT ------------*/
  .about-page {
    margin-bottom: 60px;
  }
  .about-page .row.img-right {
    margin-bottom: 50px;
  }
  .about-page .row.img-right .col-xl-5 {
    padding: 0 12px 40px 12px;
  }
  .about-page .row.img-right .col-xl-6 {
    padding-left: 20px;
  }
  .about-page .row.img-left .col-xl-5 {
    padding: 0 12px 50px 12px;
  }
  .about-page .row.img-left .col-md-9 {
    padding-right: 20px;
  }
  /* BRAND */
  .brand-page .brand-list li {
    width: calc(100% / 3);
    padding: 5px;
  }
  .brand-page .brand-list li a {
    padding: 2px 3px;
  }
  .close i {
    font-size: 16px !important;
  }
  .brandBox.modal .modal-header {
    padding: 20px 25px 15px 25px;
  }
  .brandBox.modal .modal-header .img-width img {
    height: 55px;
  }
  .brandBox.modal .modal-body {
    padding: 0 25px 10px 25px;
  }
  .brandBox.modal .modal-body h6 {
    padding-right: 45px;
    margin-bottom: 10px;
  }
  .brandBox.modal .modal-body h6:after {
    width: 35px;
  }
  .brandBox.modal .modal-footer {
    padding: 10px 25px 20px 25px;
  }
  .brandBox.modal .modal-footer .buttonGD {
    min-width: 140px;
    padding: 6px 12px;
  }
  .brand-topic {
    margin-bottom: 3px;
  }
  .brand-topic li {
    font-size: 15px;
  }
  .brand-topic li:first-child {
    font-size: 18px;
  }
  /* SOCIAL MEDIA */
  .social-page .brand-social:last-child {
    padding-bottom: 20px;
  }
  .social-page .img-width {
    float: none;
    margin: 0 auto 16px auto;
    display: table;
  }
  .social-page .img-width img {
    height: 60px;
  }
  .social-page .social {
    float: none;
    padding-top: 0;
    margin: 0 auto;
    display: table;
  }
  .brand-social-topic {
    font-size: 17px;
    text-align: center;
    padding: 5px 12px;
  }
  .brand-social {
    padding: 12px 12px 18px 12px;
  }
  .anchor-list {
    margin-bottom: 2.5rem;
  }
  .anchor-list li {
    padding: 0 4px;
  }
  .anchor-list li:first-child {
    padding-left: 0;
  }
  .anchor-list li:last-child {
    padding-right: 0;
  }
  .anchor-list li .topic-type {
    padding: 6px 4px;
  }
  /*---------- CONTACT -----------*/
  .contact-infoBG {
    padding: 28px 25px 35px 25px;
    margin-bottom: 40px;
  }
  .contact-infoBG:before {
    width: 100%;
  }
  .contact-infoBG .row .col-lg-6:last-child {
    padding-left: 20px;
  }
  .contact-infoBG h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .contact-formBG .row .col-xl-6 {
    padding: 35px 25px 50px 25px;
  }
  .contact-formBG h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact-formBG .input-formp {
    font-size: 15px;
  }
  .contact-formBG .buttonBK {
    padding: 4px 12px;
  }
  /* DEALER FORM */
  .contentForm h3 {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .contentForm.input-form textarea.form-control {
    margin-bottom: 18px;
  }
  .contentForm.input-form .note {
    margin-left: 6px;
  }
  .contentForm .accordion .txt-content p {
    font-size: 14px;
  }
  .contentForm .accordion .buttonR {
    margin: 0 0 10px 0;
  }
  .contentForm .accordion .attach-button {
    clear: both;
    margin-bottom: 0;
  }
  .note {
    font-size: 12px;
  }
  .attach-button {
    margin-bottom: 15px;
  }
  .attach-button #file-chosen {
    margin-left: 0.3rem;
  }
  .accordion input:checked ~ section {
    padding-left: 26px;
    margin: 10px 0 22px 0;
  }
  .md-radio > label > p {
    font-size: 15px;
  }
  .md-radio > label .w-input p {
    line-height: 22px;
    padding-right: 12px;
  }
  .md-radio > label .w-input .form-control {
    width: 70%;
    font-size: 15px;
  }
  /*-- accordion END --*/
}
/*# sourceMappingURL=layout.css.map */