body {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-5 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

button:focus {
  outline: 0 !important;
}

.btn,
.btn:hover,
.btn:focus {
  color: #CA8F34;
  outline: 0 !important;
}

.btn-drab {
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 2px solid #CA8F34;
  background-color: transparent;
  margin-top: 50px;
  width: auto;
  padding: 10px 25px 10px 25px;
  margin: 0 auto;
}

.btn-drab:hover {
  color: #FFFFFF;
  background-color: #CA8F34;
  text-decoration: none;
}

.text-drab {
  color: #CA8F34;
}

.text-brownlight {
  color: #FFE0BD;
  text-align: center;
}

.text-maroon {
  color: #521A0C;
}

.text-gray {
  color: #313233;
}

.text-topic-maroon, .text-topic-maroon1, .text-topic-brownlight {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #521A0C;
  text-align: center;
}

.text-topic-maroon1 {
  margin-bottom: -12px;
}

.text-topic-brownlight {
  color: #FFE0BD;
}

.text-little-topic-drab-bold, .text-little-topic-drab-light {
  color: #CA8F34;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: -12px;
  text-align: center;
}

.text-little-topic-drab-light {
  font-weight: 300;
  margin-bottom: 25px;
}

.bg-white, .bg-white-logo, .bg-white-logo-about, .bg-maroon-logo, .bg-maroon-logo-contact, .bg-maroon-border {
  background: #FFFFFF;
  padding-top: 110px;
  padding-bottom: 110px;
  box-shadow: 0px -19px 70px 3px rgba(202, 143, 52, 0.21);
}

.bg-white-logo {
  background: url(../images/bg-logo.jpg) repeat-x center bottom;
}

.bg-white-logo-about {
  background: url(../images/bg-logo-brownlight.jpg) repeat-x center bottom;
}

.bg-maroon-logo, .bg-maroon-logo-contact {
  background-color: #521A0C;
  background: url(../images/bg-logo-maroon.jpg) repeat-x center bottom;
  box-shadow: 0px -19px 70px 3px rgba(202, 143, 52, 0.21);
}

.bg-maroon-logo-contact {
  background: url(../images/bg-logo-maroon-contact.jpg) repeat-x center center;
  background-position: 0px -220px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg-maroon-border {
  background: #521A0C;
  border-bottom: 25px solid #CA8F34;
  padding-top: 55px;
  padding-bottom: 25px;
  box-shadow: 0px -19px 70px 3px rgba(0, 0, 0, 0.16);
}

.icon-svg, .icon-svg-contact {
  display: inline-block;
  font-size: 17px;
  padding-top: 5px;
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.icon-svg-contact {
  margin-left: 3px;
  padding-right: 10px;
  padding-top: 0px;
}

.pull-right {
  float: right !important;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'icon-khunyapool';
  content: "\e905";
  float: right;
  font-size: 10px;
  margin-top: 6px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.box-border {
  font-size: 18px;
  padding: 10px 25px 10px 25px;
  width: 75%;
  margin: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 2.5px solid #f0dac8;
}

.box-border a {
  color: #521A0C;
  text-decoration: none;
}

.box-border:hover {
  background-color: rgba(255, 243, 229, 0.85);
}

.border-gray {
  border: 1px solid #eeeeee;
}

/* -----------------------------------*/
/*ribbon*/
.black-ribbon {
  width: 110px;
  position: fixed;
  z-index: 9999;
}

.stick-left {
  left: 0;
}

.stick-right {
  right: 0;
}

.stick-top {
  top: 0;
}

.stick-bottom {
  bottom: 0;
}

/*menu*/
header {
  background: #521A0C;
  font-size: 18px;
  font-weight: 400;
}

.navbar {
  background-color: #FFFFFF;
  color: #521A0C;
  box-shadow: 0px -5px 20px 8px rgba(51, 51, 51, 0.19);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  min-height: auto;
  margin-bottom: 0;
}

.navbar img {
  max-width: 200px;
  width: 100%;
}

.navbar .nav > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #521A0C;
}

.navbar .navbar-nav > li > a {
  color: #521A0C;
  border-bottom: 5px solid #FFFFFF;
}

.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active {
  color: #CA8F34 !important;
  background: none;
  border-bottom: 5px solid #CA8F34;
  text-decoration: none;
}

.navbar .branding {
  background-color: #CA8F34;
}

.navbar .branding .logo-header-branding {
  width: 14%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
}

.navbar .mainmenu {
  width: 970px;
  margin: auto;
}

.navbar .mainmenu .nav-menu {
  background-color: #FFFFFF;
}

.navbar .mainmenu .nav-menu .logo-sticky {
  display: none;
  width: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}

.navbar .mainmenu .nav-menu.is-sticky {
  box-shadow: 0px -5px 20px 8px rgba(51, 51, 51, 0.19);
}

.navbar .mainmenu .nav-menu.is-sticky .logo-sticky {
  display: inline-block;
  float: left;
}

.navbar .mainmenu .nav-menu.is-sticky .nav > li > a {
  padding-top: 16px;
  padding-bottom: 18px;
}

.navbar .mainmenu .nav-menu .bg-sticky {
  width: 1111px;
  margin: auto;
}

.contact-top .contact-top-inner {
  text-align: right;
  padding: 8px 0px 8px 0px;
}

.contact-top a {
  display: inline-block;
  vertical-align: middle;
  color: #FFE0BD;
}

.contact-top a:hover {
  text-decoration: none;
  color: #CA8F34;
}

/* Large Devices, Wide Screens */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .navbar .mainmenu .nav-menu.is-sticky {
    font-size: 16px;
  }
  .navbar .mainmenu .nav-menu.is-sticky .nav > li > a {
    padding-bottom: 14px;
  }
  .navbar .mainmenu .nav-menu .logo-sticky {
    margin-top: 2px;
    width: 80px;
    margin-right: 10px;
  }
  .navbar .mainmenu .nav-menu .bg-sticky {
    width: 1045px !important;
  }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    font-size: 14px;
  }
  .icon-svg, .icon-svg-contact {
    font-size: 15px;
  }
  .navbar-header {
    width: 22%;
    margin: 0 auto;
    padding: 0px 23px 25px;
  }
  .nav > li > a {
    padding: 0px 7px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-brand {
    height: 60px;
    margin-top: 7px;
  }
  .navbar img {
    width: 100%;
  }
  .navbar .mainmenu {
    width: 730px !important;
  }
  .navbar .mainmenu .nav-menu.is-sticky {
    font-size: 12.2px;
  }
  .navbar .mainmenu .nav-menu.is-sticky .icon-svg, .navbar .mainmenu .nav-menu.is-sticky .icon-svg-contact {
    font-size: 13px;
  }
  .navbar .mainmenu .nav-menu.is-sticky .nav > li > a {
    padding-bottom: 12px;
  }
  .navbar .mainmenu .nav-menu .logo-sticky {
    margin-top: 2px;
    width: 70px;
    margin-right: 10px;
  }
  .navbar .mainmenu .nav-menu .bg-sticky {
    width: 749px !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .black-ribbon {
    width: 100px;
  }
  header {
    font-size: 16px;
  }
  .icon-svg, .icon-svg-contact {
    font-size: 16px;
  }
  .icon-svg-contact {
    padding-right: 0px;
    font-size: 15px;
  }
  .contact-top .contact-top-inner {
    text-align: right;
    padding: 8px 7px 8px 0px;
  }
  .navbar img {
    max-width: 95px;
  }
  .navbar-brand {
    height: 60px;
    margin-top: 0px;
    padding: 12px 0;
  }
  .navbar-toggle {
    padding: 10px;
    border: none;
    margin: 17px 0px 0px 0px;
    background-color: #CA8F34;
  }
  .navbar-toggle .icon-bar {
    background-color: #521A0C;
    width: 26px;
    height: 3px;
  }
  .navbar-toggle:hover {
    background-color: #CA8F34;
  }
  .navbar-toggle:active {
    background-color: #CA8F34;
  }
  .navbar-toggle:active .icon-bar {
    background-color: #521A0C;
  }
  #slide-nav {
    border-top: 0;
  }
  #slide-nav .navbar-header {
    background-color: #CA8F34;
    border-bottom: none;
    margin: 0 auto;
    padding: 0px 7px 10px 15px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    color: #521A0C;
    display: block;
    width: 250px;
  }
  .sidenav a:hover {
    color: #CA8F34;
  }
  .sidenav a:active {
    color: #CA8F34;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 16px;
    right: 21px;
    font-size: 24px;
    margin-left: 50px;
    color: #CA8F34;
  }
  .sidenav .closebtn:hover {
    color: #521A0C;
  }
  .sidenav .closebtn:active {
    color: #521A0C;
  }
}

/* -----------------------------------*/
.main-slider .cover-img img {
  width: 100%;
}

.owl-controls .owl-next, .owl-controls .owl-prev {
  background: url(../images/icon/arrow-right.svg);
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 31px;
  height: 55px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  text-indent: -99999px;
  right: 30px;
}

.owl-controls .owl-next:hover, .owl-controls .owl-prev:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.owl-controls .owl-prev {
  background: url(../images/icon/arrow-left.svg);
  left: 30px;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.owl-dots .owl-dot {
  background: rgba(49, 50, 51, 0.5);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0px 8px 15px;
  border-radius: 50px;
}

.owl-dots .owl-dot.active {
  background: rgba(82, 26, 12, 0.91);
}

.owl-dots .owl-dot:hover {
  background: rgba(202, 143, 52, 0.5);
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.crop-img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 25px;
}

.crop-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.crop-img img.portrait {
  width: 100%;
  height: auto;
}

.hover-img {
  position: relative;
  width: 100%;
}

.hover-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(202, 143, 52, 0.6);
}

.hover-img:hover .overlay, .hover-img:active .overlay {
  opacity: 1;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 35px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.close {
  font-size: 65px;
  font-weight: 100;
  line-height: 0.5;
}

.modal-backdrop.in {
  opacity: 0.75;
}

.modal {
  height: 100%;
  margin: auto;
}

.modal-dialog {
  /*top: 6%; */
  top: 0%;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}

.modal-header .modal-title {
  display: none;
}

.modal-content {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.ekko-lightbox
a:active, a:focus {
  text-decoration: none;
  color: #CA8F34;
}

#aboutus img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  margin: auto;
}

#aboutus .text-topic-maroon1,
#aboutus .text-little-topic-drab-bold,
#aboutus .text-little-topic-drab-light,
#aboutus .text-little-topic-drab-light,
#aboutus .text-gray {
  text-align: left;
}

.product-img img {
  width: 100%;
}

#product .product-box .overlay {
  background-color: rgba(255, 243, 229, 0.85);
  z-index: 2;
}

#product .product-box .text-maroon {
  font-size: 18px;
  font-weight: 400;
}

#product .product-box .text-drab {
  font-size: 24px;
  font-weight: 500;
  margin-top: -17px;
  margin-bottom: -5px;
}

.bestseller-ribbon {
  top: 17px;
  position: absolute;
  left: 230px;
  z-index: 1;
}

.product-modal .modal-content {
  border-radius: 0;
  border: none;
  background-color: white;
  margin: auto;
}

.product-modal .modal-dialog {
  width: 75%;
  top: 5%;
  left: 10%;
  right: 10%;
  position: fixed;
}

.product-modal .modal-body {
  margin-top: 45px;
  margin-bottom: 25px;
}

.product-modal .product-img {
  padding-top: 60px;
  padding-bottom: 45px;
}

.product-modal #detail {
  background: url(../images/bg-logo-brownlight.jpg) repeat-x center bottom;
  height: 600px;
}

.product-modal h3 {
  margin-top: 13px;
}

.product-modal .text-gray {
  margin-top: 15px;
  line-height: 1.75;
}

.product-modal .panel-group {
  margin-top: 20px;
}

.product-modal .close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  top: 25px;
  right: 20px;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
  color: #999;
  z-index: 9999;
}

.product-modal .close-modal:hover {
  color: #CA8F34;
}

.product-modal .cursor {
  cursor: pointer;
}

.product-modal #row-product-other {
  margin-top: 20px;
}

.product-modal .img-product-other {
  opacity: 0.5;
  border: 1px solid white;
  width: 100%;
}

.product-modal .img-product-other:hover, .product-modal .img-product-other:active {
  opacity: 1;
  border: 1px solid #FFE0BD;
}

.product-modal .table-width {
  width: 20%;
}

#quality .logo_quality img {
  width: 90%;
  margin-top: 25px;
  margin-bottom: 45px;
}

#quality .img_quality {
  width: 83%;
  margin: auto;
}

#quality .img_quality img {
  width: 100%;
}

#store {
  /* Scrollbar styles */
}

#store img {
  width: 70%;
  margin: auto;
}

#store .img-map {
  width: 80%;
  margin: auto;
  margin-top: 90px;
}

#store .img-map img {
  width: 100%;
}

#store .img-map1 img {
  width: 100%;
}

#store .text-topic-maroon, #store .text-topic-maroon1, #store .text-topic-brownlight,
#store .text-little-topic-drab-bold,
#store .text-little-topic-drab-light,
#store .text-little-topic-drab-light,
#store .text-gray {
  text-align: left;
}

#store .store-address a {
  color: #313233;
}

#store .store-address a:hover {
  text-decoration: none;
  color: #521A0C;
  font-weight: 400;
}

#store .store-address .tittle-address-store {
  color: #CA8F34;
}

#store .store-address .tittle-address-store:hover {
  text-decoration: none;
  color: #521A0C;
  font-weight: 300;
}

#store .address-border {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 9px;
}

#store .scroll-store {
  border: none;
  height: 280px;
  overflow: scroll;
}

#store ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#store ::-webkit-scrollbar-thumb {
  background: rgba(202, 143, 52, 0.5);
  border-radius: 10px;
}

#store ::-webkit-scrollbar-thumb:hover {
  background: rgba(202, 143, 52, 0.75);
}

#store ::-webkit-scrollbar-thumb:active {
  background: rgba(202, 143, 52, 0.9);
}

#store .overlay {
  background-color: rgba(255, 243, 229, 0.5);
}

#store .text {
  color: #521A0C;
}

.panel {
  margin-bottom: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.panel-title a {
  font-size: 20px;
  line-height: 1.3;
}

.panel-title a:hover {
  text-decoration: none;
  color: #521A0C;
}

.panel-heading {
  padding: 16px 15px;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-default {
  border: none;
}

.panel-default > .panel-heading {
  background-color: rgba(255, 255, 255, 0);
  color: #CA8F34;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.panel-group .panel {
  margin-bottom: -6px;
  border-radius: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

#recommend .logo_recommend {
  width: 40%;
  margin: auto;
}

#recommend .logo_recommend .img_recommend {
  width: 50%;
  margin: auto;
}

#recommend .logo_recommend .img_recommend img {
  width: 100%;
}

#recommend .text-little-topic-drab-bold, #recommend .text-little-topic-drab-light {
  margin-top: 25px;
  line-height: 36px;
}

#recommend .text-gray {
  margin-top: 30px;
  margin-bottom: 55px;
  text-align: center;
}

#recommend .video_recommend .text-gray {
  margin-top: 15px;
  margin-bottom: 0px;
}

#contact .img_contact {
  padding-top: 240px;
  padding-bottom: 261px;
  background-image: url(../images/pic_contact.jpg);
  background-repeat: no-repeat;
  background-size: 650px;
  background-position: center top;
}

#contact .text-topic-brownlight,
#contact .text-brownlight {
  text-align: left;
}

#contact .contact_detail {
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 60px;
}

#contact ul {
  margin: 0px;
  padding: 0px;
}

#contact ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  overflow: hidden;
}

#contact ul li a {
  color: #FFE0BD;
  text-decoration: none;
}

#contact ul li a:hover {
  text-decoration: none;
  color: #CA8F34;
}

#contact ul li i {
  float: left;
  display: block;
  padding-top: 8px;
}

#contact ul li .icon-email {
  padding-top: 10px;
  font-size: 12px;
}

#contact ul li span {
  width: 80%;
  float: left;
  display: block;
}

/* -----------------------------------*/
footer .copyright {
  text-align: center;
  color: rgba(255, 224, 189, 0.67);
  background: #3E1409;
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: 0px -19px 70px 3px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 14px;
  }
}

/* -----------------------------------*/
@media screen and (min-width: 2700px) {
  .product-modal #detail {
    height: 842px;
  }
  .product-modal .modal-dialog {
    width: 40% !important;
  }
}

@media screen and (min-width: 1921px) {
  .product-modal #detail {
    height: 765px;
  }
  .product-modal .modal-dialog {
    width: 50%;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .product-modal #detail {
    height: 765px;
  }
  .product-modal .modal-dialog {
    width: 70%;
    top: 3%;
  }
  .modal-dialog {
    /*top: 8%;*/
    top: 0;
  }
}

@media screen and (max-width: 1600px) {
  .product-modal #detail {
    height: 690px;
  }
}

@media screen and (max-width: 1397px) {
  .product-modal #detail {
    height: 600px;
  }
  .product-modal .modal-dialog {
    width: 75%;
  }
}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  .text-topic-maroon, .text-topic-maroon1, .text-topic-brownlight {
    font-size: 34px;
  }
  .text-little-topic-drab-bold, .text-little-topic-drab-light {
    font-size: 24px;
  }
  .crop-img {
    height: 200px;
  }
  .product-modal .modal-dialog {
    width: 80%;
    left: 0px;
    right: 0px;
  }
  #contact .img_contact {
    padding-top: 238px;
    padding-bottom: 267px;
    background-size: 790px;
    background-position: -292px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .product-modal #detail {
    height: 600px;
  }
  .box-border {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .product-modal .modal-dialog {
    width: 100%;
  }
  .modal-dialog {
    /*top: 5%;*/
    top: 0%;
  }
}

/* Tablets */
@media screen and (max-width: 991px) {
  .owl-nav {
    display: none;
  }
  .owl-dots {
    bottom: 0;
  }
  .bg-white, .bg-white-logo, .bg-white-logo-about, .bg-maroon-logo, .bg-maroon-logo-contact, .bg-maroon-border {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg-maroon-border {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .bg-maroon-logo-contact {
    padding-bottom: 0px;
  }
  .crop-img {
    height: 155px;
  }
  #aboutus #img-about {
    width: 65%;
    margin: 0px 20%;
    margin-bottom: 25px;
  }
  #aboutus .text-topic-maroon1,
  #aboutus .text-little-topic-drab-bold,
  #aboutus .text-little-topic-drab-light,
  #aboutus .text-little-topic-drab-light,
  #aboutus .text-gray {
    text-align: center;
  }
  .product-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    position: static;
  }
  .product-modal .modal-body {
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .product-modal #detail {
    height: 450px;
  }
  .product-modal .close-modal {
    top: 35px;
    right: 35px;
    font-size: 40px;
    padding-right: 0px;
  }
  .product-modal .table-width {
    width: 40%;
  }
  #quality .logo_quality img {
    width: 100%;
  }
  .modal-content {
    border: none;
  }
  .modal-dialog {
    /*top: 20%;*/
    top: 7%;
  }
  #recommend .logo_recommend {
    width: 45%;
  }
  #contact .contact_detail {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  #contact .img_contact {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: 990px;
    background-position: center -128px;
  }
  .box-border {
    width: 83%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
  .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    margin: 0px 6px 6px;
  }
  .text-topic-maroon, .text-topic-maroon1, .text-topic-brownlight {
    font-size: 30px;
  }
  .text-little-topic-drab-bold, .text-little-topic-drab-light {
    font-size: 22px;
  }
  .bg-white-logo, .bg-white-logo-about, .bg-maroon-logo, .bg-maroon-logo-contact, .bg-maroon-logo-contact {
    background-size: 2300px;
  }
  .bg-white, .bg-white-logo, .bg-white-logo-about, .bg-maroon-logo, .bg-maroon-logo-contact, .bg-maroon-border {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .bg-maroon-border {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  .bg-maroon-logo-contact {
    padding-bottom: 0px;
    background-position: 0px -90px;
  }
  .bg-maroon-logo, .bg-maroon-logo-contact {
    padding-bottom: 0px;
  }
  .crop-img {
    height: 140px;
    margin-bottom: 15px;
  }
  #aboutus #img-about {
    width: 95%;
    margin: 0px 3%;
    margin-bottom: 25px;
  }
  .product-modal .modal-body {
    padding: 7.2px;
  }
  .product-modal .product-img {
    padding-top: 65px;
  }
  .product-modal #detail {
    height: 465px;
  }
  .product-modal .close-modal {
    top: 20px;
    right: 15px;
    font-size: 30px;
    padding-right: 0px;
  }
  .product-modal #row-product-other {
    margin-top: 5px;
  }
  .product-modal .table-width {
    width: 70%;
  }
  .product-modal #detail {
    background-size: 2300px;
  }
  #quality .logo_quality img {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #quality .img_quality {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 55px;
  }
  #quality p {
    margin-bottom: 15px;
  }
  #store .img-map {
    width: 100%;
    margin-top: 25px;
  }
  #recommend .text-little-topic-drab-bold, #recommend .text-little-topic-drab-light {
    font-size: 17px;
    margin-top: 25px;
    line-height: 32px;
  }
  #recommend .text-gray {
    font-size: 15px;
  }
  #recommend .logo_recommend {
    width: 75%;
  }
  .modal-backdrop.in {
    opacity: 0.8;
  }
  .modal-dialog {
    margin: 0px;
  }
  .close {
    color: white;
    opacity: 0.7;
  }
  .close:hover {
    color: #CA8F34;
  }
  .modal-content {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal-body {
    padding: 15px 0px 0px 0px;
  }
  #contact .contact_detail {
    padding-top: 0px;
    padding-bottom: 55px;
    padding-left: 15px;
  }
  #contact .img_contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 760px;
    background-position: center -124px;
  }
  #contact ul li span {
    width: 88%;
  }
  .box-border {
    width: 85%;
  }
}

@media screen and (max-width: 767px) and (max-height: 414px) and (orientation: landscape) {
  .modal-dialog {
    top: 0%;
    left: 15%;
  }
}

@media screen and (max-width: 640px) {
  .crop-img {
    height: 230px;
  }
  .bg-maroon-logo, .bg-maroon-logo-contact {
    padding-bottom: 7px;
  }
  .bg-maroon-logo-contact {
    padding-bottom: 0px;
  }
  #contact .img_contact {
    padding-top: 102px;
    padding-bottom: 100px;
    background-size: 645px;
    background-position: center -109px;
  }
  .box-border {
    width: 88%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
}

@media screen and (max-width: 414px) {
  .crop-img {
    height: 165px;
  }
  #recommend .logo_recommend {
    width: 85%;
  }
  #contact .img_contact {
    padding-top: 102px;
    padding-bottom: 100px;
    background-size: 560px;
    background-position: center -74px;
  }
  .modal-dialog {
    /*top: 17%;*/
    top: 12%;
    left: 0%;
  }
  .box-border {
    width: 86%;
  }
}

@media screen and (max-width: 375px) {
  .box-border {
    width: 97%;
  }
}

@media screen and (max-width: 345px) {
  .crop-img {
    height: 120px;
  }
  .product-modal #detail {
    height: 480px;
  }
  .product-modal .table-width {
    width: 85%;
  }
  .product-modal .text-maroon {
    font-size: 28px;
  }
  .product-modal .close-modal {
    font-size: 25px;
  }
  #recommend .logo_recommend {
    width: 95%;
  }
  #contact .img_contact {
    background-size: 520px;
    background-position: center -59px;
  }
  .box-border {
    width: 95%;
  }
}

@media screen and (max-width: 310px) {
  .product-modal #detail {
    height: 530px;
  }
  .product-modal .table-width {
    width: 100%;
  }
  .product-modal .text-maroon {
    font-size: 28px;
  }
}

/* -----------------------------------*/
