@import url("./bootstrap.min.css");
@import url("./jquery-ui.css");
@import url("https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./jquery.fancybox.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;500&display=swap');
@font-face {
  font-family: "volvo_novumlight";
  src: url("../fonts/fontsfree-net-volvo-novum-light-1-webfont.woff2") format("woff2"), url("../fonts/fontsfree-net-volvo-novum-light-1-webfont.woff") format("woff"), url("../fonts/fontsfree-net-volvo-novum-light-1-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "volvo_novummedium";
  src: url("../fonts/fontsfree-net-volvo-novum-medium-1-webfont.woff2") format("woff2"), url("../fonts/fontsfree-net-volvo-novum-medium-1-webfont.woff") format("woff"), url("../fonts/fontsfree-net-volvo-novum-medium-1-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

*:focus,
*:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  animation: fade-in 1s, bg-move 10s linear infinite;
  -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
  color: #000;
  font-family: 'IBM Plex Sans Thai', sans-serif;

}

oz-selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

.hoverstyle figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.hoverstyle figure .bgops {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  width: 100%;
}

.hoverstyle figure .bgops .text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  font-size: 2rem;
  text-align: center;
  font-family: 'IBM Plex Sans Thai', sans-serif;
  background: transparent;
}

.hoverstyle figure a img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hoverstyle:hover figure a img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverstyle:hover figure div {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0c4c6b;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrap_menu.sticky {
  background-color: #0c4c6b;
  top: 0px;
  padding: 0px;
}

.wrap_menu.sticky #topmenugr .groupmenu .mainmenu li a {
  font-size: 0.9rem;
}
.wrap_menu #topmenugr .groupmenu .mainmenu li a {
  font-size: 0.9rem;
}
.wrap_menu.sticky .mainlogo a img {
  width: 70%;
  height: 33px;
}
.wrap_menu.sticky .mainlogo a .mainlogofirst {
  width: 70%;
  height: 24px;
}
.posstatic {
  position: static;
}

#topmenugr {
  position: relative;
  /* margin-bottom: 20px; */
}

#topmenugr .mainlogo {
  margin:10px 10px;
  /* margin-top: 20px; */
}
.mainlogo a img{
  width: 70%;
  height: 33px;
}
.mainlogo a .mainlogofirst{
  width: 70%;
  height: 24px;
}
#topmenugr .dropdown_menu_container {
  position: absolute;
  top: 100%;
  height: auto;
  background-color: #fff;
  /* left: 0;
    right: 0; */
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, 0.2);
  box-shadow: 0 5px 14px -1px rgba(55, 65, 67, 0.2);
  overflow: hidden;
}

#topmenugr .dropdown_menu_container .submenudrop li {
  display: block !important;
  text-align: left;
  padding: 5px;
}

#topmenugr .mainmenu li:hover div.dropdown_menu_container {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  top: 100%;
}

#topmenugr .groupmenu {
  /* margin-top: 20px; */
}

#topmenugr .groupmenu .contacts {
  position: absolute;
  background-color: #000000;
  right: 0px;
  padding: 15px;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1399px){
  #topmenugr .groupmenu .contacts {
    padding: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px){
  #topmenugr .groupmenu .contacts {
    padding: 7px;
  }
}
@media (max-width: 1024px) {
  #topmenugr .groupmenu .contacts {
    padding: 7px;
  }
}
#topmenugr .groupmenu .contacts:hover {
  background-color: #3b3d3d;
}

#topmenugr .groupmenu .contacts a {
  color: #fff;
  text-decoration: none;
}

#topmenugr .groupmenu .mainmenu {
  text-align: right;
  width: 85%;
}

#topmenugr .groupmenu .mainmenu li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

#topmenugr .groupmenu .mainmenu li a {
  text-decoration: none;
  color: #ffffff;
}

#topmenugr .groupmenu .mainmenu li a:hover {
  color: #f1e5e5;
}

#footergr .social {
  text-align: right;
}

#footergr .social li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

#footergr .social li a {
  text-decoration: none;
  color: #000;
}

.bannerindex {
  position: relative;
}

.bannerindex .captionbanner_id {
  position: absolute;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}

.bannerindex .captionbanner_id h1 {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
}


.overboxs {
  position: relative;
}

.overboxs span {
  font-size: 0.8rem;
}

.overboxs .midboxs {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.overboxs .midboxs h2 {
  font-size: 1.5rem;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;

}


.overboxs .midboxs p {
  font-size: 0.9rem;
  color: #757575;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;

}

.bannertop {
  position: relative;
}

.bannertop:after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.bannertop .captionbanner_id {
  position: absolute;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 9;
}

.bannertop .captionbanner_id h1 {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
}

.texth3 {
  font-size: 1.3rem;
  color: #757575;
}

.titlegroup h2,
.contactgroup h2 {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;

}

.titlegroup p,
.contactgroup p {
  color: #757575;
  font-size: 0.9rem;
  text-align: center;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;

}

.contactform input {
  margin-bottom: 20px;
}

.contactinfoGroup {
  font-size: 0.85rem;
  color: #757575;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contactinfoGroup h2 {
  color: #000;
  font-size: 1.2rem;
}

.btn-primary {
  background-color: #0c4c6b;
  color: #fff;
  border-radius: 0px;
  padding: 15px 40px;
  border: none;
}

.btn-primary:hover {
  background-color: #757575;
}

.display-slide {
  display: none;
}

.titletopic h1 {
  font-size: 1.5rem;
}

.listcat li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 0px 20px;
  text-transform: capitalize;
}

.listcat li.active {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
}

.listcat li:first-child {
  padding-left: 0px;
}

.listcat li:last-child {
  border-right: none;
}

.listcat li a {
  color: #000;
  text-decoration: none;
}

.productboxGroup {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.productboxGroup .productimg {
  padding: 20px;
}

.productboxGroup .productimg span {
  display: block;
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
  text-transform: uppercase;
}

.productboxGroup .productcontent {
  background-color: #f2f2f2;
  padding: 20px;
  text-transform: capitalize;
}

.productboxGroup .productcontent li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  background-color: #0c4c6b;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.8rem;
}

.productboxGroup .productcontent .boldtxt {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
}

.boxoverviewsection {
  padding: 0px 30px;
  border-right: 1px solid #eee;
  
}

.boxoverviewsection:nth-child(3) {
  border-right: none;
}

.boxoverviewsection h3 {
  font-size: 1.2rem;

}

.boxoverviewsection p {
  color: #757575;
  font-size: 0.9rem;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;
}
.boxlikesnew img{
  /* height: 280px; */
  overflow: hidden;
  object-fit: cover;
}

.boxlikesnew {
  border: 1px solid #f2f2f2;
}

.boxlikesnew .padbox {
  padding: 20px;
}

.boxlikesnew .padbox span {
  font-size: 0.7rem;
  color: #757575;
}

.boxlikesnew .padbox h3 {
  font-size: 1.2rem;
}

.boxlikesnew .padbox p {
  color: #757575;
  font-size: 0.9rem;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;

}

.titleproducts h2 {
  font-size: 1.5rem;
}

.titleproducts span {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
  color: 1rem;
}

.middleborder {
  border-bottom: 2px solid #000;
}

.productcontentdetails h3 {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif;
  font-size: 1rem;
}

.productcontentdetails p {
  color: #757575;
  font-size: 0.9rem;
  font-family: 'IBM Plex Sans Thai', sans-serif !important;

}

.listspec {
  text-align: center;
}

.listspec li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
  text-transform: capitalize;
  font-size: 0.85rem;
}

.listspec li.active {
  font-family: "volvo_novummedium",'IBM Plex Sans Thai', sans-serif !important;
  border-bottom: 1px solid #000;
}

.listspec li a {
  color: #000;
  text-decoration: none;
}

.gallerySlide .owl-next {
  position: absolute;
  right: 40px;
  top: 45%;
}

.gallerySlide .owl-next img {
  width: 35px;
}

.gallerySlide .owl-prev {
  position: absolute;
  left: 40px;
  top: 45%;
}

.gallerySlide .owl-prev img {
  width: 35px;
}

.bgnews {
  background-color: #f8f8f8;
  padding: 50px 0px;
}

.newsslider {
  -webkit-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}

.newsslider .owl-stage {
  padding-left: 0 !important;
}

.newsslider .owl-next {
  position: absolute;
  right: 40px;
  top: 45%;
}

.newsslider .owl-next img {
  width: 35px;
}

.newsslider .owl-prev {
  position: absolute;
  left: 40px;
  top: 45%;
}

.newsslider .owl-prev img {
  width: 35px;
}

.contactBot {
  position: relative;
}

.contactBot .contactbot_content {
  position: absolute;
  top: 35%;
  left: 6%;
  color: #fff;
}

.slide_product .owl-next {
  position: absolute;
  right: -20px;
  top: 30%;
}

.slide_product .owl-next img {
  width: 25px;
}

.slide_product .owl-prev {
  position: absolute;
  left: -20px;
  top: 30%;
}

.slide_product .owl-prev img {
  width: 25px;
}

#thumbs .item {
  border: 1px solid #eee;
}

#big {
  border: 1px solid #eee;
}

.speccontent li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.speccontent li span {
  font-size: 0.8rem;
  color: #757575;
}
.owl-theme .owl-nav [class*=owl-]{
  background-color: transparent !important;
}


.banner_top .owl-nav .owl-prev{
  left: 0px;
  position: absolute;
  top: 45%;
}

.banner_top .owl-nav .owl-next{
  right: 0px;
  position: absolute;
  top: 45%;
}
/*----------- RESPONSIVE --------------*/
@media (max-width: 1199px) {
  #details img{
    object-fit: cover;
    height: 400px !important;
  }
  .wrap_menu.sticky .mainlogo a img {
    width: 85%;
  }
  .wrap_menu.sticky .mainlogo a .mainlogofirst {
    width: 85%;
  }
  #topmenugr .groupmenu .mainmenu li {
    margin-right: 15px;
    font-size: 0.9rem;
  }
  .contactBot .contactbot_content {
    top: 20%;
  }
  .contactBot .contactbot_content img {
    width: 23% !important;
  }
  .newsslider .owl-next {
    right: 70px;
  }
}

@media (max-width: 991px) {
  .wrap_menu.sticky .mainlogo a img{
    width: 50%;
  }
  .wrap_menu.sticky .mainlogo a .mainlogofirst{
    width: 50%;
  }
  .swap_order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .swap_order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overboxs span {
    display: inline-block;
    margin: 10px;
  }
  .overboxs .midboxs {
    position: relative;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    top: 0;
    left: 0;
  }
  .Cropscroll {
    overflow: auto;
    white-space: nowrap;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    display: -ms-grid;
    display: grid;
  }
  .contactBot .contactbot_content {
    top: 15%;
  }
  .contactBot .contactbot_content img {
    width: 26% !important;
    /* width: 21% !important; */
  }
  .newsslider {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    margin-top: 20px;
  }
  .newsslider .owl-next {
    right: 0px;
  }
  .newsslider .owl-prev {
    left: 0px;
  }
  .boxoverviewsection {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
  }
  .boxoverviewsection:nth-child(3) {
    border-bottom: none;
  }
  .imgsecsgroup {
    position: relative;
  }
  .bgnavmobile {
    background-color: #0c4c6b;
    /* background-color: #fff; */
    padding: 10px;
  }
  .bgnavmobile .contactbotmb {
    position: fixed;
    width: 45%;
    bottom: 20px;
  }
  .bgnavmobile .contactbotmb .contacts {
    padding: 20px;
    background-color: #000;
    text-align: center;
  }
  .bgnavmobile .contactbotmb .contacts a {
    color: #fff;
    text-decoration: none;
  }
  .bgnavmobile .mobilesty li {
    list-style: none;
    display: block;
    padding: 10px 0px;
    text-align: left;
  }
  .bgnavmobile .mobilesty li a {
    color: #000;
    text-decoration: none;
  }
  .bgnavmobile .offcanvas-title img {
    width: 70%;
    text-align: left;
    float: left;
  }
  .mainlogo{
    /* padding-top: 9px; */
  }

}

@media (max-width: 767px) {
  #details img{
    height: auto !important;
  }
  .mainlogo a img{
    width: 100%;
  }
  .wrap_menu.sticky .mainlogo a img{
    width: 90%;
  }
  .mainlogo a .mainlogofirst{
    width: 100%;
  }
  .wrap_menu.sticky .mainlogo a .mainlogofirst{
    width: 90%;
  }
  .bgnavmobile .contactbotmb {
    width: 80%;
  }
  .hoverstyle figure .bgops .text {
    font-size: 1.5rem;
  }
  .bannerindex .captionbanner_id h1 {
    font-size: 1.3rem;
  }
  .contactgroup h2,
  .titlegroup h2 {
    font-size: 1.3rem;
  }
  .overboxs .midboxs h2 {
    font-size: 1.3rem;
  }
  .bannertop .captionbanner_id h1 {
    font-size: 1.3rem;
  }
  .contactBot .contactbot_content img {
    width: 31% !important;
    /* width: 13% !important; */
  }
  .contactBot .contactbot_content h3 {
    font-size: 1rem;
  }
  .contactBot .contactbot_content p {
    font-size: 0.8rem;
  }
  #footergr .social {
    text-align: center;
  }
  .productboxGroup .productcontent li {
    padding: 0px 5px;
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=layout.css.map */