@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Helvetica:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arial:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Inter, Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background-color: #f9fafb;
}
body a{
	text-decoration: none;
}
/* Menu */
#header{
	
}
#header .head_top{}
#header .head_main{
	display: flex;
    align-items: center;
}
#header .head_main .container{
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#header .head_main .logo{}
#header .head_main .logo .img{}
#header .head_main .i_menu{
	display: none;
    font-size: 28px;
}
#header .head_main .main_menu{
/*	position: relative;*/
}
#header .head_main .main_menu ul{
    display: flex;
}
#header .head_main .main_menu li{
	padding: 22px 0;
    font-size: 14px;
}
#header .head_main .main_menu li:hover{}
#header .head_main .main_menu li:hover .title{}
#header .head_main .main_menu li .title{
	padding: 0 12px;
	text-transform: uppercase;
    font-weight: 600;
}
#header .head_main .main_menu li > .sub_menu{
	display: none;
	position: absolute;
    z-index: 99;
	top: 100%;
/*	left: 0 !important;*/
	pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out;
/*    padding: 12px;*/
    border-radius: 0 0 8px 8px;
/*    border: 1px solid #7b36ce;*/
    border-top: none;
/*    box-shadow: 0rem 0rem 0.5rem #c99efc;*/	
/*    box-shadow: 0rem 0.5rem 0.5rem #c99efc;*/
    min-width: 220px;
    overflow: hidden;
}
#header .head_main .main_menu li > .sub_menu:not(.sub_full_width) {
    background: #ffffff;
/*    padding: 12px;*/
}
/*    background-color: #ffffff;*/
/*#header .head_main .main_menu li > .sub_menu.sub_full_width{
	background-color: transparent;
	left: 0 !important;
}*/
#header .head_main .main_menu li:hover .sub_menu{
	display: block;
}
/*#header .head_main .main_menu li .overlay{
	position: fixed;
  	display: none;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: rgba(0,0,0,0.5);
  	z-index: 2;
  	cursor: pointer;
}
#header .head_main .main_menu li:hover .overlay{
	display: block;
}*/
#header .head_main .main_menu li .sub_menu .ls_menu{
	display: flex;
	flex-direction: column;
}
#header .head_main .main_menu li .sub_menu .ls_menu > li{
	padding: 12px !important;
}
#header .head_main .main_menu li .sub_menu .ls_menu > li a{
	color: #000000;
}
#header .head_main .main_menu li .sub_menu .ls_menu > li:hover{
	background-color: #f3f3f3;
}
#header .head_main .main_menu li .sub_menu .ls_menu > li:hover a{}
.main_menu li > .sub_menu.sub_full_width{
    right: 0 !important;
    width: auto !important;
    background-color: transparent;
	left: 0 !important;
}
.main_menu li > .sub_menu.sub_full_width .ls_menu_col{
	background-color: #f3f3f3;
	padding: 12px;
	border-radius: 0 0 8px 8px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}
.main_menu li > .sub_menu.sub_full_width .ls_menu_col .menu_col{
	background-color: #ffffff;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_menu li > .sub_menu.sub_full_width .ls_menu_col .menu_col:hover{
	background-color: #f3f3f3;
	border-color: #f45e06;
}
.main_menu li > .sub_menu.sub_full_width .ls_menu_col .menu_col img{
	width: 100%;
	max-height: 80px;
}
#header .head_main .head_action{}
#header .head_main .head_action a{
	display: flex;
	gap: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s;
}
#header .head_main .head_action a:hover{}
#header .head_bottom{}
/* Side menu styles */
.side_menu {
    background-color: #f2f4f7;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}
.side_menu a{
    text-decoration: none;
}
.side_menu.open {
    left: 0;
}
.side_menu .menu_top{
    padding: 8px;
}
.side_menu .menu_top span{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
.side_menu .menu_top button{
    color: #ffffff;
}
.side_menu .menu_body{
    font-size: 14px;
    height: 100vh;
    overflow-y: auto;
}
.menu_body .menu_box{
    margin-bottom: 12px;
}
.menu_body .menu_box > ul{}
.menu_body .menu_box > ul > li{
    background-color: #f2f4f7;
    border-bottom: 1px solid #e5e7eb;
}
.menu_body .menu_box.none_sub li{
    padding: .75rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}
.menu_body .menu_box > ul > li:last-child{
    border-bottom: none;
}
.menu_body .menu_box > ul > li > div.title{
    padding: .75rem 1rem;
    background-color: #ffffff;
}
.menu_body .menu_box > ul > li > div.submenu{
    border-radius: 16px;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
}
.menu_body .menu_box > ul > li > div.submenu ul{
     padding: .75rem 1rem;
}
.menu_body .menu_box > ul > li > div.submenu.show {
    max-height: 500px; /* Äá»§ lá»›n Ä‘á»ƒ chá»©a táº¥t cáº£ cĂ¡c má»¥c */
    transition: max-height 0.3s ease-in;
}
.menu_body .menu_box > ul > li > div.submenu > ul > li{
    background-color: #ffffff;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
}
.menu_body .menu_box > ul > li > div.submenu > ul  > li:first-child{
    border-radius: 8px 8px 0 0;
}
.menu_body .menu_box > ul > li > div.submenu > ul  > li:last-child{
    border-radius: 0 0 8px 8px;
}
.menu_body .menu_box > ul > li a{
    color: #1d1d1f;
}
.close_btn {
    background: none;
    border: none;
    cursor: pointer;
    display: contents;
}
.close_btn i{
    font-size: 18px;
}
.menu_body .hotline{
    text-align: center;
}
.menu_body .hotline i{
    font-size: 28px;
    color: #cb1c22;
}
.menu_body .hotline .title{
    font-size: 18px;
    line-height: normal;
}
.menu_body .hotline .phone_number{
    font-size: 28px;
    font-weight: 500;
    color: #cb1c22;
    line-height: normal;
}
/* Home */
.section_home{
	padding: 68px 0 42px 0;
	position: relative;
}
.section_home .card_header{
	padding-bottom: 36px;
	position: relative;
	z-index: 2;
}
.section_home .card_header.center{
	text-align: center;
}
.section_home .card_header .title{
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.section_home .card_header .des{
	padding-top: 12px;
	font-size: 14px;
}
.section_home .card_header .des strong{
	font-weight: 500;
}
.section_home .card_body{
	position: relative;
	z-index: 2;
}
.section_home .card_footer{
	position: relative;
	z-index: 2;
}
.section_home .view_more{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    width: 168px;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 8px;
    font-size: 14px;
    -webkit-transition: all 300msease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300msease-in-out;
}
.section_home .view_more:hover{}
/* Home Slider */
.home_slider{}
.home_slider .bg_slider{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
/*    padding: 120px 0;*/
}
.home_slider .content{
	max-width: 660px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #00000096;
    padding: 24px;
    border-radius: 8px;
}
.home_slider .content .title{
	font-size: 32px;
    line-height: normal;
    font-weight: 500;
}
.home_slider .content .des{
	font-size: 14px;
    line-height: normal;
}
.home_slider .content .group_button{
	margin-top: 12px;
	display: flex;
	gap: 12px;
}
.home_slider .content .group_button .btn_item{
	color: #ffffff;
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 14px;
}
.home_slider .content .group_button .contact{
	background-color: transparent;
	border: 1px solid #ffffff;
}
.home_slider .content .group_button .hotline{
	background-color: #f45e06;
	border: 1px solid #f45e06;
}
/* Home Brand */
.home_brand .card_header .title{
	text-transform: uppercase;
	display: flex;
    flex-flow: column;
    gap: 8px;
}
.ls_brand_main{}
.ls_brand_main .ls_item{
	padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    border: 1px solid #ffffff;
}
.ls_brand_main .ls_item:hover{
	border-color: #f45e06;
}
.ls_brand_main .ls_item img{
	width: 100%;
	max-height: 80px;
}
.ls_brand_child{
	margin-top: 36px;
}
.ls_brand_child .ls_item{
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 6px;
}
.ls_brand_child .ls_item:hover{
	border-color: #f45e06;
	background-color: #ffffff;
}
.ls_brand_child .ls_item img{
	width: 100%;
	max-height: 68px;
}
/* Home About */
.home_about{
	background-color: #f3f3f3;
}
.home_about .container{
	gap: 24px;
}
.home_about .content{
	flex: 0 0 calc(50% - 12px);
}
.home_about .content .title{
	font-size: 22px;
    font-weight: 800;
    padding-bottom: 12px;
    text-align: center;
    line-height: normal;
}
.home_about .content .des{
	font-size: 13px;
    padding-bottom: 12px;
    line-height: normal;
    text-align: justify;
}
.home_about .content .ls_about_commit{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
}
.home_about .content .ls_about_commit > li{
	flex: 1 1 calc(50% - 6px);
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
    font-weight: 500;
}
.home_about .content .ls_about_commit > li i{
    font-size: 18px;
}
.home_about .logo{
	width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_about .images{
	flex: 0 0 calc(50% - 12px);
	display:flex;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
}
.home_about .images .img{
	flex: 0 0 calc(50% - 4px);
	overflow: hidden;
}
.home_about .images .logo{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ffffffcc;
    display: flex;
    align-items: center;
    padding: 18px;
}
.home_about .images .img_1 img{
	border-radius: 8px 0 0 0;
}
.home_about .images .img_2 img{
	border-radius: 0 8px 0 0;
}
.home_about .images .img_3 img{
	border-radius: 0 0 0 8px;
}
.home_about .images .img_4 img{
	border-radius: 0 0 8px 0;
}
.home_about .images .img:not(.logo) img{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1200 / 720;
}
.home_about .images .logo img{
	width: 100%;
}
/* Home Catalog */
.home_catalog{
	background-image: url(https://dailyphinloc.vn/public/dlpl/images/slider/slider-2025.jpg);
    background-size: cover;
    background-position: right;
}
.home_catalog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 1;
}
.home_catalog .card_header .title {
    text-transform: uppercase;
    color: #ffffff;
}
.home_catalog .card_header .des{
    color: #ffffff;
}
.home_catalog .ls_catalog{}
.home_catalog .ls_catalog .ls_catalog_col{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.home_catalog .ls_catalog .ls_item{
	background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}
.home_catalog .ls_catalog .ls_item .img{
	width: 100%;
	padding: 12px 12px 0 12px;
	transition: padding 0.3s ease-in-out;
}
.home_catalog .ls_catalog .ls_item:hover .img{}
.home_catalog .ls_catalog .ls_item .title{
	padding: 12px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    transition: gap 0.3s ease-in-out, color 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background-color: #ffffff;
}
.home_catalog .ls_catalog .ls_item:hover .title{
	gap: 10px;
}
.home_catalog .card_footer{
	padding-top: 12px;
}
.home_catalog .card_footer .view_more{
	color: #ffffff;
	border-color: #ffffff;
}
.home_catalog .card_footer .view_more:hover{
	border-color: transparent;
}
/* Home C2A */
.home_c2a{
	padding-bottom: 68px;
	text-align: center;
}
.home_c2a .img{
	position: absolute;
}
.home_c2a .img.left{
	left: 0;
	bottom: 0;
}
.home_c2a .img.right{
	right: 0;
	bottom: 0;
}
.home_c2a .des{
	padding-bottom: 24px;
	line-height: normal;
}
.home_c2a .phone{
	font-size: 46px;
    font-weight: 700;
}
.home_c2a .ls_contact{
	display: flex;
	gap: 24px;
	align-items: center;
    justify-content: center;
    padding-top: 24px;
}
.home_c2a .ls_contact img{
	width: 24px;
}
.home_c2a .ls_contact i{
	font-size: 24px;
}
/* Home product */
.home_product{
	background-size: cover;
}
.home_product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 1;
}
.home_product .card_header .title {
    text-transform: uppercase;
    color: #ffffff;
}
.home_product .card_header .des {
	color: #ffffff;
}
.home_product .card_footer{
	padding-top: 12px;
}
.home_product .card_footer .view_more{
	color: #ffffff;
	border-color: #ffffff;
}
.home_product .card_footer .view_more:hover{
	border-color: transparent;
}
.ls_home_product{
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.ls_home_product .ls_item{
	padding: 8px;
	border: 1px solid #eaecf0;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
}
.ls_home_product .ls_item:hover{
	border-color: #f45e06;
}
.ls_home_product .ls_item a{}
.ls_home_product .ls_item img{
	width: 100%;
}
.ls_home_product .ls_item .title{
	color: #1d2939;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ls_home_product .ls_item .des{
	padding-top: 6px;
    font-size: 12px;
    color: #909090;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ls_home_product .ls_item .img{
	padding-bottom: 8px;
	aspect-ratio: 1 / 1;
}
/* Home Blog */
.home_blog{}
.home_blog .card_header .title {
    text-transform: uppercase;
}
.ls_home_blog{}
.ls_home_blog .ls_item{
	background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 12px;
}
.ls_home_blog .ls_item:hover .title{
	color: #f45e06;
}
.ls_home_blog .ls_item a{}
.ls_home_blog .ls_item .img{
	width: 100%;
    aspect-ratio: 1200 / 630;
    height: auto;
    padding-bottom: 12px;
}
.ls_home_blog .ls_item .title{
	padding: 0 12px;
	font-size: 14px;
    line-height: normal;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Page Brand */
.section_brand{
	position: relative;
	padding: 24px 0 0 0;
}
.section_brand .card_header{
	padding-bottom: 24px;
	position: relative;
	z-index: 2;
}
.section_brand .card_header.center{
	text-align: center;
}
.section_brand .card_header .title{
	color: #00457c;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.section_brand .card_header .des{
	padding-top: 12px;
	font-size: 14px;
}
.section_brand .card_body{
	position: relative;
	z-index: 2;
}
.section_brand .card_footer{
	position: relative;
	z-index: 2;
}
.section_brand .view_more{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    border: 1px solid #00457c;
    width: 168px;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 8px;
    color: #00457c;
    font-size: 14px;
    -webkit-transition: all 300msease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300msease-in-out;
}
.section_brand .view_more:hover{
	border-color: #f45e06;
	color: #ffffff;
	background-color: #f45e06;
}
.brand_head{
	display: flex;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 12px;
}
.brand_head .title{
	font-size: 28px;
    color: #00457c;
    font-weight: 500;
    text-transform: capitalize;
}
.brand_head .des{
	font-size: 13px;
    line-height: normal;
    margin-top: 6px;
}
.brand_head .des a{
	color: #00457c;
}
.brand_banner{}
.brand_banner .container{
	display: flex;
}
.brand_banner .logo{
	flex: 0 0 26%;
	background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.brand_banner .logo img{
	width: 100%;
}
.brand_banner .banner{
	flex: 0 0 74%;
	border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.brand_banner .banner img{
	width: 100%;
}
.brand_catalog{
	
}
.brand_catalog .brand_title{
	font-size: 22px;
    font-weight: 800;
    padding-bottom: 22px;
    text-align: center;
    color: #00457c;
    line-height: normal;
    text-transform: uppercase;
}
.brand_catalog .content{}
.brand_catalog .content a{}
.brand_catalog .ls_catalog{}
.brand_catalog .ls_catalog .ls_catalog_col{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.brand_catalog .ls_catalog .ls_catalog_col .ls_item{
	background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}
.brand_catalog .ls_catalog .ls_catalog_col .img{
	width: 100%;
	padding: 12px;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}
.brand_catalog .ls_catalog .ls_item:hover .img{
	transform: scale(1.25);
}
.brand_catalog .ls_catalog .ls_catalog_col .title{
	text-wrap: nowrap;
	padding: 12px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    color: #00477c;
	transition: gap 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background-color: #ffffff;
}
.brand_catalog .ls_catalog .ls_item:hover .title{
	color: #f45e06;
	gap: 10px;
}
.brand_product .card_header .title{
	text-transform: uppercase;
}
.brand_content .card_header{
	padding-bottom: 12px;
}
.brand_content{
	margin-top: 24px;
	padding-bottom: 36px;
	position: relative;
	background-color: #ffffff;
}
.brand_content .card_body{
	font-size: 14px;
	line-height: normal;
}
.brand_content .card_body p,.brand_content .card_body ul{
	padding-bottom: 8px;
}
.brand_content .card_body ul{
	margin-left: 25px;
    list-style: auto;
}
.brand_content .card_body ul li{
	padding-bottom: 6px;
}
.brand_content .card_body h3{
	line-height: normal;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 8px;
	color: #00457c;
}
.brand_content .card_body h4{
	color: #00457c;
	line-height: normal;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 8px;
}
.brand_content .card_body strong{
	font-weight: 600;
}
.brand_content p.action{
    margin-top: 16px;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #059669;
}
.brand_content p .hotline{
	font-size: 28px;
    padding-top: 12px;
    display: block;
}
.brand_content p .hotline a{
	color: #00457c;
}
.brand_content p .hotline a:hover{
	color: #f45e06;
}
.brand_content .card_body a{
	color: #00457c;
	font-weight: 500;
}
#brand_text{
	max-height: 280px; /* Giới hạn chiều cao */
	overflow: hidden;
	position: relative;
	transition: max-height 5s ease-in-out; /* Hiệu ứng mượt */
}
#brand_text #gradient{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.section_brand #brand_content .view_more{
	background-color: transparent;
	margin-top: 12px;
	padding: 8px 6px;
}
.section_brand #brand_content .view_more:hover{
	color: #f45e06;
}
.brand_all{
	margin-bottom: 24px;
}
.brand_all .ls_group_brand{
	display: flex;
    flex-flow: column;
    gap: 12px;
}
.brand_all .ls_group_brand .group_brand{
    display: flex;
    flex-flow: column;
}
.brand_all .ls_group_brand .group_brand .head_title{
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 6px;
}
.brand_all .ls_group_brand .group_brand .list_brand{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ls_group_brand .group_brand .list_brand .brand_item {
    flex: 0 0 calc(16.66666666% - 6px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #ff00000a;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 22px;
    gap: 6px;
}
.ls_group_brand .group_brand .list_brand .brand_item .brand_logo {
    height: 80px;
    display: flex;
    align-items: center;
}
.ls_group_brand .group_brand .list_brand .brand_item img {
    width: 100%;
    max-height: 68px;
    -webkit-transition: all 300msease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300msease-in-out;
}
.ls_group_brand .group_brand .list_brand .brand_item .title {
    font-size: 16px;
    color: #00457c;
}
.group_brand_sep {
    height: 8px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
}
.section_brand .group_search{
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.section_brand .group_search input{
	width: 100%;
    border: none;
    padding: 12px;
}
.section_brand .group_search input:focus{
	border: none;
	outline: none;
}
.section_brand .group_search button{
	position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background-color: #f45e06;
    font-size: 14px;
    padding: 12px;
    color: #ffffff;
}
.brand_search{}
.brand_search .card_head{}
.brand_search .card_head .title{
	font-size: 18px;
}
.brand_search .card_body{
	margin-top: 12px;
	margin-bottom: 12px;
}
/*.ls_search_product{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.ls_search_item{
	display: flex;
	flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid transparent;
}
.ls_search_item:not(.title):hover{
	border-color: #f45e06;
}
.ls_search_item.title{
	color: #00457c;
}
.ls_search_item .img,
.ls_search_item.title > span:first-child{
	width: 68px;
	flex: 0 0 68px;
}
.ls_search_item .img{
	aspect-ratio: 1 / 1;
}
.ls_search_item .info,
.ls_search_item.title > span:nth-child(2){
	flex: 0 0 460px;
}
.ls_search_item .img_brand{
	width: 128px;
    max-height: 86px;
}
.ls_search_item .model{
	font-size: 16px;
	padding-bottom: 8px;
	font-weight: 500;
    color: #00457c;
    padding-bottom: 8px;
    display: block;
}
.ls_search_item .des{
	font-size: 13px;
    color: #747474;
    font-style: italic;
}
.ls_search_item .view_more,
.ls_search_item.title > span:last-child{
	font-size: 13px;
    color: #00457c;
    width: auto;
    margin: 0;
    flex: 0 0 128px;
    height: fit-content;
}
.ls_oem .ls_search_item{
	justify-content: flex-start;
}
.ls_search_item .ome_brand{
	flex: 0 0 168px;
}
.ls_search_item .ls_product{
	display: flex;
	flex-direction: column;
}
.ls_search_item .ls_product .ls_product_item{
	display: flex;
	align-items: center;
}*/
.ls_search{
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.ls_search .img{
	width: 68px;
	border-radius: 6px;
	aspect-ratio: 1 / 1;
}
.ls_search .img_brand{
	width: 88px;
    max-height: 86px;
}
.ls_search .ls_search_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 16px;
    padding: 16px;
	background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid transparent;
}
.ls_search .ls_search_item.title{

}
.ls_search .ls_search_item.title .img{
	aspect-ratio: unset;
}
.ls_search .ls_search_item.title .view_more{
	width:72px;
}
.ls_search .ls_search_item:hover{
	border-color: #f45e06;
}
.ls_search .ls_search_item .info{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ls_search .ls_search_item .info .model{
	font-size: 16px;
	font-weight: 500;
    color: #00457c;
    display: block;
}
.ls_search .ls_search_item .info .model b{
	color: #f45e06;
}
.ls_search .ls_search_item .info .des{
	font-size: 13px;
    color: #747474;
    font-style: italic;
}
.ls_search .ls_search_item .view_more{
	margin-right: 16px;
	font-size: 13px;
	color: #00457c;
}
.ls_search .ls_search_item .view_more:hover{
	color: #f45e06;
}
/*.ls_search_oem{
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.ls_search_oem .img{
	width: 68px;
	border-radius: 6px;
}
.ls_search_oem .ls_search_item{
	display: flex;
	align-items: center;
    gap: 16px;
    padding: 16px;
	background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid transparent;
}
.ls_search_oem .ls_search_item:hover{
	border-color: #f45e06;
}
*/
.ls_search_product .ls_search_item .img{
	flex: 0 0 68px;
}
.ls_search_product .ls_search_item .info{
	flex: 0 0 460px;
}
.ls_search_oem .ls_search_item .ome_brand{
	min-width: 188px;
	font-weight: 500;
	display: flex;
    flex-direction: column;
    gap: 8px;
}
/*
.ls_search_oem .ls_search_item .ome_brand b{
	color: #f45e06;
}
*/
.ls_search_oem .ls_search_item .ls_product{
	width: 100%;
	display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.ls_search_oem .ls_search_item .ls_product .ls_product_item{
	display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}
.ls_search_oem .ls_search_item .ls_product .ls_product_item .product_info{
	align-items: center;
}
/*.ls_search_oem .ls_search_item .ls_product .ls_product_item .product_info .img{}
.ls_search_oem .ls_search_item .ls_product .ls_product_item .product_info .info{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ls_search_oem .ls_search_item .ls_product .ls_product_item .product_info .info .model{
	font-size: 16px;
	font-weight: 500;
    color: #00457c;
    display: block;
}
.ls_search_oem .ls_search_item .ls_product .ls_product_item .product_info .info .des{
	font-size: 13px;
    color: #747474;
    font-style: italic;
}
.ls_search_oem .ls_search_item .ls_product .ls_product_item .view_more{
	margin-right: 16px;
	font-size: 13px;
	color: #00457c;
}
.ls_search_oem .ls_search_item .ls_product .ls_product_item .view_more:hover{
	color: #f45e06;
}*/
/* Page Catalog */
.catalog_head{
	margin-bottom: 24px;
	margin-top: 12px;
}
.catalog_head .title {
    font-size: 28px;
    font-weight: 500;
}
.section_catalog.section_filter {
    padding: 0;
    margin-bottom: 24px;
}
/* Product Page */
.section_product{
	background-color: #ffffff;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}
.section_product .card_header{
	padding: 16px 0;
}
.section_product .card_header .title{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
}
.section_product .card_header .title.icon{
	display: flex;
	gap: 6px;
}
.section_product .card_header .des{}
.section_product .card_body{
	padding-bottom: 12px;
}
.section_product .card_footer{}
.section_product .view_more{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    width: 168px;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 8px;
    background-color: transparent;
    font-size: 14px;
    -webkit-transition: all 300msease -in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300msease -in-out;
}
.section_product .product_viewmore{
	max-height: 280px;
    overflow: hidden;
    position: relative;
    transition: max-height 5sease-in-out;
}
.section_product #gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.product_main > .container{
	display: flex;
	gap: 16px;
}
.product_main .product_left {
    flex: 0 0 calc(70% - 8px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
}
.product_info{
	display: flex;
	gap: 16px;
}
.product_info .product_image {
	order: -1;
    flex: 0 0 calc(50% - 8px);
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: fit-content;
    z-index: 10;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    gap: 16px;
}
.product_image #avatar_main, .product_image #avatar_thumbs {
    width: 100%;
}
.product_image #avatar_thumbs{
    padding: 0 12px 12px 12px;
}
.product_image img {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.product_image #avatar_thumbs img{
	border-radius: 8px;
	overflow: hidden;
}
.product_image #avatar_thumbs .avatar_thumb_item{
	border: 1px solid #edf4f8;
    padding: 6px;
    border-radius: 6px;
}
.product_info .product_sku {
	flex: 0 0 calc(50% - 8px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product_general{
    display: flex;
    flex-flow: column;
    gap: 12px;
    padding: 12px;
}
.product_general > * {
	width: 100%;
}
.product_general .product_title{
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.product_general .review{
    font-size: 14px;
    align-items: center;
    gap: 12px;
}
.product_general .review i{
    color: #dddde3;
    font-size: 13px;
}
.product_general .review .title{
    font-size: 15px;
    font-weight: 500;
}
.product_general .product_sub_catalog{
	font-size: 14px;
    color: #747474;
    font-style: italic;
}
.product_general .review .sup{
    color: rgb(120, 120, 120);
}
.product_general .review i.active{
    color: rgb(255, 196, 0);
}
.product_general .separator_right{
    width: 1px;
    height: 12px;
    background-color: rgb(199, 199, 199);
}
.product_general .price .price_null{
    gap: 12px;
    background-color: #ff00000a;
    padding: 16px;
    flex-flow: column;
    border-radius: 8px;
    width: 100%;
}
.product_general .price .price_null .title{
    font-style: italic;
    font-size: 14px;
}
.product_general .price .price_null .contact{
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: #f25e20;
    gap: 12px;
}
.product_guarantee{}
.product_guarantee .ls_guarantee{
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
}
.product_guarantee .guarantee_item{
    border-bottom: 1px solid rgb(235, 235, 240);
    display: flex;
    gap: 12px;
    padding: 8px 0;
}
.product_guarantee .guarantee_item a{}
.product_guarantee .guarantee_item:first-child{
    padding-top: 0;
}
.product_guarantee .guarantee_item:last-child{
    border-bottom: none;
}
.product_suggest{}
.product_suggest .ls_product_swiper{
	width: 100%;
    max-width: 100%; /* Đảm bảo không vượt quá kích thước cha */
    overflow: hidden;
}
.ls_product_swiper .ls_product_swiper_item{
	padding: 8px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    overflow: hidden;
}
.ls_product_swiper .ls_product_swiper_item:hover{}
.product_suggest .ls_item{}
.product_suggest .ls_item .img{
	width: 100%;
}
.product_suggest .ls_item .title{
	padding-top: 6px;
	color: #1d2939;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_suggest .ls_item .des{
	padding-top: 6px;
    font-size: 12px;
    color: #909090;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_oem_content{
	display: flex;
	flex-direction: column;
}
.product_oem_content a{
	color: #00457c;
}
.product_equiment_content{
	display: flex;
	flex-direction: column;
}
.product_equiment_content a{
	color: #00457c;
}
.product_review{
	margin-bottom: 24px;
}
.product_review .container{
	flex-direction: column;
}
.product_review .banner_null_review{
    background-color: #fffbeb;
    padding: 0 0 0 24px;
    border-radius: 8px;
    margin-bottom: 12px;
}
.product_review .banner_null_review .content p{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 16px;
}
.product_review .banner_null_review .content button{
    background-color: #dc2626;
    border-color: transparent;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 18px;
    font-weight: 400;
    border-radius: 8px;
}
.product_review .review_title{}
.product_review .review_title .left{
    font-size: 20px;
    font-weight: 500;
}
.product_review .review_title .right{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.product_review .review_title .right button{
    border: 1px solid #eaecf0;
    background-color: #ffffff;
    border-radius: 24px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    font-size: 14px;
}
.product_review .review_content .null_comment{
    flex-flow: column;
    gap: 12px;
}
.product_review .review_content .null_comment img{
    width: 68px;
}
.product_review .review_content .null_comment p{
    font-size: 14px;
}
.product_review .review_post{
    display: flex;
    gap: 8px;
}
.product_review .review_post textarea{
    border: 1px solid #9ca3af;
    border-radius: .5rem;
    border-width: 1px;
    height: auto;
    overflow: auto;
    padding: .75rem;
    resize: none;
    width: 100%;
    font-size: 14px;
}
.product_review .review_post button{
    min-width: 148px;
    background-color: #090d14;
    height: 46px;
    border-radius: .5rem;
    padding: .625rem 1rem;
    color: #ffffff;
    border: none;
}
.product_review .review_post button .btn-icon {
    display: none;
    font-size: 16px;
}
.product_content{}
.product_content .product_content_content a{}
.product_content .product_content_content p{
	line-height: 22px;
	padding-bottom: 12px;
	font-size: 14px;
}
.product_content .product_content_content b{
	font-weight: 500;
}
.product_content .product_content_content h3{
	padding-bottom: 12px;
	font-weight: 600 !important;
}
.product_content .product_content_content h4{
	padding-bottom: 12px;
}
.product_content .product_content_content strong{
	font-weight: 600;
}
.product_content .product_content_content em{
	font-style: italic;
}
.product_content .product_content_content ul{
	padding-left: 16px;
    list-style: circle;
    margin-left: 16px;
}
.product_content .product_content_content ul > li{
	padding-bottom: 12px;
	line-height: normal;
	font-size: 14px;
}
.product_content .product_content_content ul > li > p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.product_content_content_bottom b,
.product_content_content_bottom a{
	font-weight: 500;
}
.product_content_content_bottom ul{
	/*padding: 0 !important;
	margin: 0 !important;*/
}
.product_content_content_bottom ul.none_style{
	list-style: none;
	padding: 0 !important;
	gap: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.product_content_content_bottom ul.none_style > li{
	display: flex;
	gap: 6px;
	align-items: center;
	padding-bottom: 0;
}
.product_content_content_bottom ul.none_style > li > i{}
.product_content .product_content_content .related_post{
	display: flex;
	flex-direction: column;
	margin-top: 8px;
}
.product_content .product_content_content .related_post .title{
	padding-bottom: 12px;
    font-weight: 500;
}
.product_content .product_content_content .related_post .ls_related_post{
	list-style: none;
	padding: 0;
	margin: 0;
}
.product_content .product_content_content .related_post .ls_related_post .ls_related_post_item{}
.product_content .product_content_content .related_post .ls_related_post .ls_related_post_item a{
	display: flex;
    align-items: center;
}
.product_content .product_content_content .related_post .ls_related_post .ls_related_post_item a i{
	font-size: 14px;
}
.product_main .product_right {
    flex: 0 0 calc(30% - 8px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    height: fit-content;
}
.product_authorized{
	background-color: #0081c60d;
}
.product_authorized .ls_authorized{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.product_authorized .ls_authorized .authorized_item{
	color: #f25e20;
    font-size: 14px;
    display: flex;
    gap: 8px;
    font-weight: 500;
}
.product_policy .ls_policy{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.product_policy .policy_item{
	display: flex;
	gap: 6px;
	align-items: center;
	font-size: 15px;
    font-style: italic;
}
.product_policy .policy_item i{
	font-size: 14px;
}
.product_contact{
	margin-bottom: 24px;
}
.product_contact .ls_contact{
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 15px;
}
.product_contact .contact_item{
	display: flex;
	gap: 6px;
	align-items: center;
}
.product_contact .contact_item i{
	font-size: 18px;
}
.product_contact .contact_item img{
	width: 16px;
}
.product_contact .contact_item a{
	font-weight: 500;
}
.product_contact .contact_item a:hover{
	color: #f25e20;
}
/* Page Contact */
.section_contact{}
.section_contact .title{
	font-size: 24px;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 24px;
	text-transform: uppercase;
}
.section_contact_map{
	padding-top: 24px;
}
.section_contact_map iframe{
	width: 100%;
	min-height: 480px;
}
.section_contact .ls_contact{
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, 1fr);
}
.section_contact .contact_item{
	display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
}
.section_contact .contact_item i{
	font-size: 32px;
}
.section_contact .contact_item img{
	width: 32px;
}
.section_contact .contact_item .group{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.section_contact .contact_item .group .group_title{
	text-transform: capitalize;
}
.section_contact .contact_item .group .group_name{
	font-size: 18px;
    font-weight: 600;
}
.section_contact .contact_item .group .group_name:hover{
	color: #f25e20;
}
/* Page Intro */
.section_intro{}
.content_intro{
	padding: 18px 0;
}
.content_intro p{
	font-size: 15px;
    line-height: normal;
    padding-bottom: 12px;
}
.content_intro a{}
.content_intro h2{
	padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.content_intro h3{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.content_intro strong{
	font-weight: 500;
}
.content_intro ul{
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.content_intro ul > li{
	display: flex;
	gap: 6px;
}
.content_intro ul > li i{
/*	padding-right: 6px;*/
}
.content_intro ul.ls_why{
	padding-left: 16px;
}
.content_intro ul.ls_cat{
	padding-left: 16px;
}
.content_intro ul.ls_cat i{
	font-size: 14px;
	padding-top: 3px;
}
.content_intro ul.ls_cat h3{
	display: inline-block;
}
.content_intro .logo{
	width: 160px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
/* End Page Intro */
/* page policy */
.policy_section .container {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.policy_section .policy_left{
    flex: 0 0 calc(25% - 8px);
}
.policy_section .policy_right{
    flex: 0 0 calc(75% - 8px);
}
.policy_title,
.policy_content{
	background-color: #ffffff;
	padding: 16px;
	border-radius: 16px;
}
.ls_policy{
    display: flex;
    gap: 8px;
    flex-flow: column;
}
.ls_policy > li{}
.ls_policy > li > a{
    color: rgb(36, 36, 36);
    text-decoration: none;
    font-size: 14px;
}
.ls_policy > li.active > a{
    font-weight: 500;
}
.policy_content{
	font-size: 14px;
	line-height: normal;
}
.policy_content h1{
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 12px;
}
.policy_content a{}
.policy_content p{
	padding-bottom: 12px;
}
.policy_content h2{
	padding-bottom: 12px;
	font-weight: 500;
}
.policy_content h3{
	padding-bottom: 12px;
	font-weight: 500;
}
.policy_content ul{
	padding-left: 12px;
}
.policy_content ul > li{
	display: flex;
}
.policy_content ul > li:before{
	content: "• "; /* Ví dụ dấu chấm tròn */
    color: #333;
    margin-right: 8px;
}
/* end page policy */
/* Page Certification */
.section_certification{}
.section_certification .page_title{
	font-size: 24px;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 24px;
	text-transform: uppercase;
	color: #00457c;
}
.section_certification .page_des{

}
.section_certification .ls_certification{
	display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
}
.section_certification .certification_item{
	display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
}
.section_certification .certification_item .img{
	width: 100%;
}
.section_certification .certification_item .title{
	text-transform: capitalize;
}
.section_certification .certification_item:hover .title{
	color: #f45e06;
}
/* Blog */
.section_blog{
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    padding: 12px;
}
.section_sidebar{}
.section_sidebar .sidebar_title{
	font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    text-transform: capitalize;
}
.section_sidebar .content{}
.section_sidebar .content .sidebar_ls{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.section_sidebar .content .sidebar_ls .sidebar_ls_item{}
.section_sidebar .content .sidebar_ls .sidebar_ls_item a{
	display: flex;
	gap: 6px;
	align-items: center;
}
.section_sidebar .content .sidebar_ls .sidebar_ls_item a:hover{}
.section_sidebar .content .sidebar_ls .sidebar_ls_item i{
	font-size: 14px;
}
.section_sidebar_suggest{}
.section_sidebar_suggest .post_item{}
.section_sidebar_suggest .post_item .img{
	width: 100%;
	max-width: 68px;
	border: 1px solid #f9fafb;
    border-radius: 6px;
}
.section_sidebar_suggest .post_item .title{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_sidebar_tag .ls_tag{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
}
.section_sidebar_tag .ls_tag .ls_tag_item{
	background-color: #0081c60d;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 8px;
    color: #000000;
    font-weight: 300;
}
.section_sidebar_tag .ls_tag .ls_tag_item:hover{
	background-color: #f25e20;
	color: #ffffff;
}
.section_blog .title{
	font-size: 16px;
    font-weight: 500;
}
.section_blog_head{
	padding-bottom: 12px;
}
.section_blog_head .title{
	font-size: 22px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 500;
}
.section_blog_head .meta{
	font-size: 13px;
	display: flex;
    gap: 16px;
    font-style: italic;
}
.section_blog_head .meta a{
	color: #00457c;
}
.section_blog_head .meta > span{
	display: flex;
	gap: 6px;
	align-items: center;
}
.blog_main{}
.blog_main .container{
	display: flex;
    gap: 16px;
}
.blog_main .blog_left{
	flex: 0 0 calc(70% - 8px);
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}
.section_blog_catalog_content .ls_post{
	display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.section_post_content{
	padding: 0;
	margin-bottom: 24px;
}
.section_post_content .img{
	width: 100%;
}
.section_post_content .post_content{
	padding: 16px;
	line-height: normal;
}
.section_post_content .post_content table{
	margin-bottom: 12px;
}
.section_post_content .post_content h2{
	font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
}
.section_post_content .post_content h3{
	font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 8px;
}
.section_post_content .post_content p{
	padding-bottom: 8px;
}
.section_post_content .post_content a{
	font-weight: 500;
	color: #00457c;
}
.section_post_content .post_content ul,.section_post_content .post_content ol{
	padding-bottom: 12px;
	padding-top: 6px;
    list-style: disc;
    margin-left: 24px;
}
.section_post_content .post_content ul > li,.section_post_content .post_content ol > li{
	padding-bottom: 6px;
}
.section_post_content .post_content ul > li:last-child,.section_post_content .post_content ol > li:last-child{
	padding-bottom: 0;
}
.section_post_content .post_content strong{
	font-weight: 600;
}
.section_post_content .post_tag{
	padding: 12px;
	padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.section_post_content .post_tag .title{
	text-transform: capitalize;
}
.section_post_content .post_tag .ls_tag{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.section_post_content .post_tag .ls_tag .ls_tag_item{
	background-color: #0081c60d;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 8px;
    color: #000000;
    font-weight: 300;
}
.section_post_content .post_tag .ls_tag .ls_tag_item:hover{
	background-color: #f25e20;
    color: #ffffff;
}
.section_blog_catalog_content{
	display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.section_blog_post{
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    height: fit-content;
    border: 1px solid transparent;
}
.section_blog_post:hover{}
.section_blog_post:hover .title{}
.section_blog_post .img{
	width: 100%;
	aspect-ratio: 1200/628;
}
.section_blog_post .post_content{
	padding: 12px;
	padding-top: 0;
}
.section_blog_post .post_content .title{
	line-height: normal;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_main .blog_right{
	flex: 0 0 calc(30% - 8px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    height: fit-content;
    margin-bottom: 24px;
}
/* Page Equiment */
.section_equiment{
	margin-bottom: 24px;
}
.section_equiment .ls_group{
	display: flex;
    flex-flow: column;
    gap: 12px;
}
.section_equiment .ls_group .ls_group_item{
	display: flex;
    gap: 12px;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid transparent;
}
.section_equiment .ls_group .ls_group_item .cat_name{
	min-width: 220px;
	color: #00457c;
	font-weight: 500;
}
.section_equiment .ls_group .ls_group_item .ls_product{
	width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.section_equiment .ls_group .ls_group_item .ls_product .ls_product_item{
	display: flex;
    gap: 12px;
}
.section_equiment .ls_group .ls_group_item .ls_product .ls_product_item img{
	width: 68px;
    border-radius: 6px;
    aspect-ratio: 1 / 1;
}
.section_equiment .ls_group .ls_group_item .ls_product .ls_product_item .info{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.section_equiment .ls_group .ls_group_item .ls_product .ls_product_item .model{
	font-size: 16px;
    font-weight: 500;
    color: #00457c;
    display: block;
}
.section_equiment .ls_group .ls_group_item .ls_product .ls_product_item .cat_sub{
	font-size: 13px;
    color: #747474;
    font-style: italic;
}
.section_equiment .ls_group .ls_group_item .ls_product .ls_product_item .quantity{
	font-size: 13px;
	color: #000000;
}
/* End Page Equiment */
/* Page 404 */
.e_404_section {
    padding: 36px 0;
}
.e_404_section .img {
    width: 80%;
    margin: 0 auto;
}
.e_404_section .title {
    font-size: 42px;
    font-weight: 400;
    color: rgb(36, 36, 36);
    padding-bottom: 16px;
}
.e_404_section .des {
    color: rgb(36, 36, 36);
    font-size: 18px;
    line-height: normal;
    font-style: italic;
}
.e_404_section .group_button {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}
.e_404_section .group_button .btn {
    border-radius: 8px;
    padding: 8px 16px;
    text-transform: capitalize;
}
.e_404_section .group_button .go_home {
    background-color: #d70018;
    color: #fff;
    display: flex;
    gap: 6px;
}
.e_404_section .group_button .hotline {
    color: #d70018;
    border: 1px solid #d70018;
}
.e_404_section .group_button .go_home:hover{
    background-color: #ffffff;
    border: 1px solid #d70018;
    color: #d70018 !important;
}
.e_404_section .group_button .hotline:hover{
    color: #ffffff !important;
    background-color: #d70018;;
}
/* Breadcrumb */
.breadcrumb{
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 14px;
}
.breadcrumb_list{
	display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: hidden;
}
.breadcrumb_list .breadcrumb_item{
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    white-space: nowrap;
}
.breadcrumb_list a{
    text-decoration: none;
    color: #1d2939;
    font-size: 13px;
}
.breadcrumb_item+.breadcrumb_item::before{
    font-family: bootstrap-icons !important;
    font-size: 12px;
    content: '\F285';
    padding: 0 8px;
}
.breadcrumb-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* Section filter */
.section_filter{}
.section_brand.section_filter{
	margin-top: 24px;
	padding: 0;
}
.filter_box{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 12px;
	display: flex;
    flex-direction: column;
    gap: 16px;
}
.ls_filter{
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.ls_filter .filter_title{
	font-size: 15px;
}
.ls_filter .filter_content{
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}
.ls_filter .filter_content .ls_filter_item{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;
}
.ls_filter .filter_content .ls_filter_item:hover{
    background-color: #ffffff;
}
.ls_filter .filter_content .ls_filter_item.active{}
.ls_filter .filter_content .ls_filter_item.active:after{
    border-radius: 8px 0 10px 0;
    color: #fff;
    content: "✓";
    font-size: 7px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: 0px;
    width: 16px;
}
.ls_filter_brand .filter_content{
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}
.ls_filter_brand .ls_filter_item{}
.ls_filter_brand .ls_filter_item .img{
	width: 100%;
	max-height: 36px;
}
.ls_filter_catalog .filter_content{
	grid-template-columns: repeat(6, 1fr);
}
.ls_filter_catalog .ls_filter_item{}
.ls_filter_catalog .ls_filter_item:hover{}
.ls_filter_catalog .ls_filter_item:hover .title{}
.ls_filter_catalog .ls_filter_item .title{
	font-size: 14px;
    color: #000000;
    font-weight: 300;
}
.ls_filter_sort{}
.ls_filter_sort .filter_content{
	display:flex;
	gap: 12px;
	flex-wrap: wrap;
}
.ls_filter_sort .filter_content .ls_filter_item{
	font-size: 13px;
    color: #000000;
    font-weight: 300;
    gap: 6px;
}
.ls_filter_sort .filter_content .filter_item.active {
    color: #d70018 !important;
    border-color: #d70018;
    background-color: #fef2f2;
}
.ls_filter_sort .filter_content .filter_item.active:after{
    background-color: #d70018;
    border-radius: 8px 0 10px 0;
    color: #fff;
    content: "✓";
    font-size: 7px;
    height: 10px;
    left: 0;
    padding-bottom: 8px;
    padding-left: 2px;
    position: absolute;
    top: 0;
    width: 15px;
}
.ls_filter_sort .filter_content .filter_item:hover{

}
/* Section list product */
.section_ls_product{}
.section_ls_product .ls_product{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.ls_product .ls_item{
	position: relative;
	padding: 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    overflow: hidden;
    background-color: #ffffff;
    height: fit-content;
   	transition: border-color 0.3s ease-in-out;
}
.ls_product .ls_item:hover{
	border-color: #f45e06;
}
.ls_product .ls_item:hover .title{}
.ls_product .ls_item .img{}
.ls_product .ls_item .img img{
	width: 100%;
	padding-bottom: 8px;
    aspect-ratio: 1 / 1;
}
.ls_product .ls_item .title{
	color: #1d2939;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease-in-out;
}
.ls_product .ls_item .des{
	padding-top: 6px;
    font-size: 12px;
    color: #909090;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ls_product .ls_item .box_price{
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-top: 8px;
}
.ls_product .ls_item .box_price .price_sale{
	color: #dd2f2c;
	font-size: 18px;
	font-weight: 600;
}
.ls_product .ls_item .box_price .price_sale sup{
	font-size: 14px;
    left: 2px;
    top: -4px;
    font-weight: 500;
}
.ls_product .ls_item .box_price .price_through{
    display: flex;
    gap: 12px;
    font-size: 14px;
}
.ls_product .ls_item .box_price .price_through .price{
	color: #a4a4a4;
	text-decoration: line-through;
}
.ls_product .ls_item .box_price .price_through .price sup{
	top: 0;
	padding-left: 2px;
}
.ls_product .ls_item .box_price .price_through .discount{
    color: #eb5757;
}
.ls_product .ls_item .count_sale {
    position: relative;
    display: block;
    overflow: visible;
    margin: 8px 0 0;
    min-height: 20px;
}
.ls_product .ls_item .count_sale img{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: auto;
    z-index: 1;
}
.ls_product .ls_item .count_sale .rq_count{
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden;
}
.ls_product .ls_item .count_sale .rq_count i{
	display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	min-width: 15px;
	background: linear-gradient(90deg, #ffecb3 0%, #ffb200 100%);
}
.ls_product .ls_item .count_sale .rq_count b{
	font-size: 14px;
	position: relative;
    z-index: 1;
}
/* Pagination */
.section_pagination{
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
    justify-content: center;
}
.section_pagination > ul{}
.section_pagination > ul > li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_pagination > ul > li > a{
    color: #4a4a4a;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_pagination > ul > li.current a{
    font-weight: 500;
    color: #ffffff;
}
.section_pagination > ul > li > a:hover{
	background-color: #f45e06;
	color: #ffffff;
}
/* Section content text */
.section_content_text{
	margin-top: 24px;
    padding-bottom: 36px;
    padding-top: 24px;
    position: relative;
    background-color: #ffffff;
}
.section_content_text .card_header {
    padding-bottom: 12px;
}
.section_content_text .card_header .title {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.section_content_text #text_content{}
.section_content_text #text_content #__text{
	max-height: 280px;
    overflow: hidden;
    position: relative;
    transition: max-height 5sease-in-out;
}
.section_content_text #text_content #__text h3{
	line-height: normal;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
}
.section_content_text #text_content #__text a{
/*	font-weight: 500;*/
}
.section_content_text #text_content #__text h4{
	color: #00457c;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 8px;
}
.section_content_text #text_content #__text p,
.section_content_text #text_content #__text ul,
.section_content_text #text_content #__text ol {
    padding-bottom: 8px;
    line-height: normal;
    font-size: 14px;
}
.section_content_text #text_content #__text strong{
	font-weight: 600;
}
.section_content_text #text_content #__text ul,
.section_content_text #text_content #__text ol{
	margin-left: 22px;
    list-style: auto;
    padding-left: 12px;
}
.section_content_text #text_content #__text ul li,
.section_content_text #text_content #__text ol li{
	padding-bottom: 6px;
}
.section_content_text #text_content #gradient{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.section_content_text #text_content #viewmore_button{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    border: 1px solid #00457c;
    width: 168px;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 8px;
    color: #00457c;
    font-size: 14px;
    background-color: transparent;
    margin-top: 12px;
    padding: 8px 6px;
    -webkit-transition: all 300msease -in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300msease -in-out;
}
.section_content_text .text_action{
	margin-top: 16px;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #059669;
    line-height: normal;
}
.section_content_text .text_action .action {
    font-size: 28px;
    padding-top: 12px;
    display: block;
}
.section_content_text .text_action .action .hotline{}
/* Footer */
.footer{
	padding-top: 68px;
}
.footer > .container:first-child{
	padding-bottom: 48px;
}
.footer a{
	line-height: normal;
}
.f_col_title{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 12px;
	line-height: normal;
}
.f_des{
	font-size: 14px;
	padding-bottom: 24px;
	line-height: normal;
	padding-right: 24px;
}
.f_des.cel{
	display: flex;
	gap: 6px;
	align-items: center;
}
.f_des.cel i{
	font-size: 18px;
    color: red;
}
.title_com{
	font-size: 18px;
}
.f_ls_contact,.f_ls_about,.f_ls_policy,.f_ls_connect{
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 14px;
	line-height: normal;
}
.f_ls_contact{
	font-size: 13px;
}
.f_ls_contact i{
	font-size: 18px;
    color: red;
}
.f_ls_contact > li{
	display: flex;
	gap: 6px;
	align-items: center;
}
.f_ls_contact > li.hotline > a{
	font-size: 18px;
}
.f_ls_connect{}
.f_ls_connect i{
	font-size: 18px;
    color: red;
}
.f_ls_connect .f_hotline{
	font-size: 28px;
	font-weight: 600;
}
.f_ls_connect .f_mail{
	font-size: 18px;
}
.copy_right{
    background-color: #f1f2f3;
    font-size: 12px;
    padding: 8px 0;
    font-style: italic;
}