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

/*************** ADD CUSTOM CSS HERE.   ***************/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1440px;
}
body,h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2, p, span,strong,a{
	  font-family: 'SFProDisplay', sans-serif !important;
		
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase{
	justify-content: center;
}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    color: #3d3d3d;
    font-size: 16px;
    font-family: 'SFProDisplay', sans-serif !important;
    text-transform: math-auto;
    margin-left: 10px;
    margin-right: 10px;
	font-weight: 500 !important;
}
.home_ss2 .custom_title h3, .home_ss5 .custom_title h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 56px;
    color: #3d3d3d !important;
}
.home_ss2 .custom_title p,.home_ss5 .custom_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.custom_product .box-text{
    border: 1px solid #cccccc38;
    border-radius: 0px 0px 16px 16px;
	padding: 0px 20px 20px;
	background-image: linear-gradient(#f5f5f5, #fff);
}
.custom_product .product-title{
	font-size: 32px;
    font-weight: 700;
    padding: 28px 0 26px;
    text-align: center;
    color: #3d3d3d;
}
.custom_product .price{
	text-align: center;
	padding-bottom: 12px;
}
.custom_product .price span.amount {
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d ;
}
.package_list .package_item {
    background: url(/wp-content/uploads/2025/04/tick-circle.svg) left top no-repeat;
    background-size: 24px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 32px;
    padding-right: 0;
    color: #3D3D3D;
    position: relative;
}
.custom_product .package_list .package_item {
    background: url(/wp-content/uploads/2025/04/tick-circle.svg) left top no-repeat;
    background-size: 24px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 32px;
    padding-right: 0;
    color: #3D3D3D;
    position: relative;
}
.custom_product .link_product{
	padding-bottom: 10px;
	padding-top: 10px;
}
.custom_product .link_product a {
    color: #0d6efd;
    text-align: center;
    display: block;
   font-size: 16px;
	font-weight: 600;
}
.custom_product .product-small.product{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.btn_dangky a {
    margin-top: 8px;
    color: #f8f8ff;
    line-height: 25px;
    border: 0;
    padding: 11px 36px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    transition: transform .4s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-size: 300% 100%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#4564ED), color-stop(#4564ED), color-stop(#5f7cfc), to(#4564ED));
    background-image: linear-gradient(to right, #4564ED, #4564ED, #5f7cfc, #4564ED);
}
.btn_dangky a:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.custom_product .box-image, .custom_product .box-image img,.custom_product .product_img,.custom_product .product_img img{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px
}
.custom_product .slick-prev:before,.custom_product .slick-next:before{
	font-size: 28px;
	color: #000;
}
.home_ss4 img{
	border-radius: 10px;
}
.banner_right .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home_ss5 .custom_blog .box-blog-post {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.home_ss5 .custom_blog img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.home_ss5 .custom_blog .box-text{
	padding: 16px 15px;
}
.home_ss5 .custom_blog .box-text h5 a{
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
    display: block;
    display: -webkit-box;
    margin: 0 auto 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 43px;
    line-height: 22.4px;
}
.home_ss5 .custom_blog .is-divider{
	display: none;
}
.home_ss5 .custom_blog .box-text .button {
    margin: 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #4564ed;
}
.btn_see-all{
	border: 1px solid #4564ed !important; 
	color: #4564ed !important;
	border-radius: 30px;
	font-weight: 400;
}
.footer .icon_netword .col-inner {
    display: flex;
    justify-content: flex-end;
}
.footer .footer_header .col{
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
.footer_content{
	padding-top: 30px;
}
.footer_content .cty_address p{
	color: #3d3d3d;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.footer_content .cty_address .list_contact .ux-menu-link__link{
	border: 0px !important;
}
.footer_content .footer_menu-item h3{
	color: #3d3d3d;
}
.footer_content .footer_menu-item .ux-menu-link__link{
	border: 0px !important;
	color: #3d3d3d;
}
.category_tab .category_item {
    max-width: 200px;
    flex-basis: 200px;
	padding-bottom: 0px;
}
.category_tab .category_item .icon-box-text h3 {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}
.menu_category a, .menu_category a span {
    border-bottom-width: 0px !important;
    border-bottom-color: transparent;
}
.menu_category{
	padding-left: 30px;
}
.menu_category .menu_title{
	position: relative;
}
.menu_category .menu_title a{
	color: #3d3d3d;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.menu_category .internet-fpt:before{
	content:"";
	background: url(/wp-content/uploads/2025/04/icon-internetfpt.png) no-repeat;
	top:0px;
	left:-40px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.menu_category .internet-fpt:before{
	content:"";
	background: url(/wp-content/uploads/2025/04/icon-internetfpt.png) no-repeat;
	top:0px;
	left:-40px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.menu_category .internet-fpt:before{
	content:"";
	background: url(/wp-content/uploads/2025/04/icon-internetfpt.png) no-repeat;
	top:0px;
	left:-40px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.menu_category .giaitri:before{
	content:"";
	background: url(/wp-content/uploads/2025/04/icon-gd.png) no-repeat;
	top:0px;
	left:-40px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.menu_category .gsthong-minh:before{
	content:"";
	background: url(/wp-content/uploads/2025/04/tm.png) no-repeat;
	top:0px;
	left:-40px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.menu_category .baomat:before{
	content:"";
	background: url(/wp-content/uploads/2025/04/baomat.webp) no-repeat;
	top:0px;
	left:-40px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}
.category_tab .category_item .active {
    position: relative;
}
.category_tab .category_item .active:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-color: #4564ED;
}
.form_dk{
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background-color: #fff;
}
.form_dk .title  {
    color: #1e2f5b;
    margin: 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
	margin-bottom: 30px;
}
.form_dk .text{
	width: 100%;
}
.form_dk .text p {
    color: #8691b1;
    letter-spacing: .39px;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.hovaten, .city{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.form_dk .box_input{
	max-width: 48%;
	flex-basis: 48%;
}
.form_dk .box_input input, .form_dk .message input{
	border-radius: 5px;
	height: 45px;
	border: 1px solid #d6dde1;
	box-shadow: none;
	 color: #000 !important;
	 font-size: 14px;
	font-weight: 400;
}
.form_dk input::placeholder {
  color: #ccc !important;
 font-size: 14px;
	font-weight: 400;
}
.form_dk .box_input p,.form_dk .message p {
    color: #0a306d !important;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
}
.form_dk .submit p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_dk .submit .wpcf7-spinner{
	display: none;
}
.form_dk .submit a {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 40px;
}
.form_dk .submit a:hover{
	border-color: #1e2f5b;
	font-weight: 600;
}
.form_dk .submit input {
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1e2f5b;
    border: 1px solid #1e2f5b;
    border-radius: 5px;
    min-height: 45px;
    padding: 10px 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: all .3s;
    display: block;
    position: relative;
    top: 0;
    text-transform: capitalize;
	margin: 0px;
}
.form_dk .submit input:hover{
	background-color: #fff !important;
	color: #1e2f5b;
	box-shadow: none;
}
.custom_product_detail{
	padding: 40px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background-color: #fff;
}
.custom_product_detail .box_product_detail {
    max-width: 350px;
    margin: auto;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 16px;
}


.doigoicuoc {
  margin-top: 30px;
}
.doigoicuoc a{
    display: block;
    width: 100%;
    background-image: linear-gradient(to right, #4564ED, #4564ED, #5f7cfc, #4564ED);
    color: #fff;
    padding: 16px;
    text-align: center;
    border-radius: 10px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}
.doigoicuoc a:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
    top: 55px;
}
.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 0px 12px 6px rgba(0, 0, 0, .15);
}
span.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 15px;
}
.tooltip-container {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
}
.tooltip-container .icon-info {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    margin-bottom: 8px;
}
.tooltip-container span.icon-info img {
    padding-left: 6px;
    width: 23px;
	height: 17px;
}
.tooltip-container .tooltip-text {
    visibility: hidden;
    background-color: #fff;
    color: #888;
    text-align: left;
    padding: 11px 13px;
    box-shadow: 0px 1px 7px 0 rgba(22, 22, 26, 0.1);
    line-height: 20px;
    position: absolute;
    bottom: 42px;
    right: -21px;
    width: calc(3vw + 220px);
    z-index: 9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.tooltip-container:hover .tooltip-text {
    visibility: visible;
}
/* .custom_product{
	display: flex;
} */
.custom_product .product{
	max-width: 25%;
	flex-basis: 25%;
}
.custom_product_slider .slick-list .product-small{
	max-width: 100%;
	flex-basis: 100%;
}
div#filter-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
select#select-khu-vuc, #select-quan-huyen{
    max-width: fit-content;
    margin: 0px 10px;
    color: #0d6efd;
    font-weight: 600;
    border-color: #0d6efd;
    border-radius: 3px;
}
select#select-quan-huyen {
    max-width: fit-content;
    margin: 0px;
}
div#filter-wrap .filer_text img{
	width: 20px;
	height: 20px;
}
div#filter-wrap .filer_text {
    display: flex;
    align-items: center;
}

div#filter-wrap .filer_text span{
	font-size: 16px;
	padding-left: 5px;
	color: #000;
}
.home_ss2{
	padding-bottom: 0px !important;
}
.box_contact-scroll {
    position: fixed;
    left: 10px;
    bottom: 60px;
    z-index: 99;
}
.scroll_contact ul li {
    margin: 6px 0;
}
.scroll_contact ul{
	list-style: none;
}
.scroll_contact ul li a {
    background: #191E67;
    width: 65px;
    height: 65px;
    display: flex;
    transition: opacity .2s ease-out;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.scroll_contact li a {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.scroll_contact .zalo img {
    width: 33px;
    height: 33px;
}
.scroll_contact ul .call img{
	width: 33px;
    height: 33px;
}
.scroll_contact ul li a:hover, .croll-top a:hover {
    background: #4564ED;
	box-shadow: 0px 0px 10px #fd8515;
}
.absolute-footer{
	display: none;
}
.box_page_info{
	display: flex;
	flex-wrap: wrap;
}
.page_info_title {
    text-align: center;
    margin: 30px 0px;
	width: 100%;
}
.page_info_title h1 {
    color: #000;
    font-size: 50px;
    position: relative;
}
.page_info_title h1:before {
    content: "";
    width: 90px;
    height: 3px;
    background: linear-gradient(270deg, #7dc3ff -26.82%, #4564ed 95.8%);
    top: 100%;
    left: calc(50% - 45px);
    position: absolute;
}
.page_info_title p{
	max-width: 800px;
	margin: auto;
	color: #000;
	font-size: 16px;
}
.page_info_title a{
	color: #4564ed;
}
.page_info_img, .page_info_content {
    max-width: 50%;
    flex-basis: 50%;
	padding: 16px;
}
.page_info_img img {
    width: 100%;
    border-radius: 10px;
}
.page_info_content .price-wrapper h3 {
    text-align: center;
    color: #000;
    font-size: 30px;
}
.page_info_content .price-wrapper .price {
    text-align: center;
    margin: 20px 0px;
    padding: 30px;
    background-color: #f7f7f8;
    border-radius: 10px;
}
.page_info_content .price-wrapper .price span {
    color: #000;
}
.page_info_content .price-wrapper .price .amount {
    font-size: 39px;
    font-weight: 700;
    line-height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#0593eb), to(#1057cb));
    background: linear-gradient(90deg, #0593eb 0%, #1057cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.page_info_content .price-wrapper .price .amount span{
	 background: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background: linear-gradient(90deg, #000 0%, #000 100%);
	 -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
	font-weight: 300;
}
.package-speed {
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #f7f7f8;
    border-radius: 10px;
    align-items: flex-end;
	gap: 20px;
}
.package-speed .img-speed img {
    width: 79px;
    height: 63px;
}
.package-speed .speed-label strong {
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
	color: #344054;
}
.package-speed .detail-speed span.download strong{
	color: #344054;
}
.package-speed .speed-label span, .package-speed .speed-num .upload {
    font-size: 13px;
}
.package-speed .speed-num {
    display: flex;
    align-items: center;
}
.package-speed .speed-num .speed {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    margin-right: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#f6921e), to(#eb2e0f));
    background: linear-gradient(90deg, #f6921e 0%, #eb2e0f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.package-speed .detail-speed {
    display: flex;
    flex-direction: column;
}
.page_info .btn_button .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
	width: 100%;
}
.page_info .btn_button .title p{
	margin-bottom: 0px;
}
.page_info .btn_button {
   display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.page_info .btn_button a {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    gap: 3px;
}
.page_info .btn_button a.btn_dangky {
    background: -webkit-gradient(linear, left top, right top, from(#f6921e), to(#eb2e0f));
    background: linear-gradient(90deg, #f6921e 0%, #eb2e0f 100%);
    color: #fff !important;
}
.page_info .btn_button a.btn_lienhe {
    background: #f0f3fe;
    color: #0f5acd;
}
.page_info .btn_button .action-label {
    font-size: 18px;
    font-weight: 700;
}
.page_info .btn_button .action-desc {
    font-size: 11px;
}
.qua_tang {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qua_tang .title h3{
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
	width: 100%;
}
.page_info .qua_tang {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_info .qua_tang .title h3{
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
	width: 100%;
}
.ux-menu-link__icon+.ux-menu-link__text {
    color: #3d3d3d;
}
.sp_kem {
    width: 100%;
    text-align: center;
}
.sp_kem .title {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.sp_kem .box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.sp_kem .box .item {
    max-width: 300px;
    display: block;
    text-align: center;
}
.sp_kem .box .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp_kem .box .item h3{
	font-size: 16px;
    color: #000;
    font-weight: 600;
	padding-top: 10px;
}
.btn_button {
    text-align: center;
    color: #000;
}
.btn_button .title p {
    font-size: 20px;
    font-weight: 600;
    color: #ef5515;
    margin-bottom: 0px;
}
.box-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.product-title a{
    font-size: 32px;
    font-weight: 700;
    padding: 28px 0 26px;
    text-align: center;
    color: #3d3d3d;
}
.price-wrapper .price span.amount {
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
}
.product-small .box-text {
    border: 1px solid #cccccc38;
    border-radius: 0px 0px 16px 16px;
    padding: 0px 20px 20px;
    background-image: linear-gradient(#f5f5f5, #fff);
}
ul.box.success {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}
.box.note {
    background: #fffddb;
    border-color: #e9e59e;
	border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}
.custom_page_content h1{
	display: flex;
	align-items:center;
	gap: 5px;
	font-size: 22px;
	border-bottom: 3px solid #f58b49;
}
.custom_page_content h1:before{
	display: block;
	content:"";
	background-image: url(/wp-content/uploads/2026/01/introduce_fpt.png);
	background-size: contain;
	width: 35px;
	height: 35px;
	background-position: center;
	
}
.custom_page_content h2, .custom_page_content h3, .custom_page_content h4{
	color: red;
	font-size: 20px;
}
.custom_product_cmr .product .col-inner{
	box-shadow: 0px 0px 3px #ccc;
}
.custom_product_cmr .link_product{
	text-align: center;
}
.page_info_content .btn_button {
    text-align: center;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.page_info_content .btn_button .title {
    width: 100%;
    min-width: 100%;
}
.page_info_content .btn_button a {
    padding: 6px 20px;
    background-color: #f47b1b;
    color: #fff;
    border-radius: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.page_info_content .btn_button a .action-desc{
	font-size: 13px;
}
@media only screen and (max-width: 900px) {

.home_banner .img-inner{
	padding-top: 20vh !important;
}
.home_banner .flickity-viewport{
	height: 20vh !important; 
}
.home_ss2{
	padding: 30px 0px !important;
}
.home_ss2 .custom_title h3, .home_ss5 .custom_title h3 {
    font-size: 32px;
}
.home_ss2 .custom_title p, .home_ss5 .custom_title p {
    font-size: 16px;
}	
.custom_product .package_list .package_item{
		font-size: 14px;
}	
.list_category {
    flex-wrap: nowrap;
    overflow: scroll;
}
.list_category .item {
    min-width: 300px;
}
	.form_dk .box_input {
    max-width: 100%;
    flex-basis: 100%;
}
.custom_product_slider .slick-prev {
    left: -5px;
    z-index: 9;
}
.custom_product_slider .slick-next {
    right: 3px;
	 z-index: 9;
}
div#filter-wrap {
    flex-wrap: wrap;
}	
div#filter-wrap .filer_text {
    width: 100%;
    padding-bottom: 10px;
}
.custom_product .product {
    max-width: 100%;
    flex-basis: 100%;
}
.scroll_contact ul li a {
    width: 55px;
    height: 55px;
}
.scroll_contact img {
    width: 30px;
}	
.box_contact-scroll {
    bottom: 10px;
}
.page_info_img, .page_info_content {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0px;
}
.page_info .qua_tang .package_item {
    text-align: center;
    font-size: 14px;
}	
.page_info .btn_button a {
    flex: auto;
    width: 100%;
}
.list_category .item {
	min-width: 130px;
	padding: 10px 5px;
	border-radius: 8px;
	overflow: hidden;
}	
	.list_category .item img{
		border-radius: 8px;
	}
}