body{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:100;
}
a:hover{
	text-decoration:none;
	color:red;
	transition:0.5s;
}


/*header-------------------------------------*/
.header_mobile{display:none;}
.header{
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height: 786px;
}

.header_top{
	background-color: #046cc0;
    font-size: 14px;
    color: #FFF;
    padding: 10px 0;
    background-image: url(../images/bg-header-top.png);
    background-size: 30%;
    background-position: top right;
    background-repeat: no-repeat;
	position:relative;
	z-index:2;
}
.header_top a{
	color: #FFF;
	font-weight:400;
}



.h_login{
	position:relative;
}
.h_login a{
	float: right;    
    text-transform: uppercase;
    font-weight: 400;
}
.h_login i{
	cursor: pointer;
    font-size: 20px;
}
.h_login a i{
	margin-left:5px;
}


.h_bottom{
	position:relative;
	z-index:2;
}
.h_logo{
	margin-top:20px;
}

.h_menu{
	text-align:right;
	margin-top:20px;
}

.h_menu ul li{
	display: inline-block;
    margin-left: 40px;
    font-weight: 400;
}
.h_menu ul li:first-child{
	margin-left:0;
}

.h_menu ul li a{
	color:#FFF;
}
.h_menu ul li a span{
	position: absolute;
    top: 0;
    right: 14px;
    color: #f52a3b;
    background-color: #FFF;
    border-radius: 50%;
    padding: 2px 7px 0px 7px;
    font-size: 12px;
}
.h_banner .col-md-7.col-sm-12.col-xs-12{
	position:relative;
	z-index:2;
}

.h_banner h1{
	margin-top: 170px;
    color: #046cc0;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 55px;
}
.h_banner p{
	color:#565555;
	font-size:24px;
}

.h_banner p .home_t_call{
	background-color: #f52a3b;
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    margin-top: 40px;
    font-size: 23px;
    font-weight: 700;
    border-radius: 25px;
    box-shadow: 0px 3px 9px #ccc;
}
.h_banner p .home_t_view{
	color: #046cc0;
    display: inline-block;
    padding: 6px 25px;
    margin-top: 40px;
    font-size: 23px;
    font-weight: 700;
    border-radius: 25px;
    box-shadow: 0px 3px 9px #ccc;
    border: solid 1px #046cc0;
    margin-left: 10px;
}


.h_banner img{
	margin-top: 87px;
    max-width: 600px;
    margin-left: -152px;
}

#particles-js{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 700px;    
}
#particles-js2{	
	width: 100%;
    position: absolute;
    top: 270px;
    right: 0;
    z-index: -1;
    height: 700px;
    max-width: 440px;
}






/*content------------------------------------*/
.content{
	position:relative;
}




/*contact-----------------------------------*/
.c_contact{
	margin-top:-50px;
	font-size:18px;
}
.c_contact h2{
	font-size:18px;
	color:#087ae9;
	margin-top: 10px;
}
.c_contact p{	
	color: #565555;
    line-height: 35px;
}


.c_contact_map{
	width:100%;
	position:relative;
	margin-top:95px;
}
.c_contact_email{
	position:relative;
	font-size:14px;
}

.c_contact_email input[type='text'], .c_contact_email input[type='email'], .c_contact_email input[type='number']{
	width: 46%;
    display: inline-block;
    padding: 8px 15px;
    border: solid 1px #efefef;
    border-radius: 4px;
    margin-bottom: 24px;
    margin-right: 3%;
    box-shadow: 1px 1px 1px #ccc;
}
.c_contact_email textarea{
	width:96%;
	border: solid 1px #efefef;
    border-radius: 4px;
    margin-bottom: 24px;
    margin-right: 3%;
    box-shadow: 1px 1px 1px #ccc;
    padding: 10px;
}
.c_contact_email input[type='submit']{
	color: #FFF;
    background-color: #ff6e01;
    border: none;
    padding: 6px 30px;
    border-radius: 5px;
}
/*contact-----------------------------------*/


/*news--------------------------------------*/
.c_news{
	margin-top:-130px;
	font-size:18px;
}
.c_news_list{
	position:relative;
	margin-bottom:50px;
}
.c_news_hover{
	font-style: normal;
    font-size: 60px;
    font-weight: 100;
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    background-color: rgba(0,0,0,0.5);
    width: 91%;
    min-height: 220px;
    text-align: center;
    color: #FFF;
    padding-top: 60px;
	display:none;
}

.c_news_list > img{
	width:100%;	
}
.c_news_list:hover .c_news_hover{	
	display:block;	
}



.c_news_list span{
	width: 20%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
    background-color: #f52a3b;
    color: #FFF;
    text-align: center;
    padding: 14px 5px 3px 5px;
    font-size: 44px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 35px;
}
.c_news_list span i{
	font-size: 11px;
	font-style:normal;
}
.c_news_list p{
	width: 72%;
    display: inline-block;
    margin-top: 35px;
    text-align: justify;
	font-size:14px;
}
.c_news_list p b{
	font-weight: 400;
    color: #2b93f7;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    height: 48px;
    overflow: hidden;
}

.c_news_list p i{
	font-style: normal;
    color: #342014;
    display: block;
    height: 118px;
    overflow: hidden;
}

/*news--------------------------------------*/





/*template----------------------------------*/
.c_template{
	margin-top:-130px;
	font-size:18px;
	margin-bottom:80px;
}
.c_template_top{
	width: 100%;
    max-width: 780px;
    border: solid 1px #6eaadb;
    background-color: #FFF;
    height: 55px;
    border-radius: 55px;
    box-shadow: 0px 3px 9px #ccc;
    margin-bottom: 80px;
    position: relative;
    line-height: 55px;
    text-align: center;
}
.c_template_top a{
	color: #525151;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.c_template_top .c_template_toplast{
	float:right;
	background-color:#f52a3b;
	color:#FFF;
	padding-left: 25px;
    padding-right: 25px;
    border-radius: 55px;
}	

.c_template_list{
	position:relative;
	margin-bottom:25px;
	text-align:center;
}
.c_template_list > img{
	width:100%;
}
.c_template_list_w{
	box-shadow: 4px 4px 4px #999;
	background-color:#FFF;
}




.c_template_hover{
	font-style: normal;
    font-size: 16px;
    font-weight: 100;
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    background-color: rgba(0,0,0,0.5);
    width: 91%;
    min-height: 310px;
    text-align: center;
    color: #FFF;
    padding-top: 105px;	
	display:none;
}
.c_template_list:hover .c_template_hover{
	display:block;
}



.c_template_hover a{
	color: #FFF;
    display: block;
    background-color: #f52a3b;
    max-width: 150px;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
}
.c_template_hover a:nth-child(2){
	background-color:#046cc0;
}
.c_template_name{
	position:relative;
	padding-bottom: 10px;
	font-weight: 400;
}
.c_template_name a b{
	font-weight: 400;
    display: block;
    height: 24px;
    margin-top: 15px;
    color: #39393a;
    overflow: hidden;
    margin-bottom: 10px;
}
.c_template_name a span{
	font-size: 16px;
    color: #39393a;
}
.c_template_name a span i{
	color:#ff0101;
	font-style:normal;
}
/*template----------------------------------*/

/*home--------------------------------------*/
.home_news h2{
	font-size: 45px;
    color: #046cc0;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    margin-bottom: 45px;
    font-weight: 600;
    padding-bottom: 10px;
}
.home_view_all{
	float: right;
    margin-top: -73px;
    font-size: 16px;
    color: #b1afaf;
}



.home_service{
	position: relative;
    font-weight: 400;
    background-image: url(../images/home-service.png);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 1040px;
	padding-top: 150px;	
	margin-top: -210px;
}
.home_s_avatar{
	max-width: 590px;
    margin-left: -134px;
    margin-top: 124px;
}

.home_service h2{
	font-size: 45px;
    color: #046cc0;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}
.home_service span{
	
}
.home_service ul{
	padding-left:0;
	margin-top:60px;
}
.home_service ul li{
	list-style: none;
    position: relative;
	margin-bottom:50px;
}
.home_service ul li img{
	width: 24%;
    display: inline-block;
	vertical-align: top;
}
.home_service ul li p{
	width: 63%;
    display: inline-block;
    margin-left: 7%;
    position: relative;
    font-weight: 200;
}
.home_service ul li p b{
	display: block;
    color: #f52a3b;
    font-size: 26px;
	margin-bottom:30px;
}



.home_tkw{
	position:relative;
	background-image: url(../images/bg-template.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;	
}
.home_tkw h2{
	font-size: 45px;
    color: #046cc0;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}
.home_tkw_des{
	color: #525151;
    font-size: 24px;
    margin-bottom: 25px;
    display: block;
}
.home_tkw_view_template{
	text-align:center;
	margin-top:75px;
	padding-bottom: 60px;
}
.home_tkw_view_template a{
	background-color: #FFF;
    color: #f52a3b;
    padding: 13px 35px;
    font-size: 19px;
    border-radius: 40px;
    font-weight: 400;
}
/*home--------------------------------------*/


/*hover--------------------------------------*/
.header_top a:hover{color:#fce700;}
.h_menu ul li a:hover{color:red;}
.c_news_list p b:hover{color:red;}
.f_info ul li a:hover{color:red;}
.c_template_name a b:hover{color:red;}
.home_tkw_view_template a:hover{
	color:#FFF;
	background-color:#f52a3b
}
.h_menu ul li a:hover span{
	background-color:#f52a3b;
	color:#FFF;
}
.h_banner p .home_t_call:hover{
	color: #046cc0;
	background-color:#FFF;
	padding: 6px 25px;    
    border: solid 1px #046cc0;
}

.h_banner p .home_t_view:hover{
	background-color: #f52a3b;
    color: #FFF;    
    padding: 7px 25px;
	border:none;
}
/*hover--------------------------------------*/




/*footer-------------------------------------*/
#bttop {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 95px;
    width: 40px;
    height: 40px;
    background-color: #f52a3b;
    z-index: 100;
}

#bttop::after {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    color: #FFF;
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 14px;
    font-size: 18px;
}

.f_logo img{
	max-width: 100%;
    margin-top: 29px;
}

.f_email{
	background-image:url(../images/bg_f_email.png);
	background-size: cover;
	padding:50px 0;
}

.f_email_rece{
	color:#FFF;
}
.f_email_rece_child{
	width: 85%;
    margin-left: 1%;
    position: relative
}
.f_email_rece_child span{
	display:block;
	margin-bottom:10px;
}
.f_email_rece_child input[type='text']{
	width: 100%;
    padding: 10px 15px;
    border: solid 1px #FFF;
    background-color: initial;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	font-style:italic;
	height: 50px;
	font-size: 16px;
}
.f_email_rece_child input[type='text']::placeholder {
    color: #FFF;
    opacity: 1; /* Firefox */
}

.f_email_rece_child input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
    opacity: 1; /* Firefox */
}

.f_email_rece_child input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFF;
    opacity: 1; /* Firefox */
}

.f_email_rece_child button{
	width: 140px;
    height: 50px;
    background-color: #f52a3b;
    color: #FFF;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 6px;
	font-weight: bold;
}
.f_email_rece_child button img{
	margin-left:10px;
}



.f_info{
	background-image:url(../images/bg_f_info.png);
	background-size: cover;
	padding-top:80px;
	color:#525151;
	font-size:16px;
}
.f_info b{
	color: #087ae9;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.f_info ul{
	padding-left:0;
	margin-top:25px;
}
.f_info ul li{
	list-style:none;
	margin-bottom: 15px;
}
.f_info ul li a{
	color:#525151;	
}

.f_info p{
	margin-top:48px;
	font-size:15px;
	line-height: 30px;
}
.f_info p.f_social{
	margin-top:30px;
}
.f_info p.f_social a{
	margin-right:5px;
}



.f_info_copyright{
	border-top: solid 1px #e5e4e4;
    padding: 15px 0;
    font-size: 14px;
    margin-top: 80px;
}



/*mobile------------------------*/
@media (max-width: 770px) {
	#particles-js, #particles-js2{display:none;}
	#header_bar{
		right: 15px;
	}
	.header_mobile{
		position:relative;
		padding:20px 20px;
		display:block;
	}
	.header_mobile ul{
		position: absolute;
		right: 0;
		width: 100%;
		top: 0;
		background-color: #046cc0;
		padding: 15px 20px;
		z-index: 1;
		display:none;
	}
	.header_mobile ul li{
		list-style: none;
		padding: 10px 0;
		border-bottom: solid 1px #444;		
	}
	.header_mobile ul li:last-child{
		border:none;
	}
	.header_mobile ul li a{
		color:#FFF;
	}
	.header_mobile ul li a span{
		background-color: red;
		padding: 2px 7px 2px 7px;
		border-radius: 2px;
		font-size: 14px;
		font-weight: bold;
		margin-left: 5px;
	}
	
	#header_bar{
		position: absolute;
		top: 20px;
		right: 23px;
		font-size: 30px;
		color: red;
		z-index: 2;
		background-color: #FFF;
		padding: 4px 7px 3px 7px;
		border-radius: 4px;
	}
	
	
	.header{
		background-image: initial;
		min-height: initial;
	}
	.header_top, .h_bottom{display:none;}
	.h_banner h1{
		margin-top:30px;
		font-size: 30px;
		line-height: 40px;
	}
	.h_banner p{font-size:20px !important;}
	.h_banner p .home_t_call,.h_banner p .home_t_view{
		margin-top:30px;
		font-size:18px;
	}
	.h_banner img {
		margin-top: 35px;
		max-width: 100%;
		margin-left: auto;
		display: block;
	}
	.home_service{
		padding-top: 0;
		margin-top: 0;
		min-height:auto;
		background-image: initial;
	}
	.home_service h2{
		font-size:30px;
		margin-bottom: 10px;
	}
	.home_s_avatar {
		max-width: 100%;
		margin-left: 0;
		margin-top: 40px;
		display: block;
	}
	.home_service ul li p b{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.home_tkw{
		background-image: initial;
	}
	.home_tkw h2{
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 40px;
	}
	.c_template_list_w{
		border:solid 1px #efefef;
	}
	.c_template_list_w > img{
		width:100%;
	}
	.c_template_hover{display:none !important;}
	.home_tkw_view_template{
		text-align: center;
		margin-top: 25px;
		padding-bottom: 0px;
	}
	
	.home_tkw_view_template a{
		background-color: #f52a3b;
		color: #FFF;
	}
	
	.home_news h2{
		font-size:30px;
	}
	.c_news_list {		
		margin-bottom: 15px;
	}
	.c_news_list img{
		width:100%;
	}
	.c_news_list span i{
		display:block;
		margin-top: 15px;
	}
	.c_news_list p b, .c_news_list p i{
		height:auto;
	}
	
	.c_news{
		margin-top: 30px;
	}
	
	
	
	
	
	.f_logo img{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.f_email_rece_child {
		width: 100%;
		margin-left: 0;		
	}
	
	.f_info p, .f_info ul{
		margin-top: 10px;
	}
	.f_info .col-md-2.col-sm-12.col-xs-12{
		padding-left: 15px !important;
	}
	.f_info_copyright{
		margin-top: 15px;
	}

}




@media (max-width: 450px) {
	.header_mobile a img{
		max-width: 160px;
		margin-top: 6px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-right: 5px;
		padding-left: 5px;
	}
	.h_banner p .home_t_call, .h_banner p .home_t_view{
		display: block;
		margin-left: 0;
		text-align: center;
		margin-top: 15px;
	}
	.c_template_top .c_template_toplast{
		width:100%;
		margin-top: 10px;
	}
	
	.c_contact_email input[type='text'], .c_contact_email input[type='email'], .c_contact_email input[type='number'], .c_contact_email textarea{
		width:100%;
	}
	.c_contact_map{
		margin-top:30px;
	}
	
	
	
	
	
	.f_email_rece_child button{
		width: 125px;
	}
	.f_email_rece_child input[type='text']{
		font-size:14px;
	}
	.f_info{padding-top: 35px;}
}










