/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


* {
    scroll-behavior: smooth !important;
}
body {
    font-size: 15px;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
	.sec_04 .text_01 p{
		font-size: 110px;
		left: 21%;
	}
	.sec_04 .tits h3{
		font-size: 30px;
		line-height: 42px;
	}
	.sec_04 .tits h4{
		font-size: 30px;
	}
	.sec_04 .col:nth-child(2) .tits h3{
		font-size: 26px;
		line-height: 32px;
	}
	.sec_04 .col:nth-child(2) .tits h4{
		font-size: 28px;
	}
}
@media only screen and (max-width: 992px) {
	.sec_04 .tits {
    	padding-left: 0;
	}
	.sec_04 .text_01 p{
		left: 0;
	}
	.sec_04 .col:nth-child(1) .tits{
		margin-left: 20%;
	}
	.sec_03 .flickity-page-dots{
		bottom: -10px;
	}
}
@media only screen and (max-width: 767px) {
    .heading-title-cate{
        font-size: 24px;
    }
    .news-post-news .box__thumb__img{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .news-post-news .box__thumb__img img{
        height: 240px;
    }
    .news-post-news .box__content{
        float: none;
        width: 100%;
    }
    .news-post-news .box__content .title__post__ar{
        font-size: 15px;
        height: unset;
    }
}