:root {
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;

  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;

  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #202124;
  --bs-body-color-rgb: 32,33,36;
  --bs-body-bg: #FFF;
  --bs-body-bg-rgb: 255, 255, 255;

  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;

  --bs-theme-secondary-bg: #f5f5f5;
  --bs-theme-secondary-bg-rgb: 245, 245, 245;


  --bs-heading-color: #202124;

  --bs-link-color: #0a2d5a;
  --bs-link-color-rgb: 10, 45, 90;
  --bs-link-hover-color: #002049;
  --bs-link-hover-color-rgb: 0, 32, 73;

  --bs-border-width: 1px;
  --bs-border-radius: 0.15rem;
  --bs-border-color: #0000001f;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.12);



  --themeColor1: #c7013d;
  --themeColor2: #9e0037;

  --bs-btn-bg: #dcdddd;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px; 
}


.btn-light {
  --bs-btn-bg: #dddddd;
  --bs-btn-border-color: #dddddd;
}


/* RESET
-------------------------------- */
*, *::before, *::after { box-sizing: border-box;  }
@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth;  } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #e9e9e9;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1 { font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) { h1 { font-size: 2.5rem; } }
h2 { font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) { h2 { font-size: 2rem; } }
h3 { font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) { h3 { font-size: 1.75rem; } }
h4 { font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) { h4 { font-size: 1.5rem; } }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
p { margin-top: 0; margin-bottom: 1rem; }
ol, ul { padding-left: 2rem; margin-bottom: 1rem; margin-top:0px; }
blockquote { margin: 0 0 1rem; }
b, strong { font-weight: bolder; }
small { font-size: 0.875em; }
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
a { color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); text-decoration: none; }
a:hover { --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }
pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; }
img, svg { vertical-align: middle; }
table { caption-side: bottom; border-collapse: collapse; vertical-align: middle !important; }
th { text-align: inherit; text-align: -webkit-match-parent; }
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }
input,button,select,optgroup,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }






@media (max-width: 575.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 1399.98px) {}



.fs-10 { font-size:10px!important; }
.fs-11 { font-size:11px!important; }
.fs-12 { font-size:12px!important; }
.fs-13 { font-size:13px!important; }
.fs-14 { font-size:14px!important; }
.fs-15 { font-size:15px!important; }
.fs-16 { font-size:16px!important; }
.fs-17 { font-size:17px!important; }
.fs-18 { font-size:18px!important; }
.fs-19 { font-size:19px!important; }
.fs-20 { font-size:20px!important; }
.fs-22 { font-size:22px!important; }
.fs-24 { font-size:24px!important; }
.fs-26 { font-size:26px!important; }
.fs-28 { font-size:28px!important; }
.fs-30 { font-size:30px!important; }
.fs-36 { font-size:36px!important; }
.fs-48 { font-size:48px!important; }




.containerMain {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFF;
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

@media (min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:1140px
  }
}


.pageTitle {
  font-size: 2.5rem;
  margin: 0px;
}


/* header
-------------------------------- */
#header {
  height: 61px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #c8013d;
  padding: 10px 0px;
  display: block;
  position: relative;
  z-index: 999;
}
#header #headerLogoClick {
  display: block;
  position: relative;
  border:0px solid red;
  vertical-align: middle;
  height: 40px;
}
#header #headerLogoClick img {
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
#header ul#headerMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border:0px solid red;
  display: block;
  height: 40px;
  margin-left: auto !important;
  float: right;
}
#header ul#headerMenu li {
  float: left;
  margin-left: 1rem;
  border-radius: 3px;
  color: #444;
}
#header ul#headerMenu li:hover {
  background-color: var(--themeColor1);
  color: #FFF !important;
}
#header ul#headerMenu li a {
  text-decoration: none;
  display: block;
  height: 40px;
  border:0px solid orange;
  padding: 8px .5rem 8px .5rem;
  font-weight: 500;
  color: inherit;
}
#header ul#headerMenu li a:hover {

}
#header ul#headerMenu li.li_menuIcon {
  background-color: #e3e3e3;
}
#btnMenu {
  display: block;
  height:40px; 
  width: 40px;
  border:0px; 
  background-color:#ddd; 
  color: #444;
  border: 1px solid #d5d5d5;
  border-radius: 3px; 
  padding-top: 6px; 
  cursor: pointer;
  float: right;
  margin-left: 20px;
  text-align: center;
}
#btnMenu:hover {
  background-color: #c8c8c8;
  border: 1px solid var(--themeColor1);
  color:var(--themeColor1);
}

/* header top */
#headerTop {
  background-color: #c8013d;
  padding: 2px 0;
  color: #f9f9f9;
  font-size: 12px;
}
#headerTop ul#headerTopNavMenu {
  float: right;
  margin-bottom: 0px;
}
#headerTop ul#headerTopNavMenu li {
  float: left;
  list-style-type: none;
  margin-left: 15px;
}
#headerTop ul#headerTopNavMenu li a {
  text-decoration: none;
  font-size: 12px;
  color: #f9f9f9;
}
#headerTop ul#headerTopNavMenu li a:hover {
  text-decoration: underline;
}


@media (max-width: 576px) {
  #header {
    height: 51px;
    padding: 5px 0px;
  }
}

/* header
-------------------------------- */
#footer {
  border-top:1px solid #c8013d;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer a { color:#595959; font-size:14px; line-height:1; }
#footer a:hover { color:#000; text-decoration:underline; }
#footer ul { list-style-type:none; margin-left:0px; padding-left:10px; line-height:1.2; }
#footer .footerModuleTitle { font-weight:bold; }





.textColor-1 {
  color:var(--themeColor1) !important;
}
.textColor-2 {
  color:var(--themeColor2) !important;
}
a.list-brandTitle {
  display: block;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  color:var(--themeColor1);
}



/** navTabMenu */
.navTabMenu {
    display: none;
}

.navTabMenu.show {
    display: block;
}

.navTabLink {
    padding: 10px 10px;
    color: var(--themeFontColor1);
}

.navTabLink:hover {
    color: var(--themeFontColor1);
}

.navTabLink.active {
}








.brandLogoLinkIndex {
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7;
  text-align: center;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0px;
}

.brandLogoLinkIndex:hover {
    border: 1px solid #ccc;
}

.brandLogoLinkIndex img {
  padding: 5px;
}

@media (max-width: 575.98px) {
  .brandLogoLinkIndex {
    font-size: 10px;
    font-weight: bold;
  }
}

.sidebar-brandList {}
.sidebar-brandList .brandListTitle {
  background-color: #c8013d;
  color:#FFF;
  padding: 10px 10px;
}
.sidebar-brandList-ul {
  list-style: none;
  padding:0;
  margin:0;
}
.sidebar-brandList-ul li {
  background-color: #f1f1f1;
}
.sidebar-brandList-ul li a {
  display: block;
  color:#212121;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .02em;
  padding:6px 6px;
  border-bottom:1px solid #dfe1e5;
  font-weight: 600 !important;
}
.sidebar-brandList-ul li.active {
  background-color: #fcfcfc;

}
.sidebar-brandList-ul li a:hover {
  color: #212121;
  background: hsla(0,0%,100%,.5);
}
.sidebar-brandList-ul li a .brandLogo {
  margin-right: 8px;
}
#sidebarListGroupBrand {
  position: relative;
  display: block;
  width: 100%;
  height: 630px;
  z-index: 11111111 !important;
  background-color: #f1f1f1;
  border-bottom: 1px solid var(--themeColor1);
  overflow: auto !important;
  margin-bottom: 20px;
}



/**
 * FILTER SEARCH FORM
 * homepage and search page filter index menu */
.cardSearchFilter {
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  height: 64px;
}

.cardSearchFilter .cardTitle {
  display: inline-block;
  position: relative;
  background-color: #FFF;
  top: -13px;
  margin-left: 15px;
  padding: 0px 5px;
  color: #6b6b6b;
  font-size: 12px;
}

.cardSearchFilter div span {
  font-size: 12px;
  color: #646464;
}

.cardSearchFilter svg {
  width: 20px;
  height: 20px;
  fill: #636363;
}

.cardSearchFilter .cardSearchFilterBody {
  margin-top: -23px;
  padding: 5px !important;
}


.btn-outline-primary {
  border: 0px;
}

.btn-check:checked+.btnSelectRadio, .btnSelectRadio:focus-visible, .btnSelectRadio.active, .btnSelectRadio.show, .btnSelectRadio:first-child:active, :not(.btn-check)+.btnSelectRadio:active {
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.btn-check+.btnSelectRadio:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: transparent;
}

.btn-check:checked+.btnSelectRadio svg, .btn-check:checked+.btnSelectRadio svg path {
  fill: var(--themeColor1)!important;
}

.btn-check:checked+.btnSelectRadio span {
  color: var(--themeColor1)!important;
  font-weight: bold;
}

.btnSelectRadio {
  margin-right: 3px;
  border: 1px solid transparent;
  padding: 3px 5px !important;
  border-radius: 3px !important;
}

.svgCircle svg {
  margin-top: -10px;
  width: 14px !important;
  height: 14px !important;
}





/* for filter search */
.selectBtnCaseType {
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px;
    font-size: 10px;
    color: #000;
    margin-top: -10px;
}

.selectBtnCaseType:hover {
    border: 0px solid #ccc;
    color: var(--themeColor1);
}

.selectBtnCaseType.active {
    border: 0px solid #ccc;
    color: var(--themeColor1);
    font-weight: bold;
}

.selectBtnCaseType.active svg path {
    fill: var(--themeColor1)!important;
}

.selectBtnCaseType span {
    display: block;
    margin-top: -10px;
    text-align: center;
}

.selectBtnCaseType svg {
    width: 100%;
    height: 47px;
}

.selectBtnCaseType svg path {
    fill: #636363!important;
}

.selectBtnCaseType.none svg path {
    fill: #cccccc!important;
}

@media (max-width: 768px) {
    .selectBtnCaseType {
        font-size: 8px;
    }
}










/* dropdown brand for filter search */
.dropdownBrand .btn {
  background-color: transparent;
  border: 1px solid transparent;
  color: #646464;
  padding: 3px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.dropdownBrand .dropdown-toggle::after {
  float: right;
  margin-top: -12px;
}

.dropdownBrand .xButton.dropdown-toggle:after {
  content: "x"!important;
  border-top: 0px!important;
  border-right: 0px!important;
  border-bottom: 0px!important;
  border-left: 0px!important;
  margin-top: -26px;
}

.dropdownBrand .btn-check:focus-visible+.btn, .dropdownBrand .btn.active, .dropdownBrand .btn.show, .dropdownBrand .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.dropdownBrand .dropdown-menu {
  height: 300px;
  overflow: auto!important;
  padding: 0px;
  margin-left: -9px!important;
}

.dropdownBrand .dropdown-menu li {
  border-bottom: 1px solid #ccc;
}

.dropdownBrand .dropdown-menu li a {
  padding: 5px 5px;
  font-size: 12px;
}

.dropdownBrand .dropdown-menu li a.active, .dropdownBrand .dropdown-menu li a:active {
  background-color: var(--themeColor1);
  color: #fff !important;
}

@media (max-width: 768px) {
  .cardSearchFilter {
    height: 70px;
  }
}









.selectBtnCaseType {
  display: block;
  text-align: center;
}
.selectBtnCaseType svg {
  width: 48px;
  height: 48px;
}
.selectBtnCaseType svg path {
  fill: #636363!important;
}
.selectBtnCaseType.disabled svg path {
  fill: #ccc!important;
}
.selectBtnCaseType.active svg path {
  fill: var(--themeColor1)!important;
}
.selectBtnCaseType span {
  font-size: 9px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: -10px;
}









/* mobile
-------------------------------- */
@media (max-width: 576px) {
  .mobile-fullWidth {
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
  }
}