@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px} 

body{color:#333333; font-family: 'Roboto', sans-serif; font-size:14px; line-height:1.2; background:#cbcbcb} 
a{color:#333333; text-decoration:none; outline:none;}
a:hover{text-decoration:none; color:#0b7cc1;} 
img{border:0px; font-size:0; line-height:0; max-width:100%;} 
ul, li{	list-style-type:none;} 
input, textarea{font-family:arial; font-size:11px; border:none; background:none;}
.left{float:left;}
.right{float:right;}
h1, .h1, h2, .h2, h3, .h3{
	margin:0;
} 
html {
    -webkit-text-size-adjust: none;
}
.txt_italic{
	font-style:italic;
}
.txt_center{
	text-align:center;
}
.txt_bold{
	font-weight:700;
}
.txt_underline{
	text-decoration:underline;
}
.txt_fff{
	color:#fff;
}
.txt_666{
	color:#666;
}
.txt_333{
	color:#333;
}
.txt_color_1{
	color:#fff;
}
.txt_color_2{
	color:#0b7cc1;
}
.txt_color_3{
	color:#db3921;
}
.main_section,
.relative{
	position:relative;
}
.space_top_10{
	margin-top:10px;
}
.space_bottom_10{
	margin-bottom:10px;
}
.space_bottom_20{
	margin-bottom:20px;
}
.space_bottom_30{
	margin-bottom:30px;
}
.space_bottom_50{
	margin-bottom:50px;
}
.space_left_0{
	padding-left:0;
}
.space_right_0{
	padding-right:0;
}
#page,#wrapper_container{
	width:100%;
	float:left;
	position:relative;
}
#wrapper_container{
	padding:0 0 10px 0;
}

.container{
	width:1200px;
}
.width_common{
	width:100%;
	float:left;
}
.icon_site{
	background:url(images/graphics/bg_icon_site.png) no-repeat;
	display:inline-block;
	font-size:0;
	line-height:0;
}

header{
	width:100%;
	position:absolute;
	z-index:9;
	left:0;
	top:0;
}
#wrapper_header{
	width:100%;
	float:left;
	position:relative;
	z-index:9;
	padding:20px 0 15px 0;
	border-bottom:2px solid #e5e7e8;
}
#wrapper_header:before{
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	opacity:0.8;
	background:#fff;
	z-index:8;
	left:0;
	top:0;
}
#wrapper_header .container{
	position:relative;
	z-index:10;
}
#wrapper_header .logo img{
	float:left;
}
#wrapper_header .hotline{
	margin:0 20px;
}
#wrapper_header .block_share_top {
	float:right;
}

#wrapper_header .block_share_top a{
	font-size:18px;
	color:#888888;
	margin:0 0 0 10px;
}
#wrapper_header .hotline .fa,
#wrapper_header .blog_top_header a{
	color:#888;
}
#wrapper_header .hotline{
	color:#bf1e2e;
}
#wrapper_header .hotline .fa{
	font-size:18px;
}
#wrapper_header  .block_main_header{
	position:relative;
}
#main_menu {
	position:absolute;
	bottom:0px;
	right:0;
}
#main_menu .menu_web ul {
    float: left;
    margin: 25px 0 0;
}
#main_menu li {
    float: left;
    margin: 0 0 0 30px;
    position: relative;
}
#main_menu li a{
	font-weight:700;
	color:#3b3b3b;
	text-transform:uppercase;
	display:inline-block;
	padding:5px 10px;
	font-size:16px;
}
/*tablet*/
.block_hamber_menu{
	position:absolute;
	right:10px;
	top:10px;
	z-index:9;
	width:40px;
	height:40px;
}
.hamber{
	width:40px;
	height:40px;
	padding:10px 10px;
}
.hamber.active {
	background:#bf1e2e;
}
.hamber span{
	width:100%;
	height:2px;
	margin-bottom:3px;
	line-height:0;
	font-size:0;
	display:inline-block;
	background:#333;
	float:left;
}
.hamber.active span{
	background:#333;
}
.hamber span:last-child{
	margin:0;
}
.block_menu{
	width:300px;
	position:absolute;
	right:0px;
	top:40px;
	background:#f0f0f0;
	display:none;
}
.block_menu ul{
	margin-bottom:0;
}
.block_menu li a{
	font:400 16px arial;
	color:#333;
	padding:5px 20px;
	display:block;
}
.block_menu li:first-child{
	border-top:1px solid #fff;
}
.block_menu li{
	border-top:1px solid #6c2e58;
}
.block_menu li.active{
	background:#bf1e2e;
	color:#fff;
}
.block_menu li.active a{
	color:#fff;
}
#menu_tablet{
	height:50px;
	background:#f0f0f0;
	float:left;
	width:100%;
	z-index:10;
}
#menu_tablet .logo img{
	height:35px;
	width:auto;
	margin:10px 0 0 10px;
}
/*slider top*/
.slider_top{
	margin-bottom:20px;
	width:100%;
	float:left;
}
.slider_top .block_image_slider_top {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;

}
.slider_top .block_info_slide_top{
	width:100%;
	position:absolute;
	z-index:4;
	color:#fff;
	padding:60px 0 0;
}
.slider_top .mark_slider_top{
	background:url(images/graphics/patten_slidertop.png);
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.slider_top .slogan_site{
	width:100%;
	position:absolute;
	z-index:5;
	color:#fff;
	text-align:center;
	top:47%;
}
.bg_section{
	width:100%;
	float:left;
	padding:20px 0;
}
#section_1 .bg_section{
	background:#fff;
}
#section_2 .bg_section{
	background:#fff url(images/graphics/bg_section_2.jpg) no-repeat left bottom;
	padding:100px 0;
}
#section_3 .bg_section{
	background:url(images/graphics/bg_section_3.jpg) no-repeat left bottom;
	min-height:700px;
}
#section_4 .bg_section{
	background:#fff url(images/graphics/bg_section_4.jpg) no-repeat right bottom;
}
#section_5 .bg_section{
	background:#fff url(images/graphics/bg_section_5.jpg) no-repeat left bottom;
	min-height:800px;
	position:relative;
	z-index:3;
}
#section_5 .content_section{
	background:url(images/graphics/bg_756x596.png) no-repeat center 30px;
	min-height:800px;
	z-index:3;
}
#section_7 .bg_section{
	background:#fff;
}
#slider_section_7_2{
	padding:0 15%;
}
.content_section{
	padding:0 10px;	
}
.title_section{
	position:relative;
	padding-bottom:25px;
	margin-top:20px;
	margin-bottom:30px;
	font-size:36px;
	text-align:center;
	z-index:2;
}
.title_section:before{
	position:absolute;
	bottom:0;
	width:110px;
	left:45%;
	content:"";
	height:3px;
	background:#bf1e2e;
}
#section_1 .item_section1{
	padding-bottom:15px;
	margin-bottom:15px;
	padding-left:20px;
	background:url(images/graphics/bg_10x10.png) no-repeat left 5px;
	font-size:16px;
	border-bottom:1px solid #e7e7e7;
	margin-left:20px;
	width:60%;
}
#section_1 .item_section1:last-child{
	border:none;
}
#section_1 .content_section{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:11%;
}
#section_2 .main_item_section{
	padding:0 50px;
	text-align:center;
}
#section_4 .line_short,
#section_2 .line_short{
	display:inline-block;
	width:30px;
	height:3px;
	background:#bf1e2e;
	margin:20px 0;
}
#section_4 .txt_section_1,
#section_2 .txt_section_1{
	font-size:24px;
	margin-top:20px;
}
#section_2 .main_item_section .number{
	font-weight:800;
	font-size:30px;
	line-height:90px;
	text-align:center;
	color:#3b3b3b;
	height:100px;
	width:100px;
	display:inline-block;
}
#section_2 .main_item_section .number .perc{
	color:#3b3b3b!important;
	font-size:30px!important;
	font-weight:800!important;
	line-height:88px!important;
}
#section_3 .content_section{
	position:relative;
	width:100%;
	float:left;
}
#section_3 .content_section:before{
	position:absolute;
	top:0;
	width:3px;
	left:50%;
	height:100%;
	content:"";
	background:#cbcbcb;
}
#section_3 .image_avata{
	width:120px;
	border:7px solid #eaeaea;
	margin:0 20px;
}
#section_3 .item_section_3:hover .image_avata{
	border:7px solid #bf1e2e;
}
#section_3 .col_section_right{
	padding-top:75px;
}
#section_3 .col_section_left  .item_section_3,
#section_3 .col_section_left .image_avata{
	float:right;
	text-align:right;
	position:relative;
}
#section_3 .col_section_right  .item_section_3,
#section_3 .col_section_right .image_avata{
	float:left;
	position:relative;
}

#section_3 .item_section_3{
	width:80%;
	margin-bottom:30px;
	opacity:0.8;
}
#section_3 .item_section_3.active,
#section_3 .item_section_3:hover{
	opacity:1;
	cursor:pointer;
}
#section_3 .text_section3{
	padding-top:30px;
}
#section_3 .dot_red{
	position:absolute;	
	width:18px;
	top:45%;
	height:18px;
	border-radius:50%;
	background:#cbcbcb;
}
#section_3 .item_section_3:hover .dot_red,
#section_3 .item_section_3.active .dot_red{
	background:#bf1e2e;
}
#section_3 .col_section_left .item_section_3 .dot_red{
	right:-26px;
}
#section_3 .col_section_right .item_section_3 .dot_red{
	left:-22px;
}
#section_4  .content_section{
	text-align:center;
	padding:50px 0;
}
#section_4 .main_item_section .number{
	font-weight:800;
	font-size:60px;
	padding-top:25px;
	text-align:center;
	color:#bf1e2e;
	height:120px;
	width:120px;
	display:inline-block;
	border-radius:50%;
	background:#efefef;
}
#section_4 .main_item_section .number .fa-heart{
	margin-top:10px;
}

#section_4  .main_item_section{
	padding:0 50px;
	display:inline-block;
	width:33%;
	margin-bottom:40px;
	vertical-align:top;
}
#section_5 .content_section{
	position:relative;
}
#section_5 .item_step{
	width:70%;
	float:left;
	z-index:9;
	opacity:0;
	margin:0 0 0 15%;
	position:relative;
}
#section_5 .number_step{
	font-weight:300;
	font-size:60px;
	padding-top:25px;
	text-align:center;
	color:#fff;
	height:120px;
	width:120px;
	display:inline-block;
	border-radius:50%;
	background:#b22222;
	margin-bottom:20px;
}
#section_5 .title_step{
	font-size:24px;
	color:#bf1e2e;
	margin-bottom:10px
}
#section_5 .step3 .number_step,
#section_5 .step1 .number_step{
	float:left;
	margin-left:30px;
}
#section_5 .step2 .number_step{
	float:right;
	margin-right:50px;
	margin-top:-30px;
}
#section_5 .step4 .number_step{
	float:right;
	margin-right:50px;
	margin-top:30px;
}
#section_5 .step3 .number_step{
	margin-top:30px;
}
#section_5 .bg_step{
	background:#e5e5e5;
	padding:10px;
}
#section_5 .step1 .bg_step{
	float:left;
	margin-top:70px;
	margin-left:10px;
}
#section_5 .step2 .bg_step{
	float:right;
	margin-top:50px;
	margin-right:10px;
}
#section_5 .step3 .bg_step{
	float:left;
	margin-top:130px;
	margin-left:10px;
}
#section_5 .step4 .bg_step{
	float:right;
	margin-top:90px;
	margin-right:10px;
}
#section_5.active .item_step{
	opacity:1;
	-webkit-transition-property: opacity; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-property: opacity;
    transition-duration: 1s;
}
#section_5 .step1,
#section_5.active .step1{	
    transition-delay: 0.1s;
	opacity:1;
}
#section_5.active .step2{	
    transition-delay: 0.1s;
}
#section_5.active .step3{	
    transition-delay: 0.4s;
}
#section_5.active .step4{	
    transition-delay: 0.7s;
}
#section_5 .txt_step p{
	padding-left:15px;
	background:url(images/graphics/bg_10x10.png) no-repeat left 2px;
}
#section_8 .bg_section{
	padding-bottom:80px;
}
#section_8 .bg_section,
#section_6 .bg_section{
	background:#38464f;
}
#section_8  .title_section,
#section_6  .title_section{
	color:#fff;
}
#section_8 .title_section::before,
#section_6 .title_section::before{
	background:#2d313c;
}
#section_6 .item_image_section {
	width: 25%; /* 300px */
	float: left; /* 15px 30px */
	padding:3px;
}
#section_6 .item_image_section img{
	width:100%;
	vertical-align:inherit;
	position:relative;
	z-index:1;
	float:left;
}
#section_6 .item_image_section .relative{    outline: none;
    border: none;
}
#section_6 .in_item_album{ display:block;overflow:hidden;position:relative; width:100%;
float:left;}
#section_6 .tab_section_6{
	width:60%;
	margin:0 auto 30px auto;
	text-align:center;
	position:relative;
}
#section_6 .tab_section_6:before{
	content:"";
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:#2d313c;
}
#section_6 .tab_section_6 a{
	display:inline-block;
	margin:0 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#afb0b1;
	padding-bottom:20px;
	position:relative;
	z-index:2;
}
#section_6 .tab_section_6 a:hover,
#section_6 .tab_section_6 a.active{
	border-bottom:2px solid #bf1e2e;
	color:#bf1e2e;
}
#section_6 .show_item{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:3;
	text-align:center;
	padding-top:50%;
	display:none;
}
#section_6 .show_item a{
	display:inline-block;
	height:42px;
	width:42px;
	border-radius:5px;
	background:#e9e9e9;
	color:#282828;
	font-size:24px;
	line-height:42px;
	margin:0 5px;
}
#section_6 .show_item a:hover{
	background:#bf1e2e;
	color:#fff;
}

#section_6 .marsk_itemsection{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	background:gray;
	opacity:0.6;
	display:none;
}
#alumb_detail_page .item_image_section:hover .marsk_itemsection,
#alumb_detail_page .item_image_section:hover .show_item{
	display:block;
}
#section_6 .pagiing_loadding{
	border-top:2px solid #2d313c;
	padding:30px;
	margin-top:50px;
	color:#ab2433;
	width:100%;
	float:left;
	font-size:20px;
}
.image_avata{
	width:120px;
	border-radius:50%;
	border:10px solid #fbf3ef;
	position:absolute;
	left:0 ;
	top:0;
}
.txt_slider{
	padding-left:50px;
	padding-top:20px;
	width:100%;
	float:left;
	position:relative;
}

.txt_slider:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:75px;
	height:63px;
}
.txt_slider:after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:75px;
	height:63px;
}
#section_7 .author_avata{
	color:#c32d3c;
}
#section_7 .main_item_section7{
	position:relative;
	width:100%;
	float:left;
	padding-left:140px;
	min-height:120px;
}
#slider_section_7{
	padding:0 10%;
	margin-bottom:50px;
}

#section_7 .main_item_section7_2{
	height:120px;
	line-height:120px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	z-index:3;
	margin:0 5px;
}
#section_7 .main_item_section7_2:before{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:2;
	opacity:0.8;
}
#section_7 .main_item_section7_2 img{
	line-height:170px;
	vertical-align:middle;
	position:relative;
	z-index:4;
}
#slider_section_7_2 .owl-controls .owl-page{
	border:2px solid #c9cbca;
	width:15px;
	height:15px;
}
.list_tintuc_folder .item_tintuc,
#section_8 .item_tintuc{
	padding:0 5px;
}
.list_tintuc_folder .item_tintuc{
	margin-bottom:20px;
}
.list_tintuc_folder .img_tintuc,
#section_8 .img_tintuc{
	height:1px;
	width:100%;
	padding-bottom:60%;
	overflow:hidden;
}
#join .img_tintuc{
	height:1px;
	width:100%;
	padding-bottom:44.5%;
	overflow:hidden;
}
#join .img_tintuc img,
.list_tintuc_folder .img_tintuc img,
#section_8 .img_tintuc img{
	width:100%;
	float:left;
}
.list_tintuc_folder .calenda_tintuc,
#section_8 .calenda_tintuc{
	background:#bf1e2e;
	width:45px;
	height:45px;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	color:#fff;
	font-size:28px;
	line-height:30px;
	font-weight:700;
	padding-top:3px;
}
.list_tintuc_folder .calenda_tintuc span,
#section_8 .calenda_tintuc span{
	display:block;
	font:700 11px/11px arial;
}
.list_tintuc_folder .info_tintuc,
#section_8 .info_tintuc{
	width:100%;
	float:left;
	padding:10px;
	background:#fff;
}
.list_tintuc_folder .title_tintuc,
#section_8 .title_tintuc{
	font:700 16px/20px arial;
	margin-bottom:10px;
}
.list_tintuc_folder .lead_tintuc,
#section_8 .lead_tintuc{
	font:400 14px/18px arial;
}
#section_8 .lead_tintuc{
	height:108px;
	overflow:hidden;
}
.txt_sub_tile{
	font-size:16px;
	margin-bottom:40px;
}
#section_9 .bg_section{
	background:#fff;
	padding:20px 0 0 0;
}
#mapgoogle #map-canvas {
    height: 440px;
    margin-top: 10px;
    width: 100%;
}
#mapgoogle{
	position:relative;
	z-index:1;
}
.block_1 span{
	font:700 18px arial;
	display:block;
	margin-bottom:10px;
}
.block_2{
	font:400 14px arial
}
.block_2 .fa{
	color:#666;
	margin-right:10px;
}
.block_share_bottom{
	margin-top:10px;
	width:100%;
	float:left;
}
.block_share_bottom a{
	font-weight:700;
	margin-right:10px;
}
.block_share_bottom .fa{
	margin:0 10px 0 0;
	color:#bf1e2e;
}
.btn_site_1:hover,
.btn_site_1{
	background:#bf1e2e;
	min-width:100px;
	color:#fff;
	font-size:22px;
}
.block_form_register  select.form-control,
.block_form_register  input.form-control,
.block_form_lienhe  input.form-control{
	height:58px;
	border:1px solid #c5c5c5;
}
.block_form_register .form-control,
.block_form_lienhe .form-control{
	font-family:Roboto;
	
}
.block_form_register textarea.form-control,
.block_form_lienhe textarea.form-control{
	height:150px;
} 
.block_form_register .error,
.block_form_lienhe .error{
	color:#bf1e2e;
	margin-top:5px;
}
footer{
	width:100%;
	float:left;
	background:#262729;
	padding:50px 0;
	color:#fff;
}
footer .block_email {
    position: relative;
}
footer .block_email .form-control {
    border: 1px solid #767677;
    padding-right: 90px;
	background:#262729;
	color:#767677;
}
footer .block_email button {
    background: #ed1c24 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 32px;
    padding: 0 10px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 80px;
	border-radius:3px;
}
footer .txt_footer2{
	color:#656565;
}
footer .txt_footer2 a{
	color:#fff
}
footer .txt_footer2 span{
	color:#bf1e2e;
}
footer .txt_footer,
footer .text_footer{
	margin:0 0 20px;
	font-size:12px;
	font-family:12px;
}
.block_top_folder{
	min-height:350px;
	background:url(images/graphics/bg_folder.jpg) no-repeat left top;
	padding-top:200px;
	color:#fff;
}
.block_top_folder .top_folder_2{
	font-size:36px;
	margin-left:30px;
}
.block_top_folder .top_folder_1{
	font-size:25px;
	margin-left:30px;
}
.pagination > li > a, .pagination > li > span{
	margin:0 5px;
	color:#666;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius:0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background:#bd232c;
	border-color:#999999;
}
/*box detail*/
#detail_news {
	background:#fff;
	padding-top:20px;
}
#detail_news .fck_detail{
	margin-bottom:20px;
}
#detail_news .top_news .info_news{
	padding:25px 10px 25px 25px;
	font:400 14px/18px arial;
}
.main_fck_detail{
	font:400 14px/21px arial;
}
.main_fck_detail p{
	margin-bottom:20px;
}
.main_fck_detail ul{
	padding:0 0 0 20px;
}
.main_fck_detail ul li{
	list-style-type:disc;
	padding:0 0 0 5px;
}
.item_share_detail{
	text-align:center;
	margin:20px 0;
	
}
.item_share_detail a{
	color:#999999;
	font-size:18px;
}
.item_share_detail a:hover{
	color:#bf1e2e;
}
.timer_detail{
	font:400 12px arial;
	color:#999999;
	float:right;
}
#detail_news #tin_tuc{
	padding:10px 0 0 0;
}
#detail_news h1.title_news{
	font-size:30px;
	font-weight:400;
	line-height:40px;
	color:#bf1e2e;
	margin-bottom:15px;
	padding-left:30px;
}
.top_news{
	background:#38464f;
	margin-bottom:20px;
	color:#fff;
}
.item_tintuc {
    margin-bottom: 20px;
	width:100%;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#section_8 .item_tintuc{
	border:none;
}
#tin_tuc .item_thumb_tintuc {
    display: block;
    float: left;
    height: 1px;
    overflow: hidden;
    padding-bottom: 57%;
    position: relative;
    width: 100%;
}
#tin_tuc .news_info {
    background: #fff none repeat scroll 0 0;
	padding:0 0 0 70px;
	position:relative;
	margin:10px 0 0;
	min-height:60px;
}
.news_info .timmer_1{
	width:60px;
	height:60px;
	border-radius:20px;
	background:#d6d8dc;
	color:#333;
}
.item_tintuc:hover .timmer_1{
	background:#00baf2;
	color:#fff;
}
.news_info .timmer_1 span{
	font-family:Roboto;
}
.news_info .txt_month{
	font-size:16px;
	font-weight:400;
	text-transform:none;
	line-height:20px;
	margin-bottom:5px;
}
.news_info  .txt_day{
	font-size:30px;
	font-weight:400;
}
#khachhangdanhgia{
	width:100%;
	background:#fff url(images/graphics/bg_280x130.jpg) no-repeat left top;
	padding:0px 0 20px 0;
}
#khachhangdanhgia .image_avata{
	position:static;
}
#khachhangdanhgia  .item_slider{
	text-align:center;
}
#khachhangdanhgia  .txt_slider{
	text-align:left;
	padding:20px 10px;
}
#khachhangdanhgia #slider_section_7{
	padding:0 10px;
	margin:0;
}
#khachhangdanhgia .title_section{
	font-size:26px;
}
#khachhangdanhgia .title_section::before{
	left:30%;
}
#khachhangdanhgia  .btn_control_slider{
	text-align:right;
	font-size:24px;
}
#khachhangdanhgia  .btn_control_slider a:hover{
	color:#bf1e2e;
}
#khachhangdanhgia .author_avata{
	color:#bf1e2e;
}
#join{
	padding-top:20px;
}
#join .info_item_join{
	padding:0 20px 20px 20px;
	background:#fff;
	text-align:center;
	min-height:400px;
}
#join .title_section::before{
	left:38%;

}
#join .title_section{
	margin-bottom:10px;
}
#join .info_item_join h3{
	margin:0 0 20px 0;
	font-size:16px;
}
#join .info_item_join p{
	margin-bottom:30px;
}
.block_form_register{
	background:#fff;
	padding:20px;
	margin:20px 150px 0 150px;
}
.item_radio label{
	font-weight:400;
	cursor:pointer;
}
.txt_note{
	margin-top:5px;
	color:#666;
}
.up_to_top {background: rgba(0, 0, 0, 0) url("../images/ico-back-to-top-40x40.png") repeat scroll 0 0; bottom: 40px; cursor: pointer; display: none; height: 40px; position: fixed; right: 10px; width: 40px; z-index: 2; }
@media screen and (min-width: 240px) and (max-width: 1179px){
	.container{
		width:100%;
	}
	#section_2 .main_item_section{
		padding:0 10px;
	}
	#section_3 .item_section_3{
		width:100%;
	}
	
	#col_right .row{
		margin-left:0;
	}
	.block_form_register{
		margin:20px 100px 0 100px;
	}
	#section_5 .step2 .number_step,
	#section_5 .step4 .number_step{
		margin-right:0;
	}
}
@media (max-width: 992px){
	.slider_top .block_image_slider_top{
		height:600px;
	}
	#section_4 .main_item_section,
	.slogan_site{
		padding:0 20px;
	}
	#section_1 .content_section{
		padding-left:20px;
		padding-right:20px
	}
	#section_1 .item_section1{
		width:100%;
		margin-left:0;
	}
	#section_5 .bg_section{
		background:#fff url(images/graphics/bg_section_5_2.jpg) no-repeat left bottom;
	}
	#section_5 .item_step{
		opacity:1;
		width:100%;
		margin:0;
	}
	.item_tintuc {
		margin-bottom:10px;
	}
	.block_top_folder{
		min-height:200px;
		padding-top:70px;
	}
	.block_form_register{
		margin:20px 20px 0 20px;
	}
}
@media (max-width: 641px){
	.slider_top .block_image_slider_top{
		height:400px;
	}
	.title_section br,
	#section_3 .content_section::before,
	#section_3 .dot_red{
		display:none;
	}
	#section_3 .bg_section{
		background-size:cover;
	}
	#section_3 .col_section_right{
		padding-top:0;
	}
	#section_3 .col_section_left .item_section_3,
	#section_3 .col_section_left .item_section_3 .image_avata{
		float:left;
		text-align:left;
	}
	.txt_footer2{
		margin-bottom:20px;
	}
	.block_form_register{
		margin:20px 0px 0 0px;
	}
	#section_5 .content_section{
		background:none;
	}
	#section_5 .step4 .number_step,
	#section_5 .step4 .bg_step,
	#section_5 .step3 .number_step,
	#section_5 .step3 .bg_step,
	#section_5 .step2 .bg_step,
	#section_5 .step2 .number_step,
	#section_5 .step1 .bg_step{
		margin-top:0;
	}
	#section_5 .item_step{
		margin-bottom:20px;
	}
#section_6 .item_image_section{
	width:50%;
}
}

@media (max-width: 480px) {
 .col-tn-12 {width: 100%;}
 .col-tn-6 {width: 50%;}
 .hidden-tn {display: none !important;}
 #section_2 .main_item_section{
	 margin-bottom:20px;
	}
	#section_3 .text_section3,
#section_3 .content_section{
	padding:0;
}
#section_3 .image_avata{
	margin:0 20px 0 0;
}
.title_section::before{
	left:32%;
}
#section_4 .main_item_section{
	width:100%;
}
#section_6 .item_image_section{
	width:100%;
}
#section_7 .main_item_section7{
	padding:0;
}
#slider_section_7{
	padding:0;
	text-align:center;
}
#slider_section_7 .prev_slider{
	left:0;
}
#slider_section_7 .next_slider{
	right:0;
}
#slider_section_7 .txt_slider{
	text-align:left;
	padding:0 50px;
}
.image_avata{
	position:static;
	margin-bottom:10px;
}
#section_7 .bg_section{
	background-size:cover;
}
.block_top_folder{
		padding-top:70px;
		padding-bottom:50px;
	}
.block_top_folder .top_folder_2,
.block_top_folder .top_folder_1{
	margin:0;
}
#wrapper_container #folderpage{
	padding:0;
}
} 