.wfull {
  width: 100%;
}
.wfull-promotion {
  width: 100%;
  height: 262px;
  object-fit: revert;
  display: block;
}
.wfull-portfolio {
  width: 100%;
  height: 265px;
  object-fit: cover;
  display: block;
}
.wfull-1 {
  width: 100%;
  border-radius: 15px;
}

.title-home {
  font-size:16px;
  font-weight: 300;
  color:unset;
}
.f63 {
  font-size: 63px;
}

.bg-green {
  background: #0D433D;
}

.c_white {
  color: #fff;
}

.c_base {
  color: #014143;
}

.c_orang {
  color: #F57450;
}

.c_gray {
  color: #BEBEBE;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2em;
}

.relative {
  position: relative;
}

.background_img {
  background-size: cover;
  background-repeat: no-repeat;
}

.background_int {
  background-size: contain;
  background-repeat: repeat;
}

#lang {
  position: relative;
  display: contents;
  cursor: pointer;
}

#lang .box {
  display: none;
  position: absolute;
  right: 0;
  top: 43px;
  width: 115px;
  background: rgb(0 58 60);
  padding: 2px 8px;
}

#lang .box a {
  color: rgb(255 255 255);
  margin-bottom: 5px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-25px);
  }

  100% {
    transform: translateY(0px);
  }
}

.error {
  color: rgb(255 0 0);
  font-size: 12px;
}

header .furniture-menu {
  width: 100%;
  height: 60px;
}

header .furniture-menu nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  height: 60px;
  background-color: #003A3C;
  /* box-shadow: 0px 2px 5px rgba(41, 48, 59, 0.3); */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header.fixed {
  position: fixed;
  background-color: rgb(0 58 60 / 85%);
  animation: smoothScroll 1s forwards;
  box-shadow: 0px 2px 5px rgb(255 255 255 / 10%);
}

header .menu-style-2 nav>ul>li>a,
header .menu-style-2 ul li:hover a {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  font-weight: unset;
  padding: 0;
  text-transform: capitalize;
}

header .menu-style-2 ul li a:hover,
header .menu-style-2 ul li a.active {
  color: #fff;
}

.menu-style-2.furniture-menu nav>ul>li>a {
  padding: 0px 0;
}

footer {
  background: #003A3C;
}

footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: rgb(255 255 255);
}

footer .coppy {
  background: rgb(2 50 52);
  border-radius: 0px;
  padding: 16px;
  text-align: center;
  color: #fff;
}


#scrollUp {
  background: rgb(4 32 33) none repeat scroll 0 0;
  bottom: 15px;
  left: 15px;
  display: none !important;
}

/* .topbar {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 60px;
  z-index: 99;
  overflow: hidden;
  width: 60px;
}

.topbar-html {
  max-height: 100%;
  transition: max-height 1s ease-in;
}

.topbar-html.hide {
  display: none;
  max-height: 0;
  transition: max-height 1s ease-out;
}

.topbar-html .box,
.topbar-click {
  text-align: center;
  height: 55px;
  margin-bottom: 5px;
  padding: 5px;
  cursor: pointer;
  background: rgb(250 250 250);
  border-radius: 8px;
  display: inline-table;
} */

/* -------------------------------------------------------------- quotation-form */
.quotation-form {
  color: #fff;
}

.quotation-form .form-control {
  color: #fff;
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid rgb(206 212 218 / 0%);
  border-radius: 0;
  border-bottom: 2px solid rgb(245 116 80);
  height: 45px !important;
  width: 100%;
}

.quotation-form .form-control:focus {
  color: #fff;
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid rgb(206 212 218 / 0%);
  border-radius: 0;
  border-bottom: 2px solid rgb(220 53 69);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.quotation-form .form-control option {
  color: rgb(0 0 0);
}

.quotation-form input {
  height: unset;
  width: unset;
}

.quotation-form hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 2px solid rgb(245 116 80);
  border-top: 0px;
  width: 169px;
}

/* ------------------------------------------------------- product */

.product-tab-list a {
  line-height: 1;
  margin: 0 auto;
  padding: 0 10px;
}

.product-tab-list a p {
  padding: 0 10px;
}

.product-tab-list a:hover p,
.product-tab-list a.active p {
  background: #F57450;
  border-radius: 15px;
  color: #fff;
}

.product-tab-list a img {
  height: 30px;
  width: auto;
  margin-bottom: 25px;
}

.box-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.box-product .box {
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border-radius: 17px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.box-product .box.col4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.box-product .box.col1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.box-product .box:hover .text {
  height: 100%;
  padding: 15px;
}

.box-product .box .text {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 0px;
  border-radius: 17px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(245, 116, 80, 0.65), rgba(139, 96, 84, 0.65));
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.box-product .box .text .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(180 68 37);
  width: 100%;
  padding: 15px;
  display: flex;
}

.box-product .box .text .bottom .share {
  text-align: right;
  margin-top: 10px;
}

.box-product .box .text .bottom .share .sharethis-inline-share-buttons {
  position: absolute;
  right: 16px;
  opacity: 0 !important;
}

.menu-pro {
  text-align: center;
  background: #EBEBEB;
  border-radius: 23px;
  padding-top: 30px;
}

.menu-pro a {
  display: block;
}

.menu-pro a p {
  padding: 3px;
}

.menu-pro a img {
  height: 45px;
  width: auto;
  padding-bottom: 20px;
}

.menu-pro a:hover p,
.menu-pro a.active p {
  background: #F57450;
  color: #fff;
  border-radius: 15px;
}

.filter-pro {
  display: flex;
}

.filter-pro .box {
  width: 100%;
}

.filter-pro .box.r {
  text-align: right;
}

.filter-pro .box.r #product-item-c2 img {
  transform: rotate(180deg);
  /* Equal to rotateZ(45deg) */
}




/* ---------------------------------------------- promotion */
.portfolio-home {
  background: #003A3C;
  color: #fff;
}

.portfolio-home .left a {
  color: #fff;
}

.portfolio-home .left i {
  padding: 10px 13px;
  border-radius: 100px;
  color: rgb(255 255 255);
  background: rgb(231 62 62);
  margin-right: 5px;
}

.portfolio-home .left {
  padding: 15%;
}

.portfolio-home .left .form-control {
  background: rgb(231 62 62);
  color: rgb(255 255 255);
  border: 1px solid rgb(231 62 62);
}

.portfolio-home .left .form-control option {
  color: #000;
}

.portfolio-home .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-home .box .col4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.portfolio-home .box .col4 {
  height: 270px;
}

.portfolio-home .box .col4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



/* ---------------------------------------------- promotion */

.promotion-home {
  position: relative;
  min-height: 600px;
}

.promotion-home .box {
  position: absolute;
  cursor: pointer;
}

.promotion-home .box::before {
  content: '';
  position: absolute;
  top: -15px;
  height: 15px;
  left: 15px;
  right: 15px;
}

.promotion-home .box:hover img {
  opacity: 1;
  top: -115px;
}

.promotion-home .box .text {
  position: relative;
  z-index: 9;
  padding: 10px;
  border-radius: 5px;
  background: #74EBFC;
}

.promotion-home .box .text h3 {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.3;
}

.promotion-home .box .text p {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.promotion-home .box img {
  opacity: 0;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  padding: 10px;
  background: rgb(228 255 122);
  transform: rotate(15deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.promotion-home .box.pos1 {
  width: 237.62px;
  left: 0;
  top: 40%;
  transform: rotate(15deg);
}

.promotion-home .box.pos1::before {
  background: #E4FF7A;
}


.promotion-home .box.pos2 {
  width: 194.25px;
  left: 40%;
  top: 15%;
  transform: rotate(15deg);
}

.promotion-home .box.pos2::before {
  background: #FF7A7A;
}

.promotion-home .box.pos3 {
  width: 194.25px;
  left: 45%;
  top: 60%;
  transform: rotate(-15deg);
}

.promotion-home .box.pos3::before {
  background: #7AFF9F;
}

.promotion-home .box.pos4 {
  width: 194.25px;
  left: 80%;
  top: 40%;
  transform: rotate(-15deg);
}

.promotion-home .box.pos4::before {
  background: #A57AFF;
}

.promotion-page .img-box {
  height: 350px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}


/* ---------------------------------------------------------- pagination  */

.page-link {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #636363;
  background-color: rgb(239 239 239);
  margin: 0 4px;
  border-radius: 8px !important;
  border: 1px solid rgb(221 221 221 / 0%);
}

.page-link.active,
.page-link:hover {
  background: #F57450;
  color: #fff;
}

.page-item:first-child .page-link {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.page-item:last-child .page-link {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/* ------------------------------------------------ about-top */
.about-top {
  background: #0D433D;
}

.about-top img {
  margin: 0 0 -45px -15px;
}

.about-top .text {
  color: rgb(255 255 255);
  padding-top: 10%;
}

.about-top .text h1 {
  position: relative;
  margin-left: -15%;
  display: inline-block;
}

.about-top .text h1::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 110%;
  width: 305px;
  height: 3px;
  background: rgb(255 201 75);
}

.about-services {
  position: relative;
  padding: 5% 0;
}

.about-services::before {
  content: '';
  position: absolute;
  top: 0;
  background: rgb(0 58 60);
  height: 100%;
  width: 40%;
}

#accordion img {
  position: absolute;
  left: -55px;
  top: 20px;
  width: 45px;
}

.about-faq {
  color: #fff;
  padding: 5% 0;
  background: #31529F;
}

.about-faq .card {
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid rgb(0 0 0 / 0%);
}

.about-faq .card .card-header {
  background-color: rgb(0 0 0 / 0%);
  padding-left: 0;
}

.about-faq .card .card-header i {
  float: right;
}

.about-faq .card .card-body {
  padding-left: 0;
}

.about-faq .card .btn-link {
  cursor: pointer;
  color: #F57450;
  padding-left: 0;
  width: 100%;
  text-align: left;
}

.about-faq .card .btn-link.collapsed {
  color: #fff;
}

.about-faq .card .btn-link.collapsed i {
  transform: rotate(180deg);
}





/* ---------------------------------------------------------------------- article */

.article .continue {
  position: absolute;
  bottom: 0;
  background: rgb(255 255 255);
  padding: 18px;
}

.article .continue img {
  position: absolute;
  left: -25px;
  top: 35px;
  width: 30px;
}


/* ---------------------------------------------------------------------- contact */

.contact .col5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.contact .col5 .box_icon {
  border-radius: 8px;
  padding: 30% 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.contact .col5 .box_icon img {
  height: 20px;
  margin-bottom: 25px;
}




/* ---------------------------------------------------------------------- form_contact */

#form_contact .form-check-input {
  height: unset;
  width: unset;
}

#form_contact .form-control {
  background-color: rgb(255 255 255 / 0%);
  border-radius: 0;
}

.contact .btn-custom {
  color: #003A3C;
  border-color: #003A3C;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 5px 25px;
  height: auto;
}

.contact .btn-custom:hover,
.contact .btn-custom.active {
  color: #fff;
  border-color: #003A3C;
  background: #003A3C;
}




/* ---------------------------------------------------------------------- owl-carousel */
.owlbtn {
  position: absolute;
  bottom: 45%;
  z-index: 8;
  padding: 6px 13px;
  border-radius: 100px;
}

.owlbtn.prev {
  left: -55px;
}

.owlbtn.next {
  right: -55px;
}

.owlbtn.c2 {
  color: rgb(246 120 120);
  background: rgb(229 229 229);
}

.owlbtn.c2:hover {
  color: #fff;
  background: #F67878;
}

.owlbtn.c2.prev {
  right: 17%;
  left: unset;
}

.owlbtn.c2.next {
  right: 10%;
}

.owlbtn.c3 {
  bottom: 0;
  color: #fff;
  background: #003A3C
}

.owlbtn.c3:hover {
  color: #fff;
  background: #F67878;
}

.owlbtn.c3.prev {
  left: 0;
}

.owlbtn.c3.next {
  right: 0
}

.clamp_2 {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.logo_m {
  position: absolute;
}

.logo_m img {
  height: 60px;
  display: none;
}

.slider-active .img-banner {
  height: 95vh;
  object-fit: cover;
}

.text-line-clamp1 {
  -webkit-line-clamp: 1;
}

.text-line-clamp1,
.text-line-clamp2,
.text-line-clamp3,
.text-line-clamp4,
.text-line-clamp5 {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

iframe.youtube {
  border: 0;
  width: 100%;
  height: 500px;
}

#modal_prodetail .carousel-item img {
  height:auto;
  max-width:100%;
  width:800px
}

@media (min-width: 375px){
  .wfull-portfolio {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
  }
  .wfull-promotion {
    width: 100%;
    height: 162px;
    object-fit: revert;
    display: block;
  }
}

@media (min-width: 540px){
  .wfull-portfolio {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
  }
  .wfull-promotion {
    width: 100%;
    height: 242px;
    object-fit: revert;
    display: block;
  }
}
