.container-fluid {
  width: 740px;
}
@font-face {
  font-family: 'Prompt-Regular';
  src: url('../font/Prompt-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Prompt-Regular.woff') format('woff'), url('../font/Prompt-Regular.ttf') format('truetype'), url('../font/Prompt-Regular.svg#Prompt-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Prompt-Bold";
  src: url('../font/Prompt-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Prompt-Bold.woff') format('woff'), url('../font/Prompt-Bold.ttf') format('truetype'), url('../font/Prompt-Bold.svg#Prompt-Bold') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: "Prompt-Medium";
  src: url('../font/Prompt-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Prompt-Medium.woff') format('woff'), url('../font/Prompt-Medium.ttf') format('truetype'), url('../font/Prompt-Medium.svg#Prompt-Medium') format('svg');
  font-weight: medium;
}
@font-face {
  font-family: 'Prompt-Light';
  src: url('../font/Prompt-Light.eot?#iefix') format('embedded-opentype'), url('../font/Prompt-Light.woff') format('woff'), url('../font/Prompt-Light.ttf') format('truetype'), url('../font/Prompt-Light.svg#Prompt-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cb {
  color: #000000;
}
.cbs {
  color: #F15B2D !important;
}
.cw {
  color: #FFFFFF !important;
}
.cli {
  color: #1297E2;
}
.csb {
  color: #555555 !important;
}
.bg-b {
  background-color: #000000;
}
.tsm {
  font-size: 15px;
}
.tmds {
  font-size: 17px;
  color: #000000;
}
.tmd {
  font-size: 18px;
  color: #000000;
}
.tmdl {
  font-size: 20px;
}
.tlg {
  font-size: 24px;
}
.txl {
  font-size: 36px;
}
.bold {
  font-weight: bold;
}
.medium {
  font-family: Prompt-Medium !important;
}
.link,
.link:hover {
  color: #1297E2;
  text-decoration: none;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body {
  height: 100%;
  font-family: Prompt-Regular !important;
  font-size: 15px;
  color: #555555;
  line-height: 27px;
}
h1,
h2,
h3 {
  font-family: Prompt-Bold;
}
h1 {
  font-size: 36px;
}
a {
  color: #FFFFFF;
  cursor: pointer;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.underline {
  border-top: 1px solid #D9D9D9;
}
.underline-cbs {
  border-top: 1px solid #F9B49F;
}
.underline-bottom {
  text-decoration: underline;
}
.border-left {
  border-left: 1px solid #D9D9D9;
}
.border-left-cbs {
  border-left: 1px solid #F9B49F;
}
.ff {
  font-family: Prompt-Regular !important;
}
.pmd {
  padding: 20px;
}
.mmd {
  margin: 20px;
}
.mmdV {
  margin: 20px 0;
}
.mmdH {
  margin: 0px 20px;
}
.pr-1 {
  padding-right: 5px;
}
.pr-2 {
  padding-right: 10px;
}
.pr-3 {
  padding-right: 15px;
}
.pl-1 {
  padding-left: 5px;
}
.pl-2 {
  padding-left: 10px;
}
.pl-3 {
  padding-left: 15px;
}
.pt-1 {
  padding-top: 5px;
}
.pt-2 {
  padding-top: 10px;
}
.pt-3 {
  padding-top: 15px;
}
.mr-1 {
  margin-right: 5px;
}
.mr-2 {
  margin-right: 10px;
}
.mr-3 {
  margin-right: 15px;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px;
}
.ml-3 {
  margin-left: 15px;
}
.flex {
  display: flex;
}
.flex-middle {
  display: flex;
  align-items: center;
}
.cursor {
  cursor: pointer;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.br1 {
  border-right: 1px solid #CBCBCB;
}
.bb1 {
  border-bottom: 1px solid #CBCBCB;
}
#header {
  background-color: #000000;
  padding: 10px 40px;
}
.bg-header {
  background-color: #ECECEC;
  padding: 30px 20px 20px 20px;
}
.bg-header-top {
  padding: 20px 40px;
  background-color: #FFFFFF;
}
.bg-header-second {
  background-color: #F15B2D;
  padding: 10px;
  background-image: url('../images/bg-header-second.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-header-plain {
  background-color: #FCF1ED;
  padding: 20px 0px;
}
.bg-header-cart {
  background-color: #FCF1ED;
  padding: 10px;
  background-image: url('../images/bg-header-logo.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
#searchContainer {
  background-color: #FFFFFF;
  border-radius: 50px;
}
#searchContainer .search-header {
  background-color: #000;
  color: white;
  border-radius: 30px 0 0 30px;
  padding: 15px 0;
}
#searchContainer .search-input {
  padding: 15px 0;
}
#searchContainer .select2-container {
  width: 93% !important;
}
#searchContainer .select2-selection__rendered {
  padding-left: 30px;
}
#searchContainer .select2 {
  border: 0px;
}
#searchContainer .select2-container--default .select2-selection--single {
  border: 0px;
}
#searchContainer .select2-selection__rendered {
  font-size: 18px;
}
#searchContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -6px;
  right: -20px;
}
#searchContainer .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent !important;
}
#searchContainer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent !important;
}
#category_container {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
#category_container li {
  cursor: pointer;
  list-style-type: none;
  border: 1px solid #555555;
  float: left;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#category_container li .fa {
  margin-right: 10px;
}
#category_container .active,
#category_container li:hover {
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
}
.accordion-button {
  background-color: #FCF1ED !important;
  color: #000000 !important;
}
.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
}
.accordion-button {
  background-color: #ECECEC;
  border-radius: 8px;
}
.accordion-button .fa {
  margin-right: 10px;
  font-size: 22px;
}
.accordion-button:not(.collapsed) {
  background-color: #ECECEC;
  color: #000000;
  font-weight: normal;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: brightness(100) invert(1);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
  filter: brightness(100) invert(1);
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.deleteItem {
  margin-left: 40px;
}
.listProduct {
  padding: 0px;
  margin: 0px;
}
.listProduct .titleDetail {
  margin-bottom: 20px;
}
.listProduct .amount {
  width: 100%;
  border-radius: 5px;
  padding: 7px 10px;
}
.listProduct *:focus {
  outline: none;
}
.listProduct li {
  list-style-type: none;
  border-bottom: 1px solid #C4C4C4;
  margin-top: 20px;
  padding-bottom: 20px;
}
.listProduct li input {
  border: 1px solid #DF633D;
  background-color: #FCF1ED;
  color: #F15B2D;
}
.listProduct li:first-child {
  margin-top: 0px;
}
.listProduct li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.liCategory {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  min-height: 208px;
  max-height: 208px;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 20px;
  cursor: pointer;
  transition: border-color 0.5s ease-out 100ms;
  transition: box-shadow 0.2s ease-out 100ms;
}
.liCategory:hover {
  border: 1px solid #b8b8b8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.img-category {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}
.addCart {
  padding: 9px 29px;
}
.addCart.disabled {
  background-color: #C4C4C4 !important;
  border-color: #C4C4C4 !important;
}
.addCart:hover {
  background-color: #CBCBCB;
  border: 1px solid #CBCBCB;
}
#cartFloat {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  width: 80%;
  margin: 0 auto;
  background-color: #FCF1ED;
  border-radius: 24px 24px 0 0;
  padding: 24px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
#cartFloat #displayCart {
  top: 20px;
  right: 0px;
}
#cartFloat a {
  text-decoration: none;
}
.avatar {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.title {
  font-size: 24px;
  font-weight: bold;
}
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.btn-outline-primary {
  background-color: #FCF1ED;
  border-color: #F15B2D;
}
.btn-outline-primary:hover {
  background-color: #F15B2D;
  border-color: #F15B2D;
  color: #FFFFFF !important;
}
.btn-black,
.btn-black:hover {
  background-color: #000000;
  border-radius: 8px !important;
  border-color: #000000;
  color: #FFFFFF !important;
  min-width: 109px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
}
.btn-primary {
  background-color: #F15B2D;
  border-radius: 8px !important;
  border-color: #F15B2D;
  color: #FFFFFF !important;
  min-width: 109px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #dc3f0f;
  color: #FFFFFF !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #f4805d !important;
  border-color: #f4805d !important;
}
.btn-delete {
  width: 100%;
  background-color: #F15B2D;
  border-radius: 8px !important;
  border-color: #F15B2D;
  color: #FFFFFF !important;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.btn-contact {
  background-color: #FCF1ED;
  border-radius: 8px !important;
  border-color: #F15B2D;
  color: #F15B2D !important;
  min-width: 109px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: bold;
}
.btn-contact:hover {
  background-color: #F15B2D;
  color: #FFFFFF !important;
}
.btn-phone {
  border-radius: 8px 0 0 8px !important;
  padding: 10px 0;
  min-width: 50px;
}
.listCategory {
  color: #555555 !important;
}
.table > :not(:first-child) {
  border-top: 2px solid #F15B2D !important;
}
#productContainer td {
  border-bottom: 0px !important;
}
#branch_id {
  -webkit-appearance: auto !important;
}
.border-top {
  border-top: 1px solid #000000 !important;
}
.border-top-cbs {
  border-top: 1px solid #F15B2D !important;
}
.border-bottom {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
}
.line-2 {
  line-height: 2;
}
#pay_contact_container .select2-container--default .select2-selection--single {
  border: 0px !important;
  border-bottom: 1px solid #C4C4C4 !important;
  border-radius: 0px !important;
}
#pay_contact_container .select2-container .select2-selection--single {
  height: 36px !important;
  padding: 3px 0px !important;
}
#pay_contact_container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
  right: 5px !important;
}
#productContainer .select2-container--default .select2-selection--single {
  border: 1px solid #F15B2D !important;
}
.select2-search__field {
  outline: none;
}
.select2-results {
  background-color: #FCF1ED;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #F15B2D !important;
  border-radius: 5px;
}
.contactList {
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem solid #000000;
    width: 5.5rem;
    position: absolute;
    left: 5.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .end:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem dotted #000000 !important;
    width: 3.5rem;
    position: absolute;
    left: 6rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem solid #000000;
    width: 5.5rem;
    position: absolute;
    right: 5.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .start:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted #000000;
    width: 4.6rem;
    position: absolute;
    right: 6.1rem;
    top: 0.3125rem;
  }
}
.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
}
.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #000000;
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: 6.25rem;
}
.start .timeline-content .inner-circle:before {
  content: "";
  background-color: transparent;
  border: 2px solid #000000;
}
.card .listProduct {
  padding: 20px;
}
#cartContainer {
  margin-bottom: 150px;
}
#cartContainer .card-header {
  background-color: #F15B2D;
}
#controlPanel {
  width: 930px;
  padding: 20px 30px;
  background-color: #ECECEC;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
#controlPanel a {
  text-decoration: none;
}
#pay_contact_container .form-control {
  border: 0px;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0px;
}
.img-select2 {
  max-width: 20px;
}
.img-select2-xl {
  max-width: 35px;
}
#product_container {
  margin-bottom: 100px;
}
#quotation_container .btn-back {
  margin-top: 80px;
}
#askPriceModal .modal-body,
#contactModal .modal-body {
  min-height: 600px;
  padding: 0px;
}
#askPriceModal .modal-body .body-header,
#contactModal .modal-body .body-header {
  background-color: #DEEFF1;
}
#askPriceModal .form-control,
#contactModal .form-control {
  border: 0px;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0px;
  background-color: #F8F8F8;
}
#askPriceModal .close,
#contactModal .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.btn-line-login {
  position: relative;
  display: inline-block;
}
.btn-line-login .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
}
.btn-line-login:hover .img-top {
  display: inline;
}
#contact_body {
  min-width: 380px;
  border: 1px solid #DADCE0;
  margin-top: 100px;
  margin-bottom: 100px;
}
#contact_body .body-header {
  background-color: #DEEFF1;
}
#contact_body .body {
  min-height: 400px;
}
#contact_body .contactList {
  padding: 20px;
}
#map_container {
  background-color: #ECECEC;
}
#map_container #map_contain {
  padding-top: 100px;
  padding-bottom: 100px;
}
#map_container #map_contain .contact-map {
  background-color: #FFFFFF;
}
#map_container #map_contain ul {
  margin: 20px 0 0 0;
  padding: 0px;
}
#map_container #map_contain ul li {
  list-style-type: none;
  padding: 0px 10px 20px 40px;
  margin: 10px 0 0 0;
  background: url('../../images/map-pin.png') left top no-repeat;
}
.hide {
  display: none;
}
/* ----------------- Mobile size ------------------ */
@media (min-width: 320px) and (max-width: 1024px) {
  #product_container {
    width: 100%;
  }
  #banner_contain,
  #hilight_contain,
  #service_contain,
  #promotion_home,
  #product_container,
  #contact_container {
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 740px) {
  #header {
    padding: 10px;
  }
  .liCategory {
    padding: 25px 0;
  }
  .bg-header-top {
    padding: 10px 0 10px 10px;
  }
  .bg-header-second {
    background-color: #F15B2D;
    padding: 10px;
    background-image: url('../images/bg-header-second-mobile.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 184px 90px;
  }
  .bg-header-cart {
    background-image: none;
  }
  .container-fluid {
    width: 100% !important;
    overflow: hidden;
  }
  .timeline-steps .timeline-content {
    width: 100%;
    text-align: center;
  }
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem solid #000000;
    width: 3.5rem;
    position: absolute;
    left: 3.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .end:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem dotted #000000 !important;
    width: 1.6rem;
    position: absolute;
    left: 5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem solid #000000;
    width: 4rem;
    position: absolute;
    right: 3.1rem;
    top: 0.3125rem;
  }
  .timeline-steps .start:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted #000000;
    width: 2rem;
    position: absolute;
    right: 5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step {
    margin: 1rem;
  }
  #searchContainer {
    padding: 0px 15px;
  }
  #controlPanel {
    width: 100% !important;
    padding: 15px;
  }
  #controlPanel .tmd {
    font-size: 15px !important;
  }
  #cartFloat {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    background-color: #FCF1ED;
    border-radius: 24px 24px 0 0;
    padding: 12px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  }
  #cartFloat #displayCart,
  #cartFloat #displayCartMobile {
    top: 20px;
    right: 0px;
  }
  #cartFloat a {
    text-decoration: none;
  }
  #cartFloat .btn-black {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px !important;
  }
  #cartFloat #displayCart,
  #cartFloat #displayCartMobile {
    font-size: 12px !important;
  }
  #cartFloat .tBottom {
    font-size: 12px !important;
  }
  .addCart {
    font-size: 14px !important;
  }
  #contact_body {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  #contact_container .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }
  #map_container #map_contain {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #map_container #map_contain ul {
    margin: 20px 0 0 0px;
  }
  #map_container #map_contain ul li {
    padding: 0px 10px 20px 60px;
    border-bottom: 1px solid #CBCBCB;
    background: url('../../images/map-pin.png') 20px top no-repeat;
  }
  .deleteItem {
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .listProduct li {
    position: relative;
  }
  .listProduct li .flex {
    display: block !important;
  }
  .listProduct .amount {
    width: 50%;
  }
  .listProduct .titleDetail {
    margin-bottom: 25px;
  }
}
