/* Main */
@font-face {font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans.eot"); /* IE9*/
  src: url("../fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/OpenSans/OpenSans.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/OpenSans/OpenSans.woff") format("woff"), /* chrome、firefox */
  url("../fonts/OpenSans/OpenSans.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/OpenSans/OpenSans.svg#OpenSans") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "OpenSans Bold";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot"); /* IE9*/
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/OpenSansBold/OpenSansBold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/OpenSansBold/OpenSansBold.svg#OpenSans-Bold") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "OpenSans Light";
  src: url("../fonts/OpenSansLight/OpenSansLight.eot"); /* IE9*/
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/OpenSansLight/OpenSansLight.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), /* chrome、firefox */
  url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/OpenSansLight/OpenSansLight.svg#OpenSans-Light") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "OpenSans Semibold";
  src: url("../fonts/OpenSansSemibold/OpenSansSemibold.eot"); /* IE9*/
  src: url("../fonts/OpenSansSemibold/OpenSansSemibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/OpenSansSemibold/OpenSansSemibold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/OpenSansSemibold/OpenSansSemibold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/OpenSansSemibold/OpenSansSemibold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/OpenSansSemibold/OpenSansSemibold.svg#OpenSans-Semibold") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "Poppins ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.otf");
  font-style: normal;
  font-weight: normal;
}

body, html {
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Poppins Regular", sans-serif;
  color: #767676;
}

a {
  transition: all .2s ease-in-out;
}

h3 {
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Poppins Extralight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #2c3897;
}

h4 {
  font-size: 1.5rem;
  color: #2c3897;  
}

h6 {
  font-family: "Poppins SemiBold", sans-serif;
}

p {
  font-size: .875rem;
  line-height: 1.6;
}

ul, ol {
  font-size: .875rem;
}

/* bootstrap 4 multidropdown */
.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}
.btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
  background: transparent;
  outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after{
  transform: rotate(-90deg);
}
/* End bootstrap 4 multidropdown */

/* material button styling */
.btn {
  text-align:center;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  transition: all 0.3s ease;
  z-index:0;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  border: none;
  box-shadow:rgba(0, 0, 0, 0.45) 0 4px 4px 0;
}

.btn:hover, .btn:active:focus{
	z-index:1000;
	box-shadow:rgba(0, 0, 0, 0.3) 1px 8px 8px 1px !important;
}

.btn:active, .btn:hover, .btn:visited, .btn:focus {
	outline-color: transparent;
}

.ink {
	display: block;
	position: absolute;
	background:rgba(255, 255, 255, 0.3);
	border-radius: 100%;
  transform:scale(0);
}

.animate-ripple {
	animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}

@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}

@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}

@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

.btn {
  font-size: .75rem;
  font-family: "Poppins Bold", sans-serif;
}

.btn-red {
  color: #FFF;
  background-color: #d61118;
  padding: .5rem 1rem;
  display: inline-block;
}

.btn-red:hover {
  color: #FFF;
}

.btn-gray {
  color: #FFF;
  background-color: #484545;
}

.btn-gray:hover {
  color: #FFF;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-black {
  background-color: rgba(0,0,0,.5);
}

.page-title {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8rem 0;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}

.page-title h3 {
  color: inherit;
  margin-bottom: .5rem;
}

.page-title a {
  color: inherit;
  text-decoration: underline;
  line-height: 1.5;
}

.page-title p {
  margin-bottom: 0;
}
/* End Main */

/* Header */
nav.navbar {
	background-color: #FFF;
}

.navbar li.nav-item {
	cursor: pointer;
	margin: 0 15px;
}

.navbar li.nav-item:nth-child(1) {
	margin-left: 0;
}

.navbar li.nav-item:nth-last-child(1) {
	margin-right: 0;
}

.navbar li.nav-item a {
	font-size: 14px;
	font-weight: 700;
	color: #272727;
	text-transform: uppercase;
	padding: 0 0 !important;
}

.navbar li.nav-item.active > a {
	border-bottom: 2px solid #d61118;
}

.navbar li.nav-item .dropdown-toggle::after {
	width: 10px;
	height: 10px;
	border: 1.5px solid #272727;
	border-left: none;
	border-top: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom: -0.5px;
}

.navbar-nav .dropdown-menu {
	border-color: #FFF !important;
	border-radius: 0;
	padding-left: 10px;
  padding-right: 10px;
	padding-bottom: 10px;
	margin-left: -10px;
}

.dropdown-item:hover, .dropdown-item.active {
	color: #d61118 !important;
	background-color: transparent;
}

.dropdown-item::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #4d4d4d;
	margin: 5px 0;
}

.dropdown-item:nth-child(1)::before {
	margin-top: 0;
}
/* End Header */

/* Newsletter */
.section-newsletter {
  padding: 4rem 0 7rem;
  text-align: center;
  position: relative;
}

.section-newsletter p {
  margin-bottom: 0;
}

.form-subscribe {
  margin-top: 3rem;
  position: relative;
}

.form-subscribe input {
  background-color: #d4d4d4;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	color: #767676;
	border: none;
	border-radius: 30px;
}

.form-subscribe button {
	position: absolute;
	height: 60px;
	top: 0;
	right: 0;
	box-shadow: none;
	width: 22.5%;
	background-color: #d61118;
	color: #FFF;
	font-family: "Poppins Bold", sans-serif;
	font-size: 18px;
	line-height: 24px;
	border-radius: 0 30px 30px 0;
}

.section-newsletter .info {
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	box-shadow: 0.602px 0.799px 9px 0px rgba(0, 0, 0, 0.18);
	background-color: #FFF;
	border-radius: 30px;
	bottom: -33.5px;
	z-index: 15;
}

.section-newsletter .info * {
	display: inline-block;
	vertical-align: middle;
}

.section-newsletter .info .holder {
	padding: 15px 30px;
	border: 1px solid #e8e8e8;
}

.section-newsletter .info .holder:nth-child(1) {
	border-radius: 30px 0 0 30px;
}

.section-newsletter .info .holder:nth-child(2) {
	border-radius: 0 30px 30px 0;
	margin-left: -4px;
}

.section-newsletter .info .holder p {
	font-family: "Poppins Bold", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2b3654;
}

.section-newsletter .info .holder:nth-child(1) p {
	margin-right: 10px;
}

.section-newsletter .info .holder:nth-child(2) p {
	margin-left: 10px;
}
/* End Newsletter */

/* Contact */
.section-contact {
  background-color: #e8e8e8;
  padding: 5.5rem 0 3rem;
}

.section-contact .maps-holder {
  box-shadow: -1.597px -1.204px 12px 0px rgba(0, 0, 0, 0.18);
	border: 7px solid #FFF;
}

.maps-holder iframe {
  width: 100%;
  height: 300px;
}

.detail > p {
  color: #38425d;
}

.detail .social {
  margin-bottom: .875rem;
  font-size: .875rem;
}

.detail .social img {
  margin-right: .875rem;
}

.detail .social span,
.detail .social a {
  color: #38425d;
}

.detail .social a {
  font-family: "Poppins Bold", sans-serif;
  text-decoration: underline;
}

.q-link p {
  font-size: 1.125rem;
  color: #38425d;
}

.q-link a {
  font-family: "Poppins Bold", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #38425d;
	display: block;
	text-decoration: underline;
}
/* End Contact */

/* Footer */
footer {
	padding: 1rem;
}

footer .copy-text p {
	margin-bottom: 0;
	font-size: 14px;
	color: #363636;
}
/* End Footer */

/* Homepage */
.homepage-slider-holder {
  position: relative;
}

.homepage-slider-holder .owl-dots {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 40px;
  margin-top: 0 !important;
}

.homepage-slider-holder .owl-dots .owl-dot {
  display: block;
  margin-bottom: 12.5px;
}

.homepage-slider-holder .owl-dots .owl-dot.active span,
.homepage-slider-holder .owl-dots .owl-dot:hover span {
  background-color: #ffff00;
  opacity: .8;
}

.homepage-slider-holder .owl-dots .owl-dot span {
  background-color: #0b0d1d;
  opacity: .6;
}

.icon-scroll {
  position: absolute;
  left: calc(50% - 15px);
  margin-right: -50%;
  transform: translate(0, -50%);
  bottom: 20px;
  z-index: 90;
  cursor: pointer;
}

.section-services {
  padding: 5rem 0;
  background-color: #f2f2f2;
}

.service-content {
  background-color: #fff;
  box-shadow: 2.407px 3.195px 7px 0px rgba(0, 0, 0, 0.18);
  border-radius: .5rem;
  padding: 1.5rem;
}

.services-icon {
  margin-bottom: .5rem;
}

.service-content h6 {
  min-height: 38.5px;
}

.service-content p {
  min-height: 67.5px;
  margin-bottom: 0;
}

.section-about {
  padding: 5rem 0;
}

.section-highlight {
  background-color: #f4f4f4;
}

.section-highlight .desc {
  list-style: none;
  padding-left: 0;
}

.section-hightlight .desc li::before {
  content: "-";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: .5rem;
}

.section-highlight .navigation {
  position: absolute;
  right: 1rem;
  bottom: 0;
  z-index: 10;
}

.section-highlight .navigation .btn {
  background-color: #d61118;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 6px 17.5px;
}

.section-highlight .navigation .btn:hover,
.section-highlight .navigation .btn.disabled {
  background-color: #000;
}

.section-highlight .navigation .btn i {
  font-size: 1.5rem;
}

.section-news {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}

.section-news .img-holder > img {
  height: 210px;
  object-fit: cover;
}

.section-news .detail {
  padding: 1.5rem;
}

.detail p.date {
  font-family: "Poppins Bold", sans-serif;
  color: #d61118;
  margin-bottom: .25rem;
}

.detail p.date::before {
  content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 2px;
	width: 18px;
	background-color: #2e3192;
	margin-right: 15px;
}

.detail p.category {
  font-family: "Poppins SemiBold", sans-serif;
  margin-bottom: 0;
}

.detail a:hover {
  text-decoration: none;
}

.detail .title {
  color: #2e3192;
  min-height: 72px;
  margin-bottom: 1.5rem;
}

.section-news .col-right a {
  font-family: "Poppins Bold", sans-serif;
  text-decoration: underline;
  color: #262a48;
  text-transform: uppercase;
  display: block;
}

#news-slider-nav {
  margin-top: 1.2rem;
}

#news-slider-nav > * {
  display: inline-block;
	vertical-align: middle;
}

#news-slider-nav i {
  font-size: 26px;
  cursor: pointer;
}

#news-slider-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}

#news-slider-nav li.active span {
  background-color: #2e3192;
}

#news-slider-nav li span {
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #b2aaaa;
  border-radius: 50%;
  cursor: pointer;
}

#news-slider-dots {
  padding-left: 0;
  margin: 0 8px;
}

.section-brand {
  background: url('../images/brand-bg.png') top center no-repeat;
  background-size: 100% auto;
  padding-top: 5rem;
  color: #fff;
  margin-bottom: 4rem;
}

.section-brand p {
  margin-bottom: 0;
}

.section-brand h3 {
  color: inherit;
}

.brand-holder {
  position: relative;
  bottom: -4rem;
}

.brand-holder .row {
  margin: 0;
}

.brand-holder .col {
  padding: 0;
}

.brand-holder img {
  max-width: 222px;
}

.brand-button a {
  display: inline-block;
  bottom: -5rem;
  background-color: #262a48;
  font-family: "Poppins Bold", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  color: #FFF;
}

.brand-button a:hover {
  background-color: #0066b0;
}
/* End Homepage */

/* About Page */
.menu-list a {
	font-size: 1.2rem;
	position: relative;
	color: #38425d;
  margin-top: .5rem;
  display: block;
}

.menu-list a:hover {
	text-decoration: none;
	color: #d61118;
}

.menu-list a::after {
	content: "";
	display: block;
	position: relative;
	width: 75%;
	height: 1.2px;
	background-color: #38425d;
  margin-top: .5rem;
}

.menu-list a:nth-child(1) {
	margin-top: 0;
}

.menu-list a:nth-last-child(1)::after {
	display: none;
}

.menu-list a.active {
	font-family: "Poppins SemiBold", sans-serif;
  cursor: default;
  color: #d61118;
}

.visimisi .content {
  margin-bottom: 3rem;
}

.visimisi .content:last-child {
  margin-bottom: 0;
}

.award-list {
  margin-bottom: 3rem;
}

.award-list:last-child {
  margin-bottom: 0;
}

.award-detail-img {
  margin-bottom: 2rem;
}

.award-nav .btn-nav {
	font-size: 1.25rem;
	cursor: pointer;
	padding: 15px 0;
	color: #38425d;
}

.award-nav .btn-nav:hover, .award-nav .btn-nav.full {
	color: #868585;
}

.award-nav .btn-nav:nth-child(1) {
	border-bottom: 1.25px solid #38425d;
}

.award-nav .btn-nav i {
	margin-right: 8px;
}

.sertification-list {
  margin-bottom: 3rem;
}

.sertification-list:last-child {
  margin-bottom: 0;
}
/* End About Page */

/* Product Page */
.cat-selector {
  margin-bottom: 1rem;
}

.cat-selector:last-child {
  margin-bottom: 0;
}

.product-list .thumb-product {
  margin-bottom: 1rem;
}

.product-list .title-product {
  min-height: 48px;
  margin-bottom: .75rem;
}

.list-product-holder {
  margin-bottom: 2rem;
  text-align: center;
}

.list-product-holder .img-wrapper {
  position: relative;
  overflow: hidden;
}

.list-product-holder .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product-owl-carousel .owl-dots .owl-dot.active span, .product-owl-carousel .owl-dots .owl-dot:hover span {
  background: #d61118;
}

#product-recommendation h4 {
  margin-bottom: 1rem;
}

.recomm-product-list {
  text-align: center;
  display: block;
  color: #38425d;
}

.recomm-product-list:hover {
  color: #38425d;
}

.recomm-product-list img {
  margin-bottom: 1rem;
  max-width: 300px;
}

.tab-content {
  padding: 2rem 2rem 1rem;
  border: 1px solid #dee2e6;
  border-top: 0;
}

.content-wrapper .desc ul {
  padding-left: 1rem;
  list-style: none;
}

.content-wrapper .desc li::before {
  content: "-";
	position: absolute;
	left: 1rem;
}

.owl-thumbs {
  text-align: center;
}

.owl-thumb-item.active {
  opacity: 1;
  border-color: #d61118;
  outline: none;
}

.owl-thumb-item {
  opacity: .6;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #f5f5f5;
}

.nav-tabs .nav-item .nav-link {
  color: #495057;
  background: #f5f5f5;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* End Product Page */

/* News page */
.news {
  margin-bottom: 3rem;
}
.thumb-img {
  margin-bottom: 1rem;
  object-fit: cover;
  height: 210px;
  width: 100%;
}

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

.page-item:last-child .page-link{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page-item.active .page-link {
  background-color: #d61118;
  border-color: #d61118;
}
.page-link {
  color: #38425d;
}

.page-link:hover {
  color: #fff;
  background-color: #d61118;
  border-color: #d61118;
}

.featured-image-wrapper {
  margin-bottom: 3rem;
}

.card-category {
  margin-bottom: 1.5rem;
}

.card-category .card-header {
  background-color: #d61118;
  color: #fff;
}

.card-category a {
  color: #767676;
}

.card-category a:hover {
  color: #d61118;
}

.product-holder {
  text-align: center;
  margin-bottom: 1.5rem;
}

.product-holder h5 {
  color: #767676;
}

.info-blog-detail {
  color: #38425d;
}

.content-career {
  margin-bottom: 3rem;
  background-color: #fff;
}
.content-career .wrapper {
  padding: 2rem;
}

.career-img {
  object-fit: cover;
  height: 525px;
}

.career-content-detail .detail ul{
  padding-left: 1rem;
  list-style: none;
}

.career-content-detail .detail li::before {
  content: "-";
	position: absolute;
	left: 1rem;
}

.form-holder .form-control[type="number"]::-webkit-inner-spin-button,
.form-holder .form-control[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-holder .form-control[type="number"] {
	-moz-appearance: textfield;
}

.form-holder h5 {
  color: #38425d;
}
/* End News page */

/* Contact Page */
.contact {
  list-style: none;
  padding-left: 0;
}

.contact li {
  margin-bottom: 1.5rem;
}

.contact li:last-child {
  margin-bottom: 0;
}

.contact li > * {
  display: inline-block;
  vertical-align: middle;
}

.contact .icon img {
  margin-right: 1rem;
}

.contact a {
  font-family: "Poppins SemiBold", sans-serif;
  text-decoration: underline;
  color: #38425d;
}

/* #prd-hg-img-slider .owl-video-tn {
  min-height: 490px!important;
} */

.img-product-highlight {
  height: 490px;
  object-fit: cover;
}
/* End Contact Page */

/* Responsive */
@media (max-width: 1024px) {
    .page-title {
        padding: 90px 0;
    }
}

@media (max-width: 991px) {
    .page-title {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
  /* Header */
  .navbar-collapse { display: none !important; }

	.burger-menu {
		display: block;
		position: relative;
		width: 30px;
		margin-top: -25px;
	}

	.burger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d6161f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
	}

	.burger-menu span:nth-child(1) {
	  top: 0px;
	}

	.burger-menu span:nth-child(2) {
	  top: 8px;
	}

	.burger-menu span:nth-child(3) {
	  top: 16px;
	}

  .overlay-menu {
    z-index: 1031;
    position: fixed;
  }

	.mobile-menu {
		position: fixed;
		display: block;
		top: 0;
		right: 0;
		height: 100vh;
		width: 280px;
		background-color: #262a48;
		z-index: 1032;
		padding: 40px 30px;
	}

  .mobile-menu.fixed-top {
    left: auto;
  }

	.mobile-menu .close {
		position: absolute;
		top: 10px;
		right: 15px;
		opacity: 1;
		color: #FFF;
	}

	.mobile-menu .navbar-nav {
		flex-direction: column;
	}

	.mobile-menu .nav-link, .dropdown-item {
		font-family: "Poppins Bold", sans-serif;
		color: #FFF !important;
	}

	.navbar li.nav-item {
		margin: 0 0 10px 0;
	}

	.navbar li.nav-item.active > a {
		border-bottom: none;
	}

	.navbar li.nav-item .dropdown-toggle::after {
		border-color: #FFF;
	}

	.navbar-nav .dropdown-menu {
		position: relative;
		background-color: transparent;
		border: none;
	}

	.navbar li.nav-item a.dropdown-item {
		padding-left: 10px !important;
	}
  /* End Header */

  /* Footer */
  #news-letter {
		text-align: left;
		padding: 40px 0;
	}

	#news-letter form {
		margin-top: 30px;
	}

	#news-letter input, #news-letter button {
		height: 50px;
	}

	#news-letter button {
		width: 30%;
		font-size: 16px;
	}

	#news-letter .info .holder {
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
	}

	.maps-holder {
		margin-bottom: 15px;
	}

	#contact .q-link {
		padding-left: 0;
		padding-right: 0;
		height: auto !important;
	}

	#contact .q-link a {
		display: inline-block;
		width: calc(50% - 4px);
	}

  .footer-logo {
    margin-bottom: .75rem;
  }
  /* End Footer */

  .page-title {
    margin-bottom: 2rem;
    padding: 25px;
  }
  
  .page-title h3 {
    font-size: 26px;
  }

  .section-newsletter {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .form-subscribe {
    margin-top: 2rem;
  }

  .form-subscribe button {
    width: auto;
  }

  .section-newsletter .info .holder {
    padding: 10px;
  }

  .section-newsletter .info .holder p {
    font-size: 12px;
  }

  .section-newsletter .info .holder:nth-child(1) p {
    margin-right: 0;
  }

  .section-newsletter .info .holder:nth-child(2) p {
    margin-left: 0;
  }

  .section-newsletter .info .holder:nth-child(2) {
    margin-left: -5px;
  }

  .share {
    margin-bottom: 1rem;
  }

  /* Contact Page */
  .contact {
    margin-bottom: 2rem;
  }

  .contact .icon img{
    width: 28px;
    height: 28px;
    margin-right: .5rem;
  }

  .detail .title {
    min-height: auto;
  }

  .featured-image-wrapper {
    margin-bottom: 2rem;
  }

  #mobile-slider-nav {
    position: absolute;
    top: 60%;
    width: calc(100% - 30px);
    z-index: 80;
    transform: translate(0, -50%);
	}

	#mobile-slider-nav button {
		background-color: transparent;
		font-size: 50px;
		box-shadow: none;
		padding: 0;
	}

	#mobile-slider-nav button:hover {
		box-shadow: none !important;
	}

	#mobile-slider-nav button.prev {
		float: left;
	}

	#mobile-slider-nav button.next {
		float: right;
	}

  .career-img {
    height: 250px;
    width: 100%;
  }

  .content-career .wrapper {
    padding: 1rem;
  }

  .award-nav {
    text-align: center;
  }

  .tab-content {
    padding: 1rem;
  }

  .owl-thumbs {
    margin-bottom: 1rem;
  }

  .section-services,
  .section-about,
  .section-news,
  .section-brand {
    padding: 2rem 0;
  }

  .service-content {
    margin-bottom: 1rem;
  }

  #about-image {
    margin-bottom: 2rem;
  }

  .img-product-highlight {
    height: 350px;
  }

  /* #prd-hg-img-slider .owl-video-tn {
    min-height: 350px!important;
  } */

  .section-highlight {
    padding-top: 1rem;
  }

  .section-brand {
    background-size: cover;
    margin-bottom: 2rem;
  }

  .brand-holder {
    bottom: 0;
    margin-top: 1rem;
  }

  .brand-holder img {
    max-width: 190.5px;
    border-bottom: 0.8px solid #505052;
  }

  .homepage-slider-holder .owl-dots {
    right: 15px;
  }

  .form-subscribe input,
  .form-subscribe button {
    height: 50px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
		flex-basis: 70%;
		display: flex !important;
	}

	.navbar-nav {
		-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
	}

  .list-product-holder .title-product {
    min-height: 58px;
    font-size: 1rem;
  }

  .career-img {
    height: 650px;
  }

  .menu-list a {
    font-size: 1rem;
  }

  .contact {
    margin-bottom: 2rem;
  }

  .contact .icon img{
    width: 28px;
    height: 28px;
    margin-right: .5rem;
  }

  .brand-holder img {
    max-width: 138px;
  }

  .section-services,
  .section-about,
  .section-news,
  .section-brand {
    padding: 2rem 0;
  }

  .img-product-highlight {
    height: 415px;
  }
}

@media (max-width: 1200px) {

}

@media (max-width: 414px) {
	.img-product-highlight {
	    height: 400px;
	}
}

@media (max-width: 376px) {
  .brand-holder img {
    max-width: 172.5px;
  }
  
  .page-title {
      padding: 20px;
  }
  
  .page-title h3 {
      font-size: 20px;
  }
}

@media (max-width: 320px) {
  /* Footer */
	#news-letter h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	#news-letter button {
		font-size: 12px;
	}

	#news-letter .info .holder {
		padding-left: 10px;
		padding-right: 10px;
	}

	#news-letter .info .holder p {
		font-size: 12px;
	}
  /* End Footer */

  .brand-holder img {
    max-width: 144.5px;
  }

  .img-product-highlight {
	    height: 350px;
	}
	
    .page-title h3 {
        font-size: 16px;
    }
    
    .page-title a {
        font-size: 12px;
    }
}
