.main-section {
  margin-top: 30px;
}

ul.w-list-unstyled {
  margin-bottom: 0;
}


.main-section.map iframe {
  width: calc(100vw - 120px);
  height: 100%;
}

.responsive-menu .brand-logo {
  width: 200px;
}

.whole-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

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

.code-input {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.code-img {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.code-btn {
  float: right;
}

/* -----------------------------
  about
--------------------------------*/

.about-page .section-imp h3 {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  letter-spacing: 2px;
}

.about-page .section-imp h3:before {
  content: '';
  width: 10vw;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: calc(63%);
  top: 15px;
}

.about-page .section-imp h3:after {
  content: '';
  width: 10vw;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: calc(63%);
  top: 15px;
}

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

.product-page .section-imp.parallax {
  max-height: 550px;
  height: 550px;
}

.product-page .know-link {
  margin-top: 80px;
}

.product-page .know-link ul {
  padding: 0px;
}

.product-page .know-link li {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  list-style: none;
  transition: 0.3s;
  display: inline-block;
  margin: 0 10px 10px;
  position: relative;
  vertical-align: middle;
}

.product-page .know-link li:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.product-page .know-link li h5 {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  letter-spacing: 1px;
}

.product-page .product-title-sec {
  background-color: #fff;
}

.product-page .product-title-sec .prod-intro {
  color: #333;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 30px;
}

.product-page .product-title-sec .prod-title img {
  filter: brightness(0.25);
}

.product-page .product-title-sec .prod-title {
  border-color: #333;
}

.product-page .product-title-sec .prod-intro:hover {
  margin: 0;
  background-color: #f7f7f7;
}

.product-page .product-title-sec .prod-intro h3 {
  color: #d63122;
  font-size: 22px;
}

.product-page .product-title-sec .prod-intro p {
  margin-top: 30px;
}

.product-page .add-inquiry-1 {
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #555;
  padding: 5px 25px 5px 10px;
  font-size: 15px;
  color: #555;
  transition: 0.5s;
}

.product-page .product-title-sec .add-inquiry-1{
  margin-top: -40px;
}

.product-page .add-inquiry-1:hover,
.product-page .add-inquiry:hover {
  border: 1px solid #d63122;
  color: #d63122;
}

.product-page .add-inquiry-1:after {
  content: "\e1cb";
  font-family: "fixim" !important;
  font-size: 14px;
  position: absolute;
  top: 6px;
  right: 8px;
}


.product-page .product-title-sec .color-btn {
  position: relative;
  padding: 1px;
  width: 100%;
  margin-top: 40px;
  background-image: url(../images/demo/product/btn-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.product-page .product-title-sec .color-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(33, 33, 33, 0.75);
  z-index: 0;
  transition: 0.3s;
}

.product-page .product-title-sec .color-btn:hover:before {
  background-color: rgba(33, 33, 33, 0.95);
}

.product-page .product-title-sec .color-btn h4 {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 20px;
  letter-spacing: 2px;
}

.product-page .product-title-sec .color-btn a {
  z-index: 5;
}

.product-page .product-info-sec{
	text-align: center;
}
.product-page .product-info-sec .add-inquiry-1{
	margin: 50px auto;
  cursor: pointer;
}

.product-page .product-info-sec .tab-link.w--current {
  border-bottom: 2px solid #d63122 !important;
  color: #d63122;
}

.product-page .product-info-sec .w-tab-content {
  padding: 0 150px
}

/*.product-page .product-info-sec iframe {
  width: 100%;
  height: 450px;
}*/

.product-page .product-info-sec .prod-tag {
  margin-bottom: 50px;
}

.product-page .product-info-sec .prod-tag li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
}

.product-page .product-info-sec .prod-tag li h6 {
  background-color: rgba(214, 49, 34, 1);
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 20px;
  margin: 0;
  line-height: 1;
}

.product-page .product-info-sec .prod-tag li h6 span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.product-page .product-info-sec .prod-tag li img {
  width: 100px;
}

.product-page .product-info-sec .prod-feature {
  text-align: left;
  margin-bottom: 50px;
}

.product-page .product-info-sec .prod-feature h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

.product-page .product-info-sec .prod-feature li {
  list-style-type: circle;
  ;
}

.product-page .product-info-sec .prod-compare .rwd-table {}

.product-page .product-info-sec .prod-compare .rwd-table tr {
  border-bottom: 1px solid #d4d4d4;
}

.product-page .product-info-sec .prod-compare .rwd-table th {
  display: none;
}

.product-page .product-info-sec .prod-compare .rwd-table td {
  display: block;
}

.product-page .product-info-sec .prod-compare .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.product-page .product-info-sec .prod-compare .rwd-table td:first-child:before{
	display: none;
}

@media (min-width: 767px) {
  .product-page .product-info-sec .prod-compare .rwd-table td:before {
    display: none;
  }
}

.product-page .product-info-sec .prod-compare .rwd-table th,
.product-page .product-info-sec .prod-compare .rwd-table td {
  text-align: left;
}

@media (min-width: 767px) {

  .product-page .product-info-sec .prod-compare .rwd-table th,
  .product-page .product-info-sec .prod-compare .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .product-page .product-info-sec .prod-compare .rwd-table th:first-child,
  .product-page .product-info-sec .prod-compare .rwd-table td:first-child {
    padding-left: 0;
  }

  .product-page .product-info-sec .prod-compare .rwd-table th:last-child,
  .product-page .product-info-sec .prod-compare .rwd-table td:last-child {
    padding-right: 0;
  }
}


.product-page .product-info-sec .prod-compare .rwd-table {
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}

.product-page .product-info-sec .prod-compare .rwd-table td:nth-child(1) {
  color: #333;
}

.product-page .product-info-sec .prod-compare .rwd-table td:nth-child(2) {
  background-color: #d63122;
  text-align: center;
}

.product-page .product-info-sec .prod-compare .rwd-table td:nth-child(3) {
  background-color: #555;
  text-align: center;
}

@media (min-width: 767px) {

  .product-page .product-info-sec .prod-compare .rwd-table th,
  .product-page .product-info-sec .prod-compare .rwd-table td {
    padding: 15px 5px;
  }
}

.product-page .product-info-sec .prod-compare .rwd-table th{
	color: #333;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.product-page .product-info-sec .prod-compare .rwd-table td:before {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.5;
}


@media (max-width: 1366px) {
  .product-page .product-info-sec .w-tab-content{
  	padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .product-page .product-info-sec .w-tab-content{
  	padding: 0 15px;
  }
}

@media(max-width: 767px){
	.product-page .product-info-sec .prod-compare .rwd-table td:nth-child(1){
		 color: #333;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
	}
	.product-page .product-info-sec .prod-compare .rwd-table td:nth-child(2),
	.product-page .product-info-sec .prod-compare .rwd-table td:nth-child(3){
		text-align: left;
		padding: 10px;		
    line-height: 22px;
	}
	.product-page .product-info-sec .prod-compare .rwd-table td:before{
		width: 150px;
    text-align: left;
	}
	.product-page .product-info-sec .prod-compare .rwd-table br{
		display: none;
	}
}

   