html {
    scroll-behavior: smooth;
}

html.coming-soon {
    position: relative;
    overflow: hidden;
    height: 100%;
}

html.coming-soon:after {
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 100000;
    background-image: url(https://matching.dinsor.co.th/public/img/web/close_web.png);
    background-color: #1d2e5b;
    background-size: contain;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

a {
    text-decoration: none;
    color: unset;
    background: 0 0;
}

.sending {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
}

.waiting {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: 10000;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.box-shadow {
	box-shadow: 10px 10px 10px #ccc;
}

.partner {
    background-color: #fff
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #d71f25;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loaded-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-flow: column;
}

.align-items-center {
    align-items: center;
}

.company-name {
    margin: 25px 0px;
    padding: 25px 0;
}

input, textarea {
    padding-left: 10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.table-th {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background-color: #1d2d5b;
}

.table-td {
    border-top: 1px solid;
    border-right: 1px solid;
    height: 150px;
    width: 200px;
    padding: 0;
    display: table-cell;
    vertical-align: inherit;
}

.booking-img {
    width: 90px;
    height: 90px;
    border-radius: 70px;
    margin: auto;
    display: block;
}

.available {
    cursor: pointer;
    opacity: .4;
    transition-duration: 500ms;
}

.available:hover {
    opacity: 10;
}

.grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.grid-in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.grid-line {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    grid-column: span 1;
}

.col-2 {
    grid-column: span 2;
}

.col-3 {
    grid-column: span 3;
}

.col-4 {
    grid-column: span 4;
}

.col-5 {
    grid-column: span 5;
}

.col-6 {
    grid-column: span 6;
}

.col-7 {
    grid-column: span 7;
}

.col-8 {
    grid-column: span 8;
}

.col-9 {
    grid-column: span 9;
}

.col-10 {
    grid-column: span 10;
}

.col-11 {
    grid-column: span 11;
}

.col-12 {
    grid-column: span 12;
}

.wrapped {
    padding: 30px 70px !important;
}

.wrap-nav {
    padding: 0px 70px !important;
    position: relative;
    z-index: 1;
}

.wrapper {
    max-width: 1920px;
    margin: auto;
}

.nav-hover.active {
    color: #000 !important;
}

.text-title {
    font-weight: bold;
    font-size: 24px;
}

.text-name {
    font-size: 16px;
    padding-bottom: 10px;
}

.text-brief {
    font-size: 14px;
    color: #2a5caa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.btn-download {
    background-image: url(https://matching.dinsor.co.th/public/img/web/bt_download_off.png);
/*     transition-duration: 400ms; */
    background-repeat: no-repeat;
/*     background-position: center; */
    background-size: contain;
    cursor: pointer;
    margin-top: 2rem;
    width: 320px;
    height: 100px;
}

.e-download {
    width: 320px;
    height: 100px;
}

.btn-download:hover {
    background-image: url(https://matching.dinsor.co.th/public/img/web/bt_download_on.png);
}

.nav-hover.btn-profile {
	background: #fff001;
    color: #686868;
}

.vdo-content {
    z-index: 5;
    position: relative;
    cursor: pointer;
    max-width: 950px;
    margin: auto;
}

.nav-hover {
    background: #fff;
    padding: 10px 20px;
    color: #a5a5a5;
    transition-duration: 800ms;
}

.nav-box {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.justify-content-left {
    justify-content: left;
}

.justify-content-end {
    justify-content: end;
}

.nav {
    display: grid;
    grid-template-columns: 80% auto;
    align-items: center;
}

.nav-hover:hover {
    background: #000;
    color: #fff;
}

.side_nav_mobile {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1d2d5b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.side_nav_mobile a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
  transition: 0.3s;
}

.side_nav_mobile a:hover {
  color: #1d2d5b;
  background-color: white;
}

.side_nav_mobile .close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}

.logo-box {
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.box {
    transition-duration: 800ms;
    background-color: #fff;
    padding: 10px;
}

.box:hover {
    background-color: #ccc;
    cursor: pointer;
}

.btn {
    border: 0;
    padding: 15px;
    transition-duration: 1s;
}

.btn:hover {
    border-radius: 30px;
}

.bg-danger {
    background-color: #a94442;
    transition-duration: 400ms;
}

.bg-danger:hover {
    background-color: #a94442;
}

.bg-orange {
    background-color: #f06420;
    transition-duration: 400ms;
}

.bg-orange:hover {
    background-color: #ce5300;
}

.bg-teal {
    background-color: #008CBA;
    transition-duration: 400ms;
}

.bg-teal:hover {
    background-color: #008CBA;
}

.bg-yellow {
    background-color: #fff000;
    transition-duration: 400ms;
}

.bg-yellow:hover {
    background-color: #fff000;
}

.btn-outline-danger {
    cursor: pointer;
    outline: none;
    border: 2px solid #d71f25;
    background-color: white;
    width: 90%;
    border-radius: 10px;
    font-weight: 600;
    color: #d71f25;
    background-size: 100% 100%;
    margin: 30px 0;
    padding: 6px;
    font-size: 14px;
    float: none;
}

.btn-outline-success {
    cursor: pointer;
    outline: none;
    border: 2px solid #78a741;
    background-color: white;
    width: 90%;
    border-radius: 10px;
    font-weight: 600;
    color: #78a741;
    background-size: 100% 100%;
    margin: 30px 0;
    padding: 6px;
    font-size: 14px;
    float: none;
}

.btn-outline-danger:hover {
    background-color: #d71f25;
    color: white;
}

.btn-outline-success:hover {
    background-color: #78a741;
    color: white;
}

.btn-request {
    cursor: pointer;
    outline: none;
    border: 2px solid #d71f25;
    background-color: #d71f25;
    width: 400px;
    border-radius: 100px;
    font-weight: 600;
    color: white;
    background-size: 100% 100%;
    padding: 5px;
    font-size: 40px;
    float: none;
    box-shadow: 9px 9px #f3bbbd;
}

.btn-request p {
    margin-bottom: 0;
}

.btn-request:hover {
    cursor: pointer;
    outline: none;
    border: 2px solid #d71f25;
    background-color: white;
    width: 400px;
    border-radius: 100px;
    font-weight: 600;
    color: #d71f25;
    background-size: 100% 100%;
    padding: 5px;
    font-size: 40px;
    float: none;
    box-shadow: 9px 9px #f3bbbd;
}

.text-white {
    color: #fff;
}

.text-blue-dark {
    color: #1d2d5b;
}

.text-blue {
    color: #99ccff !important;
}

.text-center {
    text-align: center;
}

.margin-top-40 {
    margin-top: 40px
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-content-between {
    align-content: space-between;
}

.grid-0 {
    display: grid;
}

.video-content {
    padding: 80px 170px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-18 {
    font-size: 18px
}

.font-28 {
    font-size: 28px;
}

.btn.more {
    font-size: 16px;
    font-weight: bold;
}

.footer-color {
    color: #fff;
    background-color: #1c1c1c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    outline: none !important;
}

.invert {
    --tw-invert: invert(100%);
    filter: invert(100%);
}

.text-footer {
    line-height: 1.25rem !important;
    font-size: 0.9rem;
}

.brightness-0 {
    --tw-brightness: brightness(0);
    filter: invert(100%);
}

img {
    max-width: 100%;
}

/* page regis */
select {
    background: transparent;
    border: none;
/*     border-bottom: 1px solid white; */
    color: white;
    height: 40px;
    font-size: 16px;
    outline: none;
/*     margin-bottom: 10px; */
}

option {
	background-color: white;
	color: #2a5caa;
}

span.swal2-icon-text {
    color: #facea8 !important;
    font-size: 70px !important;
}

.swal2-icon.swal2-warning {
    border-color: #facea8 !important;
    color: #facea8 !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    margin: auto;
    max-width: 550px !important;
    max-height: 350px !important;
    font-size: 14px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0 !important;
    background-color: #2a5caa !important;
}

.swal2-popup #swal2-content {
    text-align: center;
    font-size: 14px !important;
}

.title-swiper {
	margin-bottom: 20px;
}

.title-swiper > h1 {
    display: unset;
    color: white;
    background-color: #1d2d5b;
    padding: 5px 15px;
    font-size: 25px;
}

.title-swiper > p {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 10px;
    font-weight: bold;
    color: #1d2d5b;
}

.table-responsive {
	overflow-x: auto;
}

table, td, th {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    padding: 6px 0;
}

.striped tr:nth-child(even) {
    background-color: #eee;
}

thead {
    color: white;
    font-size: 1rem;
}

tbody {
    font-size: 1rem;
}

.banner-title {
    background-color: #2a5caa;
    position: relative;
    margin: 0 70px;
    background-image: url('https://matching.dinsor.co.th/public/img/web/banner-title.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 300px;
}

.banner-default {
    background-color: #2a5caa;
    position: relative;
    margin: 0 70px;
    background-size: 100%;
    background-image: url('https://matching.dinsor.co.th/public/img/web/banner-default.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 124px;
}

.line-break {
    width: 100%;
}

.banner-default h1 {
    padding: 20px 30px;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
}

.banner-title .title1 h1, .banner-title .title2 h1 {
    position: absolute;
    bottom: 120px;
    right: 200px;
    background-color: black;
    color: #FFFFFF;
    display: inline;
    white-space: pre-wrap;
    line-height: 24px;
    font-size: 60px;
    text-transform: uppercase;
    padding: 30px;
    padding-left: 0px;
    box-shadow: -16px 0 0 black;
}

.banner-title .title2 h1 {
    bottom: 50px !important;
}

.banner-default .title1 h1, .banner-default .title2 h1 {
    position: absolute;
    bottom: 120px;
    right: 200px;
    background-color: black;
    color: #FFFFFF;
    display: inline;
    white-space: pre-wrap;
    line-height: 24px;
    font-size: 60px;
    text-transform: uppercase;
    padding: 30px;
    padding-left: 0px;
    box-shadow: -16px 0 0 black;
}

.banner-default .title2 h1 {
    bottom: 50px !important;
}

/* Sellers */

.card-seller {
    transition-duration: 800ms;
    background-color: #fff;
    padding: 24px !important;
    border: 2px solid #eee;
	margin: 5px;
    /* transform: all -2s ease; */
}

.card-seller:hover {
    cursor: pointer;
    transform: translatey(-4px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.line-gradient1 .bn {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.line-gradient1 .bg {
    background-color: #1d2d5b;
    height: 27px;
}

.line-gradient2 {
	margin-bottom: 20px;
}

.line-gradient2 .color-1 {
    background: linear-gradient(135deg, #1d2d5b 90%, white 28%);
    height: 30px;
}

.line-gradient2 .color-2 {
    background-color: white;
}

.content-swiper {
    padding: 20px 0;
}

.content-swiper h1 {
    font-size: 16px;
}

.content-swiper p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    margin-bottom: unset;
}

.pagination {
    font-size: 16px;
}

.btn-pagination {
    background-color: #1d2d5b;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 6px;
    padding: 0;
    height: 35px;
    width: 35px;
    transition: transform .2s;
}

.btn-pagination:hover {
	transform: scale(1.2);
}

/* Profile Company */

.top-con-profile {
    padding: 30px 0;
}

.top-con-profile-left {
    padding-top: 20px;
}

.img-logocom-profile {
    padding-top: 20px;
    max-height: 300px;
    max-width: 300px;
    margin-bottom: 20px;
}

.img-logocom-profile img {
    max-width: 100%;
}

.request-btn {
    align-items: center;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
}

.company-name h1 {
    margin: 0 0 8px;
    font-size: 36px;
}

.con-wrap {
    padding-top: 50px;
    line-height: 1.9;
}

.con-right {
    padding-right: 30px;
    border-right: 1px solid;
    box-sizing: border-box;
}

.con-left {
    padding-top: 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.incon-left {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
    padding-top: 20px;
}

.type-transport p {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 8px;
}

.img-transport {
    max-width: 300px;
}

.img-transport img {
    max-width: 100%;
    vertical-align: middle;
}

.image-company img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.toppic-profile {
    font-size: 20px;
    padding: 20px 0;
    box-sizing: border-box;
}

.toppic-profile i {
    color: #5b9bd4;
    font-weight: 900;
}

.toppic-profile b {
    font-weight: 700;
}

.profile-detail {
    padding: 20px;
    box-sizing: border-box;
}

.profile-detail pre, .current-maket pre {
    white-space: pre-line;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    line-height: 1.8;
    word-break: break-word;
    padding: 0;
    text-align: left;
    margin: 0;
    display: block;
    font-size: 13px;
    color: #333;
}

.current-maket {
    padding: 20px;
    box-sizing: border-box;
}

.profile-centent {
    font-size: 18px;
    margin: auto;
    font-weight: 300;
}

.profile-contact i {
    color: #5b9bd4;
    padding-right: 15px;
    font-size: 20px;
    float: left;
}

.profile-contact p {
    font-size: 14px;
    margin: auto;
}

/* Booking */

.table-content {
    overflow-x: auto;
    margin-top: 30px;
}

.table-booking {
    border-collapse: collapse;
    margin: auto;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
}

.table-booking tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.span-date {
    text-align: start;
    font-size: 14px;
}

.big-p {
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
}

.content-info {
    padding-top: 70px;
    box-sizing: border-box;
}

/* Buyers Registration */

.content-blue {
    background-color: #1d2d5b;
    padding: 50px 0;
}

/* Seller Registration */

.content-black {
    background-color: black;
    padding: 50px 0;
}

.company-register {
    padding: 50px;
}

.company-register-password {
    padding: 30px;
    margin-top: 20px;
}

.wrap-form-register {
    color: #fff000;
    margin-bottom: 20px;
}

.wrap-form1 {
    border-bottom: 1px solid white;
    padding: 0 100px;
    padding-left: 10px;
    font-size: 16px;
}

.form-span {
    text-align: end;
    align-self: center;
}

.form-spanstart {
    text-align: left;
    align-self: center;
}

.form-spanend {
    text-align: right;
    align-self: center;
}

.form-spantop {
    text-align: end;
    margin-top: 10px;
    /* line-height: 1.2; */
}

.form-span span {
    font-size: 16px;
    color: white;
    pointer-events: none;
    margin: 10px 5px;
}

.user-box {
    position: relative;
    margin: 10px 0;
}

.user-box input {
    width: 100%;
    font-size: 16px;
    color: white;
    border: none;
    outline: none;
    background: transparent;
    padding-right: 0;
}

.user-box textarea {
    font-size: 16px;
    color: white;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding-right: 0;
}

.line-right {
    float: right;
    align-self: center;
}

.line {
    height: 40px;
    width: 1px;
    background-color: white;
    display: block;
    position: absolute;
    top: -10px;
}

.wrap-chack {
    box-sizing: border-box;
}

.wrap-chack span {
    font-size: 16px;
    color: white;
    pointer-events: none;
    margin: 10px 5px;
}

.wrap-chack .checkbox-register {
    width: auto;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    outline: none;
    background: transparent;
    padding-right: 0;
}

.wrap-chack .input-others {
    border-bottom: 1px solid white;
    width: auto;
    font-size: 16px;
    color: white;
    outline: none;
    background: transparent;
    padding-right: 0;
    padding-left: 10px;
}

.company-btn-reg {
    margin-top: 30px;
}

/* Login */

.content-blue-login {
    background-color: #1d2d5b;
    padding: 50px 0;
    height: 100vh;
    /* margin-bottom: 30px; */
}

.buyers-login {
    padding: 100px 200px;
}

.wrap-form-login, .wrap-form-innerlogin, .user-box2 {
    box-sizing: border-box;
}

.border-dashed {
    border-right: 1px solid white;
    border-right-style: dashed;
}

.border-dashed-input {
    align-items: center;
    display: flex;
}

.border-dashed-input hr {
    border: 0;
    border-top: 1px dashed white;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: content-box;
}

.border-dashed-input .text-form {
    font-size: 16px;
    color: #99ccff;
    pointer-events: none;
    padding-left: 5px;
}

.circle {
    background: white;
    border-radius: 70px;
    box-shadow: 0 0 20px 10px hsl(274deg 86% 61%);
    float: left;
    margin: 10px;
}

.user-box2 input {
	width: 90%;
    font-size: 16px;
    color: white;
    border: none;
    outline: none;
    background: #557dbb;
    margin: 10px;
    padding: 10px;
}

input::placeholder {
    color: transparent;
}

.login-btn {
    text-align: start;
}

.login-btn img {
    margin-left: 210px;
    position: absolute;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.login-btn .btn-log {
    margin-left: 0;
    cursor: pointer;
    outline: none;
    border: 2px solid #99ccff;
    background-color: rgba(255, 255, 255, 0);
    width: 300px;
    height: 60px;
/*     border-radius: 100px; */
    font-weight: 600;
    color: #99ccff;
    background-size: 100% 100%;
    margin: 30px 0;
    font-size: 25px;
    float: none;
    text-align: center;
    transition-duration: 500ms;
}

.login-btn .btn-log:hover {
	border-radius: 30px;
	background: #99ccff;
	color: #2a5caa;
}

.text-brlow {
    padding-left: 300px;
}

.text-brlow .line-right {
    border-right: 1px solid white;
}

.text-brlow .line-right a {
    color: #99ccff;
    background: 0 0;
}

.btn-register, .btn-forgot {
    border: none;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.btn-register span {
    color: white;
    padding-right: 5px;
    font-size: 14px;
    pointer-events: none;
}

.btn-forgot span {
    color: white;
    padding-left: 5px;
    font-size: 14px;
    pointer-events: none;
}

/* Dashboard CSS*/

.content-grid-col {
    padding: 30px;
    background-color: #7bafde;
    margin: 20px;
}

.text-top-col {
    box-sizing: border-box;
}

.text-top-content {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d2d5b;
}

.text-bottom-content {
    color: white;
    font-weight: 600;
    padding: 30px 0;
    font-size: 100px;
}

.home-register {
    max-width: 630px;
    position: absolute;
    bottom: 0px;
    left: 50px;
}

.btn-img {
    max-width: 90%;
    transition-duration: 400ms;
}

.btn-img:hover {
    max-width: 100%;
}

/* Buyers Dashboard */

.name-booking {
    margin: 20px 0;
}

.name-booking h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}

.contact-profile {
	padding-bottom: 30px;
}

.contact-profile p {
	font-size: 20px; 
	font-weight: 500; 
	margin-bottom: 12px; 
}

.profile-company {
    padding-top: 40px;
    border-top: 1px solid black;
    box-sizing: border-box;
}

.profile-content {
    padding: 20px;
}

.top-pic-booking {
    box-sizing: border-box;
}

.top-pic-booking h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.top-pic-booking i {
    margin-right: 10px;
}

.logo-company {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 100px;
}

.title-company {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.company-brief {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.description p {
	font-size: 0.8rem;
}

.company-description {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.company-description span {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    color: #7bafdd;
}

.cursor-pointer {
    cursor: pointer;
}

.organized {
    color: #fff;
    padding: 5px 0;
    font-size: 12px;
}

.directory-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1550px) {

    .home-register {
        max-width: 470px;
        position: absolute;
        left: 35px;
        bottom: 0px;
    }

    .banner-title {
        background-position: center;
        height: 250px;
    }

    .banner-title .title1 h1, .banner-title .title2 h1 {
        bottom: 120px;
        right: 170px;
        line-height: 10px;
        font-size: 40px;
        padding: 20px;
    }

    .banner-title .title2 h1 {
        bottom: 70px !important;
    }

    .banner-default {
        background-position: center;
        height: 94px;
    }
}

@media only screen and (max-width: 1024px) {
	
	.grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	.col-1 {
	    grid-column: span 1;
	}
	.col-2 {
	    grid-column: span 1;
	}
	.col-3 {
	    grid-column: span 1;
	}
	.col-4 {
	    grid-column: span 1;
	}
	.col-5 {
	    grid-column: span 1;
	}
	.col-6 {
	    grid-column: span 1;
	}
	.col-7 {
	    grid-column: span 1;
	}
	.col-8 {
	    grid-column: span 1;
	}
	.col-9 {
	    grid-column: span 1;
	}
	.col-10 {
	    grid-column: span 1;
	}
	.col-11 {
	    grid-column: span 1;
	}
	.col-12 {
	    grid-column: span 1;
	}
	
	.grid-line {
		grid-template-columns: repeat(1fr, 2fr);
		grid-gap: 10px;
	}
	
	.align-items-center {
		justify-items: center;
		align-items: center;
	}
	
	.catalog {
		margin: 20px 0;
		display: flex;
		justify-content: center;
	}
	
	
	/* 	NavBar Mobile */
	
	.nav-desktop {
		display: none;
	}
	
	.wrap-nav {
    	padding: 0px 20px !important;
    }
	
	.nav-box-mobile {
		font-size: 14px !important;
	}
	
	.nav-hover {
	    background: #fff;
	    padding: 4px 10px;
	}
	
	.organized {
		font-size: 10px !important;
	}
	
	.organized-mobile {
		padding: 2px !important;
		max-height: 25px !important;
	}
	
	.banner {
		padding-top: 60px !important;
	}
	
	.navbar-mobile {
		display: block !important;
	}
	
	.nav-mobile {
	    display: grid;
	    grid-template-columns: 50% auto !important;
	    align-items: center;
	}
	
	/* 	Footer Mobile */
	
	.footer-desktop {
		display: none;
	}
	
	.footer-mobile {
		display: block !important;
	}
	
	.grid-mobile {
		display: grid; 
		grid-template-columns: repeat(12, 1fr) !important; 
	}
	
	.col-2-mobile {
		grid-column: span 2;
	}
	
	.col-4-mobile {
		grid-column: span 4;
	}
	
	.col-6-mobile {
		grid-column: span 6;
	}
	
	.col-10-mobile {
		grid-column: span 10;
	}
	
	.col-12-mobile {
		grid-column: span 12;
	}
	
	.line-grid-footer {
		border: none; 
		border-bottom: 2px solid white;
	}
	
	/* 	Banner Web */
	
	.banner-title {
		margin: 0 20px;
		background-position: center center;
		height: 150px;
	}
	
	.banner-title .title1 h1, .banner-title .title2 h1 {
	    bottom: 70px;
	    right: 10%;
	    line-height: 10px;
	    font-size: 18px;
		padding: 10px;
		box-shadow: -2px 0 0 black !important;
	}
	
	.banner-title .title2 h1 {
    	bottom: 45px !important;
	}
	
	.banner-default {
		margin: 0px 20px;
		height: 60px;
	}
	
	.banner-default h1 {
		font-size: 14px;
		padding: 2px 6px;
	}
	
	/* 	Home Page */
	
	.home-register {
        max-width: 230px;
        position: absolute;
        left: 20px;
        bottom: 0px;
    }
	
	.pe-reg {
		padding-right: 2px !important;
	}
	
	.ps-reg {
		padding-left: 2px !important;
	}
	
	.video-content {
	    padding: 30px 0;
	}
	
	.font-28 {
	    font-size: 18px;
	}
	
	.btn-download {
		height: 60px;
	}
	
	.border-part-sellers {
		border-top: 2px solid #eee;
		margin-top: 10px;
	}
	
	.text-title {
		text-align: center;
		margin-top: 25px;
	}
	
	.margin-mobile-sellers {
		margin-top: 20px;
	}
	
	.sellers-desktop {
		display: none;
	}
	
	.sellers-mobile {
		display: block !important;
	}
	
	.box {
		border: 2px solid #eee; 
		margin: 5px;
	}
	
	
	/* 	Sllers Page */
	
	.sellers-list-desktop {
		display: none;
	}
	
	.sellers-list-mobile {
		display: block !important;
	}
	
	.card-seller {
		border: 2px solid #eee;
		margin: 10px;
		padding: 20px !important;
	}
	
	.directory-logo {
	    height: 200px;
	    background-position: center center;
	    background-size: contain;
	}
	
	/* 	Profile Company Page */
	
	.request-btn {
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	
	.btn-request {
		width: 320px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.btn-request:hover {
	    width: 320px;
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	
	.company-name {
		padding: 20px;
		text-align: center;
	}
	
	.company-name h1 {
		font-size: 25px;
		line-height: 1.5;
	}
	
	.con-right {
		padding-right: 0;
		border-right: none;
	}
	
	.toppic-profile {
		padding-left: 20px;
		font-size: 20px;
	}
	
	.profile-detail {
		font-size: 18px;
		margin: auto;
	}
	
	.con-left {
		padding-left: 0;
		margin: auto;
	}
	
	.profile-contact p {
		font-size: 18px;
	}
	
	.incon-left {
		padding: 0;
	}
	
	.img-transport {
		min-height: 500px;
	}
	
	.img-transport .description {
		text-align: center;
		font-size: 18px;
	}
	
	/* 	Register Buyer Page */
	
	.company-register {
		padding: 20px 20px;
	}
	
	.wrap-form1 {
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		padding: 0;
		padding-left: 10px;
	}
	
	.line-right {
		display: none;
	}
	
	.line-right-mobile {
		display: block;
	}
	
	.form-span, .form-spanend {
		text-align: start;
		align-self: center;
		margin-top: 10px;
	}
	
	.form-spantop {
		text-align: start;
	}
	
	.user-box input, .user-box textarea {
		border-bottom: 1px solid white;
	}
	
	/* 	Login Page */

	.buyers-login {
		padding: 20px;
	}
	
	.wrap-form-login {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.border-dashed {
		border-right: 1px solid #ffffff00;
		border-right-style: dashed;
	}
	
	.border-dashed-input hr {
		border-top: 1px dashed #ffffff00;
	}
	
	.border-dashed-input .text-form {
		display: none;
	}
	
	.login-btn {
		text-align: center;
	}
	
	.grid.text-brlow {
		text-align: center;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.text-brlow .line-right {
		border-right: 1px solid #ffffff00;
		text-align: center;
	}
	
	input::placeholder {
         color: white;
    }
    
    /* Buyer Dashboard Page */
	
	.pending-desktop {
		display: none;
	}
	
	.pending-mobile {
		display: block !important;
	}
	
	/* 	Dashboard Request */
	
	.company-name-booking h1 {
		line-height: 1.5;
	}
	
}


@media only screen and (max-width: 768px) {
	
	.grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	.col-1 {
	    grid-column: span 1;
	}
	.col-2 {
	    grid-column: span 1;
	}
	.col-3 {
	    grid-column: span 1;
	}
	.col-4 {
	    grid-column: span 1;
	}
	.col-5 {
	    grid-column: span 1;
	}
	.col-6 {
	    grid-column: span 1;
	}
	.col-7 {
	    grid-column: span 1;
	}
	.col-8 {
	    grid-column: span 1;
	}
	.col-9 {
	    grid-column: span 1;
	}
	.col-10 {
	    grid-column: span 1;
	}
	.col-11 {
	    grid-column: span 1;
	}
	.col-12 {
	    grid-column: span 1;
	}
	
	.grid-line {
		grid-template-columns: repeat(1fr, 2fr);
		grid-gap: 10px;
	}
	
	.align-items-center {
		justify-items: center;
		align-items: center;
	}
	
	.catalog {
		margin: 20px 0;
		display: flex;
		justify-content: center;
	}
	
	
	/* 	NavBar Mobile */
	
	.nav-desktop {
		display: none;
	}
	
	.wrap-nav {
    	padding: 0px 20px !important;
    }
	
	.nav-box-mobile {
		font-size: 10px !important;
	}
	
	.nav-hover {
	    background: #fff;
	    padding: 0px 6px;
	}
	
	.organized {
		font-size: 6px !important;
	}
	
	.organized-mobile {
		padding: 0px !important;
		max-height: 10px !important;
	}
	
	.banner {
		padding-top: 60px !important;
	}
	
	.navbar-mobile {
		display: block !important;
	}
	
	.nav-mobile {
	    display: grid;
	    grid-template-columns: 50% auto !important;
	    align-items: center;
	}
	
	/* 	Footer Mobile */
	
	.footer-desktop {
		display: none;
	}
	
	.footer-mobile {
		display: block !important;
	}
	
	.grid-mobile {
		display: grid; 
		grid-template-columns: repeat(12, 1fr) !important; 
	}
	
	.col-2-mobile {
		grid-column: span 2;
	}
	
	.col-6-mobile {
		grid-column: span 6;
	}
	
	.col-10-mobile {
		grid-column: span 10;
	}
	
	.col-12-mobile {
		grid-column: span 12;
	}
	
	.line-grid-footer {
		border: none; 
		border-bottom: 2px solid white;
	}
	
	/* 	Banner Web */
	
	.banner-title {
		margin: 0 20px;
		background-position: center center;
		height: 80px;
	}
	
	.banner-title .title1 h1, .banner-title .title2 h1 {
	    bottom: 30px;
	    right: 10%;
	    line-height: 10px;
	    font-size: 14px;
		padding: 8px;
		box-shadow: -2px 0 0 black !important;
	}
	
	.banner-title .title2 h1 {
    	bottom: 10px !important;
	}
	
	.banner-default {
		margin: 0px 20px;
		height: 60px;
	}
	
	.banner-default h1 {
		font-size: 14px;
		padding: 2px 6px;
	}
	
	/* 	Home Page */
	
	.home-register {
        max-width: 150px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
	
	.pe-reg {
		padding-right: 2px !important;
	}
	
	.ps-reg {
		padding-left: 2px !important;
	}
	
	.video-content {
	    padding: 20px 0;
	}
	
	.font-28 {
	    font-size: 18px;
	}
	
	.btn-download {
		height: 60px;
	}
	
	.border-part-sellers {
		border-top: 2px solid #eee;
		margin-top: 10px;
	}
	
	.text-title {
		text-align: center;
		margin-top: 25px;
	}
	
	.margin-mobile-sellers {
		margin-top: 20px;
	}
	
	.sellers-desktop {
		display: none;
	}
	
	.sellers-mobile {
		display: block !important;
	}
	
	.box {
		border: 2px solid #eee; 
		margin: 5px;
	}
	
	
	/* 	Sllers Page */
	
	.line-gradient2 {
		margin-bottom: 0;
	}
	
	.sellers-list-desktop {
		display: none;
	}
	
	.sellers-list-mobile {
		display: block !important;
	}
	
	.title-swiper {
		text-align: center;
	}
	
	.title-swiper > h1 {
		display: block;
		padding: 10px 0;
	}
	
	.card-seller {
		border: 2px solid #eee;
		margin: 5px;
		padding: 10px !important;
	}
	
	.directory-logo {
	    height: 150px;
	    background-position: center center;
	    background-size: contain;
	}
	
	/* 	Profile Company Page */
	
	.request-btn {
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	
	.btn-request {
		width: 320px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.btn-request:hover {
	    width: 320px;
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	
	.company-name {
		padding: 20px;
		text-align: center;
	}
	
	.company-name h1 {
		font-size: 25px;
		line-height: 1.5;
	}
	
	.con-right {
		padding-right: 0;
		border-right: none;
	}
	
	.toppic-profile {
		padding-left: 20px;
		font-size: 20px;
	}
	
	.profile-detail {
		font-size: 18px;
		margin: auto;
	}
	
	.con-left {
		padding-left: 0;
		margin: auto;
	}
	
	.profile-contact p {
		font-size: 18px;
	}
	
	.incon-left {
		padding: 0;
	}
	
	.img-transport {
		min-height: 500px;
	}
	
	.img-transport .description {
		text-align: center;
		font-size: 18px;
	}
	
	/* 	Register Buyer Page */
	
	.company-register {
		padding: 20px 20px;
	}
	
	.wrap-form1 {
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		padding: 0;
		padding-left: 10px;
	}
	
	.line-right {
		display: none;
	}
	
	.line-right-mobile {
		display: block;
	}
	
	.form-span, .form-spanend {
		text-align: start;
		align-self: center;
		margin-top: 10px;
	}
	
	.form-spantop {
		text-align: start;
	}
	
	.user-box input, .user-box textarea {
		border-bottom: 1px solid white;
	}
	
	/* 	Login Page */

	.buyers-login {
		padding: 20px;
	}
	
	.wrap-form-login {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.border-dashed {
		border-right: 1px solid #ffffff00;
		border-right-style: dashed;
	}
	
	.border-dashed-input hr {
		border-top: 1px dashed #ffffff00;
	}
	
	.border-dashed-input .text-form {
		display: none;
	}
	
	.login-btn {
		text-align: center;
	}
	
	.grid.text-brlow {
		text-align: center;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.text-brlow .line-right {
		border-right: 1px solid #ffffff00;
		text-align: center;
	}
	
	input::placeholder {
         color: white;
    }
    
	/* Buyer Dashboard Page */
	
	.pending-desktop {
		display: none;
	}
	
	.pending-mobile {
		display: block !important;
	}
	
	/* 	Dashboard Request */
	
	.company-name-booking h1 {
		line-height: 1.5;
	}
	
}

@media screen and (max-width: 480px) {
	.wrapped {
    	padding: 30px 20px !important;
    }

}