/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
	font-family: Quicksand;
	src: url('../fonts/Quicksand-Regular.ttf'); 
}
@font-face {
	font-family: Tahoma;
	src: url('../fonts/Tahoma-Regular.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

body {
	font-family: 'Tahoma', 'Quicksand', sans-serif, Arial, serif;
	line-height: 1.8;
	font-size: 16px;
	background: #fff;
	color: #000;
	font-weight: 300;
	position: relative;
}

span, label {
	color: #000;
}
a {
	color: #000;
	-webkit-transition: 0.5s !important;
	-o-transition: 0.5s !important;
	transition: 0.5s !important;
}
a:hover {
	text-decoration: none;
	color: #000;
}
p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: 1.6;
	font-family: 'Tahoma', 'Quicksand', sans-serif, Arial, serif;
}
b, strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Tahoma', 'Quicksand', sans-serif, Arial, serif;
	font-weight: 500;
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color: #000;
}
.hidden{
	display: none !important;
}
.clearfix{
	clear: both;
}

.img-responsive{
	display: block;
	width: 100%;
	height: auto;
}

#return-to-top {
	cursor: pointer;
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top svg {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 11px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover svg {
	color: #fff;
	top: 5px;
}

.call {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 33px;
	margin: 0 auto;
	border-radius: 50%;
	animation: play 1.5s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.call a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	z-index: 999999 !important;
	/*background: #e89f10;*/
	background-image: -webkit-linear-gradient(90deg, #e89f10 35%, #f74704 100%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	font-size: 25px;
	border: 1px solid #fff;
	transition: .5s ease-in-out;
}
.call:hover {
	animation: none;
	transform: scale(1.2);
}

@keyframes play {
	0% {
		transform: scale(1);
	}
	15% {
		box-shadow: 0 0 0 20px hsla(21, 90%, 75%, 0.42);
	}
	25% {
		box-shadow: 0 0 0 20px hsla(21, 90%, 75%, 0.42), 0 0 0 40px hsla(21, 90%, 75%, 0.42);
	}
	30% {
		transform: scale(1.2);
	}
}


.group_flash{
	position: fixed;
	background: #fff;
	z-index: 999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.group_flash .sub_flash{
	width: 100%;
	height: 100vh;
	max-width: 400px;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover{
	border: 1px solid #23a1ff;
	color: #23a1ff;
	outline: none;
}

.p-top-40{
	padding-top: 40px;
}

header{
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 99;
}
header .group_header{
	background: #fff;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	margin-top: 40px;
}
header nav.navbar{
	padding: 0;
}
header nav.navbar .logo_menu_header{
	margin-right: 35px;
}
header nav.navbar .logo_menu_header img{
	height: 60px;
	width: auto;
}
header .navbar-collapse ul.navbar-nav li{
	margin-left: 20px;
	position: relative;
}
header .navbar-collapse ul.navbar-nav li .nav-link{
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
header .navbar-collapse ul.navbar-nav li:hover .nav-link, header .navbar-collapse ul.navbar-nav li.active .nav-link{
	color: #23a1ff;
}
header .navbar-collapse ul.navbar-nav li .dropdown-menu .nav-link{
	color: #000 !important;
}

header .navbar-collapse ul.navbar-nav li .dropdown-menu{
	top: 38px;
	padding: 10px 20px;
	border-radius: 15px;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
	border-bottom: 4px solid #23a1ff;
	border-top: none;
}
header .navbar-collapse ul.navbar-nav li:hover .dropdown-menu{
	display: block;
}
header .navbar-collapse ul.navbar-nav li .dropdown-toggle::after{
	display: none;
}


header .menu_header{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	padding: 0;
}
header .menu_header .group_left ul.navbar-nav li{
	margin-right: 20px;
	margin-left: 0;
}
header .menu_header .group_left ul.navbar-nav li:last-child{
	margin-right: 0px;
	margin-left: 0;
}
header .menu_header .group_left ul.navbar-nav li .nav-link{
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
header .menu_header .group_left ul.navbar-nav li:hover .nav-link, header .navbar-collapse ul.navbar-nav li.active .nav-link{
	color: #23a1ff;
}
header .menu_header .group_right ul.navbar-nav{
	float: right;
}
header .menu_header .group_right ul.navbar-nav li{
	margin-right: 20px;
	margin-left: 0;
}
header .menu_header .group_right ul.navbar-nav li:last-child{
	margin-right: 0px !important;
	margin-left: 0;
}
header .menu_header .group_right ul.navbar-nav li .nav-link{
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
}
header .menu_header .group_right ul.navbar-nav li.socialite .nav-link{
	padding-left: 5px;
	padding-right: 5px;
}
header .menu_header .group_right ul.navbar-nav li .nav-link .fa_icon{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;	
	transition: .5s ease-in-out;
}
header .menu_header .group_right ul.navbar-nav li .nav-link:hover .fa_icon{
	color: #23a1ff;
}

header .menu_header .group_right ul.navbar-nav li.language{
	margin-right: 2px;
}
header .menu_header .group_right ul.navbar-nav li.language .nav-link{
	padding-left: 5px;
	padding-right: 5px;
}
header .menu_header .group_right ul.navbar-nav li.language img{
	width: 22px;
}
header .menu_header .group_right ul.navbar-nav li .nav-link .fa_icon{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

header .menu_header .group_right ul.navbar-nav li.group_search form{
	position: relative;
}
header .menu_header .group_right ul.navbar-nav li.group_search input{
	display: inline-block;
	text-align: right;
	background: no-repeat;
	border: none;
	color: #cecece;
	padding-right: 35px;
	font-weight: 700;
}
header .menu_header .group_right ul.navbar-nav li.group_search input:focus{
	box-shadow: none;
}
header .menu_header .group_right ul.navbar-nav li.group_search button{
	position: absolute;
	top: 0px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
}


header.header_fixed{
	position: fixed;
	width: 100%;
	z-index: 99;
	margin-top: 0;
}
header.header_fixed .group_header{
	margin-top: 0;
}
header.header_fixed .menu_header{
	display: none;
}
header.header_fixed.header_up .group_header{
	margin-top: 40px;
}
header.header_fixed.header_up .menu_header{
	display: inline-block;
}


main #group_home{
	width: 100%;
	background-color: #ffffff;
	background-image: url('../images/background.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
main #group_home .group_container{
	padding-top: 150px;
	padding-bottom: 400px;
}
main #group_home .group_container .back_1{
	padding-top: 30px;
}
main #group_home .group_container .back_2{
	position: relative;
	overflow: hidden;
	margin: 20px 0 50px;
}
main #group_home .group_logo_picture{
	display: inline-block;
	margin: 0 auto;
}
main #group_home .group_logo_picture img.picture{
	width: 200px;
	display: inline-block;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}
main #group_home .group_logo_name{
	display: inline-block;
	margin: 0 auto;
}
main #group_home .group_logo_name img.name{
	width: 300px;
	display: inline-block;
}
main #group_home .group_logo_slogan{
	width: 100%;
	position: relative;
}
main #group_home .group_logo_slogan .slide_title{
	color: #c15c03;
	font-size: 30px;
	font-weight: 900;
	margin: 5px;
}
main #group_home .background_slogan {
	height: 50px;
	background-image: url('../images/bg.png');
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 0;
}
main #group_home .group_logo_slogan .sub_flash {
	background: transparent;
	width: 100%;
	padding-right: 25%;
	z-index: 5
}

main #group_home .gr_product{
	padding-bottom: 20px;
}
main #group_home .gr_product .sub_product .sub_img img{
	width: 100%;
	border: 2px solid #23a1ff;
	border-radius: 50%;
	margin: 0 auto;	
	transition: .5s ease-in-out;
}
main #group_home .gr_product .sub_product:hover .sub_img img{
	border: 2px solid #23a1ff;
	border-radius: 15px;
}
main #group_home .gr_product .sub_product .sub_title .title{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	color: #23a1ff;
	padding-top: 10px;
	text-shadow: 2px 2px 3px #000;
}

main #group_home.group_pages_other{
	height: auto;
	min-height: auto !important;
}
main #group_home.group_pages_other .group_container{
	padding-bottom: 10px;
	padding-top: 30px
}
main #group_home.group_pages_other .group_container .back_1{
	padding-top: 0px;
}
main #group_home.group_pages_other .group_container .back_2{
	position: relative;
	overflow: hidden;
	margin: 10px 0 10px;
}
main #group_home.group_pages_other .group_logo_name img.name{
	width: 270px;
}


.bg_backgroup_bottom{
	position: relative;
}
.bg_backgroup_bottom img{
	position: absolute;
	bottom: 0;
}


main .group_title{
	display: block;
	padding-bottom: 20px;
}
main .group_title .title{
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	color: #23a1ff;
	text-transform: uppercase;
}
main .group_title .title:before{
	position: absolute;
	top: 0;
	content: "";
	background: #23a1ff;
	left: 0;
	width: 3px;
	height: 12px;
}
main .group_title .title:after{
	position: absolute;
	top: 0;
	content: "";
	background: #23a1ff;
	left: 0;
	width: 12px;
	height: 3px;
}


main .main_padding{
	padding-top: 100px;
	padding-bottom: 300px;
}
main #category .group_banner_cat, main #group_home.group_pages_other{
	height: 280px;
	position: relative;
}
main #category .group_banner_cat img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
main #category .group_banner_cat .title{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	color: #27a3ff;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
main #category .group_left .gr_category{
	padding-bottom: 30px;
}
main #category .group_left .gr_category .sub_category .sub_img img{
	border-radius: 10px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: 0.5s !important;
	-o-transition: 0.5s !important;
	transition: 0.5s !important;
}
main #category .group_left .gr_category .sub_category .sub_img:hover img{
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
}
main #category .group_left .gr_category .sub_category .sub_title .title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 5px;
}
main #category .group_left .gr_category .sub_category .sub_title .title:hover{
	color: #23a1ff;
}
main #category .group_left .gr_category .sub_category .sub_title .time{
	margin-bottom: 0px;
	display: inline-block;
}
main #category .group_left .gr_category .sub_category .sub_title .title_cats{
	display: inline-block;
	padding: 2px 10px;
	background: #000;
	border-radius: 5px;
	margin: 7px 0;
	color: #fff;
	transition: .5s ease-in-out;
}
main #category .group_left .gr_category .sub_category .sub_title .title_cats:hover{
	padding: 2px 15px;
}
main #category .group_left .gr_category .sub_category .sub_title .info{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}
main #category .group_left .gr_category .sub_category .sub_title .btn_detail{
	font-size: 16px;
	font-weight: 700;
	padding: 5px 15px;
	background: #23a1ff;
	color: #fff;
	border-radius: 10px;
	transition: .5s ease-in-out;
}
main #category .group_left .gr_category .sub_category .sub_title .btn_detail:hover{
	margin-left: 20px;
}


main .group_right .group_category{
	padding-bottom: 50px;
	width: 100%;
}
main .group_right .group_category .gr_category .sub_category{
	position: relative;
	padding-bottom: 20px;
}
main .group_right .group_category .gr_category .sub_category .sub_img img{
	border-radius: 50%;
	transition: 1s ease-in-out;
}
main .group_right .group_category .gr_category .sub_category:hover .sub_img img{
	/*transform: rotate(360deg);*/
	border-radius: 20px;
}
main .group_right .group_category .gr_category .sub_category .sub_title{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	text-align: center;
}
main .group_right .group_category .gr_category .sub_category .sub_title .title{
	font-size: 20px;
	font-weight: 700;
	color: #23a1ff;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

main .group_right .group_project_hot{
	padding-bottom: 50px;
	width: 100%;
}

main .group_right .group_follow{
	padding-bottom: 50px;
	width: 100%;
}
main .group_right .group_follow .gr_follow{
}
main .group_right .group_follow .gr_follow .sub_follow{
	padding: 0px 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	border: 2px solid #000;
	transition: .5s ease-in-out;
}
main .group_right .group_follow .gr_follow .sub_follow .btn_follow{
	font-size: 30px;
	font-weight: 700;
	transition: .5s ease-in-out;
	display: block;
}
main .group_right .group_follow .gr_follow .sub_follow .btn_follow svg{
	margin-right: 0px;
	transition: .5s ease-in-out;
}
main .group_right .group_follow .gr_follow .sub_follow:hover .btn_follow svg{
	margin-right: 15px;
}
main .group_right .group_follow .gr_follow .sub_follow.facebook{
	border: 2px solid #4867aa;
}
main .group_right .group_follow .gr_follow .sub_follow.facebook .btn_follow{
	color: #4867aa;
}
main .group_right .group_follow .gr_follow .sub_follow.facebook:hover{
	border: 2px solid #1f418a;
}
main .group_right .group_follow .gr_follow .sub_follow.facebook:hover .btn_follow{
	color: #1f418a;
}
main .group_right .group_follow .gr_follow .sub_follow.twitter{
	border: 2px solid #50abf1;
}
main .group_right .group_follow .gr_follow .sub_follow.twitter .btn_follow{
	color: #50abf1;
}
main .group_right .group_follow .gr_follow .sub_follow.twitter:hover{
	border: 2px solid #3073a7;
}
main .group_right .group_follow .gr_follow .sub_follow.twitter:hover .btn_follow{
	color: #3073a7;
}
main .group_right .group_follow .gr_follow .sub_follow.google{
	border: 2px solid #e94235;
}
main .group_right .group_follow .gr_follow .sub_follow.google .btn_follow{
	color: #e94235;
}
main .group_right .group_follow .gr_follow .sub_follow.google:hover{
	border: 2px solid #cc1f12;
}
main .group_right .group_follow .gr_follow .sub_follow.google:hover .btn_follow{
	color: #cc1f12;
}
main .group_right .group_follow .gr_follow .sub_follow.youtube{
	border: 2px solid #fd0100;
}
main .group_right .group_follow .gr_follow .sub_follow.youtube .btn_follow{
	color: #fd0100;
}
main .group_right .group_follow .gr_follow .sub_follow.youtube:hover{
	border: 2px solid #ab0403;
}
main .group_right .group_follow .gr_follow .sub_follow.youtube:hover .btn_follow{
	color: #ab0403;
}

main .group_right .group_banner{
	padding-bottom: 50px;
}
main .group_right .group_news_hot{
	width: 100%;
	padding-bottom: 30px;
}
main .group_right .group_news_hot .gr_news_hot{
	padding-bottom: 20px;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot{
	position: relative;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_img{
	display: inline-block;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_img img{
	border-radius: 50%;
	object-fit: cover;
	width: 120px;
	height: 120px;
	display: inline-block;
	transition: .5s ease-in-out;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_img:hover img{
	border-radius: 25%;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_content{
	margin-left: 140px;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_content .title_cats{
	display: inline-block;
	padding: 2px 10px;
	background: #000;
	border-radius: 5px;
	margin: 7px 0;
	color: #fff;
	transition: .5s ease-in-out;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_content .title_cats:hover{
	padding: 2px 25px;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_content .title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	padding-bottom: 5px;
	transition: .5s ease-in-out;
}
main .group_right .group_news_hot .gr_news_hot .sub_news_hot .sub_content .title:hover{
	color: #23a1ff;
}


main #category .group_header .title{
	font-size: 25px;
	font-weight: 700;
	color: #000;
}
main #category .group_header .time{
	font-weight: 700;
	display: inline-block;
}
main #category .group_header .btn_print{
	font-weight: 700;
	margin-left: 15px;
}
main #category .group_header .btn_save{
	font-weight: 700;
	margin-left: 15px;
}
main #category .group_content{
	padding-bottom: 50px;
}
main #category .group_content img{
	width: 90% !important;
	height: auto !important;
	margin: 0 auto;
}

.pagination{
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	position: relative;
    z-index: 999;
}
.pagination li {
	display: inline;
}
.pagination li a{
	position: relative;
	float: left;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #23a1ff;
	font-size: 18px;
	font-weight: 700;
	width: 36px;
	height: 36px;
	line-height: 33px;
	margin: 0 5px;
	color: #23a1ff;
	border-radius: 50%;
}
.pagination li.active a, .pagination li a:hover{
	background-color: #23a1ff;
	color: #fff;
}





footer{
	background: #062356;
	padding-top: 0;
	padding-bottom: 40px;
	position: relative;
}
footer .gr_sub{
	margin-bottom: 30px;
}
footer .gr_sub .title{
	font-size: 22px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
footer .gr_sub .title:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1px;
	width: 50%;
	border-bottom: 2px solid #fff;
}
footer .gr_sub .info{
	color: #d6d6d6;
	margin-bottom: 0;
}
footer .gr_sub .info a{
	color: #d6d6d6;
}
footer .gr_sub .info a:hover{
	color: #fff;
	font-weight: 700;
}


/* lg */ 
@media (min-width: 1331px) {
	main #group_home{
		min-height: 1200px;
	}
}

@media (max-width: 1330px) {
	main #group_home{
		min-height: 1200px;
	}
}
@media (max-width: 1199px) {
	header .navbar-collapse ul.navbar-nav li{
		margin-left: 15px;
	}
	header .menu_header .group_right ul.navbar-nav li .nav-link .fa_icon{
		font-size: 18px;
	}
	header .menu_header .group_right ul.navbar-nav li.language img{
		width: 20px;
	}
	header .menu_header .group_left ul.navbar-nav li .nav-link{
		font-size: 12px;
	}
	header .menu_header .group_left ul.navbar-nav li{
		margin-right: 15px;
	}
	header .navbar-collapse ul.navbar-nav li .nav-link{
		font-size: 14px;
	}
	main #group_home{
		min-height: 1100px;
	}
	main #group_home .group_container, main .main_padding{
		padding-bottom: 250px;
	}
	main #group_home.group_pages_other .group_container{
		padding-top: 30px;
	}
	main #category .group_banner_cat, main #group_home.group_pages_other{
		height: 280px;
	}
	header .menu_header .group_right ul.navbar-nav li.language .nav-link{
		padding-left: 2px;
		padding-right: 2px;
	}
	header .menu_header .group_right ul.navbar-nav li.socialite .nav-link {
		padding-left: 2px;
		padding-right: 2px;
	}
	header .navbar-collapse ul.navbar-nav li{
		margin-left: 5px;
	}
}

/* md */
@media (max-width: 991px) {
	header .navbar-collapse ul.navbar-nav li .dropdown-menu{
		display: block !important;
		border: none !important;
		box-shadow: none !important;
		padding: 0 0 0 30px !important;
	}
	header .group_header{
		margin-top: 0px !important;
	}

	header .navbar-collapse ul.navbar-nav li{
		margin-left: 0 !important;
	}
	header .navbar-collapse ul.navbar-nav li .nav-link{
		font-size: 16px !important;
		color: #000 !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
	}
	header .menu_header{
		position: unset;
		padding: 0;
		padding-bottom: 30px;
		display: inline-block !important;
	}
	#navbarSupportedContent{
		border-top: 1px solid #dedede;
		margin-top: 10px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		height: 400px;
	}
	header .menu_header .group_right ul.navbar-nav{
		width: 100%;
		float: left;
	}
	header .menu_header .group_right ul.navbar-nav li.group_search input{
		border: 1px solid;
		color: #000;
	}
	header .menu_header .group_right ul.navbar-nav li.group_search button{
		color: #000;
	}
	header .menu_header .group_right ul.navbar-nav li .nav-link .fa_icon{
		color: #000;
		font-size: 20px;
	}
	header .menu_header .group_right ul.navbar-nav li.language .nav-link{
		padding: 0px;
	}
	header .menu_header .group_right ul.navbar-nav li.language img{
		width: 22px;
	}
	header .menu_header .group_right ul.navbar-nav{
		display: block;
	}
	header .menu_header .group_right ul.navbar-nav li.language{
		display: inline-block;
	}
	header .menu_header .group_right ul.navbar-nav li.socialite{
		display: inline-block;
	}
	header .menu_header .group_right ul.navbar-nav li .nav-link .fa_icon{
		font-size: 24px;
	}
	
	main #group_home .group_logo_slogan .slide_title{
		font-size: 18px;
		line-height: 5px;
	}

	main #group_home .group_container{
		padding-top: 150px;
		padding-bottom: 200px;
	}
	main .main_padding{
		padding-top: 65px;
		padding-bottom: 200px;
	}

	main #group_home{
		min-height: 1500px;
	}


	main #group_home .background_slogan {
		height: 30px;
	}

	main #group_home.group_pages_other .group_container{
		padding-top: 20px;
	}
	main #category .group_banner_cat, main #group_home.group_pages_other{
		height: 260px;
	}
}

/* sm */
@media (max-width: 767px){

	main #group_home .group_container, main .main_padding{
		padding-bottom: 150px;
	}

	main #group_home{
		min-height: 1300px;
	}

	main #category .group_left .gr_category .sub_category .sub_title .info{
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 5px;
	}
	main #category .group_banner_cat .title{
		font-size: 35px;
	}

	main #group_home.group_pages_other .group_logo_name img.name{
		width: 220px;
	}
	main #category .group_banner_cat, main #group_home.group_pages_other{
		height: 210px;
	}
}

/* xs */
@media (max-width: 575px){
	main #group_home{
		min-height: 3000px;
	}
}

@media (max-width: 440px){
	main #group_home{
		min-height: 2500px;
	}
}
@media (max-width: 340px){
	main #group_home .group_logo_picture img.picture{
		width: 150px;
	}
	main #group_home .group_logo_name img.name{
		width: 220px;
	}
	main #group_home{
		min-height: 2100px;
	}
}

@media (max-width: 300px){
	main #group_home{
		min-height: 1900px;
	}
}