body {
    background-color: #fff;
}
header .navbar-brand  img{
  max-width: 155px;
  padding: 2px 2px 0 0;
}
.form-control {
  border-radius: .25rem;
}
.bg-blue{
  background-color: #273767;
}
.banner{
    background-color: #000;
}
.banner .container{
    background: url(/img/banner01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 305px;
    height: 305px;
}
.main-dark-red{
  /* border-left: 69px solid #8F2A23; */
  flex: 1 0 100%;
  /* height: 100%; */
}
.nav-catgory .nav-link{
  display: block;
  padding: 0.44rem 1rem;
  font-size: 15px;
  color: #000;
}
.nav-catgory a.active{
  color: #8f2a23;
  font-weight: bold;
}
.card-directory .card-text{
  font-weight: 600;
  font-size:14px;
  color: #000;
}

.btn-danger{
  background-color: #8f2a23;
  border-color: #8f2a23;
  color: #FFF;
}
/* .btn-secondary {
  color: #151b1e;
  background-color: #fff;
  border-color: #9fa1a3;
}
.btn-secondary:hover {
  color: #151b1e;
  background-color: #f2f2f2;
  border-color: #9fa1a3;
} */
.footer-content{
  background-color: #273767;
  min-height: 100px;
  color: #FFF;
  border-right: 69px solid #8F2A23;
}
a.nav-menu{
  border-left: 2px solid #273767;
  color: #273767;
  font-size: 22px;
  height: 60px;
  padding-left: 10px;
  font-weight: bold;
  display: block;
  width: 130px;
  float: left;
  margin-right: 10px;
}
a.nav-menu.active{
  color: #8F2A23;
  border-left: 2px solid #8F2A23;
}
a.nav-menu:hover{
  text-decoration: none;
  color: #8F2A23;
}
.navbar.bg-blue .container{
  justify-content: flex-end;
}
.banner-caption{
  position: absolute;
  right: 0;
  bottom: -40px;
  color: #fff;
  width: 304px;
  background-color: #8F2A23;
  padding: 20px;
}
.signout-caption{
  position: relative;
  right: 0;
  top: 0;
  color: #fff;
  /* width: 70px;
  background-color: #8F2A23;
  padding: 15px 8px 15px 8px; */
  z-index: 9;
  text-align: center;
  font-weight: 600;
}
.signout-caption a.nav-text{
  color: #fff;
  font-size:12px;
}
.signout-caption i{
  font-size:20px;
  font-weight: 600;
}
.signout-caption  img{
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.signout-caption  .dropdown-menu{
  right: 0;
  left: auto;
}
.signout-caption  .dropdown-menu .dropdown-item{
  z-index: 999;
}
.signout-caption  .dropdown-menu:after {
    content: "";
    z-index: 99;
    position: absolute;
    top: -11px;
    right: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    height: 20px;
    width: 20px;
    background: #fff;
    border-top: 1px solid #d1d4d7;
    border-left: 1px solid #d1d4d7;
}
.list-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* width: 100%; */
}
.pagination{
  float: right;
}
.pagination li a{
    color: #000;
}
.pagination .disabled{
  position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ddd;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .active a{
    background-color: #273767 !important;
    border-color: #273767 !important;
}
.pagination .active a:hover{
    color: #fff;
}
#ajaxCrudModal .modal-header{
    display: initial !important;
}
.company-img{
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.empty{
  width: 80%;
  text-align: center;
}
#pjax-container-company{
  width: 100%;
}
.navbar-profile{
  /* border: 1px solid #d1d4d7; */
}
a.list-group-item{
  background-color: #fff0;
  border: 1px solid #e9ecef;
}
.list-group-item + .list-group-item {
  border-top-width: 1px;
}
.product-list #crud-datatable-pjax{
  width: 100%;
}
.product-list .list-view{
  width: 100%;
}
.product-list .empty{
  display: none;
}
.product-modal .modal-footer{
  display: block;
}
.bootstrap-dialog.type-warning .modal-dialog {
  max-width: 300px !important;
}
.cursor-move li {
  cursor: move;
  width: 20%;
  float: left;
  height: 80px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
#files-list-attach_file .sortable{
  border: 0;
}
.sortable .btn-delete-file{
  position: absolute;
  top: -5px;
  right: 1px;
}

.directory-carousel .carousel-item img{
  height: 300px;
}
.overlay-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
.overlay-image .text {
  color: white;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}
.container-image {
  position: relative;
  opacity: 0.8;
}
.container-image:hover {
  position: relative;
  opacity: 0.9;
}
.btn-favorite i{
  font-size: 1.4rem;
  margin-top: 5px;
}
.product-edit i{
  font-size: 0.9rem;
  margin-top: 10px;
  color: #818a91;
}
table.table-member-invite tr th{
  border-top: 0;
}
.btn-re-invite{
  font-size: 12px;
  padding: 0.15rem 0.5rem;
}
.has-error .help-block{
  color: red;
}

#tab_wrapper .nav-tabs-profile .nav-link.active{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #17a2b8;
}
#tab_wrapper .nav-tabs-profile .nav-link:hover{
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
.nav-profile-settings a.active{
  color: #17a2b8;
  background-color: #fff;
  border-color: #e9ecef;
}
.form-action-btn .btn{
  padding: 5px 5px !important;
  line-height: 1px !important;
  font-size: 10px !important;
}
.form-action-btn .btn i{
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.form-action-btn-invite .btn{
  padding: 8px !important;
  line-height: 1px !important;
  font-size: 11px !important;
  background-color: var(--var-color-branding) !important;
  border-color: var(--var-color-branding);
  border-radius: 10px;
}
.questionnaire-modal .modal-body{
  font-weight: 100;
  color: #182329;
}.questionnaire-modal .modal-body strong{
  font-weight: bold;
  color: #000;
}
.btn-questionnaire{
  background-color: var(--var-color-branding) !important;
  border-color: var(--var-color-branding);
  padding: 10px 30px;
}
.btn-questionnaire-cancel{
  background-color:#fcfcfc;
  border-color: #d1d4d7;
  color: #888;
  padding: 10px 30px;
}
.btn-questionnaire-cancel:hover{
  background-color:#fcfcfc;
  border-color: #d1d4d7;
  color: #888;
  padding: 10px 30px;
}
.questionnaire-modal form .form-check-input {
  margin-top: 0.2rem;
}
.questionnaire-modal form .form-check-label {
  padding-left: 0.4rem;
}
.profile-wrapper .select2{
  width: 100% !important;
}
a.basic-background-image:hover{
  text-decoration: none;
}
a.basic-background-image .opacity-5{
  opacity: 0.5;
}
.bootstrap-tagsinput{
  width: 100%;
}
.bootstrap-tagsinput .label-info{
  background-color: #17a2b8;

}
.bootstrap-tagsinput .label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,
  border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tagit{
  width: 100%;
  min-height: 55px;
}
.cursor-pointer{
  cursor: pointer;
}
.opacity03{
  opacity: 0.3;
}
i.uploading-image{
  top: 40%;
  left: 40%;
}
.unread{
  background-color: #fff9df;
}
.sourcing-detail {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addReadMore p{
  margin-bottom: 0;
}
.addReadMore .SecSec{
  display: none;
}
.addReadMore .readMore{
  cursor: pointer;
  color: #17a2b8;
}
.addReadMore .readMore:hover{
  text-decoration: underline;
}
.product-settings-date{
  font-size: 12px;
}
.text-bold{
  font-weight: 600 !important;
}
.clearfix{
  clear: both;
}
.bg-indigo-600{
  background-color: #8f2a23 !important;
}
.text-indigo-600{
  color: #8f2a23 !important;
}
.business-info-wrapper{
  font-size: 16px;
  font-family: Roboto,Arial,Helvetica,sans-serif;
}
.business-info-wrapper table{
  font-size: 14px;
  font-family: Roboto,Arial,Helvetica,sans-serif;
}
.badge-tags {
  background-color: #273767;
  font-size: 12px;
  cursor: pointer;
}
.dashboard {
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
}
.dashboard h4{
  font-size: 1rem;
}
.dashboard h3{
  font-size: 1.2rem;
}
.dashboard .dashboard-title{
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
}
.dashboard-count .col i{
  font-size: 20px;
}
.dashboard .buying-name{
  min-height: 22.38px;
}
.dashboard .btn-dashboard-view{
  background-color: #273767;
  text-align: center;
  font-size: 12px;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1em .9em;
}
.btn-dashboard-delete{
  background-color: #8f2a23 !important;
  padding: 0.1em 1.9em !important;
}
.btn-dashboard-deline{
  background-color: #fff !important;
  border-color: #273767 !important;
  color: #273767 !important;
  padding: 0.1em 1.9em !important;
}
.btn-dashboard-accept{
  padding: 0.1em 1.9em !important;
}
ul.related-categories{
  list-style: none;
  padding-left: 0;
  color: #6f6f73;
}
ul.related-categories li{
  padding: 5px 0;
}
ul.related-categories li a{
  color: #6f6f73;
  font-family: 'thaibev sans';
}
.buying-request-list .col-buying-request-list:last-child{
  border-bottom: 0 !important;
}
.views-dashboard{
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
}
.views-dashboard i.fas{
  font-size: 70px;
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 15px;
}
.views-dashboard h3{
  color: #8c8888;
  font-size: 1.2rem;
}
.views-dashboard h1{
  color: #6b6b6a;
}
.views-dashboard h4{
  color: #acaeb0;
  font-size: 1rem;
}
.dashboard-view-companies-text{
  font-size: 16px;
}
.dashboard-view-companies-text strong{
  font-size: 18px;
}
.dashboard-stat-number h3{
  font-weight: 600;
  font-size: 1.4rem;
}
.dashboard-stat-number h4{
  font-size: 1rem;
}
.profile-settings{
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
}
.dashboard-wrapper .heading-line .heading-line-title{
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
  font-weight: normal;
  top: -15px;
}
.btn-add-contact{
  background-color: #9fa1a3 !important;
  color: #FFF !important;
  border-radius: 30px;
}
.btn-add-contact:hover{
  color: #FFF !important;
}
.btn-tab-contact{
  border-color: #dee2e6;
  background-color: #fff !important;
  color: #273767 !important;
  border-radius: 30px;
}
.btn-tab-contact-active{
  border-color: #dee2e6;
  background-color: #273767 !important;
  color: #fff !important;
  border-radius: 30px;
}
.btn-tab-contact:hover{
  color: #273767 !important;
}
.btn-tab-contact-active:hover{
  background-color: #273767 !important;
  color: #fff !important;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #e5e6e7 !important;
  height: 35px;
}
.select2-container .select2-selection--single{
  height: 35px !important;
}
ul.tagit{
  border-color: #e5e6e7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}
.company-social-media i{
  font-size: 18px;
}
.text-line-1{
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden !important;
}

select.classic {

  /* styling */
  background-color: white;
  border: thin solid #ddd;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 15px;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, var(--var-color-branding), var(--var-color-branding));
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, var(--var-color-branding), var(--var-color-branding));
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
.btn-download-questionnaire {
  height: 34px;
  padding: 7px 19px 6px 17px;
  border-radius: 17px;
  background-color: #e5e5e5;
}

.endorsed-by-wrapper .endorsed-by-item{
  min-height: 75px;
}
.endorsed-by-wrapper .hidden{
  display: none;
}
/* .endorsed-by-wrapper .row .col-2{
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} */
#FinancialServicecarousel .carousel-item img{
  object-fit:contain;
}
#Our2Carousel .card-body{
  box-shadow: none;
}
#FinancialServicecarousel .carousel-inner, #Homecarousel .carousel-inner{
  padding: 0;
  margin-bottom: 40px;
}
.video-wrapper {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.video-wrapper > video {
  width: 100%;
}

.img-financial-service-section{
  max-width: 255px !important;
}
.financial-service-section img{
  height: 255px !important;
  object-fit: cover;
}
img.financial-service-section-banner{
  height: auto !important;
  max-height: 300px !important;
  object-fit: initial;
}