@font-face {
    font-family: LINESeedSansTH;
    src: url(../fonts/LINE_Seed_Sans_TH/LINESeedSansTH_Rg.ttf);
}

@font-face {
    font-family: LINESeedSansTH_Bold;
    src: url(../fonts/LINE_Seed_Sans_TH/LINESeedSansTH_Bd.ttf);
}

html,
body {
	font-family: LINESeedSansTH;
    line-height: 1.5;
}

img {
    width: 100%;
}

a,
a:hover {
    color: rgb(14,204,203);
    text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

button, input, optgroup, select, textarea {
    outline: none !important;
}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn-primary {
    background-color: var(--blue);
    border-radius: 50px;
    width: 140px;
    border: none;
    font-family: 'LINESeedSansTH_Bold';
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--blue);
    opacity: 0.6;
}

.btn-primary.btn-black {
    background-color: #000;
}

/* Top Navbar */

.navbar {
    border-radius: 0px;
    text-align: center;
    border: 0px;
}

.navbar.navbar-top {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.navbar-nav>li {
	padding: 15px 0px;
}

.navbar-nav>li>a {
	color: #000;
    font-size: 14px;
    font-family: 'LINESeedSansTH_Bold';
    padding: 0px 15px;
    border-right:2px solid #000;
}

.navbar-nav li:last-child > a {
	border-right:none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
	background: none;
}

.navbar-nav>li.active>a {
	background: none;
	color: rgb(14,204,203);
}

.navbar-fixed-top {
  border-bottom: 2px solid var(--blue);
  background-color: #fff !important;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2) !important;
  position: fixed !important;
  z-index: 99 !important;
}

.navbar-toggle {
    position: relative;
    float: initial;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 20px;
    position: absolute;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 0px;
    background: rgb(14,204,203);
    margin-bottom: 8px;
}

.navbar-header {
    background-color: #fff;
}

.navbar-header img {
    width: 40px;
    margin: 10px;
    display: none;
}

/* Menu Header */

#menu-header {
  display: block;
  text-align: left;
  border-top: 1px solid #ccc;
}

.menu-top-logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 8px;
}

.menu-top-logo img {
  width: 45px;
  margin-right: 10px;
}

.menu-top-back {
  text-align: right;
  padding-top: 14px;
  float: right;
}

.backto-sellpage {
  background-color: #000;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
}

.backto-sellpage a {
    color: #fff;
}

.backto-sellpage i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 4px;
}

/* search box */

.sidebar-box {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 250px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 45px;
    background-color: var(--blue);
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    border-radius: 0px 5px 5px 0px;
}

/* Menu left on mobile */

#menu-left {
    z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

#menu-left .navbar-nav>li.active>a {
    color: #000;
}

.menu-left-content {
    width: 80%;
    background-color: #fff;
    height: 100%;
    padding: 0px 30px;
}

.menu-left-content-top {
    text-align: center;
    margin-bottom: 30px;
}

.menu-left-content-top img {
    width: 125px;
}

.menu-left-content-regis a {
    color: #000;
    font-size: 15px;
    font-family: 'LINESeedSansTH_Bold';
}

.menu-left-content .navbar-nav>li {
    border-top: 1px solid #6a6a6a;
    padding: 13px 0px;
}

.menu-left-content .navbar-nav>li>a {
    border-right: 0px;
    font-size: 15px;
    font-family: 'LINESeedSansTH';
}

.button-contact {
    width: auto;
    background-color: rgb(14,204,203);
    z-index: 999999;
    position: fixed;
    right: 3vw;
    bottom: 9vh;
    color: #fff;
    font-size: 12px;
    padding: 6px 16px 5px;
    border-radius: 50px;
    font-family: 'LINESeedSansTH_Bold';
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    cursor: pointer;
}

.button-contact a {
    color: #fff;
}

.button-contact img {
    width: 20px;
}

#menu-left .button-contact {
    width: 125px !important;
    position: relative !important;
    font-size: 12px !important;
    float: right !important;
    bottom: initial;
    right: 0;
}

#menu-left .button-contact a {
    color: #fff;
}

#menu-left .contact-tel {
    display: inline-block;
    padding-top: 7px;
}

#menu-left .contact-tel a {
    color: #fff;
}

.menu-left-bottom {
    width: 100%;
    display: inline-block;
    bottom: 0;
    position: absolute;
    background-color: rgb(89, 88, 88);
    font-size: 16px;
    padding: 20px;
    color: #fff;
}

.menu-left-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.3);
}

.menu-left-bottom img {
    width: 25px;
    margin-right: 5px;
}

/* Popup */

.popup {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

.popup-backdrop {
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
}

.popup-content {
    position: absolute;
    width: 80%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 430px;
}

.popup-text-left {
    text-align: left;
    width: fit-content;
    margin: auto;
}

.popup-content-img {
    border: 3px solid rgb(14, 204, 203);
    border-radius: 10px;
    overflow: hidden;
}

.popup-content img {
	width: 100%;
}

.close-popup {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 30px;
}

.close-popup:hover {
    cursor: pointer;
}

/* footer */

.navbar-footer {
	margin-bottom: 0px;
    z-index: 14;
    background-color: rgb(127, 126, 126);
    min-height: auto;
}

.navbar-footer .navbar-nav>li {
	padding: 5px 0px 4px;
}

.navbar-footer .navbar-nav>li> .menu-footer {
	color: #fff;
	border-right: 2px solid #fff;
	padding: 0px 25px;
	font-size: 13px;
    cursor: pointer;
}

.navbar-footer .navbar-nav>li> .menu-footer img {
	width: 20px;
	margin-right: 10px;
    vertical-align: middle;
}

.navbar-footer .navbar-nav>li> .menu-footer i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.navbar-footer .navbar-right li {
	color: #fff;
	font-size: 16px;
    padding: 7px 0px;
}

.navbar-footer .navbar-right li>a {
	display: inline-block;
    float: left;
    padding: 0px 2px;
    border-right: none;
}

.navbar-footer .navbar-right li {
	margin-left: 10px;
}

.navbar-footer .navbar-right li>a img {
	width: 20px;
	margin-right: 0px;
}

.navbar-footer-content {
    padding: 20px;
    display: none;
}

.navbar-footer-show {
    display: block;
}

.navbar-footer-content span {
    font-family: 'LINESeedSansTH_Bold';
}

.navbar-footer .menu-footer:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.navbar-footer .menu-footer.active:after {
    content: "\f106";
}

/* Pagination */

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

.pagination>li>a, .pagination>li>span {
  border-radius: 5px;
  margin: 0px 2px;
  width: 33px;
  height: 33px;
  color: #000;
  text-align: center;
  padding: 6px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #131313;
  border-color: #000000;
}

/* Page */

.section-page {
  padding-top: 110px;
}

.page-title {
  text-align: center;
  font-size: 17px;
  font-family: 'LINESeedSansTH_Bold';
  padding: 21px 0 16px;
  border-bottom: 1px solid #ccc;
}

.page-sort {
  text-align: right;
  padding: 15px 0px
}

.page-sort select {
  padding: 3px 15px;
  border-radius: 5px;
  margin-left: 5px;
}

.page-content {
  background-color: rgb(242,242,242);
  padding: 5% 0px;
  min-height: 72vh;
}

.page-list {
    margin-bottom: 10px;
}

.page-list li {
    float: left;
    font-size: 11px;
}

.page-list li>a:after {
    content: ">>";
    margin: 0px 5px;
    color: #000;
}

/* Right menu list */

.right-menu {
    padding: 20px 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.right-menu-title {
    font-size: 16px;
    border-left: 3px solid var(--blue);
    padding-left: 10px;
    font-family: 'LINESeedSansTH_Bold';
    margin-bottom: 5px;
}
.price-list>li {
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

.price-list>li:last-child {
    border-bottom: none;
}

.price-list>li>a,
.blog-list>li>a {
    color: #000;
}

.price-list>li>a img {
    width: 50px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.price-list-detail {
    display: inline-block;
    vertical-align: middle;
}
.price-list-detail .price {
    margin-top: 4px;
    font-size: 12px;
    font-family: 'LINESeedSansTH_Bold';
}

.price-list-detail .price>span {
    color: var(--blue);
}
.blog-list>li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.blog-list>li:last-child {
    border-bottom: none;
}

.blog-list>li>a img {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.blog-list-date {
    font-size: 10px;
    color: #797979;
    margin-top: 10px;
}

.blog-list-date .view {
    float: right;
}

.blog-list-detail {
    display: inline-block;
    width: 58%;
    vertical-align: middle;
    font-size: 11px;
    padding-left: 5px;
}

/* Right menu list */

.left-menu {
    padding: 20px 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.left-menu-title {
    font-size: 18px;
    border-left: 3px solid var(--blue);
    padding-left: 10px;
    font-family: 'LINESeedSansTH_Bold';
    margin-bottom: 12px;
}

.left-menu .list-group {
    margin-bottom: 0px;
}

.left-menu .list-group-item {
    border: none;
    padding: 10px 13px;
}

.left-menu a.list-group-item,
.left-menu button.list-group-item {
    color: #000;
}

.left-menu a.list-group-item>i {
    float: right;
}

.left-menu .collapse a.list-group-item,
.left-menu .collapsing a.list-group-item  {
    padding-left: 12%;
}

.left-menu li>a {
    color: #000;
}

.left-menu .brand-list a.active {
    color: var(--blue);
}

.left-menu .brand-list a.strong {
    font-family: 'LINESeedSansTH_Bold';
}

.left-menu .price-list li,
.left-menu .branch-list li,
.left-menu .storage-list li {
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 13px 0px;
}

.storage-list {
    padding: 0px 13px;
}

.left-menu .storage-list li {
    width: 46%;
    display: inline-block;
    margin: 5px 3px;
}

.chat-button {
    position: fixed;
    bottom: 24%;
    right: 4%;
    z-index: 99;
}

.main-button {
    background-color: rgb(14, 204, 203);
    color: white;
    padding: 25px 0px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    font-family: 'LINESeedSansTH_Bold';
    position: absolute;
    right: 0;
    box-shadow: rgba(16, 24, 40, 0.3) 0px 4px 6px -2px;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-timeline: auto;
    animation-name: chatmove;
    animation-timing-function: ease-in-out;
}

@keyframes chatmove {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
      transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
      transform: scale3d(1, 1, 1);
  }
}

.main-button-active {
    animation: none;
}

.options {
    visibility: hidden;
    transform: translate(0px);
    margin-bottom: 10px;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-timeline: auto;
    transition: opacity 200ms ease-in-out 0s, transform 200ms ease-in-out 0s;
    transform: translateY(20px);
    opacity: 0;
}

.options-active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.option,
.option:hover,
.option:focus,
.option:active {
    display: block;
    background-color: white;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    margin-top: 10px;
    text-align: left;
    text-decoration: none;
    box-shadow: rgba(16, 24, 40, 0.3) 0px 4px 6px -2px;
    font-size: 12px;
}

.option img {
  width: auto;
  margin-right: 6px;
}

.option.line {
    background-color: rgb(22, 179, 100);
}

.option.messenger {
    background-color: #2196F3;
}

.option.tel {
    background-color: rgb(0, 104, 255);
}

@media only screen and (max-width: 767px) {
  .chat-button {
    bottom: 17%;
  }

  .main-button {
    width: 60px;
    height: 60px;
    font-size: 12px;
    padding: 22px 0px;
  }

  .option, .option:hover, .option:focus, .option:active {
    padding: 6px 10px;
  }
}

@media only screen and (min-width: 768px) {
    .left-menu {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .popup-content {
        width: 90%;
    }

    .navbar-fixed-top {
        background-color: #fff;
        box-shadow: 1px 0px 3px rgba(0,0,0,0.3);
        border-bottom: 1px solid #ccc;
    }

    .navbar-top .nav {
        display: none;
    }

    .navbar-header img {
        display: inline-block;
    }

    nav .navbar-nav {
        display: none;
    }

    #menu-header {
        display: none;
    }

    .navbar-footer {
        display: none;
    }

    .section-page {
      padding-top: 60px;
    }
    .page-content {
      padding: 2% 0px;
      min-height: 80vh;
    }

    .form-control {
        font-size: 16px;
    }
}

#widget-renderer-root {
    z-index: 99;
    position: absolute;
}

.fNkXbi {
    padding: 10px 6px !important;
    font-size: 12px !important;
}

.WidgetController__StyledWidgetController-sc-120g34b-0 {
    width: 70px !important;
    height: 70px !important;
}

.WidgetController__StyledText-sc-120g34b-3 {
    font-family: 'LINESeedSansTH_Bold';
}

.WidgetController__StyledIcon-sc-120g34b-2 {
    display: none;
}

:root {
  --blue: rgb(14,204,203);
}