

:root {
  --whites: #fff;
  --blacks: #000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Kanit', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Kanit', sans-serif !important;
  margin: 10px 0;
}

/*--- start bannerheadder  ----*/
/*#sec_bannersocial .img_bannerheader img {
  width: 1000;
  height: 250;
}*/

/*--- end bannerheadder ----*/


/*--- start navbar ----*/

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: #670800;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
 text-align: center;
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #def1f0;
}

.nav-fostrap li a {
  padding: 15px 20px;
  font-size: 14;
  color: #def1f0;
  display: inline-block;
  outline: 0;
  font-weight: 400;
  text-decoration: none !important;
}

.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #670800;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  background: #670800;
  color: #fff !important;
}

.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
.title-mobile {
  display: none;
}
 @media only screen and (max-width:900px) {

.nav-fostrap {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-fostrap.visible {
    left: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    z-index: 1;
    margin-top: 3.3rem;
}

.nav-bg-fostrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #670800;
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.navbar-fostrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}

.navbar-fostrap span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-fostrap span:nth-child(2) { width: 20px; }

.navbar-fostrap span:nth-child(3) { width: 20px; }

.nav-fostrap ul { padding-top: 50px; }

.nav-fostrap li { display: block; }

.nav-fostrap li a {
  display: block;
  color: #505050;
  font-weight: 600;
}

.nav-fostrap li:first-child:hover a { border-radius: 0; }

.nav-fostrap li ul.dropdown { position: relative; }

.nav-fostrap li ul.dropdown li a {
  background: #670800 !important;
  border-bottom: none;
  color: #fff !important;
}

.nav-fostrap li:hover a {
  background: #670800
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1); !important;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  /* background: rgba(0,0,0,0.5); */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}




/*--- end navbar ----*/


/*--- start slide ---*/

#sec-slideslide .w3-section, .w3-code {
    margin-top: 0px!important;
    margin-bottom: 16px!important;
}


/*--- end slide ---*/





/* stat open image*/

.close {
    float: right;
    font-size: 51px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -56%);
    height: 600px;
    width: 600px !important;
}


/* end open image*/









/*--- star home ----*/

.img-logoinsie img {
    width: 15%;
    float: right;
    margin-top: -3rem;
}
.img-logoinsie2 img {
    width: 7%;
    float: right;
    margin-top: -3rem;
}

#sec-oneprice {
  padding: 2rem;
}

.buttonphone {
  background-color: #670800;
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttondetailphone {
  font-size: 18px;
  color: #000;
  border: 2px solid #670800;
  border-radius: 8px;
  padding: 15px 39px;
  background-color: white;
}

.buttonqrcodeline {
  background-color: #259E29;
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
}

.txt_pricehead {
  font-size: 30px;
  color: #6B6969;
}

.buttonpriceback {
  background-color: #670800;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  border: 3px solid #670800;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
}

.buttonpriceback:hover {
  background-color: white;
  border: none;
  color: #670800;
  border: 3px solid #670800;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
}

hr.newline {
    border-top: 0px dashed #670800;
    margin-top: 0.5rem;
}

.hradpriceprice {
    margin-left: 1rem;
}

.time_real span {
    font-size: 16px;
    border: 2px solid #670800;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    position: absolute;
}

.time_real i {
  font-size: 12px;
  color: #670800;
}

#sec-oneprice  table.table.table-goldprice td.bg {
    background-color: #850F05;
    color: white;
}

#sec-oneprice  table.table.table-goldprice td, table.table.table-goldprice th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #850F05;
    color: #2f2f2f;
    font-size: 1.8rem;
    border-radius: 4px 4px 0px 0px;
}

#sec-oneprice  table.table.table-goldprice {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    overflow: hidden;
}

.tital_namehead {
    font-size: 35px;
    color: #670800;
    text-align: center;
    font-weight: 600;
}



#sec-storeproduct {
    padding: 2rem;
}

.txt-headproduct {
    font-size: 35px;
    color: #6B6969;
}


/*--- start slideshow product ----*/


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    margin-right: 2rem;
    background-color: #ddd;
    border-radius: 10px;
}

#sec-storeproduct .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 1px;
    left: auto;
    padding: 1.9rem;
    color: #f9fafb;
    background: #6708006b;
}

#sec-storeproduct .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 1px;
    right: auto;
    padding: 1.9rem;
    color: #f9fafb;
    background: #6708006b;
}

.swiper-slide span {
    font-size: 12px;
    color: #70778b;
}

.card {
    border: none !important;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
}

.card-time-text {
    color: #997D33;
    text-align: center;
    font-weight: 400;
}

/*--- end slideshow product ----*/









#sec-service .image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 180px;
    position: relative;
    margin-bottom: 30px;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    border-radius: 4px;
}
#sec-service .image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.064);
}
#sec-service .cover-wrapper {
    font-size: 18px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 17px;
}
#sec-service .cover-wrapper2 {
    font-size: 18px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 110px;
}
#sec-service a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}






/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/

@media screen and (min-width:320px) and (max-width:424px) {

#sec-slideslide img {
width: 100%; 
height: 250px !important; 

}

.swiper-slide {
    text-align: center;
    margin-right: 2rem;
    background-color: #ddd;
    border-radius: 10px;
    width: 100% !important;
    margin-right: 43px !important;
    margin-top: 2rem;
}

.nav-brand img {
    display: inline-block;
    padding: 2rem;
    width: 62%;
    height: 101%;
    margin-top: 0.4rem;
    margin-left: -1rem;
}

.buttonphone {
    background-color: #670800;
    border: none;
    color: white;
    padding: 10px 38px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttondetailphone {
    font-size: 11px;
    color: #000;
    border: 2px solid #670800;
    border-radius: 8px;
    padding: 8px 27px;
    background-color: white;
}

.buttonqrcodeline {
    background-color: #259E29;
    border: none;
    color: white;
    padding: 12px 40px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
}

.box_qrcodeline img {
    width: 35%;
}

.box2_facebook img {
    width: 45%;
}

.box_imgground img {
    width: 45%;
}

.txt_pricehead {
    font-size: 20px;
    color: #6B6969;
    margin-top: 2rem;
}

.buttonpriceback {
    background-color: #670800;
    border: none;
    color: white;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

.buttonpriceback:hover {
    background-color: white;
    border: none;
    color: #670800;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

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

.time_real span {
    font-size: 14px;
    border: 2px solid #670800;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    position: absolute;
    margin-top: -0.3rem;
}

#sec-oneprice table.table.table-goldprice td, table.table.table-goldprice th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #850F05;
    color: #2f2f2f;
    font-size: 1rem;
    border-radius: 4px 4px 0px 0px;
}

.tital_namehead {
    font-size: 20px;
    color: #670800;
    text-align: center;
    font-weight: 600;
}

.line-img img {
    width: 51%;
    height: 51%;
    margin-top: -1rem;
}

.img_serbox {
    margin-right: 0.7rem;
}

.img_serbox2 {
    margin-left: 0.7rem;
}

.txt-headproduct {
    font-size: 20px;
    color: #6B6969;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.card-time-text {
    color: #997D33;
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
}

#sec-service .cover-wrapper {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 17px;
}

#sec-service .cover-wrapper2 {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 123px;
}

.box_contact {
    display: none !important;
}

.img_bannerheader {
    margin-top: 3rem !important;
}

.img-logoinsie img {
    width: 15%;
    float: right;
    margin-top: -2rem;
}

.img-logoinsie2 img {
    width: 16%;
    float: right;
    margin-top: -2rem;
}

/* stat open image*/

.close {
    float: right;
    font-size: 51px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -56%);
    height: 350px;
    width: 350px !important;
}


/* end open image*/

.justify-content-end {
    display: block !important;
}

}


@media screen and (min-width:425px) and (max-width:615px) {

#sec-slideslide img {
width: 100%; 
height: 250px !important; 

}

.justify-content-end {
    display: block !important;
}

.swiper-slide {
    text-align: center;
    margin-right: 2rem;
    background-color: #ddd;
    border-radius: 10px;
    width: 100% !important;
    margin-right: 43px !important;
    margin-top: 2rem;
}

.nav-brand img {
    display: inline-block;
    padding: 2rem;
    width: 54%;
    height: 103%;
    margin-left: 0rem;
}

.buttonphone {
    background-color: #670800;
    border: none;
    color: white;
    padding: 10px 38px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttondetailphone {
    font-size: 11px;
    color: #000;
    border: 2px solid #670800;
    border-radius: 8px;
    padding: 8px 27px;
    background-color: white;
}

.buttonqrcodeline {
    background-color: #259E29;
    border: none;
    color: white;
    padding: 12px 40px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
}

.box_qrcodeline img {
    width: 35%;
}

.box2_facebook img {
    width: 45%;
}

.box_imgground img {
    width: 45%;
}

.txt_pricehead {
    font-size: 20px;
    color: #6B6969;
    margin-top: 2rem;
}

.buttonpriceback {
    background-color: #670800;
    border: none;
    color: white;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

.buttonpriceback:hover {
    background-color: white;
    border: none;
    color: #670800;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

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

.time_real span {
    font-size: 14px;
    border: 2px solid #670800;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    position: absolute;
    margin-top: -0.3rem;
}

#sec-oneprice table.table.table-goldprice td, table.table.table-goldprice th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #850F05;
    color: #2f2f2f;
    font-size: 1rem;
    border-radius: 4px 4px 0px 0px;
}

.tital_namehead {
    font-size: 20px;
    color: #670800;
    text-align: center;
    font-weight: 600;
}

.line-img img {
    width: 51%;
    height: 51%;
    margin-top: -1rem;
}

.img_serbox {
    margin-right: 0.7rem;
}

.img_serbox2 {
    margin-left: 0.7rem;
}

.txt-headproduct {
    font-size: 20px;
    color: #6B6969;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.card-time-text {
    color: #997D33;
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
}

#sec-service .cover-wrapper {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 17px;
}

#sec-service .cover-wrapper2 {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 123px;
}

.box_contact {
    display: none !important;
}

.img_bannerheader {
    margin-top: 3rem !important;
}


.img-logoinsie img {
    width: 15%;
    float: right;
    margin-top: -2rem;
}

.img-logoinsie2 img {
    width: 16%;
    float: right;
    margin-top: -2rem;
}



/* stat open image*/

.close {
    float: right;
    font-size: 51px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -56%);
    height: 350px;
    width: 350px !important;
}


/* end open image*/

}




@media screen and (min-width:615px) and (max-width:767px) {


  .nav-brand img {
    display: inline-block;
    padding: 2rem;
    width: 54%;
    height: 103%;
    margin-left: 0rem;
}

.buttonphone {
    background-color: #670800;
    border: none;
    color: white;
    padding: 10px 38px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttondetailphone {
    font-size: 11px;
    color: #000;
    border: 2px solid #670800;
    border-radius: 8px;
    padding: 8px 27px;
    background-color: white;
}

.buttonqrcodeline {
    background-color: #259E29;
    border: none;
    color: white;
    padding: 12px 40px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
}

.box_qrcodeline img {
    width: 100%;
}

.box2_facebook img {
    width: 100%;
}

.box_imgground img {
    width: 100%;
}

.txt_pricehead {
    font-size: 20px;
    color: #6B6969;
    margin-top: 2rem;
}

.buttonpriceback {
    background-color: #670800;
    border: none;
    color: white;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

.buttonpriceback:hover {
    background-color: white;
    border: none;
    color: #670800;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

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

.time_real span {
    font-size: 14px;
    border: 2px solid #670800;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    position: absolute;
    margin-top: -0.3rem;
}

#sec-oneprice table.table.table-goldprice td, table.table.table-goldprice th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #850F05;
    color: #2f2f2f;
    font-size: 1rem;
    border-radius: 4px 4px 0px 0px;
}

.tital_namehead {
    font-size: 20px;
    color: #670800;
    text-align: center;
    font-weight: 600;
}

.line-img img {
    width: 27%;
    height: 51%;
    margin-top: -1rem;
}

.img_serbox {
    margin-right: 0.7rem;
}

.img_serbox2 {
    margin-left: 0.7rem;
}

.txt-headproduct {
    font-size: 20px;
    color: #6B6969;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.card-time-text {
    color: #997D33;
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
}

#sec-service .cover-wrapper {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 17px;
}

#sec-service .cover-wrapper2 {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 117px;
}


.img-logoinsie img {
    width: 9% !important;
    float: right;
    margin-top: -2rem !important;
}

.img-logoinsie2 img {
    width: 9%;
    float: right;
    margin-top: -2rem !important;
}


    
}



@media screen and (min-width:768px) and (max-width:1024px) {

.img_bannerheader {
    margin-top: 3rem;
}


  .nav-brand img {
    display: inline-block;
    padding: 2rem;
    width: 54%;
    height: 103%;
    margin-left: 0rem;
}


.buttonphone {
    background-color: #670800;
    border: none;
    color: white;
    padding: 10px 38px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttondetailphone {
    font-size: 11px;
    color: #000;
    border: 2px solid #670800;
    border-radius: 8px;
    padding: 8px 27px;
    background-color: white;
}

.buttonqrcodeline {
    background-color: #259E29;
    border: none;
    color: white;
    padding: 12px 40px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
}

.box_qrcodeline img {
    width: 100%;
}

.box2_facebook img {
    width: 100%;
}

.box_imgground img {
    width: 100%;
}

.txt_pricehead {
    font-size: 20px;
    color: #6B6969;
    margin-top: 2rem;
}

.buttonpriceback {
    background-color: #670800;
    border: none;
    color: white;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

.buttonpriceback:hover {
    background-color: white;
    border: none;
    color: #670800;
    padding: 5px 13px !important;
    text-align: center;
    border: 3px solid #670800;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px !important;
    margin: -46px 0px 1px !important;
    cursor: pointer;
    float: right;
}

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

.time_real span {
    font-size: 14px;
    border: 2px solid #670800;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    position: absolute;
    margin-top: -0.3rem;
}

#sec-oneprice table.table.table-goldprice td, table.table.table-goldprice th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #850F05;
    color: #2f2f2f;
    font-size: 1rem;
    border-radius: 4px 4px 0px 0px;
}

.tital_namehead {
    font-size: 20px;
    color: #670800;
    text-align: center;
    font-weight: 600;
}

.line-img img {
    width: 27%;
    height: 51%;
    margin-top: -1rem;
}

.img_serbox {
    margin-right: 0.7rem;
}

.img_serbox2 {
    margin-left: 0.7rem;
}

.txt-headproduct {
    font-size: 20px;
    color: #6B6969;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.card-time-text {
    color: #997D33;
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
}

#sec-service .cover-wrapper {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 17px;
}

#sec-service .cover-wrapper2 {
    font-size: 14px;
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 117px;
}

.img-logoinsie img {
    width: 9% !important;
    float: right;
    margin-top: -2rem !important;
}

.img-logoinsie2 img {
    width: 9%;
    float: right;
    margin-top: -2rem !important;
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 56% !important;
    left: 50% !important;
    transform: translate(-50%, -56%);
    height: 600px;
    width: 600px !important;
}
    
}














