/*  
*   CUSTOM STYLE IN HERE, YOU CAN WRITE EVERY THINGS WITHOUT FEAR AFFECT TO MAIN STYLE
*   ALLWAY PUT THIS FILE BELOW style.min.css
*/
body
{
  font-size: 16px;
}
.header__sub-title a {
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	padding: 0;
	text-transform:none;
}
.contact-form-footer__wrap {
	max-width: 980px;
}
.header__logo {
	max-width: 160px;
}
.header__logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 992px) {
	.header__logo {
		max-width: 120px;
	}
}
   .header__sub-title a span:before {
	content: none !important;
}
	.comp-product.news-box {
		padding: 0;
		border: none;
	}
.news-box .comp-product__image img
{
	height:auto;
}
.comp-product__title.news-title, .news-des
{
	text-align:left;
}
.comp-product__title.news-title a:hover
{
	color:#FF0000;
}
.news-des
{
	margin-top:5px;
}
.content-news h1 {
    font-size: 24px;
    color:#000;
}
.content-wrapper
{
  font-family: "Roboto", sans-serif;
    margin: 10px 0;
    line-height: 28px;
}
        .content-wrapper img {
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }
.news-list
{
	margin: 30px 0;
}
.news-list ul li
{
	padding:3px 0;
}
.news-list ul li a
{
	font-weight: 600;
}
.news-list ul li a:hover
{
	color:#FF0000;
}
.footer__info-title.contact-title, .footer__info-item.contact-title
{
	color:#000;
	padding-left:0;
}
.contact-box .cta
{
	width:100%;
}
.content-wrapper .clearfix {
	margin:30px 0;
}
.content-wrapper li {
	list-style: disc;
	margin-left:30px;
}
.footer__info
{
	line-height: 28px;
}
.comp-navfor-slider__for-slide .swiper-slide img
{
	max-width: 100%;  
 max-height: 100%;
}
.product-area-detail__col-left{
	width:470px;
}
.comp-navfor-slider__for-slide .swiper-slide a
{
	height: 400px;
}
.comp-product
{
	padding: 	1px;
}
.comp-product__image img
{
	height: 250px;

}

.product-detail-title {
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.product-detail-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #47c1ff;
}

/* Admin forms: keep borders visible on Tailwind-styled inputs */
input.border,
textarea.border,
select.border {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #d1d5db !important;
	background-color: #fff !important;
}