/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap);
  header {
  width:100%;
  position:-webkit-sticky;
  position:sticky;
  max-width:100vw;
  top:0;
  z-index:1000;
  background-color:#fff;
}

header.home_page {
  position:relative;
  height:55px;
}

header.home_page>div {
  padding:0 20px;
  height:100%;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
}

header .long-text {
  height:-webkit-fit-content;
  height:-moz-fit-content;
  height:fit-content;
  line-height:25px;
}

header>div {
  width:1390px;
  max-width:100vw;
  margin:0 auto;
  position:relative;
}

header>nav>ul {
  width:1170px;
  margin:0 auto;
}

header>nav>ul>li:last-child>ul>li:first-child,
header>nav>ul>li:last-child>ul>li:nth-child(2),
header>nav>ul>li:last-child>ul>li:nth-child(3),
header>nav>ul>li:last-child>ul>li:nth-child(4) {
  display:none;
}

header>nav>ul>li:last-child>ul>li:nth-child(5)>a {
  border-color:#fff;
}

header>nav>ul>li:nth-child(8)>ul {
  left:auto;
  right:0;
}

header>nav>ul>li:nth-child(8)>ul>li>ul {
  top:0;
  left:-100%;
}

header>nav>ul>li:nth-child(9)>ul {
  left:auto;
  right:0;
}

header>nav>ul>li>ul>li>ul>li>ul {
  display:none;
}

header>nav .menu-container {
  display:flex;
  align-items:end;
  -webkit-align-items:flex-end;
  max-width:1390px;
  height:100%;
  margin:0 auto;
}

header>nav .menu-container>div {
  display:grid;
  grid-template-columns:repeat(5,auto);
  justify-content:space-between;
}

header>nav .menu-container>div>div>a {
  display:inline-block;
}

header>nav .menu-container>div>div>a:hover {
  text-decoration:none;
}

header>nav .menu-container>div.menu-block-left {
  position:relative;
  width:460px;
  height:100%;
  background-color:#de0000;
  align-items:flex-end;
  -webkit-align-items:flex-end;
}

header>nav .menu-container>div.menu-block-left>svg {
  position:absolute;
  top:0;
  right:-42px;
}

header>nav .menu-container>div.menu-block-left>div {
  position:relative;
  height:34px;
  font-weight:600;
}

header>nav .menu-container>div.menu-block-left>div>a {
  transition:color .5s;
  color:#fff;
  font-size:14px;
  font-weight:700;
  font-family:BeVietnamPro-Bold;
  line-height:26px;
  padding:0 0 8px;
}

header>nav .menu-container>div.menu-block-left>div>a:hover {
  color:#f29999;
}

header>nav .menu-container>div.menu-block-left>div:before {
  content:"";
  position:absolute;
  bottom:0;
  display:none;
  width:100%;
  height:3px;
  background-color:#fff;
}

header>nav .menu-container>div.menu-block-left>div.active:before {
  display:block;
}

header>nav .menu-container>div.menu-block-left>div.active>a {
  color:#fff;
}

header>nav .menu-container>div.menu-block-right {
  margin-left:45px;
  height:42px;
  background-color:#393939;
  z-index:1;
  flex:1;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item {
  display:none;
  height:100%;
  justify-content:flex-start;
  width:100%;
  font-weight:300;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item.active {
  display:flex;
  align-items:center;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item>div {
  height:100%;
  align-content:center;
  transition:background-color .5s;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item>div:hover {
  background-color:#000;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
  display:inline-block;
  color:#fff;
  font-size:14px;
  font-weight:700;
  font-family:BeVietnamPro-Bold;
  line-height:26px;
  padding:8px;
  white-space:nowrap;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a:hover {
  text-decoration:none;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu {
  position:relative;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu .arrow {
  display:inline-block;
  width:8px;
  height:8px;
  margin-left:5px;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
  transition:all .5s;
  transform:translateY(-50%) rotate(45deg);
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul {
  position:absolute;
  top:42px;
  left:0;
  list-style:none;
  padding:0;
  margin:0;
  background-color:#393939;
  width:100%;
  display:none;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li {
  transition:background-color .5s;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
  display:inline-block;
  width:100%;
  color:#fff;
  padding:11px 10px;
  font-size:14px;
  font-weight:700;
  font-family:BeVietnamPro-Bold;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a:hover {
  text-decoration:none;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li:hover {
  background-color:#000;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu:hover>a>.arrow {
  transform:translateY(0) rotate(225deg);
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu:hover ul {
  display:block;
}

header>nav .menu-container>div.menu-block-right .menu-block-right-item .racing-icon {
  width:8px;
  height:8px;
  margin-left:2px;
}

header>nav .menu-container.oto_desktop>div.menu-block-left {
  width:420px;
}

header>nav .menu-container.oto_desktop>div.menu-block-left>div>a {
  font-size:13px;
  line-height:20.8px;
}

header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item>div>a {
  font-size:13px;
  line-height:20.8px;
  padding:10.6px 15px;
}

header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu .arrow {
  transform:translateY(-30%) rotate(45deg);
}

header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
  font-size:13px;
  padding:11px 6px;
}

@-moz-document url-prefix() {
  header>nav .menu-container>div.menu-block-left>div>a,
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    font-weight:500;
  }
}

@media not all and (min-resolution:0.001dpcm) {
  @supports (-webkit-appearance:none) and (display:flow-root) {
    header>nav .menu-container>div.menu-block-left>div>a,
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    font-weight:500;
  }
}
;
}

@media only screen and (min-width:1200px) {
  header>nav>ul>li:last-child {
    display:none !important;
  }
}

@media only screen and (min-width:1300px) and (max-width:1365px) {
  header>nav .menu-container.oto_desktop>div.menu-block-left {
    width:390px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-left>div>a,
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu ul li a,
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item>div>a {
    font-size:12px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
  header>nav .menu-container.oto_desktop>div.menu-block-left {
    width:340px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-left>div>a,
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item>div>a {
    font-size:11px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    font-size:11px;
    padding:9px 6px;
  }
}

@media only screen and (min-width:1100px) and (max-width:1199px) {
  header>nav .menu-container.oto_desktop>div.menu-block-left {
    width:320px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-left>div>a,
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item>div>a {
    font-size:10px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    font-size:10px;
    padding:9px 6px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1099px) {
  header>nav .menu-container.oto_desktop>div.menu-block-left {
    width:320px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-left>div>a,
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item>div>a {
    font-size:8px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    font-size:8px;
    padding:8px 6px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
  header>div {
    width:960px;
  }
  header>nav>ul {
    width:960px;
    padding-left:0;
  }
  header>nav>ul>li:last-child>ul>li:first-child,
  header>nav>ul>li:nth-child(8)>ul>li:first-child {
    display:none;
  }
  header>nav>ul>li:last-child>ul>li:nth-child(2),
  header>nav>ul>li:last-child>ul>li:nth-child(3),
  header>nav>ul>li:last-child>ul>li:nth-child(4),
  header>nav>ul>li:nth-child(8)>ul>li:nth-child(2),
  header>nav>ul>li:nth-child(8)>ul>li:nth-child(3),
  header>nav>ul>li:nth-child(8)>ul>li:nth-child(4) {
    display:block;
  }
  header>nav>ul>li:last-child>ul>li:nth-child(2)>a,
  header>nav>ul>li:nth-child(8)>ul>li:nth-child(2)>a {
    border-color:#fff;
  }
  header>nav>ul>li:last-child>ul>li>ul,
  header>nav>ul>li:nth-child(8)>ul>li>ul {
    top:0;
    left:-100%;
  }
  header>nav>ul>li:nth-child(8),
  header>nav>ul>li:nth-child(9) {
    display:none;
  }
}

@media only screen and (max-width:1200px) {
  header>div {
    padding:0 20px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  header.home_page {
    height:64px;
  }
  #block_search_ctn,
  #menu_mobile.voice_showing #back_menu,
  #menu_mobile.voice_showing #menu_cate,
  #menu_mobile.voice_showing #menu_priority,
  #menu_mobile.voice_showing #menu_sub {
    display:none;
  }
  #menu_mobile.voice_showing #voice_seach_block .voice_search_result {
    display:block;
  }
  header .logo-container>a {
    width:300px;
  }
}

@media only screen and (max-width:1200px) {
  header.fixed,
  header>nav {
    width:100vw;
  }
  header>nav {
    left:-100vw;
    height:100vh;
    overflow-y:auto;
    background:linear-gradient(180deg,#e9e9e9,#fffcfc 6%);
  }

@supports (height:100dvh) {
  header>nav {
    height:100dvh;
  }
}

header>nav #menu_pc {
  display:none;
}

header>nav #menu_mobile {
  height:100%;
  display:flex;
  flex-direction:column;
}

header>nav #menu_mobile a:active,
header>nav #menu_mobile a:focus,
header>nav #menu_mobile a:hover,
header>nav #menu_mobile a:link,
header>nav #menu_mobile a:visited {
  text-decoration:none !important;
}

header>nav #menu_mobile .voice_search_container {
  padding:20px 20px 0;
}

header>nav #menu_mobile .voice_search_container .voice_search {
  position:relative;
}

header>nav #menu_mobile .voice_search_container .voice_search #input_voice_search {
  padding-right:2.15rem;
  height:45px;
  border-radius:unset;
}

header>nav #menu_mobile .voice_search_container .voice_search #input_voice_search:focus {
  border-color:#de0000;
  box-shadow:none;
}

header>nav #menu_mobile .voice_search_container .voice_search>.icon_mic {
  position:absolute;
  right:5px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
}

header>nav #menu_mobile .voice_search_container .voice_search>.icon_mic>img.open_mic {
  display:none;
}

header>nav #menu_mobile .voice_search_container .voice_search>.icon_mic.open>img.open_mic,
header>nav #menu_mobile .voice_search_container .voice_search>.icon_mic>img.close_mic {
  display:block;
}

header>nav #menu_mobile .voice_search_container .voice_search>.icon_mic.open>img.close_mic,
header>nav #menu_mobile .voice_search_container .voice_search_result {
  display:none;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_noti {
  font-size:18px;
  font-style:italic;
  text-transform:uppercase;
  font-weight:900;
  font-family:Be Vietnam Pro;
  color:#393939;
  line-height:30px;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_category .title_cate {
  border-bottom:1px solid #ccc;
  padding:20px 0 15px;
  font-family:Be Vietnam Pro;
  font-weight:800;
  margin-bottom:16px;
  color:#5f5f5f;
  line-height:22px;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item {
  display:flex;
  gap:16px;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .image {
  width:160px;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .image>img {
  width:100%;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .content {
  width:160px;
  align-content:center;
  color:#393939;
  flex:1;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .content .title {
  font-size:16px;
  font-weight:800;
  font-family:Be Vietnam Pro;
  line-height:22px;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .content .description {
  font-size:14px;
  font-weight:400;
  font-family:Be Vietnam Pro;
  line-height:24px;
}

header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .content .description,
header>nav #menu_mobile .voice_search_container .voice_search_result .result_item .content .title {
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
}

header>nav #menu_mobile .padding-common {
  padding:20px;
}

header>nav #menu_mobile .padding-common#menu_priority {
  padding-bottom:10px;
  padding-top:30px;
}

header>nav #menu_mobile .show_menu_active>.menu_item.active .menu_child {
  display:block;
}

header>nav #menu_mobile .show_menu_active>.menu_item.active .menu_child.show_menu_active>a {
  display:none;
}

header>nav #menu_mobile .show_menu_active>.menu_item.active .menu_child.show_menu_active>.menu_item .menu_child {
  display:block;
  margin-left:0;
}

header>nav #menu_mobile>.menu_type.active {
  background-color:#fff;
}

header>nav .menu_item:not(:last-child) .menu_common {
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid #ef8080;
}

header>nav .menu_item>.menu_child {
  display:none;
}

header>nav .menu_item.level_child .menu_child {
  margin-left:0;
}

header>nav .menu_item.level_child .menu_child .menu_common {
  padding-left:20px;
}

header>nav .menu_item.level_child .menu_child .menu_common .text {
  color:#5f5f5f;
}

header>nav .menu_common {
  display:flex;
  justify-content:space-between;
  cursor:pointer;
}

header>nav .menu_common.hide {
  display:none;
}

header>nav .menu_common .text {
  font-size:16px;
  font-weight:800;
  color:#de0000;
  font-family:BeVietnamPro-ExtraBold;
}

header>nav .menu_common .arrow {
  position:relative;
  width:10px;
  height:10px;
  border-top:3px solid #de0000;
  border-right:3px solid #de0000;
  transform-origin:left;
  transform:rotate(45deg);
}

header>nav .menu_common .arrow:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:19px;
  height:3px;
  background-color:#de0000;
  transform-origin:right;
  transform:rotate(-45deg) translate(2px,-1px);
}

header>nav .menu_common .arrow_v1 {
  position:relative;
  width:12px;
  height:12px;
  border-top:2px solid #de0000;
  border-right:2px solid #de0000;
  transition:transform .5s;
  transform:rotate(135deg) translate(3px);
}

header>nav .menu_common .arrow_v2 {
  position:relative;
  width:17px;
  height:17px;
  background-color:#393939;
  border-radius:50%;
  transition:transform .5s;
  transform:rotate(135deg);
}

header>nav .menu_common .arrow_v2:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:6px;
  height:6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:translate(-70%,-45%);
}

header>nav .menu_common.showed .arrow_v2 {
  transform:rotate(315deg);
}

header>nav .menu_common.showed .arrow_v1 {
  transform:rotate(315deg) translate(-4px);
}

header>nav .menu_item .menu_child {
  margin-left:20px;
}

header>nav .menu_item .menu_child.hide {
  display:none;
}

header>nav .menu_item .menu_child>a:hover {
  text-decoration:none;
}

header>nav .menu_item .menu_child .menu_common {
  padding-top:10px;
  padding-bottom:0;
  border-bottom:none;
  margin-bottom:10px;
  border-top:1px solid #979797;
  align-items:center;
}

header>nav .menu_item .menu_child .menu_common .text {
  font-size:13px;
  font-weight:700;
  color:#393939;
}

header>nav .menu_item .menu_child .menu_common .arrow {
  border-top-color:#979797;
  border-right-color:#979797;
}

header>nav .menu_item .menu_child .menu_common .arrow:before {
  background-color:#979797;
}

#menu_cate {
  padding:20px 20px 0;
}

#menu_cate.hide {
  display:none;
}

#menu_cate.is_menu_sub .menu_common .text {
  color:#393939;
}

#menu_cate.is_menu_sub .menu_common .arrow,
#menu_cate .menu_common .arrow {
  display:none;
}

#menu_mobile .show_menu_active .menu_item.active>.menu_common.has_menu_child.showed {
  border-bottom:unset;
  margin-bottom:0;
}

#menu_priority.hide {
  display:none;
}

#menu_priority .menu_item .has_menu_child a {
  color:#979797;
}

#menu_priority .menu_item:last-child>.menu_common.has_menu_child {
  padding-bottom:18px;
}

#menu_priority .menu_item:last-child>.menu_common.has_menu_child.showed {
  padding-bottom:0;
}

#menu_sub {
  flex:1;
  background-color:#f6f6f6;
}

#menu_sub.hide {
  display:none;
}

#menu_sub .menu_sub_container {
  padding-bottom:50px;
}

#menu_sub .menu_item:not(:last-child) .menu_common {
  border-bottom-color:#979797;
  padding-bottom:10px;
  margin-bottom:11px;
}

#menu_sub .menu_item:not(:last-child) .menu_child .menu_common {
  margin-bottom:0;
}

#menu_sub .menu_item a {
  color:#979797;
}

#menu_sub .menu_item .menu_child .menu_common {
  border-bottom:none;
}

#menu_sub .menu_common .text {
  font-size:13px;
  font-weight:700;
  color:#000;
  font-family:BeVietnamPro-Bold;
}

#menu_sub .menu_common .arrow {
  border-top-color:#979797;
  border-right-color:#979797;
}

#menu_sub .menu_common .arrow:before {
  background-color:#979797;
}

#menu_sub .menu_child .menu_common .text {
  color:#393939;
}

#back_menu {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  font-weight:600;
  background-color:#d9d9d9;
  margin:0 20px;
  padding:10px 15px;
  cursor:pointer;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
}

#back_menu .arrow_back {
  width:8px;
  height:8px;
  border-top:2px solid #5f5f5f;
  border-left:2px solid #5f5f5f;
  transform-origin:center top;
  transform:rotate(-45deg) translate(-1px);
  margin-right:10px;
}

#back_menu .text_back {
  color:#5f5f5f;
}

#back_menu.hide {
  display:none;
}
}

@media only screen and (min-width:1201px) {
  header>div {
    position:relative;
    display:flex;
    flex-direction:row-reverse;
    padding:0 20px;
    height:59px;
  }
  header>div>ul {
    margin:0;
    padding:15px 0 3px;
    width:100%;
    list-style:none;
    display:flex;
    justify-content:flex-end;
    gap:14px;
  }
  header>div>ul>li,
  header>div>ul>li>a {
    position:relative;
    line-height:30px;
  }
  header>div>ul>li>a {
    display:block;
    font-family:BeVietnamPro-Regular;
    font-size:14px;
    color:#393939;
    font-weight:400;
    height:30px;
    text-decoration:none;
  }
  header>div>ul>li>a:hover {
    text-decoration:none;
    color:#de0000;
  }
  header>div>ul>li:first-child>ul {
    width:200px;
  }
  header>div>ul>li:last-child>a {
    width:15px;
  }
  header>div>ul>li:last-child>a>img {
    width:100%;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
  header>div>ul>li>ul {
    display:none;
    width:200px;
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    top:25px;
    left:auto;
    right:0;
    background-color:#fff;
    box-shadow:0 3px 12px 0 rgba(0,0,0,.2);
    z-index:9999;
  }
  header>div>ul>li>ul>li {
    padding:0 10px;
  }
  header>div>ul>li>ul>li>a {
    display:block;
    height:50px;
    line-height:50px;
    padding:0 15px;
    border-top:1px solid #fff;
    text-decoration:none;
    background-color:#fff;
    color:#212121;
  }
  header>div>ul>li>ul>li:first-child>a {
    border-top:#fff;
  }
  header>div>ul>li>ul>li:hover {
    background-color:#c00;
  }
  header>div>ul>li>ul>li:hover>a {
    text-decoration:none;
    background-color:#c00;
    border-color:#c00;
    color:#fff;
  }
  header>div>ul>li>ul>li:hover+li>a {
    border-color:#fff;
  }
  header>div>ul>li:hover>ul {
    display:block;
  }
  header>div>ul>li.search_icon_ctn .icon_search {
    display:none;
  }
  header>div>ul>li.search_icon_ctn .icon_search.icon_open {
    display:block;
  }
  header>div>ul>li.search_icon_ctn.active .icon_search.icon_open {
    display:none;
  }
  header>div>ul>li.search_icon_ctn.active .icon_search.icon_active {
    display:block;
  }
  header>div>ul>li.search_icon_ctn.show .icon_search.icon_active,
  header>div>ul>li.search_icon_ctn.show .icon_search.icon_open {
    display:none;
  }
  header>div>ul>li.search_icon_ctn.show .icon_search.icon_close {
    display:block;
  }
  header>div>ul>li.search_icon_ctn.show:before {
    content:"";
    position:absolute;
    left:0;
    top:43px;
    transform:translateX(-3px);
    border-color:#fff transparent transparent;
    border-style:solid;
    border-width:20px 10px;
    z-index:8;
    display:block;
  }
  header>div .logo-container {
    display:flex;
    justify-content:center;
    align-items:center;
  }
  header>div .logo-container>button {
    display:none;
  }
  header>nav {
    position:relative;
    height:53px;
    background:linear-gradient(90deg,#de0000 0,#de0000 25%,#fff 0,#fff);
    color:#fff;
  }
  header>nav:before {
    content:"";
    position:absolute;
    z-index:0;
    height:42px;
    width:100%;
    background:linear-gradient(90deg,#de0000 0,#de0000 25%,#393939 0,#393939);
    bottom:0;
  }
  header>nav #menu_pc {
    height:100%;
    padding:0 20px;
  }
  header>nav>ul>li:first-child,
  header>nav>ul>li:nth-child(n+10) {
    display:none;
  }
  header>nav>ul>li:last-child {
    display:block;
  }
  header>nav>ul>li:last-child>a i {
    margin-top:18px;
  }
  header>nav>ul>li>ul>li.arrow:before {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-top:2px solid #707070;
    border-right:2px solid #707070;
    transform:rotate(45deg);
    position:absolute;
    top:18px;
    right:16px;
  }
  header>nav>ul>li>ul>li:hover.arrow:before {
    border-color:#fff;
  }
  header>nav>ul {
    display:flex;
    list-style:none;
    justify-content:flex-start;
    padding-left:0;
  }
  header>nav>ul>li {
    position:relative;
  }
  header>nav>ul>li>a {
    font-family:Helvetica,sans-serif;
    display:block;
    height:50px;
    line-height:49px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    padding:0 35px;
  }
  header>nav>ul>li.active>a,
  header>nav>ul>li:hover>a {
    color:#fff;
    text-decoration:none;
    background-color:#9d0202;
  }
  header>nav>ul>li>ul {
    position:absolute;
    list-style:none;
    display:none;
    margin:0;
    padding:0;
    top:50px;
    left:0;
    width:300px;
    z-index:9999;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
  }
  header>nav>ul>li>ul:hover {
    display:block;
  }
  header>nav>ul>li>ul>li {
    position:relative;
    width:100%;
    padding:0 15px;
    background-color:#fff;
  }
  header>nav>ul>li>ul>li:hover {
    background-color:#c00;
  }
  header>nav>ul>li>ul>li:hover>a {
    color:#fff;
  }
  header>nav>ul>li>ul>li>a {
    display:block;
    height:50px;
    font-family:Helvetica,sans-serif;
    border-top:1px solid #fff;
    text-decoration:none;
    color:#212121;
  }
  header>nav>ul>li>ul>li>a:hover {
    color:#fff;
    text-decoration:none;
  }
  header>nav>ul>li>ul>li:first-child:hover>a {
    border-color:#c00;
  }
  header>nav>ul>li>ul>li:first-child:hover+li>a {
    border-color:#fff;
  }
  header>nav>ul>li>ul>li:nth-child(n+2)>a {
    border-top:1px solid #fff;
  }
  header>nav>ul>li>ul>li:nth-child(n+2):hover>a {
    border-color:#c00;
  }
  header>nav>ul>li>ul>li:nth-child(n+2):hover+li>a {
    border-color:#fff;
  }
  header>nav>ul>li>ul>li>ul {
    position:absolute;
    left:100%;
    top:0;
    display:none;
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
  }
  header>nav>ul>li>ul>li>ul>li {
    width:300px;
    display:block;
    background-color:#fff;
    padding:0 15px;
  }
  header>nav>ul>li>ul>li>ul>li>a {
    display:block;
    height:50px;
    line-height:50px;
    text-decoration:none;
    color:#212121;
  }
  header>nav>ul>li>ul>li>ul>li:hover {
    background-color:#c00;
  }
  header>nav>ul>li>ul>li>ul>li:hover>a {
    color:#fff;
    text-decoration:none;
  }
  header>nav>ul>li>ul>li>ul>li:hover+li>a {
    border-color:#fff;
  }
  header>nav>ul>li>ul>li>ul>li:nth-child(n+2)>a {
    border-top:1px solid #fff;
  }
  header>nav>ul>li>ul>li>ul>li:nth-child(n+2):hover>a {
    border-color:#c00;
  }
  header>nav>ul>li>ul>li>ul>li:nth-child(n+2):hover+li>a {
    border-color:#fff;
  }
  header>nav>ul>li:hover>ul,
  header>nav>ul>li>ul>li:hover>ul {
    display:block;
  }
  header>nav>ul>li:last-child>ul {
    left:auto;
    right:0;
  }
  header>nav #menu_mobile {
    display:none;
  }
  header.fixed {
    position:fixed;
    z-index:1000;
    height:60px;
  }
  #block_search_ctn {
    position:absolute;
    top:59px;
    width:100%;
    height:auto;
    background:#f6f6f6;
    z-index:5;
    display:none;
    padding:0;
  }
  #block_search_ctn.show {
    display:block;
  }
  #block_search_ctn:before {
    content:"";
    position:absolute;
    top:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,.8);
    z-index:-1;
  }
  #block_search_ctn .main_search_ctn {
    width:100%;
    height:auto;
    background-color:#f6f6f6;
  }
  #block_search_ctn .wrapper {
    max-width:1008px;
    margin:0 auto;
    padding:46px 0;
  }
  #block_search_ctn .wrapper .input_ctn {
    display:flex;
    justify-content:center;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search {
    position:relative;
    height:56px;
    width:664px;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search {
    height:100%;
    border-radius:unset;
    padding-right:3.05rem;
    padding-left:18px;
    font-size:16px;
    font-weight:400;
    color:#393939;
    border-color:#9e9e9e;
    line-height:26px;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search.form-control {
    border:1px solid #ced4da;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search::-moz-placeholder {
    opacity:1;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search:-ms-input-placeholder {
    color:#9e9e9e;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search::-ms-input-placeholder {
    color:#9e9e9e;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search::-webkit-input-placeholder {
    color:#9e9e9e;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search::-moz-placeholder {
    color:#9e9e9e;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search:-ms-input-placeholder {
    color:#9e9e9e;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search::placeholder {
    color:#9e9e9e;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search #input-header-search:focus {
    border-color:#de0000;
    box-shadow:none;
  }
  #block_search_ctn .wrapper .input_ctn .motor-search svg {
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
  }
  #block_search_ctn .wrapper .input_ctn .motor-search .icon_search_input {
    background:transparent;
    border:0;
    height:100%;
    width:52px;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
  }
}

@media only screen and (max-width:1200px) {
  header {
    position:fixed;
    width:100%;
    z-index:9999;
  }
  header>div:first-child>ul {
    display:none;
  }
  header>div:first-child>div {
    height:50px;
    width:100vw;
    background-color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  header>div:first-child>div>button {
    position:relative;
    width:22px;
    height:18px;
    background-color:#fff;
    border:none;
    outline:none;
    padding:0;
  }
  header>div:first-child>div>button .menu-dash {
    position:absolute;
    right:0;
    width:100%;
    height:2px;
    border-radius:5px;
    background-color:#000;
    transition:all .5s;
  }
  header>div:first-child>div>button .menu-dash.top {
    top:0;
  }
  header>div:first-child>div>button .menu-dash.middle {
    top:50%;
    transform:translateY(-50%);
    opacity:1;
    width:75%;
  }
  header>div:first-child>div>button .menu-dash.bottom {
    bottom:0;
  }
  header>div:first-child>div>button.open .menu-dash.bottom,
  header>div:first-child>div>button.open .menu-dash.top {
    top:50%;
  }
  header>div:first-child>div>button.open .menu-dash.top {
    transform:translateY(-50%) rotate(-45deg);
  }
  header>div:first-child>div>button.open .menu-dash.bottom {
    transform:translateY(-50%) rotate(45deg);
  }
  header>div:first-child>div>button.open .menu-dash.middle {
    opacity:0;
  }
  header>nav {
    position:fixed;
    top:50px;
    transition:all 1s cubic-bezier(.075,.82,.165,1);
    z-index:9999;
  }
  header>nav ul {
    overflow-x:hidden;
  }
  header>nav ul li {
    position:relative;
  }
  header>nav ul li.arrow:before {
    transition:all 1s;
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-width:0 2px 2px 0;
    border-style:solid;
    transform:rotate(45deg);
    position:absolute;
    top:18px;
    right:21px;
  }
  header>nav ul li.open.arrow:before {
    transform:rotate(225deg);
    border-color:#fff;
  }
  header>nav>ul {
    list-style:none;
    width:100%;
    margin:0;
    padding:0;
  }
  header>nav>ul>li {
    background-color:#fff;
    color:#212121;
    max-height:50px;
    transition:all 1s;
    overflow:hidden;
  }
  header>nav>ul>li:first-child {
    display:block;
  }
  header>nav>ul>li.arrow:before {
    border-color:#c00;
  }
  header>nav>ul>li:hover {
    background-color:#c00;
  }
  header>nav>ul>li:hover.arrow:before {
    border-color:#fff;
  }
  header>nav>ul>li:hover>a {
    color:#fff;
    text-decoration:none;
  }
  header>nav>ul>li.open {
    max-height:1000px;
    background-color:#c00;
  }
  header>nav>ul>li.open>a {
    color:#fff;
  }
  header>nav>ul>li>a {
    display:block;
    font-family:Helvetica,sans-serif;
    color:#212121;
    text-decoration:none;
    height:50px;
    line-height:50px;
    margin:0 20px;
  }
  header>nav>ul>li:nth-child(n+2) {
    border-top:1px solid #d2d2d2;
  }
  header>nav>ul>li:last-child {
    display:none;
  }
  header>nav>ul>li>ul {
    list-style:none;
    margin:0;
    padding:0;
  }
  header>nav>ul>li>ul>li {
    background-color:#c00;
    max-height:50px;
    overflow:hidden;
    transition:all 1s;
  }
  header>nav>ul>li>ul>li.arrow:before {
    border-color:#fff;
  }
  header>nav>ul>li>ul>li>a {
    display:block;
    height:50px;
    line-height:50px;
    color:#fff;
    text-decoration:none;
    margin-left:20px;
    padding:0 0 0 20px;
    font-size:16px;
  }
  header>nav>ul>li>ul>li:nth-child(n)>a {
    border-top:1px solid #d2d2d2;
  }
  header>nav>ul>li>ul>li:hover {
    background-color:#a30000;
  }
  header>nav>ul>li>ul>li:hover>a {
    color:#fff;
    text-decoration:none;
  }
  header>nav>ul>li>ul>li.open {
    max-height:300px;
  }
  header>nav>ul>li>ul>li.open:hover {
    background-color:#c00;
  }
  header>nav>ul>li>ul>li>ul {
    list-style:none;
    margin:0;
    padding:0;
    z-index:10000;
  }
  header>nav>ul>li>ul>li>ul>li {
    height:50px;
    line-height:50px;
  }
  header>nav>ul>li>ul>li>ul>li>a {
    display:block;
    height:50px;
    line-height:50px;
    margin-left:40px;
    color:#fff;
    padding-left:20px;
  }
  header>nav>ul>li>ul>li>ul>li:nth-child(n+2)>a {
    border-top:1px solid #d2d2d2;
  }
  header>nav>ul>li>ul>li>ul>li:hover {
    background-color:#9d0202;
  }
  header>nav>ul>li>ul>li>ul>li:hover a {
    color:#fff;
  }
  header>nav.open {
    left:0;
  }
}

@media only screen and (min-width:1366px) and (max-width:1400px) {
  header>nav .menu-container>div.menu-block-left {
    width:430px;
  }
}

@media only screen and (min-width:1301px) and (max-width:1365px) {
  header>nav .menu-container>div.menu-block-left {
    width:410px;
  }
  header>nav .menu-container>div.menu-block-left>div>a,
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a,
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    font-size:13px;
  }
}

@media only screen and (min-width:1225px) and (max-width:1300px) {
  header>nav .menu-container>div.menu-block-left {
    width:390px;
  }
  header>nav .menu-container>div.menu-block-left>div>a {
    font-size:13px;
  }
  header>nav .menu-container>div.menu-block-right {
    margin-left:40px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    font-size:12px;
    line-height:24px;
    padding:9px 10px;
  }
  header>div>ul>li>a,
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    font-size:12px;
  }
}

@media only screen and (min-width:1125px) and (max-width:1224px) {
  header>nav .menu-container>div.menu-block-left {
    width:340px;
  }
  header>nav .menu-container>div.menu-block-left>div>a {
    font-size:11px;
  }
  header>nav .menu-container>div.menu-block-right {
    margin-left:40px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    font-size:11px;
    line-height:24px;
    padding:9px 10px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    font-size:11px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu .arrow {
    transform:translateY(-2px) rotate(45deg);
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu:hover>a>.arrow {
    transform:translateY(2px) rotate(225deg);
  }
}

@media only screen and (min-width:1025px) and (max-width:1124px) {
  header>nav .menu-container>div.menu-block-left {
    width:320px;
  }
  header>nav .menu-container>div.menu-block-left>div>a {
    font-size:10px;
  }
  header>nav .menu-container>div.menu-block-right {
    margin-left:40px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    font-size:9px;
    line-height:22px;
    padding:10px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu .arrow {
    transform:translateY(-25%) rotate(45deg);
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu:hover>a>.arrow {
    transform:translateY(2px) rotate(225deg);
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    font-size:9px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1400px) {
  header>div {
    width:auto;
  }
}

@media only screen and (min-width:1100px) and (max-width:1200px) {
  header>div>ul>li a {
    font-size:12px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1119px) {
  header>div>ul>li a {
    font-size:10px;
  }
}

@media only screen and (max-width:576px) {
  header .logo-container>a {
    width:270px;
  }
}

@media only screen and (max-width:321px) {
  header>div:first-child>div>a img {
    width:100%;
  }
  header .logo-container>a {
    max-width:200px;
  }
}

@media screen and (min-width:1750px) {
  #block_search_ctn .wrapper {
    padding:120px 0;
  }
  header {
    width:100%;
    position:-webkit-sticky;
    position:sticky;
    max-width:100vw;
    top:0;
    z-index:1000;
    background-color:#fff;
  }
  header>div {
    width:1560px;
    max-width:100vw;
    margin:0 auto;
    position:relative;
  }
  header>nav>ul {
    width:1170px;
    margin:0 auto;
  }
  header>nav .menu-container {
    display:flex;
    align-items:end;
    -webkit-align-items:flex-end;
    max-width:1560px;
    height:100%;
    margin:0 auto;
  }
  header>nav .menu-container>div>div>a {
    display:inline-block;
  }
  header>nav .menu-container>div>div>a:hover {
    text-decoration:none;
  }
  header>nav .menu-container>div.menu-block-right {
    margin-left:44px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item>div>a {
    padding:8px 15px;
  }
  header>nav .menu-container>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    padding:11px 15px;
  }
  header>nav .menu-container:not(.oto_desktop)>div.menu-block-left {
    width:490px;
    padding-right:20px;
  }
  header>nav .menu-container:not(.oto_desktop)>div.menu-block-right {
    margin-left:60px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-left {
    width:444px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-left>div>a {
    font-size:13px;
    line-height:20.8px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item>div>a {
    padding:10.6px 15px;
  }
  header>nav .menu-container.oto_desktop>div.menu-block-right .menu-block-right-item .has_submenu ul li a {
    padding:11px 15px;
  }
}

ul.sidebar {
  list-style:none;
  margin:0;
  padding:0;
  width:270px;
  position:fixed;
  top:110px;
}

ul.sidebar+div {
  margin-left:300px;
  width:calc(100% - 300px);
}

ul.sidebar.fixed {
  position:absolute;
  z-index:999;
}

ul.sidebar.fixed.top {
  top:560px;
}

ul.sidebar.fixed.bottom {
  top:auto !important;
  bottom:30px;
}

ul.sidebar>li {
  display:block;
  background-color:#f3f3f3;
  position:relative;
}

ul.sidebar>li.arrow>a:before {
  position:absolute;
  width:10px;
  height:10px;
  border-right:2px solid #212121;
  border-bottom:2px solid #212121;
  transform:rotate(-45deg);
  top:19px;
  left:16px;
  transition:all 1s cubic-bezier(.075,.82,.165,1);
  z-index:999;
  content:"";
  display:block;
}

ul.sidebar>li>a {
  display:block;
  padding:0 35px;
  height:50px;
  line-height:50px;
  font-family:Helvetica,sans-serif;
  font-weight:700;
  font-size:14px;
  color:#212121;
  text-decoration:none;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

ul.sidebar>li>a:hover {
  background-color:#ddd;
  color:#212121;
  text-decoration:none;
}

ul.sidebar>li>ul {
  list-style:none;
  max-height:0;
  overflow:hidden;
  margin:0;
  padding:0;
  transition:max-height 1s cubic-bezier(.445,.05,.55,.95);
}

ul.sidebar>li>ul>li {
  background-color:#fff;
}

ul.sidebar>li>ul>li>a {
  display:block;
  color:#212121;
  height:50px;
  line-height:50px;
  padding:0 35px;
  text-decoration:none;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  font-size:14px;
}

ul.sidebar>li>ul>li.active>a,
ul.sidebar>li>ul>li>a:hover {
  color:#c00;
  text-decoration:none;
}

ul.sidebar>li:hover {
  background-color:#ddd;
}

ul.sidebar>li:hover>a {
  color:#212121;
}

ul.sidebar>li:hover.arrow>a:before {
  border-color:#212121;
}

ul.sidebar>li.active {
  background-color:#c00;
}

ul.sidebar>li.active>a {
  color:#fff;
  background-color:#c00;
  text-decoration:none;
}

ul.sidebar>li.active>a:before {
  border-color:#fff;
}

ul.sidebar>li.active>a:hover {
  background-color:#c00;
}

ul.sidebar>li.active>a:hover:before {
  border-color:#fff;
}

ul.sidebar>li.active.open.arrow>a:before {
  transform:rotate(45deg);
}

ul.sidebar>li.active.open.arrow:hover>a:before {
  border-color:#fff;
}

ul.sidebar>li.open>ul {
  max-height:1000px;
}

ul.sidebar>li.open.arrow>a:before {
  transform:rotate(45deg);
}

ul.sidebar>li:last-child:hover,
ul.sidebar>li:last-child:hover a {
  background-color:#f3f3f3;
}

@media only screen and (max-width:1199px) {
  ul.sidebar {
    display:none;
  }
  ul.sidebar+div {
    width:100%;
    margin-left:0;
  }
}

#footer .col-md-12 {
  padding:0;
  margin-top:30px;
}

#footer {
  margin-top:3%;
}

.container_footer {
  flex-shrink:0;
  position:relative;
  bottom:0;
}

.container_footer #toggle_footer {
  position:relative;
}

.container_footer #toggle_footer.container_fix {
  max-width:100vw;
}

.container_footer #toggle_footer .card-curve {
  z-index:8;
  position:absolute;
  top:4px;
  right:65px;
  width:85px;
  height:34px;
  background-color:#f5f5f5;
  transform:translateY(-100%);
  border-radius:51% 49% 100% 0/100% 100% 0 0;
  cursor:pointer;
}

.container_footer #toggle_footer .card-curve:before {
  content:"";
  position:absolute;
  width:67px;
  height:44px;
  bottom:4px;
  box-shadow:4px 14px 0 0 #f5f5f5;
  right:77px;
  border-radius:0 100% 100% 0/100% 57% 43% 0;
  pointer-events:none;
}

.container_footer #toggle_footer .card-curve:after {
  content:"";
  position:absolute;
  width:67px;
  height:44px;
  bottom:4px;
  box-shadow:-4px 14px 0 0 #f5f5f5;
  left:77px;
  border-radius:100% 0 0 100%/57% 100% 0 43%;
  pointer-events:none;
}

.container_footer #toggle_footer .card-curve .card-icon {
  position:absolute;
  left:50%;
  top:50%;
  display:inline-block;
  width:10px;
  height:10px;
  border-top:2px solid #393939;
  border-left:2px solid #393939;
  transform-origin:center left;
  transform:rotate(45deg) translate(-50%);
}

.container_footer #toggle_footer .card-curve .push {
  display:none;
}

.container_footer #toggle_footer .card-curve .card-icon.card-icon-cancel {
  transform:rotate(-135deg) translate(-50%);
}

.container_footer .site-map-desktop {
  background:#f6f6f6;
  height:115px;
}

.container_footer .site-map-desktop .fix-ctn {
  padding-top:unset;
  max-width:1370px;
  width:100%;
}

.container_footer .site-map-desktop .block3 {
  float:left;
  height:40px;
  width:100%;
  margin-top:50px;
}

.container_footer .site-map-desktop .block3 .textcopy {
  font-size:14px;
  line-height:26px;
  margin-right:15px;
  font-family:BeVietnamPro-Regular;
  display:inline-block;
}

.container_footer .site-map-desktop .block3 .textcopy a {
  color:#212121;
}

.container_footer .site-map-desktop .bottom-hr {
  border-top:1px solid #393939;
  position:absolute;
  bottom:8.5%;
  left:50%;
  transform:translateX(-50%);
  z-index:999;
}

.container_footer .site-map-desktop .bottom {
  display:flex;
  justify-content:space-between;
}

.container_footer .site-map-desktop .bottom .right .textcopy {
  margin-right:0;
}

#footer.hide {
  display:none;
}

#footer .site-map {
  width:100%;
  padding:60px 0 20px;
  background:#f3f3f3;
}

#footer .site-map ul {
  list-style:none;
  padding:0;
}

#footer .site-map .big {
  padding-bottom:9px;
}

#footer .site-map .big {
  font-size:16px;
  font-weight:700;
  line-height:26px;
  font-family:BeVietnamPro-Bold;
  color:#212121;
  opacity:1;
  text-decoration:none;
}

#footer .site-map ul li {
  list-style:none;
  padding-bottom:9px;
}

#footer .site-map ul li.normal a {
  font-weight:400;
  line-height:16.8px;
  font-family:BeVietnamPro-Regular;
  color:#393939;
  opacity:1;
  text-decoration:none;
}

#footer .site-map .site-map-pc {
  display:block;
  max-height:565px;
}
img {
    max-width: 100%;
}
#footer .site-map .site-map-pc .pc {
  display:block;
}

#footer .site-map .site-map-pc .pc li.normal:hover a {
  text-decoration:underline;
  color:#de0000;
}

#footer .site-map .site-map-pc .mobile {
  display:none;
}

#footer .site-map .site-map-pc .block {
  float:left;
  padding-left:16px !important;
  padding-right:16px;
  width:100%;
}

#footer .site-map .site-map-pc .block .list1 {
  float:left;
  width:15%;
  padding-left:0;
  margin-bottom:0;
}

#footer .site-map .site-map-pc .block .img-footer {
  width:300px;
}

#footer .site-map .site-map-pc .block .honda-profile {
  width:247px;
  position:relative;
  top:83px;
}

#footer .site-map .site-map-pc .block .honda-profile .normal {
  font-family:BeVietnamPro-Bold;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  text-align:left;
  padding-bottom:10px;
}

#footer .site-map .site-map-pc .block .honda-profile .normal span {
  font-weight:400;
}

#footer .site-map .site-map-pc .block #dong-gop-xa-hoi {
  width:12%;
}

#footer .site-map .site-map-pc .block .list1.traffic-safety {
  width:20%;
}

#footer .site-map .site-map-pc .block .list1.global_honda {
  width:14%;
}

#footer .site-map .site-map-pc .block .list1.motor-sports {
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  white-space:nowrap;
}

#footer .site-map .site-map-pc .block2 {
  float:left;
  padding-left:16px;
  padding-right:16px;
  width:100%;
}

#footer .site-map .site-map-pc .block2 .list2-mobile {
  display:none;
}

#footer .site-map .site-map-pc .block2 .list2 {
  float:left;
  width:27%;
  padding-left:0;
  margin-bottom:0;
}

#footer .site-map .site-map-pc .block2 ul.list2 li.big {
  font-size:14px;
  font-weight:700;
  line-height:17px;
  font-family:Helvetica,Courier New,Courier,monospace;
  color:#393939;
  opacity:1;
  text-decoration:none;
}

#footer .site-map .site-map-pc .block2 ul.list2 li.normal {
  font-size:12px;
  font-weight:400;
  line-height:28px;
  width:100%;
  font-family:Helvetica,Courier New,Courier,monospace;
  color:#393939;
  opacity:1;
  text-decoration:none;
  padding-right:10px;
}

#footer .site-map .site-map-pc .block2 ul.list2 li.normal .btn {
  display:flex;
  justify-content:center;
  align-items:center;
  background:#de0000;
  border:0;
  border-radius:0;
  opacity:.9;
  width:105px;
  height:40px;
  float:right;
  margin-right:calc(100% - 352px);
}

#footer .site-map .site-map-pc .block2 ul.list2 li.normal .btn span {
  color:#fff;
  font-size:14px;
}

#footer .site-map .site-map-pc .block2 ul.list2 li.normal .input_tin {
  font-size:14px;
  line-height:28px;
  width:352px;
  height:40px;
  margin-bottom:10px;
  padding:4px 15px;
  border:1px solid #ccc;
  -webkit-appearance:none;
  border-radius:0;
}

#footer .site-map .site-map-pc .block2 ul.list2 li.normal select {
  width:352px;
  height:40px;
  padding:4px 15px;
  border:1px solid #ccc;
  border-radius:0;
  margin-bottom:10px;
  background-color:#fff;
}

#footer .site-map .site-map-pc .block2 .list3 {
  float:left;
  width:27%;
  padding-left:0;
  margin-bottom:0;
}

#footer .site-map .site-map-pc .block2 .list3.email,
#footer .site-map .site-map-pc .block2 .list3.hostline {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:83px;
  height:auto;
}

#footer .site-map .site-map-pc .block2 .list3.email li,
#footer .site-map .site-map-pc .block2 .list3.hostline li {
  margin-top:auto;
}

#footer .site-map .site-map-pc .block2 ul.list3 li.normal {
  font-family:BeVietnamPro-Bold;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  text-align:left;
}

#footer .site-map .site-map-pc .block2 ul.list3 li.normal span {
  color:#de0000;
}

#footer .site-map .site-map-pc .block2 .empty {
  width:325px;
}

#footer .site-map .site-map-pc .block2 ul.email {
  width:15%;
}

#footer .site-map .site-map-pc .block2 ul.email li.normal a {
  font-size:14px;
}

#footer .site-map .site-map-pc .block2 .logo {
  width:17%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:80px;
  height:auto;
}

#footer .site-map .site-map-pc .block2 .logo .normal img {
  width:140px;
}

#footer .site-map .site-map-pc .block2 ul.social-network {
  width:17%;
}

#footer .site-map .site-map-pc .block2 ul.social-network li {
  padding-left:12.5%;
}

#footer .site-map .site-map-pc .block2 ul.social-network li.normal {
  font-family:BeVietnamPro-Medium;
  font-size:12px;
  font-weight:500;
  line-height:15.18px;
  text-align:left;
}

#footer .site-map .site-map-pc .block2 ul.social-network .children {
  display:flex;
  padding:10px 0;
}

#footer .site-map .site-map-pc .block2 ul.social-network .children li {
  padding-left:unset;
}

#footer .site-map .site-map-pc .block2 ul.social-network .children .normal {
  margin-right:10px;
}

#footer .site-map .site-map-pc .block3 {
  float:left;
  height:40px;
  width:100%;
  padding-left:16px;
  margin-top:10px;
  padding-right:16px;
}

#footer .site-map .site-map-pc .block3 .textcopy {
  font-size:14px;
  line-height:26px;
  margin-right:15px;
  font-family:BeVietnamPro-Regular;
  display:inline-block;
}

#footer .site-map .site-map-pc .block3 .textcopy a {
  color:#212121;
}

#footer .site-map .site-map-pc .bottom-hr {
  border-top:1px solid #393939;
}

#footer .site-map .site-map-pc .bottom {
  display:flex;
  justify-content:space-between;
}

#footer .site-map .site-map-pc .bottom .right .textcopy {
  margin-right:0;
}

#footer .site-map form label.error {
  color:#ff6767;
}

#footer .site-map form .message {
  text-align:center;
}

#footer .site-map form .message.error {
  color:#ff6767;
}

#footer .site-map form .message.success {
  color:#15ce13;
}

#footer .site-map button.subscription {
  color:#fff;
}

@media screen and (max-width:1366px) {
  #footer .site-map .site-map-pc .block .list1 {
    width:14%;
  }
  #footer .site-map .site-map-pc .block .img-footer {
    width:300px;
  }
  #footer .site-map .site-map-pc .block .honda-profile {
    width:247px;
  }
  #footer .site-map .site-map-pc .block #dong-gop-xa-hoi {
    width:12%;
  }
  #footer .site-map .site-map-pc .block .traffic-safety {
    width:18%;
  }
  #footer .site-map .site-map-pc .block .global_honda {
    width:15%;
    width:18.4%;
  }
  #footer .site-map .site-map-pc .block2 .list2,
  #footer .site-map .site-map-pc .block2 .list3 {
    float:left;
    width:26%;
    padding-left:0;
    margin-bottom:0;
  }
  #footer .site-map .site-map-pc .block2 .empty {
    width:325px;
  }
  #footer .site-map .site-map-pc .block2 ul.email {
    width:14%;
  }
  #footer .site-map .site-map-pc .block2 .logo {
    width:17%;
  }
  #footer .site-map .site-map-pc .block2 .logo li {
    padding-left:7%;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network {
    width:18.4%;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network li {
    padding-left:16.9%;
  }
}

@media only screen and (max-width:1290px) {
  #footer .site-map .site-map-pc .block .list1 {
    width:14%;
  }
  #footer .site-map .site-map-pc .block .img-footer {
    width:277px;
  }
  #footer .site-map .site-map-pc .block .honda-profile {
    width:247px;
  }
  #footer .site-map .site-map-pc .block #dong-gop-xa-hoi {
    width:13%;
  }
  #footer .site-map .site-map-pc .block2 .list2,
  #footer .site-map .site-map-pc .block2 .list3 {
    width:27%;
  }
  #footer .site-map .site-map-pc .block2 ul.list3 li.normal {
    font-size:12px;
  }
  #footer .site-map .site-map-pc .block2 .empty {
    width:277px;
  }
  #footer .site-map .site-map-pc .block2 ul.email {
    width:14%;
  }
  #footer .site-map .site-map-pc .block2 .logo {
    width:18%;
  }
  #footer .site-map .site-map-pc .block2 .logo li {
    padding-left:4%;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network {
    width:18.8%;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network li {
    padding-left:13.9%;
  }
}

@media only screen and (max-width:1140px) {
  #footer .site-map .site-map-pc .block .list1.traffic-safety {
    width:18%;
  }
}

@media only screen and (max-width:1024px) {
  #footer .site-map ul li.big a {
    font-size:14px;
  }
  #footer .site-map .site-map-pc .block .list1 {
    width:13%;
  }
  #footer .site-map .site-map-pc .block .img-footer {
    width:260px;
  }
  #footer .site-map .site-map-pc .block .honda-profile {
    width:247px;
    top:65px;
  }
  #footer .site-map .site-map-pc .block .honda-profile .normal {
    font-size:10px;
  }
  #footer .site-map .site-map-pc .block #dong-gop-xa-hoi {
    width:10.5%;
  }
  #footer .site-map .site-map-pc .block .global_honda,
  #footer .site-map .site-map-pc .block .traffic-safety {
    width:18%;
  }
  #footer .site-map .site-map-pc .block .traffic-safety li {
    padding-left:0;
  }
  #footer .site-map .site-map-pc .block .global_honda {
    width:18.8%;
  }
  #footer .site-map .site-map-pc .block .global_honda li {
    padding-left:7.5%;
  }
  #footer .site-map .site-map-pc .block2 .list2,
  #footer .site-map .site-map-pc .block2 .list3 {
    width:23.5%;
  }
  #footer .site-map .site-map-pc .block2 .list3.email,
  #footer .site-map .site-map-pc .block2 .list3.hostline {
    min-height:60px;
  }
  #footer .site-map .site-map-pc .block2 ul.list3 li.normal {
    font-size:9px;
  }
  #footer .site-map .site-map-pc .block2 ul.list3 li.normal span {
    font-size:10px;
  }
  #footer .site-map .site-map-pc .block2 .empty {
    width:260px;
  }
  #footer .site-map .site-map-pc .block2 ul.email {
    width:13%;
  }
  #footer .site-map .site-map-pc .block2 .logo {
    width:18%;
    min-height:60px;
  }
  #footer .site-map .site-map-pc .block2 .logo li {
    padding-left:0;
  }
  #footer .site-map .site-map-pc .block2 .logo .normal img {
    width:120px;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network {
    width:18.8%;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network .children {
    padding:0;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network .children .normal img {
    width:22px;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network li {
    padding-left:7.5%;
  }
}

@media only screen and (max-width:1200px) {
  .container_footer {
    background:#f6f6f6;
  }
  .container_footer .site-map-desktop {
    display:none;
  }
  .container_footer .site-map-mobile {
    display:block;
    text-align:center;
  }
  .container_footer .site-map-mobile .flex-container {
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:30px;
  }
  .container_footer .site-map-mobile .flex-container .textcopy {
    font-size:13px;
    font-family:BeVietnamPro-Regular;
    font-weight:400;
    line-height:16.45px;
    color:#212121;
  }
  .container_footer #toggle_footer {
    position:relative;
  }
  .container_footer #toggle_footer .card-curve .card-icon {
    display:none;
  }
  .container_footer #toggle_footer .card-curve .push-show {
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:10px;
    height:10px;
    transform:translate(-50%,-50%);
  }
  .container_footer #toggle_footer .card-curve .push-show:after,
  .container_footer #toggle_footer .card-curve .push-show:before {
    content:"";
    position:absolute;
    background:#212121;
  }
  .container_footer #toggle_footer .card-curve .push-show:before {
    width:15px;
    height:3px;
    top:5px;
    left:-8px;
    transform:rotate(-45deg);
  }
  .container_footer #toggle_footer .card-curve .push-show:after {
    width:3px;
    height:15px;
    top:-1px;
    left:7px;
    transform:rotate(-45deg);
  }
  .container_footer #toggle_footer .card-curve .push-cancel {
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:10px;
    height:10px;
    transform:translate(-50%,-50%);
  }
  .container_footer #toggle_footer .card-curve .push-cancel:after,
  .container_footer #toggle_footer .card-curve .push-cancel:before {
    content:"";
    position:absolute;
    background:#212121;
  }
  .container_footer #toggle_footer .card-curve .push-cancel:before {
    width:20px;
    height:3px;
    top:3px;
    left:-5px;
  }
  #footer .site-map {
    width:100%;
    padding:15px 0 0;
    background:#f3f3f3;
  }
  #footer .site-map ul {
    list-style:none;
  }
  #footer .site-map ul li.big {
    padding-bottom:9px;
  }
  #footer .site-map ul li.big a {
    font-size:14px;
    font-weight:700;
    line-height:17px;
    font-family:Helvetica,Courier New,Courier,monospace;
    color:#212121;
    opacity:1;
    text-decoration:none;
  }
  #footer .site-map ul li {
    list-style:none;
  }
  #footer .site-map ul li.normal a {
    font-weight:400;
    line-height:28px;
    font-family:Helvetica,Courier New,Courier,monospace;
    color:#212121;
    opacity:1;
    text-decoration:none;
  }
  #footer .site-map .center-content {
    width:100%;
    max-width:768px;
    margin:0 auto;
  }
  #footer .site-map .site-map-pc {
    display:block;
    max-width:768px;
  }
  #footer .site-map .site-map-pc .pc {
    display:none;
  }
  #footer .site-map .site-map-pc .mobile {
    display:block;
  }
  #footer .site-map .site-map-pc .mobile .not-border {
    border-top:none !important;
  }
  #footer .site-map .site-map-pc .mobile .link {
    display:flex;
    flex-direction:row;
    max-width:768px;
    height:45px;
    background-color:#f3f3f3;
    align-items:center;
    transition:.4s;
    position:relative;
    border-top:1px solid #fff;
    font-size:14px;
    font-weight:700;
    line-height:17px;
    font-family:Helvetica,Courier New,Courier,monospace;
    color:#393939;
    opacity:1;
    text-decoration:none;
  }
  #footer .site-map .site-map-pc .mobile .link a {
    display:block;
    width:100%;
    height:100%;
    line-height:45px;
    padding-left:16px;
    color:#212121;
    text-decoration:none;
  }
  #footer .site-map .site-map-pc .mobile .button {
    display:flex;
    flex-direction:row;
    max-width:768px;
    height:45px;
    background-color:#f3f3f3;
    align-items:center;
    transition:.4s;
    position:relative;
    width:calc(100% - 16px);
    left:16px;
    font-size:16px;
    font-weight:800;
    line-height:24px;
    color:#de0000;
    font-family:BeVietnamPro-ExtraBold;
    border-bottom:1px solid #de0000;
    opacity:1;
    text-decoration:none;
  }
  #footer .site-map .site-map-pc .mobile .button:before {
    position:absolute;
    width:18px;
    height:18px;
    top:15px;
    left:calc(100% - 30px);
    transition:all 1s cubic-bezier(.075,.82,.165,1);
    z-index:999;
    content:"";
    display:block;
    background-color:#de0000;
    border-radius:50%;
  }
  #footer .site-map .site-map-pc .mobile .button:after {
    content:"";
    position:absolute;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
    top:18px;
    left:calc(100% - 24.8px);
    width:8.4px;
    height:8.5px;
    z-index:999;
  }
  #footer .site-map .site-map-pc .mobile .active {
    border-bottom:none;
  }
  #footer .site-map .site-map-pc .mobile .active:after {
    top:20.5px;
    transform:rotate(225deg);
  }
  #footer .site-map .site-map-pc .mobile .panel {
    max-height:0;
    overflow:hidden;
    transition:max-height .2s ease-out;
  }
  #footer .site-map .site-map-pc .mobile .panel li {
    width:calc(100% - 20px);
    border-bottom:1px solid #5f5f5f;
    position:relative;
    left:20px;
  }
  #footer .site-map .site-map-pc .mobile .panel li:active a,
  #footer .site-map .site-map-pc .mobile .panel li:hover a {
    background-color:#de0000;
    color:#fff;
  }
  #footer .site-map .site-map-pc .mobile .panel li a {
    float:none;
    display:flex;
    align-items:center;
    text-align:left;
    width:100%;
    height:40px;
    font-size:13px;
    font-weight:700;
    line-height:16.45px;
    color:#393939;
    font-family:BeVietnamPro-Bold;
  }
  #footer .site-map .site-map-pc .mobile .panel li a:active,
  #footer .site-map .site-map-pc .mobile .panel li a:hover {
    background-color:#de0000;
    color:#fff;
  }
  #footer .site-map .site-map-pc .mobile .panel li.mobile-global {
    display:flex;
    align-items:center;
  }
  #footer .site-map .site-map-pc .block {
    float:left;
    width:100%;
    display:block;
    padding-left:0;
  }
  #footer .site-map .site-map-pc .block .list1 {
    float:left;
    width:100% !important;
    padding-left:0;
    margin-bottom:0;
  }
  #footer .site-map .site-map-pc .block2 {
    float:left;
    width:100%;
    display:block;
    padding-left:0;
    margin-top:10px;
  }
  #footer .site-map .site-map-pc .block2 .list2-mobile {
    display:block;
  }
  #footer .site-map .site-map-pc .block2 .list3-pc {
    display:none;
  }
  #footer .site-map .site-map-pc .block2 .list2 {
    float:left;
    width:100%;
    padding-bottom:10px;
    padding-left:0;
    margin-bottom:0;
    margin-top:0;
  }
  #footer .site-map .site-map-pc .block2 ul.list2 li.big {
    font-size:16px;
    font-weight:800;
    line-height:22px;
    padding-left:16px;
    padding-bottom:14px;
    font-family:BeVietnamPro-ExtraBold;
    color:#393939;
    opacity:1;
    text-decoration:none;
  }
  #footer .site-map .site-map-pc .block2 ul.list2 li.form {
    padding-right:0;
  }
  #footer .site-map .site-map-pc .block2 ul.list2 li.normal {
    font-size:12px;
    font-weight:700;
    line-height:15.18px;
    padding-left:16px;
    padding-right:0;
    font-family:BeVietnamPro-Bold;
    color:#393939;
    opacity:1;
    text-decoration:none;
  }
  #footer .site-map .site-map-pc .block2 ul.list2 li.normal span {
    font-weight:400;
    font-family:BeVietnamPro-Regular;
  }
  #footer .site-map .site-map-pc .block2 ul.list2 li.normal a img {
    width:140px;
  }
  #footer .site-map .site-map-pc .block2 .list3 {
    float:left;
    width:100%;
    padding-left:0;
    margin-bottom:0;
    padding-bottom:10px;
    margin-top:19px;
  }
  #footer .site-map .site-map-pc .block2 ul.list3 li.normal {
    font-size:13px;
    font-weight:400;
    line-height:16.45px;
    font-family:BeVietnamPro-Regular;
    color:#393939;
    opacity:1;
    padding-left:16px;
    text-decoration:none;
  }
  #footer .site-map .site-map-pc .block2 ul.list3 li.normal .b-hotline {
    font-weight:800;
    font-family:BeVietnamPro-ExtraBold;
  }
  #footer .site-map .site-map-pc .block2 ul.list3 li.normal a {
    font-size:13px;
    font-weight:800;
    font-family:BeVietnamPro-ExtraBold;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network {
    width:100%;
    padding:0;
    margin:0;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network li.normal {
    font-family:BeVietnamPro-Medium;
    font-size:12px;
    font-weight:500;
    line-height:15.18px;
    text-align:left;
    padding-left:16px;
    color:#393939;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network .children {
    display:flex;
    padding:10px 0;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network .children li {
    padding-left:unset;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network .children .normal {
    margin-right:10px;
  }
  #footer .site-map .site-map-pc .block2 ul.social-network .children .normal img {
    width:35px;
  }
  #footer .site-map .site-map-pc .block3 {
    float:left;
    width:100%;
    text-align:center;
    display:block;
    margin-top:0;
    margin-bottom: 30px;
  }
  #footer .site-map .site-map-pc .block3 .left {
    display:inline-flex;
    justify-content:space-between;
    width:100%;
    margin-bottom:5%;
  }
  #footer .site-map .site-map-pc .block3 .textcopy {
    font-size:13px;
    font-weight:500;
    line-height:16.45px;
    color:#393939;
    font-family:BeVietnamPro-Medium;
    margin:0;
  }
  #footer .site-map .site-map-pc .block3 .textcopy a {
    font-size:13px;
    font-weight:500;
    line-height:16.45px;
    color:#393939;
    margin-left:0;
    font-family:BeVietnamPro-Medium;
  }
}

.app-breadscrumb {
  border-bottom:1px solid #d2d2d2;
  padding:24px 0 3px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}

.app-breadscrumb .app-parent {
  color:#c00;
  font-size:14px;
}

.app-breadscrumb .app-parent:hover {
  text-decoration:none;
}

.app-breadscrumb .app-current {
  color:#898989 !important;
  font-size:14px;
}

.app-breadscrumb .app-arrow {
  font-size:12px;
  color:#898989;
  padding:5px;
}

.container .wrap-map {
  position:relative;
  margin-right:-15px;
  margin-left:-15px;
}

.container .wrap-map #map {
  width:100%;
  height:769px;
}

.container .wrap-map #map div.style-heads {
  border-radius:50%;
  background-color:#c00;
  width:35px;
  height:35px;
  border:2px solid;
  cursor:pointer;
}

.container .wrap-map #map div.style-heads div {
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
}

.container .wrap-map #map .detail-head {
  display:flex;
}

.container .wrap-map #map .detail-head .wrap-content {
  display:flex;
  margin-left:10px;
  flex-direction:column;
  max-width:200px;
}

.container .wrap-map #map .detail-head .wrap-content .name {
  font-weight:500;
  font-size:14px;
  margin-bottom:10px;
}

.container .wrap-map #map .detail-head .wrap-content .address,
.container .wrap-map #map .detail-head .wrap-content .tel {
  margin-bottom:5px;
}

.app-radio {
  display:block;
  position:relative;
  padding-left:20px;
  cursor:pointer;
  font-size:14px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  margin-bottom:0 !important;
  margin-left:30px;
  text-transform:capitalize;
}

.app-radio input {
  position:absolute;
  opacity:0;
  cursor:pointer;
}

.checkmark {
  position:absolute;
  top:2px;
  left:0;
  height:16px;
  width:16px;
  background-color:#fff;
  border-radius:50%;
  border:1px solid #d2d2d2;
}

.app-radio:hover input~.checkmark {
  background-color:#ccc;
}

.app-radio input:checked~.checkmark {
  background-color:#fff;
  border:1px solid #c00;
}

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

.app-radio input:checked~.checkmark:after {
  display:block;
}

.app-radio .checkmark:after {
  top:3px;
  left:3px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#c00;
}

.app-checkbox {
  display:block;
  position:relative;
  padding-left:20px;
  cursor:pointer;
  font-size:14px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  margin-bottom:0 !important;
  margin-left:30px;
  text-transform:capitalize;
}

.app-checkbox input {
  position:absolute;
  opacity:0;
  cursor:pointer;
  height:0;
  width:0;
}

.app-checkbox input:checked~.box-checkmark {
  background-color:#fff;
  border:1px solid #c00;
}

.app-checkbox input:checked~.box-checkmark:after {
  display:block;
}

.app-checkbox .box-checkmark {
  position:absolute;
  top:2px;
  left:0;
  width:16px;
  height:16px;
  border-radius:2px;
  border:1px solid #d2d2d2;
  background-color:#fff;
}

.app-checkbox .box-checkmark:after {
  content:"";
  position:absolute;
  display:none;
  left:4px;
  top:1px;
  width:6px;
  height:12px;
  border:solid #c00;
  border-width:0 3px 3px 0;
  transform:rotate(45deg);
}

.banners {
  border-bottom:8px solid #c00;
}

.banners .carousel {
  height:100%;
}

.banners .carousel .carousel-indicators {
  bottom:0;
  margin-bottom:52px;
}

.banners .carousel .carousel-indicators li {
  position:relative;
  height:24px;
  width:24px;
  background-color:#fff;
  border-radius:50%;
  margin-left:8px;
  margin-right:8px;
}

.banners .carousel .carousel-indicators li.active {
  background-color:rgba(204,0,0,.5);
  border:5px solid hsla(0,0%,100%,.9);
}

.banners .carousel .carousel-inner,
.banners .carousel .carousel-inner .carousel-item {
  height:100%;
}

.banners .carousel .carousel-inner .carousel-item img {
  width:100%;
  height:auto;
}

@media (min-width:992px) and (max-width:1199px) {
  .banners {
    border-bottom:4px solid #c00;
  }
}

@media only screen and (max-width:991px) {
  .banners {
    margin-top:50px;
    border-bottom:4px solid #c00;
  }
  .banners .carousel .carousel-indicators li.active {
    border:2px solid hsla(0,0%,100%,.9);
  }
  #motorSectionCategory{
    margin-top: 75px;
  }
}

.banner_custom {
  padding-bottom:39px;
}

.banner_custom .carousel {
  height:100%;
}

.banner_custom .carousel .carousel-control-next,
.banner_custom .carousel .carousel-control-prev {
  z-index:20;
  top:unset;
  margin-bottom:-35px;
  width:unset;
  opacity:.9;
}

.banner_custom .carousel .carousel-control-next:hover,
.banner_custom .carousel .carousel-control-prev:hover {
  opacity:.5;
}

.banner_custom .carousel .carousel-control-next-icon,
.banner_custom .carousel .carousel-control-prev-icon {
  width:24px;
  height:24px;
}

.banner_custom .carousel .carousel-control-prev-icon {
  background-image:url(/images/icon-prev.png);
}

.banner_custom .carousel .carousel-control-next-icon {
  background-image:url(/images/icon-next.png);
}

.banner_custom .carousel .carousel-indicators {
  bottom:0;
  margin-bottom:-32px;
  position:absolute;
  left:50%;
  z-index:15;
  width:60%;
  padding-left:0;
  margin-left:-30%;
  text-align:center;
  list-style:none;
}

.banner_custom .carousel .carousel-indicators li {
  display:inline-block;
  height:100%;
  padding:0 6px;
  width:unset;
}

.banner_custom .carousel .carousel-indicators li:before {
  position:absolute;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
  border-radius:50%;
  display:inline-block;
  width:4px;
  height:4px;
  background:#ccc;
  vertical-align:middle;
  cursor:pointer;
}

.banner_custom .carousel .carousel-indicators li:hover:before {
  width:8px;
  height:8px;
  background:#cb0712;
  margin-top:-2px;
}

.banner_custom .carousel .carousel-indicators li.active {
  background-color:hsla(0,0%,100%,.4);
  border:none;
}

.banner_custom .carousel .carousel-indicators li.active:before {
  width:8px;
  height:8px;
  background:#cb0712;
  margin-top:-2px;
}

.banner_custom .carousel .carousel-inner,
.banner_custom .carousel .carousel-inner .carousel-item {
  height:100%;
}

.banner_custom .carousel .carousel-inner .carousel-item img {
  width:100%;
  height:auto;
}

@media only screen and (max-width:991px) {
  .banner_custom {
    margin-top:50px;
  }
  .banner_custom .carousel .carousel-control-next,
  .banner_custom .carousel .carousel-control-prev {
    margin-bottom:-33px;
  }
  .banner_custom .carousel .carousel-indicators {
    margin-bottom:-30px;
  }
}

@media only screen and (max-width:575px) {
  .banner_custom {
    margin-top:50px;
  }
  .banner_custom .carousel .carousel-control-next,
  .banner_custom .carousel .carousel-control-prev {
    margin-bottom:-31px;
  }
  .banner_custom .carousel .carousel-control-next-icon,
  .banner_custom .carousel .carousel-control-prev-icon {
    width:20px;
    height:20px;
  }
  .banner_custom .carousel .carousel-indicators {
    margin-bottom:-30px;
  }
}

.social-pc {
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  padding:0;
}

.social-pc.hide {
  display:none;
}

.social-pc .connect_with_hvn {
  font-family:PlusJakartaSans-ExtraBold;
  font-size:12px;
  font-weight:800;
  align-content:center;
  margin-right:15px;
  color:#5f5f5f;
}

.social-pc .b-social {
  position:relative;
  height:100%;
}

.social-pc .b-social .btn-social {
  display:flex;
  align-items:center;
  height:100%;
  gap:10px;
  border-radius:4px;
  padding:0;
  cursor:pointer;
}

.social-pc .b-social .social {
  font-family:Plus Jakarta Sans,sans-serif;
  background:#fff;
  position:absolute;
  text-align:center;
  right:-20px;
  width:320px;
  height:auto;
  box-sizing:border-box;
  display:none;
  z-index:99999;
  box-shadow:2px 4px 12px rgba(0,0,0,.08);
  transition:all .25s ease;
  -webkit-transition:all .25s ease;
  -moz-transition:all .25s ease;
  -o-transition:all .25s ease;
  -ms-transition:all .25s ease;
}

.social-pc .b-social .social .wrap-social {
  width:280px;
  margin:0 auto;
}

.social-pc .b-social .social .wrap-social:first-child {
  border-bottom:1px solid #cfcfcf;
}

.social-pc .b-social .social .btn-accord {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  font-weight:500;
  color:#5f5f5f;
  position:relative;
  cursor:pointer;
  font-family:BeVietnamPro-Medium;
}

.social-pc .b-social .social .btn-accord.opened i.ico-arrow img {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg);
}

.social-pc .b-social .social .btn-accord i.ico-arrow {
  position:absolute;
  right:9px;
  top:50%;
  transform:translateY(-50%);
}

.social-pc .b-social .social .btn-accord i.ico-arrow img {
  display:block;
  width:24px;
  height:auto;
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transition:all .25s ease;
  -webkit-transition:all .25s ease;
  -moz-transition:all .25s ease;
  -o-transition:all .25s ease;
  -ms-transition:all .25s ease;
}

.social-pc .b-social .social .accord-content {
  display:flex;
  gap:10px;
  padding:15px 3px 15px 15px;
}

.social-mobile {
  margin:8px 0;
  position:relative;
  width:100%;
}

.social-mobile .b-social .btn-social {
  display:flex;
  justify-content:flex-end;
  background-color:#fff;
  padding:10px;
}

.social-mobile .b-social .btn-social>img {
  display:block;
  width:24px;
  height:auto;
  margin:0 3.5px;
}

.social-mobile .b-social .social {
  text-align:center;
  width:100%;
  box-sizing:border-box;
  transition:all .25s ease;
  -webkit-transition:all .25s ease;
  -moz-transition:all .25s ease;
  -o-transition:all .25s ease;
  -ms-transition:all .25s ease;
}

.social-mobile .b-social .social>div {
  margin-top:2px;
  overflow:hidden;
}

.social-mobile .b-social .social .btn-accord {
  background:#fff;
  padding:6px 0;
  font-size:14px;
  position:relative;
  box-shadow:2px 4px 12px rgba(0,0,0,.08);
  cursor:pointer;
}

.social-mobile .b-social .social .btn-accord.opened i.ico-arrow img {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg);
}

.social-mobile .b-social .social .btn-accord i.ico-arrow {
  position:absolute;
  right:9px;
  top:50%;
  transform:translateY(-50%);
}

.social-mobile .b-social .social .btn-accord i.ico-arrow img {
  display:block;
  width:24px;
  height:auto;
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transition:all .25s ease;
  -webkit-transition:all .25s ease;
  -moz-transition:all .25s ease;
  -o-transition:all .25s ease;
  -ms-transition:all .25s ease;
}

.social-mobile .b-social .social .accord-content {
  background:#f9f9f9;
  padding:20px;
  display:none;
}

.social-mobile .b-social .social .accord-content a {
  display:inline-block;
  margin:0 8px;
}

@media only screen and (max-width:991px) {
  header>nav {
    background-color:#f9f9f9;
    overflow-y:auto;
    max-height:calc(100vh - 50px);
  }
  header>div:first-child>div.social-pc {
    display:none;
  }
}

@media only screen and (min-width:992px) {
  header>div>ul {
    margin:0;
  }
  header>div>ul>li {
    line-height:38px;
  }
  header>div>ul>li>a {
    height:38px;
    line-height:41px;
  }
  header>div>ul>li.active>a {
    color:#de0000;
  }
  .social-mobile,
  header>div>ul.hide,
  header nav.hide {
    display:none;
  }
}

.l-header {
  display:flex;
  align-items:center;
  margin:0 auto;
  justify-content:space-between;
}

.l-header .box-header {
  display:inline-block;
  width:auto;
  height:45px;
  background-color:#393939;
  transform:skew(-20deg);
  margin-left:15px;
}
.l-header .box-header a{
    color: #fff;
}
.l-header .box-header:before {
  content:"";
  position:absolute;
  background-color:#fff;
  height:100%;
  width:10px;
  left:20px;
}

.l-header .box-header p {
  position:relative;
  top:50%;
  transform:translateY(-50%) skew(10deg);
  font-size:24px;
  font-weight:900;
  color:#fff;
  text-transform:uppercase;
  display:inline-block;
  text-align:left;
  padding-left:40px;
  padding-right:20px;
  font-family:BeVietnamPro-BlackItalic;
}

.l-header .product-search {
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  max-width:100%;
}

.l-header .product-search .search-box {
  width:438px;
  height:56px;
  position:relative;
}

.l-header .product-search .search-box .icon_search,
.l-header .product-search .search-box>i {
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%) scaleX(-1);
}

.l-header .product-search .search-box>.icon_search {
  cursor:pointer;
  transform:translateY(-50%);
}

.l-header .product-search #input-search {
  height:100%;
  padding:18px 2.75rem 18px 18px;
  border-radius:unset;
  font-size:16px;
  font-weight:400;
}

.l-header .product-search #input-search:focus {
  border-color:#de0000;
  box-shadow:none;
}

.l-header .product-search .filter .filter-icon {
  width:60px;
  height:60px;
  border-radius:50%;
  border:1px solid #de0000;
  display:flex;
  cursor:pointer;
}

.l-header .product-search .filter .filter-icon svg {
  margin:auto;
}

.l-header .product-search .filter .sort {
  padding-left:30px;
}

.l-header .product-search .filter .sort p {
  margin:0 auto;
}

.l-header .product-search .filter .sort strong {
  cursor:pointer;
}

.l-header .product-search .filter .arrow {
  border:solid #000;
  border-width:0 2px 2px 0;
  display:inline-block;
  padding:3px;
  margin:3px;
}

.l-header .product-search .filter .up {
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
}

.l-header .product-search .filter .down {
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}

.l-header .product-search .filter-result p {
  font-family:Be Vietnam Pro;
  font-weight:400;
  margin:0 auto;
  font-size:16px;
  line-height:26px;
}

.l-header .product-search .filter-result p.result-detail {
  font-weight:700;
}

@media screen and (max-width:1200px) {
  .l-header .product-search {
    width:100%;
    justify-content:space-between;
  }
  .l-header .product-search .search-box {
    width:278px;
    height:45px;
  }
  .l-header .product-search #input-search {
    padding:12px;
  }
  .l-header .product-search .filter .filter-icon {
    width:40px;
    height:40px;
  }
  .l-header .product-search .filter .filter-icon svg {
    width:15px;
    height:16px;
  }
}

@media screen and (max-width:576px) {
  .l-header .product-search .search-box.search_mobile {
    width:calc(100vw - 40px);
  }
  .l-header .box-header {
    height:38px;
  }
  .l-header .box-header p {
    display:block;
    padding-right:8px;
  }
}
  
  .l-header{
    margin-bottom: 15px;
  }

@media screen and (max-width:374px) {
  .l-header .product-search .search-box {
    width:245px;
  }
}

@media screen and (max-width:321px) {
  .l-header .product-search .search-box {
    width:200px;
  }
}

@font-face {
  font-family:BeVietnamPro-Regular;
  src:url(../fonts//BeVietnamPro-Regular.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-Italic;
  src:url(../fonts//BeVietnamPro-Italic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-Black;
  src:url(../fonts//BeVietnamPro-Black.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-BlackItalic;
  src:url(../fonts//BeVietnamPro-BlackItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-Bold;
  src:url(../fonts//BeVietnamPro-Bold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-BoldItalic;
  src:url(../fonts//BeVietnamPro-BoldItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-ExtraBold;
  src:url(../fonts//BeVietnamPro-ExtraBold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-ExtraBoldItalic;
  src:url(../fonts//BeVietnamPro-ExtraBoldItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-SemiBold;
  src:url(../fonts//BeVietnamPro-SemiBold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-SemiBoldItalic;
  src:url(../fonts//BeVietnamPro-SemiBoldItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-Medium;
  src:url(../fonts//BeVietnamPro-Medium.ttf);
  font-display:fallback;
}

@font-face {
  font-family:BeVietnamPro-MediumItalic;
  src:url(../fonts//BeVietnamPro-MediumItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:PlusJakartaSans-Regular;
  src:url(/fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf);
  font-display:fallback;
}

@font-face {
  font-family:PlusJakartaSans;
  src:url(/fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf);
}

@font-face {
  font-family:PlusJakartaSans-Bold;
  src:url(/fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:PlusJakartaSans-ExtraBold;
  src:url(/fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:OldschoolGrotesk-Bold;
  src:url(/fonts/OldschoolGrotesk/OldschoolGrotesk-CompactBold.otf);
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-Regular.ttf);
  font-style:normal;
  font-weight:400;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-Italic.ttf);
  font-style:italic;
  font-weight:400;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-Black.ttf);
  font-style:normal;
  font-weight:900;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-BlackItalic.ttf);
  font-style:italic;
  font-weight:900;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-Bold.ttf);
  font-style:normal;
  font-weight:700;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-BoldItalic.ttf);
  font-style:italic;
  font-weight:700;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-ExtraBold.ttf);
  font-style:normal;
  font-weight:800;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-ExtraBoldItalic.ttf);
  font-style:italic;
  font-weight:900;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-SemiBold.ttf);
  font-style:normal;
  font-weight:600;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-SemiBoldItalic.ttf);
  font-style:italic;
  font-weight:600;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-Medium.ttf);
  font-style:normal;
  font-weight:500;
  font-display:fallback;
}

@font-face {
  font-family:Be Vietnam Pro;
  src:url(../fonts//BeVietnamPro-MediumItalic.ttf);
  font-style:italic;
  font-weight:500;
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-Regular;
  src:url(/fonts/NotoSans/NotoSans-Regular.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-Italic;
  src:url(/fonts/NotoSans/NotoSans-Italic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-Black;
  src:url(/fonts/NotoSans/NotoSans-Black.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-BlackItalic;
  src:url(/fonts/NotoSans/NotoSans-BlackItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-Bold;
  src:url(/fonts/NotoSans/NotoSans-Bold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-BoldItalic;
  src:url(/fonts/NotoSans/NotoSans-BoldItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-ExtraBold;
  src:url(/fonts/NotoSans/NotoSans-ExtraBold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-ExtraBoldItalic;
  src:url(/fonts/NotoSans/NotoSans-ExtraBoldItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-SemiBold;
  src:url(/fonts/NotoSans/NotoSans-SemiBold.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-SemiBoldItalic;
  src:url(/fonts/NotoSans/NotoSans-SemiBoldItalic.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-Medium;
  src:url(/fonts/NotoSans/NotoSans-Medium.ttf);
  font-display:fallback;
}

@font-face {
  font-family:NotoSans-MediumItalic;
  src:url(/fonts/NotoSans/NotoSans-MediumItalic.ttf);
  font-display:fallback;
}

.pagination-wrp {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:10px;
}

.pagination-wrp .rpp {
  position:relative;
  display:flex;
  align-items:center;
  font-size:14px;
}

.pagination-wrp .rpp.hide {
  display:none !important;
}

.pagination-wrp .rpp div {
  font-size:14px;
  color:#212121;
}

.pagination-wrp .rpp select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  height:32px;
  width:50px;
  border-radius:6px;
  border:1px solid #d2d2d2;
  margin-left:10px;
  padding:0 10px;
  outline:none;
  cursor:pointer;
}

.pagination-wrp .rpp i {
  position:absolute;
  right:10px;
  pointer-events:none;
  font-size:15px;
}

.pagination-wrp .p-select {
  display:flex;
}

.pagination-wrp .p-select .p-sel-l {
  display:flex;
  justify-content:center;
  align-items:center;
  vertical-align:baseline;
  width:32px;
  height:32px;
  border:1px solid #d2d2d2;
  border-radius:50%;
  background-color:#fff;
  color:#212121;
  margin-left:8px;
  cursor:pointer;
  text-decoration:none;
  position:relative;
}

.pagination-wrp .p-select .p-sel-l.p-sel-blank {
  font-size:17px;
  border:none;
  color:#ccc;
}

.pagination-wrp .p-select .p-sel-l.active {
  color:#fff;
  background-color:#c00;
  border-color:#c00;
}

.pagination-wrp .p-select .p-sel-l.active .last_page {
  display:none;
}

.pagination-wrp .p-select .p-sel-l.hide {
  display:none !important;
}

.pagination-wrp .p-select .p-sel-l.p-btn div {
  display:none;
}

.pagination-wrp .pagination li a i {
  font-size:20px;
}

.loading-state {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.3);
  z-index:99999;
  display:flex;
  justify-content:center;
  align-items:center;
}

.loading {
  width:100px;
  height:100px;
  border-radius:50%;
  border:10px solid #ddd;
  border-top-color:#c00;
  -webkit-animation:loading 1s linear infinite;
  animation:loading 1s linear infinite;
}

@-webkit-keyframes loading {
  to {
    transform:rotate(1turn);
  }
}

@keyframes loading {
  to {
    transform:rotate(1turn);
  }
}

.quick_bar_container {
  display:none;
  position:fixed;
  bottom:0;
  width:100vw;
  transition:height .3s;
  background-color:#fff;
  z-index:1101;
  box-shadow:0 20px 50px 10px grey;
}

.quick_bar_container .quick_bar_collapse-btn {
  display:none;
}

.quick_bar_container>.row {
  padding:10px 0;
}

.quick_bar_container a:hover {
  text-decoration:none;
}

.quick_bar_container .quick_item {
  position:relative;
  width:100%;
  min-height:1px;
  flex:0 0 14.2%;
  max-width:14.2%;
  padding-bottom:20px;
  align-content:center;
}

.quick_bar_container .quick_item.extend_mobile {
  display:none;
}

.quick_bar_container .quick_item .quick_content {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.quick_bar_container .quick_item .quick_content .quick_text {
  font-size:12px;
  font-weight:500;
  line-height:15.18px;
  color:#212121;
}

.quick_bar_container.extend {
  transition:height .3s;
  height:230px;
  border-radius:15px 15px 0 0;
  box-shadow:0 20px 20px 10px grey;
}

.quick_bar_container.extend .quick_bar_collapse-btn {
  display:block;
  position:absolute;
  top:-17px;
  right:40px;
}

.quick_bar_container.extend>.row {
  padding:30px 0;
}

.quick_bar_container.extend .quick_item_extend {
  display:none !important;
}

@media screen and (max-width:576px) {
  .quick_bar_container {
    display:flex;
    justify-content:center;
    align-items:center;
    height:60px;
    flex-direction:column;
  }
  .quick_bar_container>.row {
    width:100%;
    height:100%;
  }
  .quick_bar_container>.row .quick_item.col-3 {
    padding-right:9px;
    padding-left:9px;
    height:100%;
  }
  .quick_bar_container>.row .quick_item {
    flex:0 0 20%;
    max-width:20%;
  }
  .quick_bar_container>.row .quick_item.extend_mobile {
    display:block;
  }
  .quick_bar_container>.row .quick_item.extend_tablet {
    display:none;
  }
  .banner_custom {
    margin-bottom:10px;
  }
}

@media (min-width:992px) and (max-width:1200px) and (orientation:landscape) {
  .quick_bar_container .quick_item {
    min-height:1px;
    flex:1 0 10%;
    max-width:10%;
    padding-bottom:20px;
    align-content:center;
  }
}

* {
  font-family:BeVietnamPro-Regular,system-ui;
  -webkit-font-smoothing:antialiased;
}

.l-carousel {
  display:none;
}

#price_list {
  width:100vw;
  z-index:9999;
}

#price_list .popup-content {
  position:absolute;
  width:90%;
  max-height:90vh;
  overflow:auto;
  top:50px;
  left:50%;
  transform:translateX(-50%);
  background-color:#fff;
}

#price_list .popup-content #pdf-viewer {
  position:relative;
  width:100%;
  height:auto;
}

#price_list .popup-content .pdf-page-canvas {
  -o-object-fit:cover;
  object-fit:cover;
  position:relative;
  width:100%;
  height:100%;
  left:50%;
  transform:translateX(-50%);
}

#price_list .popup-content .container {
  padding-top:50px;
}

#price_list .popup-content .close-button {
  cursor:pointer;
  background-color:#de0000;
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  border:none;
  outline:none;
  padding:0;
}

#price_list .popup-content .close-button svg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

#price_list .popup-content .btn-container {
  display:flex;
  justify-content:center;
  padding:30px 15px 50px;
}

#price_list .popup-content .btn-container .arrow {
  left:-5px;
  transform:translateY(3px) rotate(135deg);
}

html {
  scroll-behavior:smooth;
}

html,
html body {
  width:100%;
  height:100%;
}

html body {
  overflow-x:hidden;
}

html body>a.scroll-to-top {
  position:fixed;
  display:none;
  width:40px;
  height:40px;
  background-color:#4d4d4d;
  bottom:32px;
  right:32px;
  left:auto;
  z-index:1100;
}

html body>a.scroll-to-top.home_page {
  display:none;
}

html body>a.scroll-to-top:hover {
  background-color:#c00;
}

html body>a.scroll-to-top:hover>div.inner:after {
  border-color:#fff;
}

html body>a.scroll-to-top>div.inner {
  position:relative;
}

html body>a.scroll-to-top>div.inner:after {
  position:absolute;
  top:16px;
  left:15px;
  width:10px;
  height:10px;
  content:"";
  display:block;
  border-top:2px solid #f3f3f3;
  border-right:2px solid #f3f3f3;
  transform:rotate(-45deg);
}

html body>div.container-fluid {
  overflow:hidden;
}

html body>div.version {
  position:fixed;
  top:0;
  left:32px;
  color:#c00;
  line-height:30px;
  z-index:100000;
}

html body>div.cookies {
  display:none;
  position:fixed;
  bottom:0;
  left:0;
  width:100vw;
  z-index:9999;
  background-color:#fff;
  box-shadow:0 3px 6px 0 rgba(0,0,0,.8);
}

html body>div.cookies>div>div {
  max-width:1000px;
  margin:auto;
  text-align:center;
  padding:32px;
  position:relative;
}

html body>div.cookies>div>div h5 p {
  margin:0;
  font-size:16px;
  text-align:justify;
}

html body>div.cookies>div>div h5 p a {
  text-decoration:none;
  color:#c00;
}

html body>div.cookies>div>div>button.x {
  background-color:#c00;
  border:none;
  outline:none;
}

html body>div.cookies>div>div>button.x:active,
html body>div.cookies>div>div>button.x:focus {
  background-color:#c00 !important;
  border:none;
  outline:none;
  box-shadow:none;
}

html body>div.cookies>div>div>i {
  position:absolute;
  top:12px;
  right:12px;
  cursor:pointer;
}

#common-breadscumb {
  padding:10px 0;
  background-color:#f5f5f5;
  margin-bottom: 25px;
}

#common-breadscumb .breadscrumb-container {
  color:#393939;
  margin:0 auto;
  padding-left:20px;
}

#common-breadscumb .breadscrumb-container a {
  font-size:12px;
  font-weight:500;
  font-family:BeVietnamPro-Medium;
  color:#393939;
}
select {
    outline: none;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
}
#common-breadscumb .breadscrumb-container a:hover {
  text-decoration:none;
}

#common-breadscumb .breadscrumb-container .breadscrumb-arrow {
  display:inline-block;
  width:5px;
  height:5px;
  border-top:1px solid #9e9e9e;
  border-right:1px solid #9e9e9e;
  transform-origin:right;
  transform:rotate(45deg) translate(-1px,1px);
  margin:0 6px;
}


.app-btn-positive {
  width:123.3px;
  height:30px;
  background-color:#c00;
  cursor:pointer;
  color:#fff;
  border:none;
}

.app-btn-positive:focus {
  outline:none;
}

@media only screen and (max-width:1200px) {
  html body a.scroll-to-top {
    display:none;
    background:#de0000;
    left:50%;
    transform:translateX(-50%);
    border-radius:50%;
  }
  html body a.scroll-to-top.scroll_v1 {
    bottom:62px;
  }
  .quick_bar_container {
    display:flex;
    justify-content:center;
    align-items:center;
    height:60px;
  }
  .quick_bar_container>.row {
    width:100%;
    height:100%;
  }
  .quick_bar_container>.row .quick_item.col-3 {
    padding-right:0;
    padding-left:0;
    height:100%;
  }
}

@media (min-width:600px) and (max-width:1200px) {
  .quick_bar_container .quick_item .quick_content .quick_text {
    font-size:14px;
    line-height:24px;
  }
}

@media (min-width:768px) and (max-width:1200px) and (min-height:500px) and (orientation:landscape) {
  .quick_item.quick_item_extend {
    display:none;
  }
  .quick_bar_motor>.row {
    justify-content:center;
  }
}

@media screen and (min-width:1750px) {
  #common-breadscumb .breadscrumb-container {
    max-width:1560px;
  }
}

.btn-arrow-container {
  position:relative;
  width:200px;
  height:50px;
  font-size:16px;
  text-align:center;
  vertical-align:middle;
  line-height:50px;
  border:1px solid #eb8787;
  color:#c00;
  background-color:transparent;
  cursor:pointer;
  transition:.15s;
  transition-timing-function:linear;
}

.btn-arrow-container:focus {
  outline:none;
}

.btn-arrow-container .arrow-bl,
.btn-arrow-container .arrow-br,
.btn-arrow-container .arrow-tl,
.btn-arrow-container .arrow-tr {
  position:absolute;
  width:15px;
  height:15px;
}

.btn-arrow-container .arrow-bl:before,
.btn-arrow-container .arrow-br:before,
.btn-arrow-container .arrow-tl:before,
.btn-arrow-container .arrow-tr:before {
  content:"";
  position:absolute;
  width:16px;
  height:1px;
  background-color:#eb8787;
}

.btn-arrow-container .arrow-tl {
  top:-1.25px;
  left:-1.25px;
  border-top:2px solid #c00;
  border-left:2px solid #c00;
}

.btn-arrow-container .arrow-tl:before {
  left:0;
  transform-origin:left;
  transform:translateY(-50%) rotate(45deg);
}

.btn-arrow-container .arrow-tr {
  top:-1.25px;
  right:-1.25px;
  border-top:2px solid #c00;
  border-right:2px solid #c00;
}

.btn-arrow-container .arrow-tr:before {
  right:0;
  transform-origin:right;
  transform:translateY(-50%) rotate(-45deg);
}

.btn-arrow-container .arrow-bl {
  bottom:-1.25px;
  left:-1.25px;
  border-bottom:2px solid #c00;
  border-left:2px solid #c00;
}

.btn-arrow-container .arrow-bl:before {
  bottom:0;
  left:0;
  transform-origin:left;
  transform:translateY(50%) rotate(-45deg);
}

.btn-arrow-container .arrow-br {
  bottom:-1.25px;
  right:-1.25px;
  border-bottom:2px solid #c00;
  border-right:2px solid #c00;
}

.btn-arrow-container .arrow-br:before {
  right:0;
  bottom:0;
  transform-origin:right;
  transform:translateY(50%) rotate(45deg);
}

.btn-arrow-container:hover {
  scale:1.05 1;
  border-color:rgba(235,135,135,.3);
  font-weight:600;
}

.btn-arrow-container:hover .arrow-tl {
  top:-2px;
  left:-2px;
  border-top-width:3px;
  border-left-width:3px;
}

.btn-arrow-container:hover .arrow-tr {
  top:-2px;
  right:-2px;
  border-top-width:3px;
  border-right-width:3px;
}

.btn-arrow-container:hover .arrow-bl {
  bottom:-2px;
  left:-2px;
  border-bottom-width:3px;
  border-left-width:3px;
}

.btn-arrow-container:hover .arrow-br {
  bottom:-2px;
  right:-2px;
  border-bottom-width:3px;
  border-right-width:3px;
}

.btn-arrow-container:hover .arrow-bl:before,
.btn-arrow-container:hover .arrow-br:before,
.btn-arrow-container:hover .arrow-tl:before,
.btn-arrow-container:hover .arrow-tr:before {
  background-color:#c00;
}

.btn_container {
  position:relative;
  width:auto;
  height:45px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:17px;
  font-size:16px;
  font-weight:600;
  font-family:BeVietnamPro-SemiBold;
  border:2px solid #de0000;
  color:#de0000;
  background-color:#fff;
  cursor:pointer;
  transition:.3s;
  transition-timing-function:linear;
  padding:1px 10px;
  text-transform:uppercase;
  opacity:1;
  text-decoration:unset !important;
}

.btn_container.disabled {
  border-color:#a5a5a5;
  color:#a5a5a5;
}

.btn_container.disabled .arrow {
  border-top:2px solid #a5a5a5;
  border-right:2px solid #a5a5a5;
}

.btn_container.disabled .arrow:before {
  background-color:#a5a5a5;
}

.btn_container.active_black {
  border-color:#393939;
  color:#393939;
}

.btn_container.inactive_red {
  opacity:.5;
  cursor:not-allowed;
}

.btn_container.for_mobile {
  display:none;
}

@media screen and (max-width:768px) {
  .btn_container.for_mobile {
    display:flex;
  }
  
}

.btn_container:focus {
  outline:none;
}

.btn_container .arrow {
  position:relative;
  width:8px;
  height:8px;
  border-top:2px solid #c00;
  border-right:2px solid #c00;
  transform:translateY(0) rotate(45deg);
  transition:.3s;
}

.btn_container .arrow:before {
  position:absolute;
  content:"";
  top:0;
  width:14px;
  height:2px;
  background-color:#de0000;
  right:0;
  transform:translateY(-50%) rotate(-45deg);
  transform-origin:right;
  transition:.3s;
}

.btn_container:hover:not(.disabled):not(.inactive_red) {
  background-color:#de0000;
  color:#fff;
}

.btn_container:hover:not(.disabled):not(.inactive_red) .arrow {
  border-top-color:#fff;
  border-right-color:#fff;
}

.btn_container:hover:not(.disabled):not(.inactive_red) .arrow:before {
  background-color:#fff;
}

.btn_container .text>span {
  font-family:BeVietnamPro-SemiBold;
}

.wraper .mainlayout .row-content .category-item-content-all {
  text-align:center;
}

.category-item-content-product-center-all {
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  gap:20px;
  position:absolute;
  top:50%;
  width:100%;
  transform:translateY(-50%);
}

.category-item-all-pc,
.category-item-all-sp {
  text-align:center;
}

.category-item-content-product-center-all-sp {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:20px;
  position:absolute;
  top:50%;
  width:100%;
  transform:translateY(-50%);
}

.thumb_all {
  float:left;
}

.title_all {
  float:right;
  background-color:#fff !important;
  text-align:center;
  margin-bottom:-5px !important;
  text-transform:capitalize;
  color:#5f5f5f;
}

.wraper .mainlayout .row-content .category-item-content .title_all h3 {
  font-family:BeVietnamPro-SemiBold !important;
  font-size:16px !important;
  font-weight:600 !important;
  line-height:20.24px !important;
  text-transform:uppercase !important;
  margin-bottom:0 !important;
}

.fix-ctn {
  max-width:1370px;
}

#footer {
  margin-top:0;
}

#footer .col-md-12 {
  margin-top:-25px;
  z-index:1;
}

.container-fix {
  max-width:1415px;
  margin:20px auto 0;
}

@media (max-width:1024px) {
  .fix-ctn {
    max-width:992px;
  }
}

#carouselMotorProductList {
  border-bottom:none;
}

#carouselMotorProductList .caroulselMotorBannerNav_container {
  position:absolute;
  width:169px;
  height:55px;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:center;
  padding-bottom:35px;
  gap:15px;
}

#carouselMotorProductList .caroulselMotorBannerNav_container #customCarouselIndicator {
  margin:0;
  position:unset;
  width:auto;
  color:#cacaca;
  line-height:26px;
}

#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-next,
#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-prev {
  position:relative;
  top:0;
  margin-bottom:0;
  width:55px;
  height:55px;
  border:1px solid #cacaca;
  border-radius:50%;
}

#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-next:hover,
#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-prev:hover {
  opacity:unset;
}

#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-next-icon,
#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-prev-icon {
  background-image:none;
  width:10px;
  height:10px;
  transform-origin:center center;
  border-top:2px solid #cacaca;
}

#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-prev-icon {
  border-left:2px solid #cacaca;
  transform-origin:left;
  transform:rotate(-45deg) translateY(5px);
}

#carouselMotorProductList .caroulselMotorBannerNav_container .carousel-control-next-icon {
  border-right:2px solid #cacaca;
  transform-origin:right;
  transform:rotate(45deg) translateY(5px);
}

.motorTitleCommonContainer {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding-bottom:45px;
  color:#de0000;
}

.motorTitleCommonContainer .motorTitleCommon {
  font-size:28px;
  font-weight:800;
  text-transform:uppercase;
}

.motorTitleCommonContainer>.l-header .box-header {
  background-color:#393939;
}

.motorTitleCommonContainer>.l-header .box-header p {
  color:#fff;
}

.motorTitleCommonContainer>.l-header .box-header:before {
  background-color:#393939;
}

#motorSectionCategory {
  margin-top:20px;
}

.wraper .mainlayout {
  padding:0 20px;
}

.wraper .mainlayout .headSection a {
  color:inherit;
}

.wraper .mainlayout .headSection a:hover {
  text-decoration:none;
}

.wraper .mainlayout .headSection .showAll {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-right:15px;
  font-size:16px;
  font-weight:600;
  font-family:BeVietnamPro-SemiBold;
  text-transform:uppercase;
  line-height:20.24px;
}

.wraper .mainlayout .headSection .showAll>svg {
  margin-right:15px;
}

.wraper .mainlayout .headSection .showAll span {
  position:relative;
  display:block;
  font-family:BeVietnamPro-SemiBold;
  line-height:20.24px;
}

.wraper .mainlayout .headSection .showAll span .arrow {
  top:-1px;
  right:0;
  display:inline-block;
  width:9px;
  height:9px;
  border-top:2px solid #de0000;
  border-right:2px solid #de0000;
  margin-left:15px;
  transform:rotate(45deg);
}

.wraper .mainlayout .headSection .showAll span .arrow:before {
  content:"";
  position:absolute;
  top:0;
  right:-2px;
  width:15px;
  height:2px;
  background-color:#de0000;
  transform-origin:right center;
  transform:rotate(-45deg) translateY(-100%);
}

.wraper .mainlayout .row-content>a:hover {
  text-decoration:none;
}

.wraper .mainlayout .row-content .category-item-content {
  display:flex;
  flex-direction:column;
  width:100%;
  margin-bottom:15px;
  position:relative;
  height:355px;
  transition:box-shadow .5s;
}

.wraper .mainlayout .row-content .category-item-content .thumb {
  height:227px;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}

.wraper .mainlayout .row-content .category-item-content .thumb>img {
  width:100%;
  height:auto;
}

.wraper .mainlayout .row-content .category-item-content .title {
  padding:10px;
  height:115px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#f5f5f5;
}

.wraper .mainlayout .row-content .category-item-content .title h3 {
  font-size:22px;
  font-weight:800;
  font-family:BeVietnamPro-ExtraBold;
  text-transform:capitalize;
  color:#5f5f5f;
  margin-bottom:0;
  line-height:30.8px;
}

.wraper .mainlayout .row-content .category-item-content .title .card-curve {
  position:absolute;
  top:4px;
  width:85px;
  height:34px;
  background-color:#f5f5f5;
  transform:translateY(-100%);
  border-radius:51% 49% 100% 0/100% 100% 0 0;
}

.wraper .mainlayout .row-content .category-item-content .title .card-curve:before {
  content:"";
  position:absolute;
  width:67px;
  height:44px;
  bottom:4px;
  box-shadow:4px 14px 0 0 #f5f5f5;
  right:77px;
  border-radius:0 100% 100% 0/100% 57% 43% 0;
}

.wraper .mainlayout .row-content .category-item-content .title .card-curve:after {
  content:"";
  position:absolute;
  width:67px;
  height:44px;
  bottom:4px;
  box-shadow:-4px 14px 0 0 #f5f5f5;
  left:77px;
  border-radius:100% 0 0 100%/57% 100% 0 43%;
}

.wraper .mainlayout .row-content .category-item-content .title .card-curve .card-icon {
  position:absolute;
  left:50%;
  top:50%;
  display:inline-block;
  width:10px;
  height:10px;
  border-top:3px solid #de0000;
  border-right:3px solid #de0000;
  transform:rotate(45deg) translate(2px,3px);
}

.wraper .mainlayout .row-content .category-item-content .title .card-curve .card-icon:before {
  content:"";
  position:absolute;
  top:0;
  right:-2px;
  width:18px;
  height:3px;
  background-color:#de0000;
  transform-origin:right center;
  transform:rotate(-45deg) translateY(-2.5px);
}

.wraper .mainlayout .row-content .category-item-content:hover .title h3 {
  color:#de0000;
}

@media screen and (min-width:992px) {
  .wraper .mainlayout .row-content .category-item.col-lg-3 {
    padding-right:9px;
    padding-left:9px;
  }
  .wraper .mainlayout .row-content.row {
    margin-right:-9px;
    margin-left:-9px;
  }
}

@media screen and (max-width:576px) {
  .wraper .mainlayout .row-content .category-item.col-6 {
    padding-right:2.5px;
    padding-left:2.5px;
  }
  .wraper .mainlayout .row-content.row {
    margin-right:-2.5px;
    margin-left:-2.5px;
  }
}

.wraper .mainlayout .show_all_mobile {
  display:none;
}

.wraper .mainlayout .show_all_mobile a:hover {
  text-decoration:none;
}

.wraper .mainlayout .show_all_mobile .btn_container {
  font-family:BeVietnamPro-SemiBold;
}

.slider-for {
  width:100%;
  cursor:-webkit-grabbing;
  cursor:grabbing;
}

.slider-for .list-image {
  width:100%;
}

.container-fluid {
  padding-left:0;
  padding-right:0;
}

.banner_custom {
  position:relative;
  height:31.25vw;
}

.banner_custom .custom-arrow-container {
  display:none;
  position:absolute;
  bottom:80px;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  margin-top:30px;
  justify-content:space-between;
  align-items:center;
  width:169px;
}

.banner_custom .custom-arrow-container .custom-arrow-item {
  position:relative;
  width:55px;
  height:55px;
  border-radius:50%;
  border:1px solid #fff;
  cursor:pointer;
}

.banner_custom .custom-arrow-container .custom-arrow-item:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:10px;
  height:10px;
  border-color:#fff;
}

.banner_custom .custom-arrow-container .custom-arrow-item.prev-arrow:before {
  transform:translate(-30%,-50%) rotate(-45deg);
  border-top:1px solid #fff;
  border-left:1px solid #fff;
}

.banner_custom .custom-arrow-container .custom-arrow-item.next-arrow:before {
  transform:translate(-70%,-50%) rotate(45deg);
  border-top:1px solid #fff;
  border-right:1px solid #fff;
}

.banner_custom .custom-arrow-container .slide-counter {
  position:relative;
  font-size:16px;
  line-height:26px;
  color:#fff;
}

.custom-ctn.first-section {
  padding:0;
  margin-top:30px;
  overflow:hidden;
}

.btn_container .text>span {
  line-height:20.24px;
}

.first-section>.l-header {
  margin-left:35px;
}

.first-section>.l-header .box-header {
  background-color:#393939;
}

.first-section>.l-header .box-header p {
  color:#fff;
}

.first-section>.l-header .box-header:before {
  background-color:#393939;
}


.slick-dots li {
  width:10px !important;
  height:3px !important;
  border-radius:5px;
  background-color:#fff;
  border:1px solid #fff;
  opacity:.5;
  transition:width .5s;
}

.slick-dots li button:before {
  content:"" !important;
}

.slick-dots li.slick-active {
  background-color:#fff;
  width:48px !important;
  border:1px solid #fff;
  opacity:1;
}

.slick-dots li button {
  width:0;
  height:0;
}

.l-section {
  position:relative;
  height:31.25vw;
}

.l-section .inside-content {
  padding:0;
  height:100%;
  max-width:100%;
  overflow:hidden;
}

.l-section .inside-content .slick-slider,
.l-section .inside-content .slick-slider .slick-list {
  height:100%;
}

.l-section .inside-content .item {
  height:31.25vw;
  width:100%;
  position:relative;
}

.l-section .inside-content .item a {
  width:100%;
  height:100%;
  position:absolute;
  bottom:50%;
  left:50%;
  transform:translate(-50%,50%);
}

.l-section .inside-content .item a img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  height:101%;
  width:100%;
}

.l-section .inside-content .item a img.banner_desktop {
  display:block;
}

.l-section .inside-content .item a img.banner_mobile,
.l-section .inside-content .item a img.banner_tablet {
  display:none;
}

.l-section .inside-content .content {
  width:80%;
  position:relative;
  height:-webkit-max-content;
  height:-moz-max-content;
  height:max-content;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.l-section .inside-content .content .slick-slider-dots {
  position:relative;
  bottom:-50px;
}

.l-section .inside-content .content .slick-slider-dots .slick-dots {
  position:relative;
  text-align:left;
  bottom:20px;
}

.l-section .inside-content .content .slick-slider-dots li {
  opacity:.5;
}

.l-section .inside-content .content .slick-slider-dots li.slick-active {
  opacity:1;
}

.l-section .inside-content .content .btn_container {
  margin-top:30px;
  background-color:transparent;
  border-color:#fff;
  color:#fff;
}

.l-section .inside-content .content .btn_container .arrow {
  border-color:#fff;
}

.l-section .inside-content .content .btn_container .arrow:before {
  background-color:#fff;
}

.l-section .inside-content .content .btn_container:hover {
  background-color:#fff;
  color:#393939;
}

.l-section .inside-content .content .btn_container:hover .arrow {
  border-color:#393939;
}

.l-section .inside-content .content .btn_container:hover .arrow:before {
  background-color:#393939;
}

.l-section .inside-content .content>p {
  padding-top:30px;
  font-size:16px;
  line-height:26px;
  font-weight:400;
  color:#fff;
  width:85%;
}

.l-section .inside-content .content .btn-container {
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
}

.l-section .inside-content .content .btn-container>a:hover {
  text-decoration:none;
}

.l-section .inside-content .content .content_common {
  display:none;
}

.l-section .inside-content .content .content_common.active {
  display:block;
}

.l-section .inside-content .content .content_common>p {
  padding-top:30px;
  font-size:16px;
  line-height:26px;
  font-weight:400;
  max-width:470px;
  color:#fff;
}

.l-section .inside-content .content .content_common>p.time {
  margin-bottom:0;
}

.l-section .inside-content .content .content_common>p.text {
  padding-top:0;
}

.inside-content.description {
  position:absolute;
  width:45%;
  background-color:rgba(222,0,0,.4);
  z-index:1;
}

.inside-content.description.left {
  left:0;
}

.inside-content.description.right {
  right:0;
}

.on-going-promotion {
  width:100%;
  height:100%;
  max-height:100%;
  overflow:hidden;
}

.on-going-promotion .slick-dots {
  bottom:0;
}

.on-going-promotion .slick-list,
.on-going-promotion .slick-list .slick-track {
  height:100%;
}

.on-going-promotion .slick-slide {
  width:100vw;
  height:100%;
  position:relative;
}

.on-going-promotion .slick-slide a {
  position:absolute;
  width:100%;
  height:100%;
}

.on-going-promotion .slick-slide .list-image {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  height:auto;
}

.service .background-img {
  position:absolute;
  height:auto;
  width:100%;
  overflow:hidden;
}

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

#sectionService {
  padding-top:50px;
}

#sectionService .l-header {
  padding-bottom:50px;
}

#sectionService .btn-container {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}

#sectionService .bottom-content {
  padding-bottom:100px;
}

#sectionService .slick-slider-dots {
  position:relative;
}

#sectionService .slick-slider-dots .slick-dots {
  text-align:left;
  bottom:-60px;
}

#sectionService .slick-slider-dots li {
  background-color:#393939;
  border:1px solid #393939;
  opacity:.5;
}

#sectionService .slick-slider-dots li.slick-active {
  opacity:1;
}

.news {
  overflow:hidden;
}

.news .inside-content>p {
  font-size:14px;
  font-weight:400;
}

.news a {
  font-weight:700;
  font-size:20px;
  line-height:30px;
  color:#fff;
}

.news .description {
  background-color:rgba(0,0,0,.4);
}

.news .l-header .box-header p {
  color:#393939;
}

.popup {
  width:100vw;
  z-index:9998;
}

.popup .popup-content {
  position:absolute;
  width:90%;
  max-height:90vh;
  overflow:auto;
  top:50px;
  left:50%;
  transform:translateX(-50%);
  background-color:#fff;
}

.popup .popup-content #pdf-viewer {
  position:relative;
  width:100%;
  height:auto;
}

.popup .popup-content .pdf-page-canvas {
  -o-object-fit:cover;
  object-fit:cover;
  position:relative;
  width:100%;
  height:100%;
  left:50%;
  transform:translateX(-50%);
}

.popup .popup-content .container {
  padding-top:50px;
}

.popup .popup-content .close-button {
  cursor:pointer;
  background-color:#de0000;
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  border:none;
  outline:none;
  padding:0;
}

.popup .popup-content .close-button svg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.popup .popup-content .btn-container {
  display:flex;
  justify-content:center;
  padding:30px 15px 50px;
}

.popup .popup-content .btn-container .arrow {
  left:-5px;
  transform:translateY(3px) rotate(135deg);
}

#motor-colection-nav {
  margin-bottom:56px;
}

#motor-colection-nav .container {
  max-width:1920px;
  padding:0;
}

#motor-colection-nav .colection-nav {
  display:flex;
  align-items:flex-end;
  font-size:0;
  border-bottom:1px solid #d2d2d2;
  height:40px;
}

#motor-colection-nav .colection-nav .colection-nav-item {
  display:inline-block;
  font-size:16px;
  font-weight:400;
  margin-right:20px;
  padding-bottom:7px;
  line-height:26px;
  cursor:pointer;
  transition:all .1s;
  border-bottom:5px solid transparent;
}

#motor-colection-nav .colection-nav .colection-nav-item.active {
  color:#de0000;
  font-weight:700;
  border-bottom:5px solid #de0000;
  font-family:BeVietnamPro-Bold;
}

.fix-ctn #motor-colection-title {
  color:#de0000;
  margin-bottom:20px;
}

.fix-ctn #motor-colection-title>h2 {
  font-size:28px;
  font-weight:800;
  line-height:42px;
}

.fix-ctn #motor-colection-action {
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}

.fix-ctn #motor-colection-action .motor-search {
  position:relative;
  height:56px;
  width:251px;
}

.fix-ctn #motor-colection-action .motor-search>i,
.fix-ctn #motor-colection-action .motor-search svg {
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
}

.fix-ctn #motor-colection-action .motor-search #input-search {
  height:100%;
  border-radius:unset;
  padding-right:2.55rem;
  padding-left:18px;
  font-size:16px;
  font-weight:400;
  border-color:#9e9e9e;
  line-height:26px;
}

.fix-ctn #motor-colection-action .motor-search #input-search::-moz-placeholder {
  opacity:1;
}

.fix-ctn #motor-colection-action .motor-search #input-search:-ms-input-placeholder {
  color:#9e9e9e;
}

.fix-ctn #motor-colection-action .motor-search #input-search::-ms-input-placeholder {
  color:#9e9e9e;
}

.fix-ctn #motor-colection-action .motor-search #input-search::-webkit-input-placeholder {
  color:#9e9e9e;
}

.fix-ctn #motor-colection-action .motor-search #input-search::-moz-placeholder {
  color:#9e9e9e;
}

.fix-ctn #motor-colection-action .motor-search #input-search:-ms-input-placeholder {
  color:#9e9e9e;
}

.fix-ctn #motor-colection-action .motor-search #input-search::placeholder {
  color:#9e9e9e;
}

.fix-ctn #motor-colection-action .motor-search #input-search:focus {
  border-color:#de0000;
  box-shadow:none;
}

.fix-ctn #motor-colection-action .colection-filter {
  display:flex;
  align-items:center;
  gap:24px;
}

.fix-ctn #motor-colection-action .colection-filter .filter-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  width:60px;
  height:60px;
  color:#fff;
  border-radius:50%;
  border:1.5px solid #de0000;
  cursor:pointer;
}

.fix-ctn #motor-colection-action .colection-filter .filter-icon>i {
  font-size:24px;
}

.fix-ctn #motor-colection-action .colection-filter .result-title {
  font-size:16px;
  font-weight:400;
  line-height:26px;
}

.fix-ctn #motor-colection-action .colection-filter #orderby,
.fix-ctn #motor-colection-action .colection-filter .filter-result-number {
  font-size:16px;
  font-weight:700;
  line-height:26px;
  font-family:BeVietnamPro-Bold;
}

.fix-ctn #motor-colection-action .colection-filter #orderby {
  border:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-appearance:none;
  width:135px;
  background-image:url(/images/icon/arrow_down.png);
  background-position:118px 50%;
  background-size:10px;
  background-repeat:no-repeat;
  background-color:transparent;
  padding:0;
}

.fix-ctn #motor-colection-action .colection-filter #orderby:focus,
.fix-ctn #motor-colection-action .colection-filter #orderby:focus-visible {
  outline:none;
}

.fix-ctn #motor-colection-action .colection-filter .filter_by_popup_ctn {
  display:flex;
  align-items:center;
  gap:24px;
}

.fix-ctn #motor-colection-action .motor-compare-search-container {
  display:flex;
  gap:20px;
  align-items:center;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container {
  display:none;
  align-items:center;
  gap:15px;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .icon-clear-select {
  position:relative;
  width:40px;
  height:40px;
  background-color:#cacaca;
  border-radius:50%;
  cursor:pointer;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .icon-clear-select:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform-origin:center center;
  transform:translate(-50%,-50%) rotate(-45deg);
  width:20px;
  height:2px;
  background-color:#fff;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .icon-clear-select:after {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform-origin:center center;
  transform:translate(-50%,-50%) rotate(45deg);
  width:20px;
  height:2px;
  background-color:#fff;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
  margin-bottom:0;
  font-size:16px;
  font-weight:700;
  line-height:26px;
  font-family:BeVietnamPro-Bold;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5>span {
  font-family:BeVietnamPro-Bold;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5:nth-child(2) {
  color:#de0000;
  display:inline;
  cursor:pointer;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container {
  font-size:16px;
  font-weight:600;
  height:45px;
  line-height:100%;
  color:#393939;
  border:1px solid #888;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-bl:before,
.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-br:before,
.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-tl:before,
.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-tr:before {
  background-color:#888;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-tl {
  border-top-color:#393939;
  border-left-color:#393939;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-tr {
  border-top-color:#393939;
  border-right-color:#393939;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-bl {
  border-bottom-color:#393939;
  border-left-color:#393939;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container .arrow-br {
  border-bottom-color:#393939;
  border-right-color:#393939;
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container:hover {
  border-color:hsla(0,0%,53.3%,.3);
}

.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container:hover .arrow-bl:before,
.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container:hover .arrow-br:before,
.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container:hover .arrow-tl:before,
.fix-ctn #motor-colection-action .motor-compare-search-container .btn-arrow-container:hover .arrow-tr:before {
  background-color:#393939;
}

.fix-ctn .row-content .category-item {
  position:relative;
  height:275px;
  margin-bottom:15px;
}

.fix-ctn .row-content .category-item .category-item-content {
  position:relative;
  display:block;
  height:100%;
  padding:15px;
  color:#000;
  transition:background-color .3s;
}

.fix-ctn .row-content .category-item .category-item-content .nameAndColor {
  position:relative;
  z-index:1;
}

.fix-ctn .row-content .category-item .category-item-content .nameAndColor>h3 {
  display:inline-block;
  font-size:22px;
  font-weight:800;
  font-family:BeVietnamPro-ExtraBold;
  line-height:30.8px;
}

.fix-ctn .row-content .category-item .category-item-content .color-container {
  display:flex;
  gap:8px;
}

.fix-ctn .row-content .category-item .category-item-content .color-container .color {
  width:20px;
  height:20px;
  background-color:red;
  border-radius:50%;
  border:1px solid #fff;
  box-shadow:0 3px 4px 0 #a0a0a0;
}

.fix-ctn .row-content .category-item .category-item-content .color-container.mobile {
  display:none;
}

.fix-ctn .row-content .category-item .category-item-content .arrow-container {
  position:absolute;
  top:15px;
  right:15px;
  display:block;
  width:20px;
  height:20px;
  border-top:3px solid #de0000;
  border-right:3px solid #de0000;
}

.fix-ctn .row-content .category-item .category-item-content .arrow-container:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:calc(100% + 5px);
  height:1px;
  background-color:#de0000;
  transform-origin:right;
  transform:rotate(-45deg) translateY(-50%);
}

.fix-ctn .row-content .category-item .category-item-content .thumb {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:238px;
}

.fix-ctn .row-content .category-item .category-item-content .thumb>img {
  width:100%;
}

.fix-ctn .row-content .category-item .category-item-content .title {
  position:absolute;
  bottom:15px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  font-size:16px;
  font-weight:400;
}

.fix-ctn .row-content .category-item .category-item-content .title .new-product-tag>img {
  width:55px;
}

.fix-ctn .row-content .category-item .category-item-content .title .price {
  line-height:26px;
}

.fix-ctn .row-content .category-item .category-item-content .title .price>span {
  font-weight:700;
  font-family:BeVietnamPro-Bold;
}

.fix-ctn .row-content .category-item .category-item-content .title.mobile {
  display:none;
}

.fix-ctn .row-content .category-item .category-item-content .checkbox-container {
  position:absolute;
  bottom:15px;
  right:15px;
  display:none;
  justify-content:center;
  flex-direction:column;
}

.fix-ctn .row-content .category-item .category-item-content .checkbox-container input[type=checkbox] {
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  width:32px;
  height:32px;
  border-radius:50%;
  outline:none;
  cursor:pointer;
  position:relative;
  background-color:#f6f6f6;
}

.fix-ctn .row-content .category-item .category-item-content .checkbox-container input[type=checkbox]:checked {
  background-color:red;
  border-color:red;
}

.fix-ctn .row-content .category-item .category-item-content .checkbox-container label svg {
  display:none;
}

.fix-ctn .row-content .category-item .category-item-content .checkbox-container input[type=checkbox]:checked+label svg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:block;
  font-size:16px;
  color:#fff;
}

.fix-ctn .row-content .category-item .category-item-content:hover {
  text-decoration:none;
}

.fix-ctn .row-content .category-item.hide {
  display:none;
}

#main-content {
  padding:0 10pc;
}

#main-content.active_compare #motor-colection-action .motor-compare-search-container .info-select-container,
#main-content.active_compare .row-content .category-item .category-item-content .checkbox-container {
  display:flex;
}

#main-content.active_compare .category-item.product_checked .category-item-content {
  background-color:#f9f9f9;
}

#main-content.active_compare .category-item.product_checked .category-item-content .nameAndColor>h3 {
  color:#de0000;
}

#linkCompare:hover {
  text-decoration:none;
}

.compare_wrapper {
  display:flex;
}

.compare_wrapper>a:hover {
  text-decoration:none;
}

.compare_wrapper>a.for_pc {
  display:block;
  margin-right:10px;
}

@media screen and (max-width:576px) {
  .compare_wrapper>a.for_pc {
    display:none;
  }
}

#drawer_k {
  display:none;
  position:fixed;
  top:0;
  background-color:rgba(0,0,0,.8);
  width:100%;
  height:100vh;
  z-index:10001;
  overflow:hidden;
  opacity:0;
  transition:all .5s;
}

#drawer_k .drawer-container {
  transform:translateX(100%);
  position:absolute;
  top:0;
  right:0;
  width:612px;
  height:100%;
  background:#fff;
  overflow-y:scroll;
  transition:transform .5s;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

#drawer_k .drawer-container .drawer_close {
  position:absolute;
  top:0;
  right:0;
  width:60px;
  height:60px;
  background-color:#de0000;
  cursor:pointer;
}

#drawer_k .drawer-container .drawer_close:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform-origin:center center;
  transform:translate(-50%,-50%) rotate(-45deg);
  width:40px;
  height:2px;
  background-color:#fff;
}

#drawer_k .drawer-container .drawer_close:after {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform-origin:center center;
  transform:translate(-50%,-50%) rotate(45deg);
  width:40px;
  height:2px;
  background-color:#fff;
}

#drawer_k .drawer-container .title {
  margin-top:50px;
  font-size:28px;
  font-weight:800;
  font-family:BeVietnamPro-ExtraBold;
  font-stretch:normal;
  font-style:italic;
  letter-spacing:normal;
  text-transform:uppercase;
  color:#de0000;
  padding-left:50px;
  line-height:42px;
}

#drawer_k .drawer-container .content-container {
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:30px 50px 60px;
  color:#393939;
}

#drawer_k .drawer-container .content-container .title-filter {
  margin-bottom:8px;
  font-size:16px;
  font-weight:400;
  line-height:26px;
}

#drawer_k .drawer-container .content-container .filter-price-container {
  margin-bottom:5px;
}

#drawer_k .drawer-container .content-container .filter-price-container .title-filter {
  margin-bottom:25px;
}

#drawer_k .drawer-container .content-container .filter-result-drawer {
  display:flex;
  justify-content:end;
}

#drawer_k .drawer-container .content-container .filter-color-container .custom-checkbox input[type=checkbox]:checked+label .icon_checked {
  margin-left:0;
}

#drawer_k .drawer-container .content-container .custom-radio {
  display:inline-block;
  margin-right:10px;
}

#drawer_k .drawer-container .content-container .custom-radio input[type=radio] {
  display:none;
}

#drawer_k .drawer-container .content-container .custom-radio label {
  display:inline-block;
  font-size:16px;
  font-weight:700;
  padding:8px 12px;
  background-color:#f5f5f5;
  cursor:pointer;
  position:relative;
  transition:all .5s;
  font-family:BeVietnamPro-Bold;
  line-height:26px;
}

#drawer_k .drawer-container .content-container .custom-radio label .icon_checked {
  display:none;
}

#drawer_k .drawer-container .content-container .custom-radio input[type=radio]:checked+label {
  background-color:#393939;
  color:#fff;
}

#drawer_k .drawer-container .content-container .custom-radio input[type=radio]:checked+label .icon_checked {
  display:inline;
  margin-left:8px;
}

#drawer_k .drawer-container .content-container .custom-checkbox {
  display:inline-block;
  margin-right:10px;
}

#drawer_k .drawer-container .content-container .custom-checkbox input[type=checkbox] {
  display:none;
}

#drawer_k .drawer-container .content-container .custom-checkbox label {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  padding:8px 12px;
  background-color:#f5f5f5;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  position:relative;
  transition:all .5s;
  font-family:BeVietnamPro-Bold;
  line-height:26px;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .icon_checked {
  display:none;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check {
  display:inline-block;
  width:20px;
  height:20px;
  border:2px solid #fff;
  border-radius:50%;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-black {
  background-color:#000;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-red {
  background-color:#c00;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-white {
  background-color:#fff;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-silver {
  background-color:#cacaca;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-grey {
  background-color:#5f5f5f;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-yellow {
  background-color:#eef072;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-green {
  background-color:#4dcd71;
}

#drawer_k .drawer-container .content-container .custom-checkbox label .color-check.bg-blue {
  background-color:#216af8;
}

#drawer_k .drawer-container .content-container .custom-checkbox input[type=checkbox]:checked+label {
  background-color:#393939;
  color:#fff;
}

#drawer_k .drawer-container .content-container .custom-checkbox input[type=checkbox]:checked+label .icon_checked {
  display:inline;
  margin-left:8px;
}

#drawer_k .drawer-container .content-container #slider {
  margin-bottom:30px;
}

#drawer_k .drawer-container .content-container #slider.noUi-target {
  background:#cacaca;
  height:6px;
  border-radius:0;
  border:unset;
  box-shadow:unset;
}

#drawer_k .drawer-container .content-container #slider .noUi-connect {
  background:#de0000;
}

#drawer_k .drawer-container .content-container #slider.noUi-horizontal .noUi-handle {
  width:25px;
  height:25px;
  top:-10px;
  border-radius:50%;
  box-shadow:0 1px 3px 0 rgba(0,0,0,.3);
  cursor:pointer;
  transition:all .3s linear;
}

#drawer_k .drawer-container .content-container #slider.noUi-horizontal .noUi-handle:after,
#drawer_k .drawer-container .content-container #slider.noUi-horizontal .noUi-handle:before {
  position:unset;
  content:none;
}

#drawer_k .drawer-container .content-container #slider.noUi-horizontal .noUi-handle.noUi-active,
#drawer_k .drawer-container .content-container #slider.noUi-horizontal .noUi-handle:active {
  border:8px solid #345dbb;
  border:8px solid rgba(187,53,55,.38);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  right:-24px;
  top:-17px;
  width:39px;
  height:39px;
}

#drawer_k .drawer-container .content-container #input-format-left,
#drawer_k .drawer-container .content-container #input-format-right {
  height:40px;
  font-size:16px;
  font-weight:700;
  font-family:BeVietnamPro-Bold;
  text-align:center;
  border:1px solid #9e9e9e;
  background:transparent;
  line-height:26px;
}

#drawer_k .drawer-container .content-container .price-input {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:30px;
}

#drawer_k .drawer-container .content-container .price-input .price-dash {
  width:22px;
  height:1px;
  background-color:#000;
}

#drawer_k .drawer-container .content-container #input-format-left:focus,
#drawer_k .drawer-container .content-container #input-format-right:focus-visible {
  border-color:#de0000;
  outline:none;
}

@media screen and (max-width:768px) {
  #drawer_k .drawer-container .content-container .main {
    width:80%;
    margin-right:5px;
  }
  #drawer_k .drawer-container .content-container .projtitle {
    width:100%;
    position:relative;
    right:26px;
  }
  #drawer_k .drawer-container .content-container .price-field {
    margin-bottom:10px;
  }
}

#drawer_k #text_filter {
  font-family:BeVietnamPro-SemiBold;
}

@supports (height:100dvh) {
  #drawer_k {
  height:100dvh;
}
}

.btn-outline-filter {
  background:transparent;
  color:#707070 !important;
  display:inline-block;
  font-size:16px;
  font-weight:500;
  width:150px;
  height:50px;
  line-height:.8;
  text-transform:capitalize;
  letter-spacing:.5px;
  border:1.2px solid #707070 !important;
  cursor:pointer;
  border-radius:25px;
  outline:0;
  box-shadow:none !important;
}

.btn-active,
.btn-outline-filter:hover {
  color:#c00 !important;
  border:1.2px solid #c00 !important;
}

.btn-outline-filter:focus {
  outline:0;
  box-shadow:none !important;
}

.menu-product {
  position:-webkit-sticky;
  position:sticky;
  top:85px;
  background-color:#fff;
  font-size:20px;
  z-index:2;
}

.product-list {
  margin-bottom:20px;
  background-color:#fff;
}

.category-motorbike {
  max-height:100px;
  min-height:55px;
  border-top:5px solid #c00;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0 1rem;
  font-size:1.8rem;
  text-transform:uppercase;
  font-weight:700;
  line-height:1;
}

.category-motorbike p {
  margin:0;
}

.homepage-product-tab-name {
  color:#c00;
  font-weight:700;
  margin-bottom:0;
  font-size:24px;
  padding-top:70px;
  text-transform:capitalize;
  overflow:hidden;
  white-space:nowrap;
  z-index:1;
  position:absolute;
  text-overflow:ellipsis;
  width:calc(100% - 30px);
}

.product-TxtTile {
  font-size:60px;
  font-weight:700;
  font-stretch:normal;
  font-style:normal;
  line-height:1.25;
  letter-spacing:-2.4px;
  text-align:left;
  color:#d2d2d2;
}

.product-button {
  border:1px solid #d2d2d2;
  border-radius:25px;
  margin-right:10px;
  width:150px;
  font-size:16px;
}

.product-color-motor {
  margin-top:50px;
  padding-top:20px;
}

.proudct-list-name-motor {
  color:#c00;
  font-size:24px;
  font-weight:700;
  padding-left:20px;
  margin-bottom:0;
}

.product-list-price {
  font-family:Helvetica;
  font-size:18px;
  font-weight:400;
  font-stretch:normal;
  font-style:normal;
  line-height:28px;
  line-height:1.56;
  letter-spacing:normal;
  text-align:left;
  color:#212121;
}

.image {
  width:auto;
  height:auto;
}

.img-product {
  display:block;
  z-index:0;
  width:100%;
  height:100%;
  position:relative;
}

.img-product:before {
  content:"";
  position:absolute;
  left:50%;
  top:40px;
  transform:translateX(-50%) scale(0);
  width:156px;
  height:156px;
  border-radius:50%;
  opacity:.1;
  background-color:#c00;
  z-index:1;
  transition:transform .4s cubic-bezier(.175,.885,.32,1.275);
}

.img-product img {
  width:100%;
  height:auto;
  position:absolute;
  bottom:0;
}

.option {
  padding-top:22px;
  padding-bottom:22px;
}

.btn-option {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:3px 5px;
  transition:all .2s ease-in;
  position:relative;
  overflow:hidden;
  font-size:14px;
  cursor:pointer;
  color:#fff;
  z-index:1;
  line-height:16px;
  width:100%;
  height:40px;
  text-align:center;
}

.btn-option,
.btn-option:hover {
  text-decoration:none;
}

.image-motor-product {
  position:relative;
  overflow:hidden;
  height:217px;
  width:100%;
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:50%;
}

.color-motor {
  top:40px;
  left:0;
}

.circle-hover {
  display:none;
}

.circle-hover:hover {
  opacity:.1;
  background-color:#707070;
  width:100px;
  height:100px;
  position:absolute;
  top:15px;
  right:15px;
  display:block;
}

.new-product {
  position:absolute;
  top:30px;
  right:0;
}

.new-product .logo-new-product {
  width:20%;
  float:right;
}

.txtTitle {
  font-family:Helvetica;
  font-size:14px;
  font-weight:400;
  font-stretch:normal;
  font-style:normal;
  line-height:5.71;
  letter-spacing:normal;
  text-align:left;
  color:#df002c;
}

.txtTitle,
.txtTitle:hover {
  text-decoration:none;
}

.color-motor {
  display:flex;
  flex-direction:row;
  position:absolute;
  height:20px;
  top:34px;
  left:5px;
}

.color-motor .color-motor-item {
  width:20px;
  height:20px;
  border-radius:50%;
  border:1px solid #d2d2d2;
  margin-right:6px;
}

.homepage-product-head-right-mobile-v2 {
  margin-top:12px;
  text-align:center;
  display:none;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-text {
  position:relative;
  height:41px;
  border-radius:21px;
  font-size:16px;
  font-weight:400;
  font-stretch:normal;
  font-style:normal;
  letter-spacing:normal;
  text-align:center;
  border:1px solid #e50615;
  color:#c00;
  background-color:#fff;
  padding-top:9px;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-text .hp-mobile-select-item {
  position:absolute;
  right:5px;
  top:5px;
  color:#c00;
  width:30px;
  height:30px;
  border-radius:50%;
  padding-top:3px;
  background-color:#fff;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-text.active {
  background-color:#c00;
  color:#fff;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-text p {
  margin-bottom:0;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-menu {
  margin-top:20px;
  background-color:#f3f3f3;
  display:none;
  overflow:hidden;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-menu p {
  margin-bottom:0;
  height:46px;
  padding-top:12px;
}

.homepage-product-head-right-mobile-v2 .hp-mobile-select-menu p.active {
  background-color:#c00;
  color:#fff;
}

.motorbike_new_row_pc .category-item-all-sp,
.motorbike_new_row_sp {
  display:none;
}

.height-24px {
  height:24px;
}

.height-20px {
  height:20px;
}

.empty-list {
  display:none;
  text-align:center;
  padding-top:120px;
  padding-bottom:120px;
  font-size:60px;
  color:#f3f3f3;
  font-weight:700;
  width:100%;
}

.empty-list.show {
  display:block;
}

.homepage-product-head {
  position:relative;
  padding:0;
  margin:56px 0 0;
  width:100%;
}

.div-group1 {
  display:flex;
  width:400px;
}

.div-group1 .col-line {
  width:5px;
  height:27px;
  background-color:#c00;
  margin-top:4px;
}

.div-group1 .homepage-product-head-title {
  width:auto;
  display:inline-block;
  font-size:32px;
  color:#212121;
  padding:0;
  margin:0 0 0 5px;
}

.homepage-operation-head {
  position:relative;
  padding:0 0 10px;
  width:100%;
}

.homepage-news {
  padding-bottom:120px;
  max-width:1200px;
}

.homepage-news a:hover {
  text-decoration:none;
}

.homepage-new-left {
  height:420px;
}

.homepage-new-container {
  height:100%;
  padding:4px;
  position:relative;
  border:1px solid #ccc;
}

#homepage-new-container-1:hover,
#homepage-new-container-2:hover,
#homepage-new-container-3:hover,
#homepage-new-container-4:hover,
#homepage-new-container-5:hover {
  border-color:#c00;
}

#homepage-new-container-1:hover .homepage-new-read-more,
#homepage-new-container-2:hover .homepage-new-read-more,
#homepage-new-container-3:hover .homepage-new-read-more,
#homepage-new-container-4:hover .homepage-new-read-more,
#homepage-new-container-5:hover .homepage-new-read-more {
  background-color:#c00;
}

.homepage-new-left-child {
  position:absolute;
  background-color:red;
  height:100px;
  width:100px;
}

.homepage-new-child-img-container {
  width:100%;
  height:331px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.homepage-new-child-img {
  height:100%;
}

.homepage-new-publish {
  margin:6px 0 0 6px;
  font-size:12px;
  font-weight:inherit;
  line-height:20px;
  color:#898989;
}

.homepage-new-child-img-text {
  padding:0 6px;
  margin:0;
  font-size:18px;
  line-height:24px;
  font-weight:700;
  color:#212121;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  word-break:break-word;
  display:-webkit-box;
}

.homepage-new-child-img-text.big {
  -webkit-line-clamp:2;
  height:48px;
}

.homepage-new-child-img-text.small {
  font-size:14px;
  line-height:24px;
  -webkit-line-clamp:1;
  height:28px;
}

.homepage-new-read-more {
  position:absolute;
  background-color:#212121;
  color:#fff;
  font-size:14px;
  right:-3px;
  bottom:-3px;
  width:118px;
  height:30px;
  text-align:center;
  padding-top:5px;
  margin-bottom:0;
}

.homepage-new-read-more:before {
  position:absolute;
  width:7px;
  height:7px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
  top:12px;
  left:93px;
  transition:all 1s cubic-bezier(.075,.82,.165,1);
  z-index:1;
  content:"";
  display:block;
}

.homepage-new-read-more>img {
  margin-top:-1px;
}

.homepage-new-right {
  margin:0;
}

.homepage-new-child-img-container-child {
  height:154px;
  width:100%;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.homepage-news-multi-right-bottom {
  margin-top:22px;
}

.motor-bike-category {
  margin-bottom:120px;
}

@media (min-width:600px) and (max-width:767px) {
  .img-product img {
    width:auto;
    height:217px;
    position:absolute;
    margin:auto;
    bottom:0;
    left:0;
    right:0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .image-motor-product {
    height:265px;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .option {
    text-align:center;
  }
  .homepage-product-head-right-mobile-v2 {
    display:none;
  }
  .btn-option {
    width:115px;
    height:40px;
    text-align:center;
  }
  .color-motor {
    position:absolute;
    top:32px;
    left:61px;
  }
  .color-motor .color-motor-item {
    width:20px;
    height:20px;
    border-radius:50%;
    border:1px solid #d2d2d2;
    margin-right:6px;
    position:relative;
    top:22px;
    left:-11px;
  }
  .color-motor {
    top:20px;
  }
  .menu-product {
    top:50px;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  .menu-product {
    top:80px !important;
  }
}

@media (max-width:992px) and (min-width:767px) {
  .homepage-product-tab-name {
    padding-top:90px;
  }
}

@media (max-width:1024px) {
  .homepage-product-head-right-mobile-v2 {
    display:none;
  }
  .btn-option {
    width:90%;
    height:40px;
    text-align:center;
  }
  .color-motor {
    position:absolute;
    top:5px;
    left:5px;
  }
  .menu-product {
    top:50px;
  }
}

@media (max-width:767px) {
  .txtTitle {
    display:none;
  }
  .image-motor-product {
    height:217px;
    width:100%;
  }
  .product-TxtTile {
    padding-top:30px;
    width:382px;
    height:169px;
    font-family:Montserrat;
    font-size:46px;
    font-weight:800;
    font-stretch:normal;
    font-style:normal;
    line-height:1.22;
    letter-spacing:-1.84px;
    text-align:left;
    color:#d2d2d2;
  }
  .image-panel {
    align-items:center;
    justify-content:center;
    height:100%;
    width:unset;
    min-width:100%;
    height:275px;
  }
  .homepage-product-head-right-mobile-v2 {
    display:block;
    padding-bottom:39px;
    padding-top:21px;
  }
  .homepage-txt-price {
    width:148px;
    height:18px;
    font-family:Helvetica;
    font-weight:400;
    font-stretch:normal;
    font-style:normal;
    line-height:1.83;
    letter-spacing:normal;
    color:#212121;
    position:relative;
  }
  .color-motor {
    position:absolute;
    height:20px;
    top:28px;
    left:52px;
  }
  .color-motor .color-motor-item {
    width:20px;
    height:20px;
    border-radius:50%;
    border:1px solid #d2d2d2;
    margin-right:6px;
    position:relative;
    left:13px;
    top:14px;
  }
  .home-page-slide-top img {
    height:100%;
    width:unset;
    min-width:100%;
    height:275px;
  }
  .breadscrumb {
    display:none;
  }
  .carousel-indicators {
    bottom:-20px;
    margin-left:0;
    margin-right:0;
  }
  .carousel-indicators .active,
  .carousel-indicators li {
    height:11px;
    width:11px;
    margin-left:2px;
    margin-right:2px;
  }
  .new-product .logo-new-product {
    width:25%;
    float:right;
  }
}

@media (max-width:575px) {
  .img-product:before {
    top:20px;
  }
  .image-motor-product {
    height:180px;
    width:110%;
  }
  .menu-product {
    top:50px;
  }
  .menu-product .option {
    padding-top:12px;
    padding-bottom:12px;
  }
  .option {
    padding-bottom:17px;
  }
  .menu-product.option>* {
    padding-bottom:5px;
  }
  .btn-option {
    width:100%;
  }
  .color-motor {
    left:-10px;
  }
  .homepage-product-tab-name {
    font-size:17px;
    text-overflow:ellipsis;
    padding-top:40px;
  }
  .homepage-txt-price {
    font-size:14px;
  }
  .new-product .logo-new-product {
    width:30%;
    float:right;
  }
}

@media (max-width:430px) {
  .div-group1 {
    width:100% !important;
  }
  .color-motor {
    top:-5px;
  }
  .new-product {
    top:30px;
  }
  .new-product .logo-new-product {
    top:-5px;
  }
  .dream-wing {
    padding-right:18px !important;
  }
}

@media (max-width:390px) {
  .color-motor {
    top:5px;
  }
  .new-product {
    top:40px;
  }
  .new-product .logo-new-product {
    top:5px;
  }
}

@media (max-width:375px) {
  .color-motor .color-motor-item {
    margin-right:3px;
  }
}

@media (max-width:320px) {
  .btn-outline-filter {
    font-size:11px;
  }
  .color-motor .color-motor-item {
    width:12px;
    height:12px;
    border-radius:50%;
    border:1px solid #d2d2d2;
    position:relative;
    left:13px;
    top:14px;
  }
  .image-motor-product {
    height:120px;
  }
  .homepage-product-tab-name {
    font-size:15px;
  }
  .homepage-txt-price {
    font-size:13px;
  }
  .img-product:before {
    width:125px;
    height:125px;
    top:75px;
  }
}

@media (min-width:768px) {
  .homepage-new-right {
    padding-top:30px;
    margin-left:-15px;
  }
  .homepage-news-multi-left,
  .homepage-news-multi-right {
    height:212px;
  }
}

@media (min-width:992px) {
  .homepage-news-multi-right {
    height:200px;
    padding:0 0 0 15px;
  }
  .homepage-news-multi-left {
    height:200px;
    padding:0 15px 0 0;
  }
  .homepage-new-right {
    padding-top:0;
    margin-left:0;
  }
  .homepage-new-left {
    height:100%;
  }
  .homepage-news-multi-left,
  .homepage-news-multi-right {
    height:192px;
  }
  .homepage-new-child-img-text {
    height:36px;
    font-size:16px;
    line-height:normal;
  }
}

@media (min-width:1200px) {
  .homepage-news-multi-right {
    padding:0 0 0 15px;
  }
  .homepage-news-multi-left {
    padding:0 15px 0 0;
  }
  .homepage-news-multi-right-top {
    margin-top:0;
  }
  .homepage-news-multi-bottom {
    display:unset;
  }
  .homepage-new-left {
    height:500px;
  }
  .homepage-news-multi-left,
  .homepage-news-multi-right {
    height:239px;
  }
  .homepage-new-child-img-text {
    font-size:18px;
    line-height:24px;
    height:46px;
  }
}

@media (min-width:768px) and (max-width:820px) {
  .container-fix-ipad {
    max-width:680px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .container-fix-ipad {
    max-width:920px;
  }
}

@media (max-width:767px) {
  .col-line {
    display:none;
  }
  .homepage-news-multi-left {
    padding-right:0;
    margin-top:15px;
  }
  .homepage-new-right {
    margin-left:-15px;
  }
  .homepage-news-multi-right {
    padding-left:0;
    margin-top:15px;
  }
  .homepage-new-child-img-container,
  .homepage-new-child-img-container-child {
    height:175px;
  }
  .homepage-product-head-title {
    font-size:24px;
    margin-bottom:0;
  }
  .homepage-new-child-img-text,
  .homepage-new-read-more {
    font-size:14px;
  }
  .homepage-news {
    padding-bottom:86px;
  }
  .homepage-new-child-img {
    width:unset;
    height:100%;
  }
}

@media (max-width:1200px) {
  .homepage-new-child-img-container {
    height:248px;
  }
  .homepage-new-child-img-container-child {
    height:112px;
  }
}

@media (max-width:960px) {
  .homepage-new-left {
    height:500px;
  }
  .homepage-new-child-img-container {
    height:379px;
  }
  .homepage-new-child-img-container-child {
    height:177px;
  }
  .homepage-news-multi-left,
  .homepage-news-multi-right {
    height:260px;
  }
}

@media (max-width:767px) {
  .homepage-new-child-img-container,
  .homepage-new-child-img-container-child {
    height:219px;
  }
  .homepage-new-left,
  .homepage-news-multi-left,
  .homepage-news-multi-right {
    height:324px;
  }
  .homepage-new-child-img-text.small {
    -webkit-line-clamp:2;
    height:48px;
  }
}

@media screen and (max-width:1635px) {
  .l-section .inside-content .content {
    width:60%;
  }
  .l-section .inside-content .content>p {
    width:100%;
  }
  #main-content {
    padding:0 6pc;
  }
}

@media screen and (max-width:1450px) {
  .l-section .inside-content .content {
    width:80%;
  }
  .l-section,
  .l-section .inside-content .item {
    height:31.25vw;
  }
  #main-content {
    padding:0 20px;
  }
  .fix-ctn {
    max-width:1390px;
  }
}

@media screen and (max-width:1366px) {
  .wraper .mainlayout {
    max-width:1010px;
  }
  .wraper .mainlayout .row-content .category-item-content .thumb>img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
  }
  #drawer_k .drawer-container .content-container .custom-checkbox label,
  #drawer_k .drawer-container .content-container .custom-radio label {
    display:-webkit-flex;
  }
  #drawer_k .drawer-container .content-container .custom-radio input[type=radio]:checked+label .icon_checked {
    margin-top:5px;
  }
  #drawer_k .drawer-container .content-container .custom-radio label {
    display:-webkit-flex;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .fix-ctn #motor-colection-action {
    flex-direction:column;
    padding:20px 40px;
    box-shadow:0 4px 30px 0 rgba(0,0,0,.15);
  }
  .fix-ctn #motor-colection-action .colection-filter {
    justify-content:space-between;
    gap:unset;
    margin-bottom:10px;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter_by_popup_ctn .filter-result-container {
    display:none;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter-icon {
    width:40px;
    height:40px;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter-icon>svg {
    width:16px;
    height:16px;
  }
  .fix-ctn #motor-colection-action .colection-filter #form_search_text {
    flex:1;
    margin-right:16px;
  }
  .fix-ctn #motor-colection-action .motor-search {
    height:45px;
    width:auto;
  }
  .fix-ctn #motor-colection-action .motor-search #input-search {
    line-height:14px;
  }
  .fix-ctn #motor-colection-action .motor-compare-search-container {
    flex-direction:column;
    gap:12px;
  }
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-size:14px;
    line-height:24px;
  }

@supports (-webkit-appearance:none) {
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-weight:500;
  }
}

@-moz-document url-prefix() {
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-weight:700;
  }
}
;
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:0) {
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-weight:700;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #motor-colection-nav,
  .banner_custom.view_product_list {
    display:none;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #main-content {
    padding:0;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .compare_wrapper>a.for_pc {
    display:none !important;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #compare_product_btn {
    width:100%;
    flex:1;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .row-content.row.content_cate {
    padding:25px;
    margin:0;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .row-content.row.content_cate .col-lg-3 {
    flex:0 0 33.3333%;
    max-width:33.3333%;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #drawer_k .drawer-container {
    width:410px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #drawer_k .drawer-container .title {
    text-transform:none;
    padding-left:25px;
    margin:0;
    font-style:normal;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #drawer_k .drawer-container .drawer_close {
    height:48px;
    width:48px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #drawer_k .drawer-container .content-container {
    padding:25px;
    overflow:auto;
    max-height:75%;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #drawer_k .drawer-container .content-container #input-format-left,
  #drawer_k .drawer-container .content-container #input-format-right {
    max-width:151px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #search_popup_btn {
    width:100%;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #main-content.active_compare #motor-colection-action .motor-compare-search-container .info-select-container {
    flex-direction:row-reverse;
    gap:unset;
    width:100%;
    justify-content:space-between;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .btn_container.for_mobile {
    display:flex;
    flex:1;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .compare_wrapper {
    width:100%;
    display:flex;
    gap:10px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  #resetProductChecked {
    display:none !important;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .on-going-promotion .slick-slide .list-image {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .wraper .mainlayout .row-content .category-item-content {
    height:248px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .wraper .mainlayout .row-content .category-item-content .title {
    height:86px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .wraper .mainlayout {
    padding:0 40px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .l-section,
  .l-section .inside-content .item {
    height:320px;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .inside-content.description {
    width:50%;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .category-item-content-product-center-all {
    display:block;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .category-item-content-product-center-all .thumb_all {
    float:none;
    zoom:2;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .category-item-content-product-center-all .title_all {
    float:none;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .wraper .mainlayout .row-content .category-item-content .title_all h3 {
    font-size:22px !important;
    text-transform:none !important;
    font-weight:400 !important;
    font-family:BeVietnamPro !important;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .l-section .inside-content .item a img {
    -o-object-fit:cover;
    object-fit:cover;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .l-section .inside-content .content .btn-container,
  .l-section .inside-content .content .btn_container {
    width:100%;
  }
}

@media only screen and (max-width:1200px) and (min-width:992px) and (orientation:landscape) {
  .l-section .inside-content .item a img {
    height:100%;
  }
}

@media (max-width:768px) {
  .is-desktop {
    display:none;
  }
  .is-mobile {
    display:block;
  }
  .custom-ctn.first-section {
    padding:0 15px;
  }
  .banner_custom {
    height:113vw;
    padding-bottom:0;
  }
  .banner_custom .custom-arrow-container {
    width:113px;
    bottom:40px;
  }
  .banner_custom .custom-arrow-container .custom-arrow-item {
    width:32px;
    height:32px;
  }
  .banner_custom .custom-arrow-container .custom-arrow-item:before {
    width:8px;
    height:8px;
  }
  .banner_custom .custom-arrow-container .slide-counter {
    font-size:14px;
    font-weight:400;
    line-height:24px;
  }
  .on-going-promotion .slick-dots {
    bottom:40px;
  }
  .first-section>.l-header {
    display:none;
  }
  .first-section .product-header {
    margin:0 auto;
    justify-content:center !important;
  }
  .first-section .product-header>.btn-container {
    display:none;
  }
  .first-section .produc-list {
    margin:0 0 50px;
  }
  .homepage-product-slide-link.row {
    padding-top:40px;
  }
  .homepage-product-slide-link .btn-container {
    padding:10px;
  }
  .l-section .inside-content .item {
    width:100vw;
  }
  .l-section .inside-content .item a img {
    width:100%;
    height:auto;
  }
  .l-section .inside-content .content {
    padding:30px 0;
  }
  .l-section .inside-content .content .btn_container {
    margin-top:15px;
  }
  .l-section .inside-content .content>p {
    font-size:14px;
    padding-top:15px;
    line-height:24px;
    margin-bottom:0;
  }
  .l-section .inside-content .content .slick-slider-dots {
    position:unset;
  }
  .l-section .inside-content .content .slick-slider-dots .slick-dots {
    margin-left:-5px;
    bottom:-15px;
  }
  .l-section .inside-content .content .content_common>p {
    padding-top:16px;
    font-size:14px;
    line-height:24px;
  }
  .l-section .inside-content .slick-active {
    z-index:1;
  }
  .news a {
    font-size:16px;
    line-height:26px;
  }
  .btn-container .btn_container {
    width:100%;
  }
  .l-header .box-header {
    height:38px;
  }
  .l-header .box-header p {
    font-size:16px;
    line-height:16px;
  }
  #main-content {
    padding:0;
    margin-top:60px;
  }
  #main-content .row-content {
    margin:0 20px;
  }
  #motor-colection-nav {
    display:none;
  }
  .compare_wrapper {
    width:100%;
    display:flex;
    gap:10px;
  }
  .compare_wrapper .btn_container {
    flex:1;
  }
  #compare_product_btn {
    max-width:100%;
  }
  .fix-ctn #motor-colection-action {
    flex-direction:column;
    padding:0 20px 10px;
    box-shadow:0 4px 30px 0 rgba(0,0,0,.15);
  }
  .fix-ctn #motor-colection-action .colection-filter {
    justify-content:space-between;
    gap:unset;
    margin-bottom:10px;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter_by_popup_ctn .filter-result-container {
    display:none;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter-icon {
    width:40px;
    height:40px;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter-icon>svg {
    width:16px;
    height:16px;
  }
  .fix-ctn #motor-colection-action .colection-filter #form_search_text {
    flex:1;
    margin-right:16px;
  }
  .fix-ctn #motor-colection-action .motor-search {
    height:45px;
    width:auto;
  }
  .fix-ctn #motor-colection-action .motor-search #input-search {
    line-height:14px;
  }
  .fix-ctn #motor-colection-action .motor-compare-search-container {
    flex-direction:column;
    gap:12px;
  }
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-size:14px;
    line-height:24px;
  }

@supports (-webkit-appearance:none) {
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-weight:500;
  }
}

@-moz-document url-prefix() {
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-weight:700;
  }
}
;
}

@media screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:0) {
  .fix-ctn #motor-colection-action .motor-compare-search-container .info-select-container .info-message h5 {
    font-weight:700;
  }
}

@media (max-width:768px) {
  #drawer_k {
    width:100vw;
  }
  #drawer_k .drawer-container {
    width:100%;
    height:90%;
    max-width:612px;
    bottom:0;
    top:unset;
  }
  #drawer_k .drawer-container .title {
    padding-left:20px;
    font-size:24px;
    font-weight:700;
    font-family:BeVietnamPro-Bold;
    text-transform:none;
    margin-top:20px;
    font-style:normal;
    line-height:34px;
  }
  #drawer_k .drawer-container .drawer_close {
    width:40px;
    height:40px;
  }
  #drawer_k .drawer-container .drawer_close:after,
  #drawer_k .drawer-container .drawer_close:before {
    width:20px;
  }
  #drawer_k .drawer-container .content-container {
    padding:25px 0 0;
  }
  #drawer_k .drawer-container .content-container .custom-checkbox label,
  #drawer_k .drawer-container .content-container .custom-radio label {
    font-size:14px;
    line-height:24px;
  }
  #drawer_k .drawer-container .content-container #input-format-left,
  #drawer_k .drawer-container .content-container #input-format-right {
    font-size:14px;
    width:140px;
    line-height:24px;
  }
  #drawer_k .drawer-container .content-container .price-input .price-dash {
    width:15px;
  }
  #drawer_k .drawer-container .content-container>div:not(:last-child) {
    padding:0 20px;
  }
  #drawer_k .drawer-container .content-container .filter-result-drawer {
    width:100%;
    padding:16px 20px;
    box-shadow:0 -4px 16px 0 rgba(0,0,0,.15);
  }
  #drawer_k .drawer-container .content-container .filter-result-drawer .btn_container {
    width:100%;
  }
}

@media only screen and (max-width:992px) and (max-height:576px) and (orientation:landscape), only screen and (min-width:567px) and (max-width:992px) and (orientation:portrait) {
  #main-content {
    margin:0;
    padding:0;
  }
  .banner_custom.view_product_list {
    display:none;
  }
  .compare_wrapper>a.for_pc {
    display:none !important;
  }
  #search_popup_btn {
    width:100%;
  }
  #main-content.active_compare #motor-colection-action .motor-compare-search-container .info-select-container {
    flex-direction:row-reverse;
    gap:unset;
    width:100%;
    justify-content:space-between;
    margin-bottom:20px;
  }
  .btn_container.for_mobile,
  .compare_wrapper {
    display:flex;
    flex:1;
  }
  .compare_wrapper {
    width:100%;
    gap:10px;
  }
  #resetProductChecked {
    display:none !important;
  }
  .fix-ctn #motor-colection-action {
    flex-direction:column;
    padding:20px 40px;
    box-shadow:0 4px 30px 0 rgba(0,0,0,.15);
    margin-top:50px;
  }
  .fix-ctn #motor-colection-action .colection-filter {
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
  }
  #motor-colection-nav,
  .fix-ctn #motor-colection-action .colection-filter .filter_by_popup_ctn .filter-result-container {
    display:none;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter-icon {
    width:40px;
    height:40px;
  }
  .fix-ctn #motor-colection-action .motor-search {
    height:45px;
  }
  #form_search_text {
    width:100%;
  }
  .fix-ctn #motor-colection-action .motor-search {
    width:auto;
  }
  #compare_product_btn {
    width:100%;
    flex:1;
  }
  .fix-ctn #motor-colection-action .motor-compare-search-container {
    display:block;
  }
  .row-content.row.content_cate {
    padding:25px;
    margin:0;
  }
  .fix-ctn #motor-colection-action .colection-filter .filter-icon>svg {
    width:16px;
    height:16px;
  }
  #main-content .row-content {
    margin:0;
  }
  .fix-ctn .row-content .category-item {
    flex:0 0 50%;
    max-width:50%;
  }
  #drawer_k .drawer-container {
    width:100%;
    max-height:75vh;
    bottom:0;
    top:unset;
    max-width:100%;
  }
  #drawer_k .drawer-container .title {
    margin:0;
  }
  .on-going-promotion .slick-slide .list-image {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
  }
  .wraper .mainlayout {
    padding:20px 40px;
  }
  .category-item-content-product-center-all {
    display:block;
  }
  .category-item-content-product-center-all .thumb_all {
    float:none;
    zoom:2;
  }
  .category-item-content-product-center-all .title_all {
    float:none;
  }
  .l-section,
  .l-section .inside-content .item {
    height:1230px;
  }
  .inside-content.description {
    width:100%;
    height:28vh;
    bottom:0;
  }
  .l-section .inside-content .content {
    width:85%;
  }
  .l-section .inside-content .content .btn-container {
    width:100%;
  }
  .wraper .mainlayout .row-content .category-item-content {
    height:248px;
    margin-bottom:30px;
  }
  .wraper .mainlayout .row-content .category-item-content .title {
    height:96px;
  }
  .l-section .inside-content .item a img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
  }
  .banner_custom .custom-arrow-container {
    width:85vw;
    bottom:50%;
  }
  .banner_custom .custom-arrow-container .custom-arrow-item {
    width:52px;
    height:52px;
  }
  .banner_custom .custom-arrow-container .slide-counter {
    display:none;
  }
  #drawer_k .drawer-container .content-container .price-input .price-dash {
    width:30px;
  }
  #drawer_k .drawer-container .content-container #input-format-left,
  #drawer_k .drawer-container .content-container #input-format-right {
    width:40vw;
  }
  #drawer_k .drawer-container .content-container .filter-result-drawer {
    position:fixed;
    bottom:0;
  }
  #drawer_k .drawer-container .title {
    padding-top:50px;
  }
  #drawer_k .drawer-container {
    justify-content:flex-start;
  }
  #drawer_k .drawer-container .content-container {
    height:70vh;
    overflow:auto;
  }
  .l-section .inside-content .item a img.banner_desktop {
    display:none;
  }
  .l-section .inside-content .item a img.banner_tablet {
    display:block;
  }
  .l-section .inside-content .content .content_common>p {
    max-width:100%;
  }
}

@media only screen and (max-width:991px) and (min-width:576px) and (max-height:521px) and (orientation:landscape) {
  .fix-ctn .row-content .category-item {
    flex:auto;
    width:100%;
    max-width:100%;
  }
  .fix-ctn .row-content .category-item .category-item-content {
    display:flex;
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor {
    width:auto;
    max-width:50%;
  }
  .fix-ctn .row-content .category-item .category-item-content .thumb {
    display:flex;
    align-items:center;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile {
    margin-top:5px;
  }
  .fix-ctn .row-content .category-item .category-item-content .thumb {
    left:70%;
  }
  #drawer_k .drawer-container .content-container {
    height:85%;
    overflow:auto;
    padding-bottom:80px;
  }
  #drawer_k .drawer-container .title {
    text-transform:none;
    font-style:normal;
  }
  #drawer_k .drawer-container .content-container .filter-result-drawer {
    justify-content:center;
    position:absolute;
    left:0;
    bottom:0;
    width:100vw;
    padding:10px 0;
    z-index:1000;
    background-color:#fff;
    box-shadow:0 -4px 16px 0 rgba(0,0,0,.15);
  }
  #search_popup_btn {
    width:90%;
  }
  .fix-ctn .row-content .category-item {
    padding:0;
    height:auto;
  }
  .fix-ctn .row-content .category-item .category-item-content .checkbox-container {
    top:15px;
    bottom:unset;
  }
  .fix-ctn .row-content .category-item .category-item-content .checkbox-container input[type=checkbox] {
    border:2px solid #cacaca;
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor {
    width:calc(100% - 35px);
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor>h3 {
    font-size:24px;
    font-weight:700;
    font-family:BeVietnamPro-Bold;
    line-height:34px;
    margin-bottom:0;
  }
  .fix-ctn .row-content .category-item .category-item-content .color-container {
    display:none;
  }
  .fix-ctn .row-content .category-item .category-item-content .color-container.mobile {
    display:flex;
    justify-content:center;
  }
  .fix-ctn .row-content .category-item .category-item-content .title {
    display:none;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile {
    font-size:14px;
    display:flex;
    position:unset;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price {
    line-height:24px;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price>span {
    font-size:16px;
  }
  .fix-ctn .row-content .category-item .category-item-content .thumb {
    margin:0 auto;
    position:unset;
    transform:translate(0);
    min-height:130px;
  }
  .wraper .mainlayout .row-content .category-item-content {
    height:278px;
  }
  .wraper .mainlayout .row-content .category-item-content .title {
    height:88px;
  }
  .l-section,
  .l-section .inside-content .item {
    height:400px;
  }
  .inside-content.description {
    height:60%;
  }
  .l-section .inside-content .content .btn_container {
    width:100%;
    margin:0;
  }
  .l-header .box-header {
    height:38px;
  }
  .l-header .box-header p {
    font-size:16px;
  }
  .l-section .inside-content .content>p {
    font-size:14px;
    padding-top:10px;
    margin-bottom:10px;
  }
  .l-section .inside-content .item {
    width:100%;
  }
  .category-item-all-pc {
    display:none;
  }
  .motorbike_new_row_pc .category-item-all-sp {
    display:block;
  }
  .wraper .mainlayout .row-content .category-item-content .title_all_sp {
    background-color:#fff;
  }
  .wraper .mainlayout .row-content .category-item-content .title_all_sp h3 {
    color:#de0000;
    font-family:Be Vietnam Pro;
    font-weight:400;
    width:100%;
  }
  .category-item-content-product-center-all-sp {
    gap:0;
  }
  .l-section .inside-content .item a img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
  }
  .banner_custom.view_product_list {
    display:none;
  }
  .fix-ctn #motor-colection-action {
    margin-top:50px;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price {
    margin-top:5px;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile {
    width:100%;
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor {
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:left;
  }
  .banner_custom .custom-arrow-container {
    bottom:30px !important;
    width:113px;
  }
  .banner_custom .custom-arrow-container .custom-arrow-item {
    width:32px;
    height:32px;
  }
  .banner_custom .custom-arrow-container .custom-arrow-item:before {
    width:8px;
    height:8px;
  }
  .banner_custom .custom-arrow-container .slide-counter {
    display:block;
  }
  .banner_custom {
    height:300px;
    padding-bottom:0;
  }
  #motorSectionCategory {
    margin-top:50px;
  }
  .l-section .inside-content .content .content_common>p {
    max-width:100%;
  }
  .l-section .inside-content .content .content_common>p,
  .l-section .inside-content .content>p {
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  #drawer_k .drawer-container {
    max-height:85vh;
  }
  .news .inside-content.description {
    height:75%;
  }
  .l-section .inside-content .content .content_common>p {
    padding-top:15px;
  }
}

@media screen and (max-width:650px) {
  .wraper .mainlayout {
    padding:0 40px;
  }
  .wraper .mainlayout .row-content .category-item-content .title {
    height:78px;
  }
  .wraper .mainlayout .row-content .category-item-content .thumb {
    height:200px;
  }
  .wraper .mainlayout .row-content .category-item-content {
    height:278px;
  }
  .l-section .inside-content .content {
    position:relative;
    top:0;
    left:0;
    transform:none;
    width:100%;
    margin:0;
    padding:20px 30px;
  }
  .motorbike_new_row_pc .category-item-all-sp {
    display:flex;
  }
  .motorbike_new_row_pc .category-item-all-pc {
    display:none;
  }
  .title_all_sp {
    background-color:#fff !important;
  }
  .wraper .mainlayout .row-content .category-item-content-product-center-all-sp .title_all_sp h3 {
    font-family:Be Vietnam Pro !important;
    font-size:20px;
    font-weight:500 !important;
    line-height:18px !important;
    text-align:center !important;
    color:#de0000 !important;
  }
  .category-item-content-product-center-all-sp {
    gap:2px !important;
  }
  .l-section .inside-content .content .btn-container,
  .l-section .inside-content.description {
    width:100%;
  }
  .fix-ctn .row-content .category-item .category-item-content .thumb {
    left:70%;
  }
  .fix-ctn .row-content .category-item {
    padding:0;
    height:auto;
  }
  .fix-ctn .row-content .category-item .category-item-content .checkbox-container {
    top:15px;
    bottom:unset;
  }
  .fix-ctn .row-content .category-item .category-item-content .checkbox-container input[type=checkbox] {
    border:2px solid #cacaca;
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor {
    width:calc(100% - 35px);
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor>h3 {
    font-size:24px;
    font-weight:700;
    font-family:BeVietnamPro-Bold;
    line-height:34px;
    margin-bottom:0;
  }
  .fix-ctn .row-content .category-item .category-item-content .color-container {
    display:none;
  }
  .fix-ctn .row-content .category-item .category-item-content .color-container.mobile {
    display:flex;
    justify-content:center;
  }
  .fix-ctn .row-content .category-item .category-item-content .title {
    display:none;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile {
    font-size:14px;
    display:flex;
    position:unset;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price {
    line-height:24px;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price>span {
    font-size:16px;
  }
  .fix-ctn .row-content .category-item .category-item-content .thumb {
    margin:0 auto;
    position:unset;
    transform:translate(0);
    min-height:130px;
  }
}

@media screen and (max-width:576px) {
  .wraper .mainlayout .row-content .category-item-content {
    height:180px;
    overflow:hidden;
  }
  .wraper .mainlayout .row-content .category-item-content .title {
    height:50px;
  }
  .wraper .mainlayout .row-content .category-item-content .title h3 {
    font-size:16px;
    font-weight:800;
    font-family:BeVietnamPro-ExtraBold;
    line-height:22px;
  }
  .wraper .mainlayout .row-content .category-item-content .title .card-curve {
    width:50px;
    height:19px;
  }
  .wraper .mainlayout .row-content .category-item-content .title .card-curve:before {
    width:20px;
    height:18px;
    bottom:4px;
    box-shadow:4px 12px 0 0 #f5f5f5;
    right:45px;
    border-radius:0 100% 100% 0/100% 0 50% 0;
  }
  .wraper .mainlayout .row-content .category-item-content .title .card-curve:after {
    width:20px;
    height:18px;
    bottom:4px;
    box-shadow:-4px 12px 0 0 #f5f5f5;
    left:45px;
    border-radius:100% 0 0 100%/0 100% 0 50%;
  }
  .wraper .mainlayout .row-content .category-item-content .title .card-curve .card-icon {
    width:8px;
    height:8px;
    border-top:2px solid #de0000;
    border-right:2px solid #de0000;
    transform:rotate(45deg) translate(2px,3px);
  }
  .wraper .mainlayout .row-content .category-item-content .title .card-curve .card-icon:before {
    width:14px;
    height:2px;
    transform-origin:right;
    transform:rotate(-45deg) translateY(-2px);
  }
  .wraper .mainlayout .show_all_mobile {
    display:block;
  }
  .wraper .mainlayout .show_all_mobile .btn_container .text>span {
    line-height:20.24px;
  }
  .motorTitleCommonContainer {
    display:none;
  }
  #motorSectionCategory {
    margin-top: 0;
    margin-bottom:5px;
  }
  #common-breadscumb {
    margin-top: 50px;
}
  .text_title {
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
  }
  #main-content.active_compare #motor-colection-action .motor-compare-search-container .info-select-container {
    flex-direction:row-reverse;
    gap:unset;
    width:100%;
    justify-content:space-between;
  }
  .fix-ctn .row-content .category-item {
    padding:0;
    height:auto;
  }
  .fix-ctn .row-content .category-item .category-item-content .checkbox-container {
    top:15px;
    bottom:unset;
  }
  .fix-ctn .row-content .category-item .category-item-content .checkbox-container input[type=checkbox] {
    border:2px solid #cacaca;
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor {
    width:calc(100% - 35px);
  }
  .fix-ctn .row-content .category-item .category-item-content .nameAndColor>h3 {
    font-size:24px;
    font-weight:700;
    font-family:BeVietnamPro-Bold;
    line-height:34px;
    margin-bottom:0;
  }
  .fix-ctn .row-content .category-item .category-item-content .color-container {
    display:none;
  }
  .fix-ctn .row-content .category-item .category-item-content .color-container.mobile {
    display:flex;
    justify-content:center;
  }
  .fix-ctn .row-content .category-item .category-item-content .title {
    display:none;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile {
    font-size:14px;
    display:flex;
    position:unset;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price {
    line-height:24px;
  }
  .fix-ctn .row-content .category-item .category-item-content .title.mobile .price>span {
    font-size:16px;
  }
  .fix-ctn .row-content .category-item .category-item-content .thumb {
    margin:0 auto;
    position:unset;
    transform:translate(0);
    min-height:130px;
  }
  #drawer_k .drawer-container {
    overflow:hidden;
    display:block;
  }
  #drawer_k .drawer-container .content-container {
    overflow:auto;
    max-height:75%;
  }
  #drawer_k .drawer-container .content-container .filter-result-drawer {
    position:absolute;
    bottom:0;
    background-color:#fff;
  }
  .motorbike_new_row_sp {
    display:none;
  }
  .banner_custom {
    height:97vw;
  }
  .banner_custom.view_product_list {
    display:none;
  }
  .wraper .mainlayout .row-content .category-item-content .thumb {
    height:130px;
  }
  .wraper .mainlayout .row-content .category-item-content-product-center-all-sp .title_all_sp h3 {
    font-size:12px;
  }
  .l-section,
  .l-section .inside-content .item {
    height:153.84615vw;
  }
  .wraper .mainlayout {
    padding:0 5px;
  }
  .l-section .inside-content .content {
    padding:30px 20px;
  }
  .l-section .inside-content .item a img.banner_desktop {
    display:none;
  }
  .l-section .inside-content .item a img.banner_mobile {
    display:block;
  }
  .l-section .inside-content.description {
    bottom:0;
    height:auto;
  }
  .l-section .inside-content .content .btn-container {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
  }
}

.e-bike-popup {
  position:fixed;
  bottom:90px;
  right:2%;
  z-index:99;
  display:none;
  width:120px;
}

.e-bike-popup .popup-text {
  margin-bottom:-10px;
  position:relative;
  z-index:2;
}

.e-bike-popup .popup-text img {
  width:100%;
  height:100%;
  -o-object-fit:contain;
  object-fit:contain;
}

.e-bike-popup .popup-image {
  border-radius:50%;
  box-shadow:0 0 1px 1px rgba(222,0,0,.4);
  width:90px;
  height:90px;
  position:relative;
  -webkit-animation:pulse-animation 1s infinite;
  animation:pulse-animation 1s infinite;
  transition:all .3s ease-in-out;
  margin:0 auto;
}

.e-bike-popup .popup-image .image-background {
  width:90%;
  height:90%;
  border-radius:50%;
  background-color:#fff;
  border:7px solid rgba(222,0,0,.4);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.e-bike-popup .popup-image .pulse-background {
  background-color:rgba(222,0,0,.4);
  width:100%;
  height:100%;
  border-radius:50%;
  position:absolute;
  -webkit-animation:pulse-beat 1s infinite;
  animation:pulse-beat 1s infinite;
  transition:all .3s ease-in-out;
}

.e-bike-popup .popup-image img {
  width:100%;
  height:100%;
  -o-object-fit:contain;
  object-fit:contain;
  padding:5px;
  position:relative;
  z-index:1;
}

@-webkit-keyframes pulse-animation {
  0% {
    box-shadow:0 0 0 0 rgba(222,0,0,.3);
  }
  to {
    box-shadow:0 0 0 15px rgba(222,0,0,0);
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow:0 0 0 0 rgba(222,0,0,.3);
  }
  to {
    box-shadow:0 0 0 15px rgba(222,0,0,0);
  }
}

@-webkit-keyframes pulse-beat {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.05);
  }
  to {
    transform:scale(1);
  }
}

@keyframes pulse-beat {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.05);
  }
  to {
    transform:scale(1);
  }
}

@media (max-width:768px), (min-width:576px) and (max-width:991px) and (max-height:500px) {
  .e-bike-popup {
    width:100px;
  }
  .e-bike-popup .popup-text {
    width:90%;
    margin:0 auto;
  }
  .e-bike-popup .popup-image {
    width:58px;
    height:58px;
  }
  .e-bike-popup .popup-image .image-background {
    border-width:6px;
  }
}

@media (min-width:991px) and (max-width:1200px) and (orientation:landscape) {
  .e-bike-popup {
    bottom:40%;
    width:100px;
  }
  .e-bike-popup .popup-text {
    width:90%;
    margin:0 auto;
  }
  .e-bike-popup .popup-image {
    width:58px;
    height:58px;
  }
  .e-bike-popup .popup-image .image-background {
    border-width:6px;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  padding-left:15px;
  padding-right:15px;
}

.row {
  margin-left:-15px;
  margin-right:-15px;
}

.container {
  padding-left:15px;
  padding-right:15px;
}

@media screen and (max-width:576px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xs-13,
  .col-sm-13,
  .col-md-13,
  .col-lg-13,
  .col-xs-14,
  .col-sm-14,
  .col-md-14,
  .col-lg-14,
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15,
  .col-xs-16,
  .col-sm-16,
  .col-md-16,
  .col-lg-16,
  .col-xs-17,
  .col-sm-17,
  .col-md-17,
  .col-lg-17,
  .col-xs-18,
  .col-sm-18,
  .col-md-18,
  .col-lg-18,
  .col-xs-19,
  .col-sm-19,
  .col-md-19,
  .col-lg-19,
  .col-xs-20,
  .col-sm-20,
  .col-md-20,
  .col-lg-20,
  .col-xs-21,
  .col-sm-21,
  .col-md-21,
  .col-lg-21,
  .col-xs-22,
  .col-sm-22,
  .col-md-22,
  .col-lg-22,
  .col-xs-23,
  .col-sm-23,
  .col-md-23,
  .col-lg-23,
  .col-xs-24,
  .col-sm-24,
  .col-md-24,
  .col-lg-24 {
    padding-left:2.5px;
    padding-right:2.5px;
  }
  .row {
    margin-left:-2.5px;
    margin-right:-2.5px;
  }
  .container {
    padding-left:2.5px;
    padding-right:2.5px;
  }
}

.inside-content .l-header .box-header {
    background-color: #fff;
}
.inside-content .l-header .box-header:before {
    width: 15px;
    left: -25px;
}
.inside-content .l-header .box-header p {
    color: #de0000;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
}
.btn-arrow-container {
  position:relative;
  width:200px;
  height:50px;
  font-size:16px;
  text-align:center;
  vertical-align:middle;
  line-height:50px;
  border:1px solid #eb8787;
  color:#c00;
  background-color:transparent;
  cursor:pointer;
  transition:.15s;
  transition-timing-function:linear;
}

.btn-arrow-container:focus {
  outline:none;
}

.btn-arrow-container .arrow-bl,
.btn-arrow-container .arrow-br,
.btn-arrow-container .arrow-tl,
.btn-arrow-container .arrow-tr {
  position:absolute;
  width:15px;
  height:15px;
}

.btn-arrow-container .arrow-bl:before,
.btn-arrow-container .arrow-br:before,
.btn-arrow-container .arrow-tl:before,
.btn-arrow-container .arrow-tr:before {
  content:"";
  position:absolute;
  width:16px;
  height:1px;
  background-color:#eb8787;
}

.btn-arrow-container .arrow-tl {
  top:-1.25px;
  left:-1.25px;
  border-top:2px solid #c00;
  border-left:2px solid #c00;
}

.btn-arrow-container .arrow-tl:before {
  left:0;
  transform-origin:left;
  transform:translateY(-50%) rotate(45deg);
}

.btn-arrow-container .arrow-tr {
  top:-1.25px;
  right:-1.25px;
  border-top:2px solid #c00;
  border-right:2px solid #c00;
}

.btn-arrow-container .arrow-tr:before {
  right:0;
  transform-origin:right;
  transform:translateY(-50%) rotate(-45deg);
}

.btn-arrow-container .arrow-bl {
  bottom:-1.25px;
  left:-1.25px;
  border-bottom:2px solid #c00;
  border-left:2px solid #c00;
}

.btn-arrow-container .arrow-bl:before {
  bottom:0;
  left:0;
  transform-origin:left;
  transform:translateY(50%) rotate(-45deg);
}

.btn-arrow-container .arrow-br {
  bottom:-1.25px;
  right:-1.25px;
  border-bottom:2px solid #c00;
  border-right:2px solid #c00;
}

.btn-arrow-container .arrow-br:before {
  right:0;
  bottom:0;
  transform-origin:right;
  transform:translateY(50%) rotate(45deg);
}

.btn-arrow-container:hover {
  scale:1.05 1;
  border-color:rgba(235,135,135,.3);
  font-weight:600;
}

.btn-arrow-container:hover .arrow-tl {
  top:-2px;
  left:-2px;
  border-top-width:3px;
  border-left-width:3px;
}

.btn-arrow-container:hover .arrow-tr {
  top:-2px;
  right:-2px;
  border-top-width:3px;
  border-right-width:3px;
}

.btn-arrow-container:hover .arrow-bl {
  bottom:-2px;
  left:-2px;
  border-bottom-width:3px;
  border-left-width:3px;
}

.btn-arrow-container:hover .arrow-br {
  bottom:-2px;
  right:-2px;
  border-bottom-width:3px;
  border-right-width:3px;
}

.btn-arrow-container:hover .arrow-bl:before,
.btn-arrow-container:hover .arrow-br:before,
.btn-arrow-container:hover .arrow-tl:before,
.btn-arrow-container:hover .arrow-tr:before {
  background-color:#c00;
}

.btn_container {
  position:relative;
  width:auto;
  height:45px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:17px;
  font-size:16px;
  font-weight:600;
  font-family:BeVietnamPro-SemiBold;
  border:2px solid #de0000;
  color:#de0000;
  background-color:#fff;
  cursor:pointer;
  transition:.3s;
  transition-timing-function:linear;
  padding:1px 10px;
  text-transform:uppercase;
  opacity:1;
  text-decoration:unset !important;
}

.btn_container.disabled {
  border-color:#a5a5a5;
  color:#a5a5a5;
}

.btn_container.disabled .arrow {
  border-top:2px solid #a5a5a5;
  border-right:2px solid #a5a5a5;
}

.btn_container.disabled .arrow:before {
  background-color:#a5a5a5;
}

.btn_container.active_black {
  border-color:#393939;
  color:#393939;
}

.btn_container.inactive_red {
  opacity:.5;
  cursor:not-allowed;
}

.btn_container.for_mobile {
  display:none;
}

@media screen and (max-width:768px) {
  .btn_container.for_mobile {
    display:flex;
  }
}

.btn_container:focus {
  outline:none;
}

.btn_container .arrow {
  position:relative;
  width:8px;
  height:8px;
  border-top:2px solid #c00;
  border-right:2px solid #c00;
  transform:translateY(0) rotate(45deg);
  transition:.3s;
}

.btn_container .arrow:before {
  position:absolute;
  content:"";
  top:0;
  width:14px;
  height:2px;
  background-color:#de0000;
  right:0;
  transform:translateY(-50%) rotate(-45deg);
  transform-origin:right;
  transition:.3s;
}

.btn_container:hover:not(.disabled):not(.inactive_red) {
  background-color:#de0000;
  color:#fff;
}

.btn_container:hover:not(.disabled):not(.inactive_red) .arrow {
  border-top-color:#fff;
  border-right-color:#fff;
}

.btn_container:hover:not(.disabled):not(.inactive_red) .arrow:before {
  background-color:#fff;
}

.btn_container .text>span {
  font-family:BeVietnamPro-SemiBold;
}

::-webkit-input-placeholder {
  color:#9e9e9e !important;
}

::-moz-placeholder {
  color:#9e9e9e !important;
  opacity:1;
}

:-ms-input-placeholder {
  color:#9e9e9e !important;
}

::-ms-input-placeholder {
  color:#9e9e9e !important;
}

::placeholder {
  color:#9e9e9e !important;
}

.fix-ctn {
  max-width:1400px;
}

.container-fluid {
  padding-left:0;
  padding-right:0;
}

.white-link {
  display:block;
  width:auto;
  color:#fff !important;
  font-size:30px;
  font-weight:700;
  overflow:hidden;
  font-family:BeVietnamPro-Bold;
}


.first-section .top-content .opening {
  position:relative;
  margin:0 auto;
  width:600px;
  height:300px;
}

.first-section .top-content .opening h1 {
  text-align:center;
  color:#fff;
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:4.5rem;
}

.first-section .top-content .inside-content {
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  color:#f6f6f6;
  margin:50px 80px 50px 50px;
  max-width:40vw;
}

.first-section .top-content .inside-content .main-content {
  max-width:455px;
}

.first-section .top-content .inside-content .main-content>p {
  font-size:14px;
  font-weight:500;
  font-family:Plus Jakarta Sans,sans-serif;
}

.first-section .top-content .inside-content .main-content>p.text_news_car {
  font-family:BeVietnamPro-Medium;
}

.first-section .top-content .item_pc .inside-content {
  margin:50px 80px 50px 50px;
}

.first-section .top-content .item_pc .inside-content .white-link {
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:4;
  line-clamp:4;
  -webkit-box-orient:vertical;
}

.first-section .top-content .item_pc .inside-content.news_type_1 {
  margin:60px 80px 60px 60px;
}

.first-section .top-content .item_pc .inside-content.news_type_2 {
  margin:90px 95px 85px 50px;
}

.first-section .top-content .item_pc .inside-content.news_type_3 {
  margin:100px 80px 50px 50px;
}

.first-section .top-content h3 {
  font-size:1rem;
  font-weight:700;
}

.first-section .bottom-content {
  height:auto;
}

.first-section .slick-list .slick-track {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}

.first-section .outstanding {
  position:relative;
}

.first-section .outstanding .item {
  display:flex;
  width:100%;
  max-width:100vw;
  height:500px;
  background-color:#de0000;
}

.first-section .outstanding .item .prev-arrow:before {
  border-top:1px solid;
  border-left:1px solid;
  border-color:#fff !important;
}

.first-section .outstanding .item .next-arrow:before {
  border-top:1px solid;
  border-right:1px solid;
  border-color:#fff !important;
}

.first-section .outstanding a:not(.white-link) {
  min-width:50%;
  max-width:57%;
  position:relative;
  overflow:hidden;
}

.first-section .outstanding a:not(.white-link) .list-image {
  position:relative;
  height:101%;
  top:-2px;
}

.first-section .on-going-promotion {
  padding-top:50px;
}

.first-section .on-going-promotion .slick-slide {
  padding:0 8px;
}

.first-section .on-going-promotion .slick-slide .list-image {
  width:500px;
}

.first-section .custom-arrow-container {
  margin-top:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:160px;
}

.first-section .custom-arrow-container .slide-counter {
  position:relative;
  font-size:20px;
}

.first-section .custom-arrow-container .slide-counter strong {
  font-size:16px;
  font-weight:400;
}

.first-section .custom-arrow-container .custom-arrow-item {
  position:relative;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid #cacaca;
  cursor:pointer;
}

.first-section .custom-arrow-container .custom-arrow-item:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:10px;
  height:10px;
}

.first-section .custom-arrow-container .custom-arrow-item.prev-arrow:before {
  transform:translate(-30%,-50%) rotate(-45deg);
  border-top:1px solid #393939;
  border-left:1px solid #393939;
}

.first-section .custom-arrow-container .custom-arrow-item.next-arrow:before {
  transform:translate(-70%,-50%) rotate(45deg);
  border-top:1px solid #393939;
  border-right:1px solid #393939;
}

.third-section {
  background-repeat:no-repeat;
  background-size:contain;
  background-position:top;
}

.third-section h2 {
  color:red;
  font-size:20px;
  font-weight:700;
  padding-bottom:10px;
}

.third-section .content {
  position:relative;
  padding:0;
}

.third-section .content .empty-list {
  text-align:center;
  padding-top:120px;
  padding-bottom:120px;
  font-size:48px;
  color:#f3f3f3;
  font-weight:700;
  width:100%;
}

.third-section .main-content {
  margin-top:20px;
}

.third-section .main-content p.time {
  font-size:14px;
  font-weight:400;
  margin-top:20px;
  margin-bottom:4px;
}

.third-section .main-content p.text {
  font-weight:700;
  font-family:BeVietnamPro-Bold;
}

.third-section .main-content a {
  color:#212121;
}

.third-section .main-content .item {
  margin-bottom:30px;
  transition:box-shadow .5s;
}

.third-section .main-content .item .new-container {
  width:100%;
  height:100%;
  transition:color .5s;
}

.third-section .main-content .item .new-container .img-container-child {
  position:relative;
  height:230px;
  width:auto;
  overflow:hidden;
  display:flex;
  justify-content:flex-start;
  -webkit-justify-content:flex-start;
  text-align:center;
}
.third-section .main-content .item .new-container .text_content{
    height: 65px;
    overflow: hidden;
}
.third-section .main-content .item .new-container .list-image {
  width:100%;
  height:100%;
}

.third-section .main-content .item .new-container .text {
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
}

.third-section .main-content .item:hover .new-container {
  color:#c00;
}

.third-section .btn-container {
  display:flex;
  justify-content:center;
  margin-top:35px;
}

.filter-popup {
  display:none;
  background-color:transparent;
  z-index:2000;
  right:0;
  transform:translateX(100%);
  -webkit-animation:slide-back .5s;
  animation:slide-back .5s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

.filter-popup .popup-content {
  position:absolute;
  background-color:#fff;
  width:600px;
  height:100%;
  right:0;
  top:0;
  z-index:9999;
}

.filter-popup .popup-content:after {
  content:"";
  width:100%;
  height:50px;
  background-color:#fff;
  position:absolute;
  top:0;
}

.filter-popup .popup-content .content {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  padding-left:100px;
  padding-right:100px;
  max-height:calc(100vh - 200px);
  overflow:auto;
}

.filter-popup .popup-content .content h3 {
  color:#de0000;
  font-weight:800;
  font-size:28px;
  font-family:BeVietnamPro-ExtraBold;
  font-style:italic;
  margin-bottom:30px;
  margin-top:5px;
}

.filter-popup .popup-content .content .block_cate {
  margin-bottom:15px;
}

.filter-popup .popup-content .content .block_cate.time,
.filter-popup .popup-content .content .block_cate.topic.hide {
  display:none;
}

.filter-popup .popup-content .content .block_cate.time.show {
  display:block;
}

.filter-popup .popup-content .content .block_cate h5 {
  font-size:16px;
  font-weight:400;
}

.filter-popup .popup-content .content ul {
  padding:0;
  clear:both;
  width:450px;
}

.filter-popup .popup-content .content li {
  list-style-type:none;
  list-style-position:outside;
  padding-right:10px;
  float:left;
}

.filter-popup .popup-content .content input[type=checkbox]:checked,
.filter-popup .popup-content .content input[type=checkbox]:not(:checked) {
  position:absolute;
  left:-9999%;
}

.filter-popup .popup-content .content input[type=checkbox]+label {
  display:inline-block;
  padding:8px 10px;
  cursor:pointer;
  border:1px solid transparent;
  color:#000;
  background-color:#f6f6f6;
  margin-bottom:10px;
  font-size:16px;
  font-weight:700;
  font-family:BeVietnamPro-Bold;
}

.filter-popup .popup-content .content input[type=checkbox]+label svg {
  display:none;
}

.filter-popup .popup-content .content input[type=checkbox]:checked+label {
  border:1px solid #fff;
  color:#fff;
  background-color:#000;
}

.filter-popup .popup-content .content input[type=checkbox]:checked+label svg {
  display:inline;
}

.filter-popup .popup-content .content input[type=radio]:checked,
.filter-popup .popup-content .content input[type=radio]:not(:checked) {
  position:absolute;
  left:-9999%;
}

.filter-popup .popup-content .content input[type=radio]+label {
  display:inline-block;
  padding:8px 10px;
  cursor:pointer;
  border:1px solid transparent;
  color:#000;
  background-color:#f6f6f6;
  margin-bottom:10px;
  font-size:16px;
  font-weight:700;
  font-family:BeVietnamPro-Bold;
}

.filter-popup .popup-content .content input[type=radio]+label svg {
  display:none;
}

.filter-popup .popup-content .content input[type=radio]:checked+label {
  border:1px solid #fff;
  color:#fff;
  background-color:#000;
}

.filter-popup .popup-content .content input[type=radio]:checked+label svg {
  display:inline;
}

.filter-popup .popup-content .content select {
  position:relative;
  width:107px;
  height:55px;
  border:1px solid #9e9e9e;
  border-radius:unset;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  padding:10px 15px;
  font-size:14px;
  font-weight:700;
  background-color:transparent;
  font-family:PlusJakartaSans-Bold;
}

.filter-popup .popup-content .content select:focus {
  outline:unset;
}

.filter-popup .popup-content .content select:first {
  margin-right:10px;
}

.filter-popup .popup-content .content select#month {
  background-image:url(/images/icon/arrow_down.png);
  background-position:82px 50%;
  background-size:10px;
  background-repeat:no-repeat;
}

.filter-popup .popup-content .content select#year {
  width:90px;
  padding:10px 18px;
  background-image:url(/images/icon/arrow_down.png);
  background-position:64px 50%;
  background-size:10px;
  background-repeat:no-repeat;
}

.filter-popup .popup-content .btn-container {
  position:absolute;
  bottom:60px;
  right:60px;
}

.filter-popup .close-button {
  z-index:1;
  cursor:pointer;
  background-color:#de0000;
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  border:none;
  outline:none;
  padding:0;
}

.filter-popup .close-button span {
  font-size:32px;
  color:#fff;
}

.filter-popup #text_filter {
  font-family:BeVietnamPro-SemiBold;
}

.slide-right {
  -webkit-animation:slide-in .5s;
  animation:slide-in .5s;
  overflow:hidden;
}

.blur,
.slide-right {
  transform:translateX(0);
}

.blur {
  content:"";
  position:fixed;
  width:100vw;
  height:100vh;
  background-color:#000;
  z-index:2000;
  opacity:.8;
  left:0;
  right:0;
  bottom:0;
}

@-webkit-keyframes slide-in {
  0% {
    transform:translateX(100%);
  }
  to {
    transform:translateX(0);
  }
}

@keyframes slide-in {
  0% {
    transform:translateX(100%);
  }
  to {
    transform:translateX(0);
  }
}

@-webkit-keyframes slide-back {
  0% {
    transform:translateX(0);
  }
  to {
    transform:translateX(100%);
  }
}

@keyframes slide-back {
  0% {
    transform:translateX(0);
  }
  to {
    transform:translateX(100%);
  }
}

@media screen and (max-width:768px) {
  .fix-ctn {
    padding-left:0;
    padding-right:0;
  }
  .first-section {
    margin-top:50px;
    max-height:100vh;
    overflow-y:hidden;
  }
  .first-section .outstanding a {
    width:100%;
  }
  .first-section .outstanding a:not(.white-link) {
    width:100%;
    max-width:100%;
  }
  .first-section .outstanding a:not(.white-link) .list-image {
    position:relative;
    left:50%;
    top:-1px;
    transform:translateX(-50%);
  }
  .first-section .outstanding .item {
    flex-direction:column;
    width:100vw;
    height:auto;
  }
  .first-section .outstanding .list-image {
    width:100%;
    height:auto;
  }
  .first-section .outstanding .inside-content {
    height:238px;
    margin:0;
    padding:40px 20px;
    flex:none;
    display:block;
  }
  .first-section .outstanding .white-link {
    font-size:16px;
    font-weight:800;
    width:auto;
    display:-webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
  }
  .first-section .outstanding .slick-dots {
    bottom:25px;
    left:15px;
    text-align:left;
  }
  .first-section .outstanding .slick-dots li {
    width:10px;
    height:3px;
    border-radius:5px;
    background-color:hsla(0,0%,100%,.5);
    border:1px solid hsla(0,0%,100%,.5);
    transition:width .5s;
  }
  .first-section .outstanding .slick-dots li button:before {
    content:"";
  }
  .first-section .outstanding .slick-dots li.slick-active {
    background-color:#fff;
    width:48px;
    border:1px solid #fff;
  }
  .first-section .outstanding .slick-dots li button {
    width:0;
    height:0;
  }
  .first-section .slick-list .slick-track {
    align-items:flex-start;
  }
  .first-section .top-content .inside-content {
    max-width:100%;
  }
  .section {
    margin-bottom:25px;
  }
  .third-section .l-header {
    flex-direction:column;
    align-items:flex-start;
    -webkit-align-items:flex-start;
  }
  .third-section .l-header .product-search {
    gap:unset;
  }
  .third-section .box-header {
    margin-bottom:30px;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
  }
  .third-section .content {
    padding:0 20px;
  }
  .third-section .main-content .item {
    margin-bottom:5px;
  }
  .filter-popup .popup-content {
    width:100vw;
    height:510px;
    bottom:0;
    top:unset;
  }
  .filter-popup .popup-content .content {
    top:0;
    transform:unset;
    padding:50px 20px 0;
    margin:0;
    max-height:435px;
    overflow:auto;
  }
  .filter-popup .popup-content .content ul {
    width:100%;
    max-width:450px;
  }
  .filter-popup .popup-content .content .block_cate>h5 {
    margin-top:15px;
  }
  .filter-popup .popup-content .content h3 {
    margin-bottom:15px;
  }
  .filter-popup .popup-content .btn-container {
    justify-content:center;
    width:100vw;
    display:flex;
    background-color:#fff;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    padding:15px;
    box-shadow:0 -4px 27px -5px rgba(50,50,93,.25),0 0 16px -8px rgba(0,0,0,.3);
  }
}

@media screen and (min-width:769px) {
  .filter-popup .popup-content {
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .filter-popup .popup-content .content {
    position:relative;
    top:0;
    transform:translate(0);
    margin:0;
    padding:0 70px;
  }
  .filter-popup .popup-content .btn-container {
    position:relative;
    bottom:unset;
    right:unset;
    display:flex;
    justify-content:flex-end;
    padding-right:70px;
  }
}

@media screen and (max-width:768px) {
  .slick-dotted.slick-slider {
    margin-bottom:0;
  }
}

@media screen and (max-width:576px) {
  .l-header .box-header p {
    font-size:12px;
  }
  .first-section .outstanding .inside-content .custom-arrow-container {
    display:none;
  }
  .third-section .main-content .item {
    margin-bottom:16px;
  }
  .third-section .main-content .item .new-container {
    display:flex;
  }
  .third-section .main-content .item .new-container .img-container-child {
    width:165px;
    height:auto;
    flex:1;
    margin-right:10px;
  }
  .third-section .main-content .item .new-container .text_content {
    flex:1;
  }
  .third-section .main-content .item .new-container .text_content>p {
    margin-bottom:0;
  }
  .third-section .main-content .item .new-container .text_content>p.text {
    font-size:14px;
    margin-top:5px;
    -webkit-line-clamp:3;
    line-clamp:3;
  }
  .third-section .main-content .item .new-container .text_content>p.time {
    font-size:12px;
    font-weight:500;
    margin-top:8px;
  }
}
.evo-tour-search-index {
  position:absolute;
  top:auto !important;
  left:0;
  z-index:9;
  width:100%;
  bottom:50px;
}

@media (max-width:767px) {
  .evo-tour-search-index {
    bottom:20px;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index {
    position:relative !important;
    bottom:0 !important;
    padding-top:0 !important;
    background-color:#fff !important;
  }
}

@media (min-width:570px) {
  .evo-tour-search-index .evo-tour-search-title {
    text-shadow:0 1px 1px #333;
  }
}

.evo-tour-search-index .evo-tour-search-title h2 {
  font-size:40px;
  margin-bottom:15px;
  height:38px;
  color:#fff;
  font-weight:700;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-tour-search-title h2 {
    font-size:30px;
    height:auto;
    margin-bottom:0;
    line-height:1.1;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index .evo-tour-search-title h2 {
    color:#ff5722;
    font-size:25px;
  }
}

.evo-tour-search-index .evo-tour-search-title p {
  font-size:20px;
  margin-bottom:15px;
  color:#fff;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-tour-search-title p {
    font-size:14px;
    margin-bottom:5px;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index .evo-tour-search-title p {
    color:#ff5722;
  }
}

.evo-tour-search-index .evo-main-search {
  background:rgba(0,0,0,0.3);
  border-radius:5px;
  padding:15px;
  max-width:700px;
}

@media (min-width:992px) {
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:7.5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:7.5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:5px;
  }
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search {
    padding:10px;
    max-width:500px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:5px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:0;
  }
}

@media (max-width:569px) {
  .evo-tour-search-index .evo-main-search {
    background:rgba(0,0,0,0.2);
    max-width:100%;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:10px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:10px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:10px;
  }
}

@media (max-width:480px) {
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right:7px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left:7px;
  }
  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left:7px;
  }
}

.evo-tour-search-index .evo-main-search .group_a {
  height:60px;
  display:flex;
  align-items:center;
  vertical-align:middle;
  border-radius:4px;
  cursor:pointer;
  background:#fff;
  transition:all .3s linear;
  user-select:none;
  color:#494b55;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  padding-left:10px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group_a {
    height:50px;
    padding-left:5px;
  }
}

.evo-tour-search-index .evo-main-search .group_a img {
  width:35px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group_a img {
    width:30px;
  }
}

.evo-tour-search-index .evo-main-search .group_a input {
  margin-bottom:0;
  border:none;
  font-size:17px;
  color:#494b55;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group_a input {
    font-size:15px;
    padding-left:10px;
    padding-right:10px;
  }
}

.evo-tour-search-index .evo-main-search .group-search {
  height:60px;
  display:flex;
  align-items:center;
  vertical-align:middle;
  border-radius:4px;
  cursor:pointer;
  background:#fff;
  transition:all .3s linear;
  user-select:none;
  color:#494b55;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  padding-left:10px;
  margin-top:15px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search {
    margin-top:10px;
    height:50px;
    padding-left:5px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-icon {
  width:35px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-icon {
    width:30px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-icon img {
  width:35px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-icon img {
    width:30px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content {
  padding-left:20px;
  padding-right:10px;
  width:100%;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content {
    padding-left:10px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content p {
  margin-bottom:0;
  font-size:16px;
  color:#494b55;
  line-height:1.1;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content p {
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content select {
  padding-left:0;
  border:none;
  min-height:25px;
  font-size:15px;
  color: #333333;
  width: 100%;
    font-weight: bold;
    background: transparent;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content select {
    min-height:25px;
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content select option {
  color:#6c707e;
  font-size:15px;
  margin:0 10px;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content select option {
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content .tourmaster-datepicker {
  padding-left:0;
  border:none;
  min-height:25px;
  color:#6c707e;
  font-size:15px;
  margin-bottom:0;
  padding-right:7px;
    color: #333333;
    font-weight: bold;width: 100%;
  background: transparent;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content .tourmaster-datepicker {
    min-height:25px;
    font-size:14px;
  }
}

.evo-tour-search-index .evo-main-search button {
  width:100%;
  height:60px;
  margin-top:15px;
  font-size:16px;
  color:#fff;
  background-color:#ff5722;
  border:none;
  box-shadow:none;
  outline:none;
  font-weight:600;
  padding-left:7px;
  padding-right:7px;
  text-align:center;
}

@media (max-width:991px) {
  .evo-tour-search-index .evo-main-search button {
    margin-top:10px;
    font-size:15px;
    padding-left:7px;
    padding-right:7px;
    height:50px;
  }
}

@media (min-width:1025px) {
  .evo-tour-search-index .evo-main-search button:hover,
  .evo-tour-search-index .evo-main-search button:focus {
    background-color:#ee3900;
    border:none;
    box-shadow:none;
    outline:none;
  }
}

.group-search.disabled_css{
    background: #ddd !important;
}
.btn-group {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #1ba0e2;
    border: 5px solid #1ba0e2;
    border-radius: 20px;
}
.btnAnimated {
    background-color: #1ba0e2;
    color: #777;
    border: none;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin-top: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    float: left;
    border-radius: 20px;
    color: #fff;
}
.btnAnimated.active {
    background-color: #fff;
    color: rgba(221, 50, 40, 1);
    cursor: not-allowed!important;
}
.btn-group .btnAnimated strong {
    color: #fff;
}
.btnAnimated.active strong {
    color: rgba(221, 50, 40, 1);
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 3px !important;
}
.ui-datepicker-buttonpane::before{
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: yellow;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
}
.ui-datepicker-buttonpane::after{
    display: block;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.evo-tour-search-index {
    position: absolute;
    top: auto !important;
    left: 0;
    z-index: 9;
    width: 100%;
    bottom: 50px;
}
.fluentform .group-search {
    height: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    transition: all .3s linear;
    user-select: none;
    color: #494b55;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding-left: 10px;
    margin-top: 15px;
}
.fluentform .group-search .group-search-icon {
    width: 35px;
}
.fluentform .group-search .group-search-content {
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}
.fluentform .group-search .group-search-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #494b55;
    line-height: 1.1;
}
.fluentform .group-search .group-search-content select {
    padding-left: 0;
    border: none;
    min-height: 25px;
    color: #6c707e;
    font-size: 15px;
    color: #333333;
    width: 100%;
    font-weight: bold;
    background: transparent;
}
.fluentform .group-search .group-search-content .tourmaster-datepicker {
    padding-left: 0;
    border: none;
    min-height: 25px;
    color: #6c707e;
    font-size: 15px;
    margin-bottom: 0;
    padding-right: 7px;
    color: #333333;
    font-weight: bold;
    background: transparent;
}
.fluentform button {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5722;
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
}
.wpb_wrapper .btnAnimated{
    padding: 0px 15px
}
.wpb_wrapper form {
    margin-bottom: 0;
}
.statistics img{
    height: 20px;
}
.title-head {
    font-size: 1.42857em;
    color: #333;
    text-decoration: none;
    margin: 10px;
}
a.btn-default{
    color: #333;
}
.mnv-subdate {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
} 
.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}
.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mnv-subdate li {
	width: auto;
    padding: 0 10px;
    margin-right: 1px;
	display: inline-block;
	float: left;
	text-align: center;
    position: relative;
}
.full_screen{
    cursor: pointer;
}
.mnv-subdate li span {
	color: #fff !important;
	font-size: 12px;
	display: block;
	line-height: 13px;
	padding: 5px 3px;
    white-space: nowrap;
    cursor: pointer;
}
.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}
.mnv-subdate li.active span
{
    color: #fff !important;
}
.mnv-subdate li {
	background: #88b2ac;
}
.mnv-subdate li.active {
	background: #9d66f4;
}

.mnv-subdate li.active a {
	color: #2483b3;
}
@media (max-width:991px) {
    .coach_title{
        font-size: 11px;
        padding-right: 30px !important;
    }
    #lich-chay-tau #route_id{
        max-width: 150px;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        overflow: hidden;
    }
}
.price {
    color: red;
    font-weight: bold;
}
ul {
    padding: 0;
}
.desc-text {
    max-height: 430px;
    overflow: hidden;
    margin-bottom: 30px;
}
.desc-text::after {
    content: " ";
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)) repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
}

.desc-text-full::after{
    display: none !important;
}
.desc-text-full{
    max-height: none;
    margin-bottom: 0;
}
.showmore {
    position: relative;
}
.btn-more{
    display: block;
    width: 100%;
    background: #f9eaaf91;
    border-radius: 0;
    margin-top: -30px;
    padding: 5px;
    color: #622ffe !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
header>div .logo-container>a img {
    max-height: 70px;
}
@media only screen and (max-width: 576px) {
    header>div .logo-container>a img {
        max-height: 45px;
    }
}
.prodetail__box__content_action {
    border: 1px solid #d70018;
    background: #FFF;
    display: inline-block;
    padding: 0.5rem 1rem;
    min-width: 160px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
    color: #d70018;
    border-radius: 0.5rem;
}
.prodetail__box__content_action .show-min {
    display: none;
}
.prodetail__box__content_action span::after {
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: 1px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Fontawesome';
    font-weight: 900;
    content: "\f150";
}
.prodetail__box__content_collapse {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    transition: max-height 1s ease;
}
.content-show .prodetail__box__content_collapse {
    max-height: none !important;
    padding-bottom: 30px;
}
.prodetail__box__content_collapse::after {
    content: " ";
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)) repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
}
.details-product h1{margin-bottom: 10px;}
.prodetail__box__content_action {
    border: 1px solid #d70018;
    background: #FFF;
    display: inline-block;
    padding: 0.5rem 1rem;
    min-width: 160px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
    color: #d70018;
    border-radius: 0.5rem;
}
.prodetail__box__content_action span::after {
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: 1px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Fontawesome';
    font-weight: 900;
    content: "\f150";
}
.prodetail__box__content_action .show-min {
    display: none;
}
.content-show .prodetail__box__content_action .show-max {
    display: none;
}
.content-show .prodetail__box__content_action .show-min {
    display: inline-block;
}
.product-bg-white {
    box-shadow: 0 0 4px 0 rgba(152,165,185,0.2);
    padding: 10px;
}
.content-show .prodetail__box__content_action span::after {
    content: "\f151";
}
.fixed-menu-left {
    position: fixed;
    bottom: 10%;
    right: 1rem;
    z-index: 10000;
    display: table;
}
.fixed-menu-left .button-item{
	position: relative;
}
.sticky-button {
	width: 56px;
	height: 56px;
  	border: none;
  	border-radius: 30px;
  	background-color: rgba(18, 78, 136,1);
  	color: #fff;
  	box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
  	padding: 1rem 1rem;
  	margin: 0.5rem 0;
  	text-decoration: none !important;
  	font-weight:bold;
	display: block;
	overflow:hidden;
}
.sticky-button.facebook i {
    font-size: 35px;
    position: absolute;
    left: 16%;
    top: 6%;        
}
.sticky-button i {
    font-size: 40px;
    position: absolute;
    left: 6.5%;
    top: 0%;
    /* 	animation:phone-vr-circle-fill 3s infinite ease-in-out; */
}
.sticky-button:hover span{
	visibility: visible;
}
.sticky-button span{
	font-size:20px;
	visibility: hidden;
  	width: 150px;
  	background-color: rgba(221, 50, 40,0.7);
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 10px 5px;
  	position: absolute;
  	z-index: 1;
  	top: 7px;
  	right: 120%;
}
.sticky-button span::after{
	content: "";
  	position: absolute;
  	top: 50%;
  	left: 100%;
  	margin-top: -5px;
  	border-width: 5px;
  	border-style: solid;
  	border-color: transparent transparent transparent rgba(221, 50, 40,0.7);
}
.menu-icon {
    height: 30px;
    position: absolute;
    left: 22%;
    top:22%
}
.sticky-button:hover {
    cursor: pointer;
}
.newsgle-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.newsgle-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsgle-nav ul li {list-style: none!important;}
.newsgle-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.newsgle-nav ul>li .chat_animation{display:none}
.newsgle-nav ul>li a i.ticon {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #124e88;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    padding: 10px;
    border-radius: 50%;
}

.newsgle-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.newsgle-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.newsgle-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}.newsgle-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}

.newsgle-nav ul>li a{padding:0; margin:0 auto}
.newsgle-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.newsgle-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}
.newsgle-nav li:nth-child(3) a i{
    width: 50px !important;
    height: 50px !important;
    margin-top: -17px;
    border: 2px solid #fff;
}