.section_heading {
    position: relative;
    z-index: 2;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: var(--primary-color);
}

.prod_2:before {

	float: left;

	width: 11%;

}



.prod_2:after {

	position: absolute;

	right: 0;

	top: 0;

	content: '';

	float: right;

	width: 11%;

	height: 100%;

}



.custom-list-style>ol {

	position: relative;

}



.custom-list-style>ol:after {

	display: block;

	content: '';

	z-index: 1;

	background: #adaaaa;

	position: absolute;

	width: 2px;

	height: 100%;

	top: 0;

	left: 17px;

	transform: translateX(-100%) rotate(180deg);

}



.custom-list-style ol {

	list-style: none;

	counter-reset: li;

	margin-left: 0

}



.custom-list-style > ol > li {

  counter-increment: li;

  margin-bottom: 20px;

  margin-left: 1.5em; 

  text-indent: -1em; 

  padding-left: 0;

}



.custom-list-style>ol>li::before {

	content: counter(li);

	color: white;

	display: inline-block;

	width: 2em;

	margin-left: -1.5em;

	margin-right: 0.5em;

	text-align: center;

	z-index: 99;

	position: relative;

	background-color: #E31938;

	border-radius: 50%;

	height: 32px;

	line-height: 30px;

}



.custom-list-style > ol > li {

    display: flex;

    align-items: flex-start;

    margin-left: 0;

    text-indent: 0;

}



.custom-list-style > ol > li::before {

    margin-left: 0;

    margin-right: 0.5em;

    flex-shrink: 0;

}





.custom-list-style>ol>li>ul {

	margin-left: 21px;

}



.grid-cau-tao h3 {

    background: #eb1937;

    float: left;

    padding: 7px 24px;

    color: #fff;

}



.bao-gia .title-bao-gia p {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 24px;
}

.bao-gia .title-bao-gia h2,

.bao-gia .title-bao-gia h2 span {

	background: #e31937 !important;

	color: #fff !important;

}



.bao-gia .bao-gia-content {

	background: #e31937 !important;

	color: #fff !important;

	padding: 23px 30px;

	border-radius: 8px;

}



.table-bao-gia {

	box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);

	margin-top: -94px;

	padding-top: 94px;

	border-radius: 40px 40px 8px 8px;

	margin-bottom: 10px;

	background: #ebebeb;

}



table,

td,

th {

	text-align: center;
}



.table-bao-gia table tbody>tr:nth-child(2n+1) {

	background: unset !important;

}



.tieu-chuan-ky-thuat table tbody>tr:first-child {

	background: #e31937;

	color: #fff;

}



.bao-gia .title-bao-gia {

	padding: 15px 0;

	border-radius: 8px;

	padding-bottom: 0;

}



.bao-gia .title-bao-gia p {

	margin-bottom: 0;

}



td[colspan="3"] {

	background: rgb(227, 25, 55) !important;

	color: #fff;

}



.bao-gia-content {

	display: inline-block;

	text-align: center;

}



.bao-gia .table-bao-gia table {

	margin-top: 9px;

}





table tbody tr:first-child td {

	padding: 15px 10px;

}



.table-bao-gia table tbody tr:first-child td {

	background: #ebebeb;

}



#baogia {

	margin-bottom: 30px;

}



.box-mau-sac input[type="checkbox"] {

	display: none !important;

}



.box-mau-sac input[type="checkbox"]:checked + .parent-name,

.box-mau-sac input[type="checkbox"]:checked + span {

	font-weight: bold;

}



.box-mau-sac input[type="checkbox"]:checked + .parent-name .color-swatch::after,

.box-mau-sac input[type="checkbox"]:checked + span .color-swatch::after {

	content: '✓';

	position: absolute;

	bottom: -1px;

	right: -1px;

	color: #e31937;

	width: 20px;

	height: 20px;

	font-size: 8px;

	line-height: 12px;

	text-align: center;

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

}



.color-swatch {

	position: relative;

	transition: all 0.2s ease;

	display: inline-block;

}



.parent-name {

	cursor: pointer;

}



.box-mau-sac label:hover .color-swatch {

	transform: scale(1.1);

	border-color: #999;

}



.box-mau-sac input {

	display: none!important;

}



.section-loc-san-pham .main-content {

	display: flex;

	gap: 0;

	padding-left: 0;

}



.section-loc-san-pham .grid-20 {

	width: 20%;

	flex-shrink: 0;

}



.section-loc-san-pham #sidebar {

	width: 100%;

}



.section-loc-san-pham .grid-80 {

	width: 80%;

}



#close-sidebar {

	display: none;

}



a.wpc-widget-close-icon {

	display: flex;

	margin: 0;

	align-items: center;

	justify-content: flex-start;

	position: relative;

	z-index: 10;

}



.wpc-widget-close-icon span.wpc-icon-line-3 {

	-webkit-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	transform: rotate(-45deg);

}



#close-sidebar span.wpc-icon-line-1,

#close-sidebar span.wpc-icon-line-3 {

	height: 1px;

	margin-bottom: -1px;

}



.wpc-widget-close-icon .wpc-icon-html-wrapper span {

	width: 14px;

}



.wpc-widget-close-icon span.wpc-icon-line-2 {

	border-color: #fff;

	display: none;

}



.wpc-button-inner,

.wpc-chip-content {

	display: flex;

	align-items: center;

}



.wpc-filters-open-widget .wpc-icon-html-wrapper {

	transform: rotate(-10deg);

}



.wpc-icon-html-wrapper {

	position: relative;

	margin-right: 10px;

	top: 2px;

}



.wpc-filters-open-widget .wpc-icon-html-wrapper span {

	display: block;

	height: 1px;

	width: 18px;

	border-radius: 3px;

	background: #2c2d33;

	margin-bottom: 4px;

	position: relative;

}



.wpc-filters-open-widget span.wpc-icon-line-1:after {

	border-radius: 50%;

	left: 5px;

}



.wpc-filters-open-widget span.wpc-icon-line-1:after,

.wpc-filters-open-widget span.wpc-icon-line-2:after,

.wpc-filters-open-widget span.wpc-icon-line-3:after {

	content: "";

	display: block;

	width: 3px;

	height: 3px;

	border: 1px solid #2c2d33;

	background-color: #fff;

	position: absolute;

	top: -2px;

	box-sizing: content-box;

}



span.wpc-icon-line-2:after {

	border-radius: 50%;

	left: 12px;

}



span.wpc-icon-line-3:after {

	border-radius: 50%;

	left: 2px;

}



.wpc-filters-open-button-container .wpc-filters-open-widget a {

	display: inline-block;

	text-align: left;

	border: 1px solid #2c2d33;

	border-radius: 2px;

	line-height: 1.5;

	padding: 5px 8px;

	background-color: transparent;

	color: #2c2d33;

	box-sizing: border-box;

	text-decoration: none !important;

	font-weight: 400;

	transition: none;

	position: relative;

}



.wpc-widget-close-icon span.wpc-icon-line-1 {

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

}



.wpc-widget-close-icon span.wpc-icon-line-1,

.wpc-widget-close-icon span.wpc-icon-line-3 {

	margin-bottom: -1px;

	top: -3px;

}



.wpc-icon-html-wrapper span {

	display: block;

	height: 1px;

	width: 18px;

	border-radius: 3px;

	background: #2c2d33;

	margin-bottom: 4px;

	position: relative;

}



.product-item {

	background: #fff;

	padding: 15px;

	margin: 10px;

	box-sizing: border-box;

	border-radius: 8px;

}



.tieu-de {

	text-align: center;

	width: 100%;

	float: left;

	font-weight: normal;

	color: #4a4949;

}



.promotion-details .tieu-de:last-child {

	font-weight: 600;

	font-size: 18px;

}



.promotion-details {

	padding: 10px;

}



.tieu-de a {

	color: #000000;

}



#load-more-btn {

	background: #Fff;

	color: #d81732;

	border-radius: 99px;

	border: 1px solid #d81732;

	font-weight: bold;

	text-transform: uppercase;

}



#load-more-btn:hover {

	background: #d81732;

	color: #fff;

	border-radius: 99px;

}



.news_link {

	text-align: center;

	margin-top: 10px;

	padding-bottom: 30px;

}



.wpc-filters-open-button-container {

	display: none;

}



.section-loc-san-pham .grid-15 {

	z-index: 99;

}



#sidebar .box {

	margin-bottom: 5px;

	overflow: hidden;

}



#sidebar h3 {

	display: inline-block;

	width: 100%;

	font-size: 13px;

	margin-bottom: 5px;

	font-weight: 500;

	background: #EBEBEC;

	padding: 5px 8px 5px 12px;

	border-radius: 99px;

	color: #333;

}



#sidebar label {

	width: 100%;

	float: left;

	margin-bottom: 5px;

	margin-left: 11px;

	margin-top: 3px;

	display: flex;

	flex-direction: row;

	flex-wrap: nowrap;

	align-content: center;

	align-items: center;

	font-size: 12px;

}



#sidebar label>span {

	width: 80%;

}



.vts_count {

	text-align: right;

	float: right;

}



#sidebar input {

	-webkit-appearance: auto;

	width: 15px;

	height: 15px;

	opacity: 1;

	display: block;

	clear: both;

	border: 1px solid #ccc;

	position: relative;

	cursor: pointer;

}



#sidebar input[type="checkbox"] {

	pointer-events: auto;

	float: left;

	margin-right: 5px;

	margin-top: 0;

	-webkit-appearance: none;

	border: 2px solid #ccc;

	background-color: #ccc;

	cursor: pointer;

	border-radius: 3px;

	outline: none;

}



#sidebar input[type="checkbox"]:checked {

	background-color: #E31937;

	border-color: #EBEBEC;

}



.column-products {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 20px;

}



.column-products .product-item {

	flex: 1 1 calc(33.333% - 20px);

	box-sizing: border-box;

	padding: 0;

	text-align: center;

	margin: 0;

	padding-bottom: 14px;

	border-radius: 0;

}



.tieu-de a:hover {

	color: #eb1937;

}



.column-products::after {

	content: "";

	flex: 1 1 calc(33.333% - 20px);

	box-sizing: border-box;

}



#sidebar {

	position: sticky;

	top: 0;

	overflow-y: auto;

}



.top-loai-san-pham {

	display: flex;

	align-items: center;

	justify-content: flex-start;

	position: relative;

	margin-bottom: 15px;

}



.cont_wrap .prod_link a {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 500;

	font-size: 15px;

	color: #FFFFFF;

	padding: 9px 20px;

	background: var(--primary-color);

	border-radius: 100px;

	-webkit-transition: 0.3sease-in-out;

	-moz-transition: 0.3s ease-in-out;

	-ms-transition: 0.3s ease-in-out;

	-o-transition: 0.3s ease-in-out;

	transition: 0.3sease-in-out;

}



.prod_id {

	font-weight: 600;

	font-size: 18px;

}



.prod_link {

	margin-top: 15px;

}



.prod_color {

	display: flex;

	justify-content: center;

	margin-top: auto;

	margin-bottom: 10px;

}



.prod_color .color img {

	margin: 4.5px;

	border-radius: 50%;

	position: relative;

}



#sidebar::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

	background-color: #F5F5F5;

}



#sidebar::-webkit-scrollbar {

	width: 2px;

	background-color: #F5F5F5;

}



#sidebar::-webkit-scrollbar-thumb {

	background-color: #E31937;

}



.box-phu-kien .parent-term {

	margin-bottom: 0px;

	overflow: hidden;

}



.box-phu-kien .child-terms {

	margin-top: 5px;

}



.box-phu-kien .child-terms label {

	display: block;

	margin-bottom: 5px;

}



.box-phu-kien .count {

	color: #666;

	font-size: 0.9em;

	text-align: right;

	float: right;

}



.ung-dung-grid {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

    /* 3 cột */

	gap: 20px;

}



.ung-dung-item {

	background: #fff;

	border-radius: 8px;

	overflow: hidden;

	box-shadow: 0 1px 7px -3px rgb(73 73 73 / 78%);

}



.ung-dung-image img {

	width: 100%;

	height: auto;

	display: block;

}



.ung-dung-info {

	padding: 15px;

}



.ung-dung-info h3 {

	margin: 0 0 10px;

	font-size: 16px;

	text-align: center;

}



.ung-dung-info p {

	margin: 0;

	font-size: 14px;

	color: #666;

}



.quick-view-panel {

	display: none;

	width: 58vw !important;

	position: relative;

	grid-column: 1 / -1;

	background: #494949;

	padding: 60px 30px;

	margin-left: calc(-29vw + 50%) !important;

	margin-right: calc(-26vw + 50%) !important;

}



.quick-view-panel.active {

	display: block;

}



.quick-view-gallery .slick-dots li {

	width: 20px;

	height: 20px;

}



.quick-view-gallery .slick-dots li.slick-active button:before {

	color: #ffffff;

}



.quick-view-gallery .slick-initialized .slick-slide {

	border-radius: 7px;

}



.quick-view-info .prod_info {

	color: #fff;

}



.quick-view-info .item span {

	display: inline-block;

}



.quick-view-info .item {

	display: flex;

	flex-direction: row;

	padding: 4px;

}



.quick-view-info .item span {

	width: 30%;

}



.quick-view-info .prod_link a {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 500;

	font-size: 14px !important;

	color: #FFFFFF;

	padding: 9px 20px;

	background: var(--primary-color);

	border-radius: 100px;

	-webkit-transition: 0.3s ease-in-out;

	margin-top: 10px;

	float: left;

}



.box-image {

	position: relative;

	overflow: hidden;

}



.image-fade_in_back {

	position: relative;

}



.product_image {

	width: 100%;

	height: auto;

	display: block;

}



.show-on-hover {

	opacity: 0;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: opacity .3s ease;

}



.image-fade_in_back:hover .show-on-hover {

	opacity: 1;

	pointer-events: inherit;

	transform: scale(1) translateZ(0) translateY(0) !important;

	background-color: #fff;

}



.prod_info {

	color: #fff;

}



.item.product-item.active:after {

	content: '';

	position: absolute;

	bottom: -15px;

	left: 50%;

	transform: translateX(-50%);

	border-left: 10px solid transparent;

	border-right: 10px solid transparent;

	border-bottom: 10px solid #494949;

	width: 0;

	height: 0;

}



.quick-view-panel {

	will-change: opacity, transform;

	transform: translateZ(0);

	backface-visibility: hidden;

	perspective: 1000px;

}



.quick-view-info h2 {

	color: #Fff;

}



.box-image:hover {

	cursor: pointer;

}



.quick-view-container {

	display: none;

}



.products_list {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 15px;

	position: relative;

}



.item.product-item {

	position: relative;

}



.quick-view-panel {

	display: none;

	width: 58vw !important;

	position: relative;

	grid-column: 1 / -1;

	background: #494949;

	padding: 60px 30px;

	margin-left: calc(-29vw + 50%) !important;

	margin-right: calc(-26vw + 50%) !important;

}



.quick-view-panel.active {

	display: block;

}


ul#prod_filter li {

	font-size: 18px;

}



.products_list .item .prod_link a,

.products_list_related .item .prod_link a {

	font-size: 13px !important;

}



.sticky_policy {

	z-index: 999;

}





form#prod_search path,

        .rate_slide path,

        .contact_fix_btn path {

	fill: var(--primary-color) !important;

}



.prod_2 .sec_des .sec_link path,

        .view_more_products2 path {

	stroke: var(--primary-color);

}



form#prod_search {

	display: none;

}



.goals-slider .goal-item span {

	padding: 10px 0;

	display: block;

}



.goals-slider .slick-track {

	display: flex;

	align-items: center;

}



.btn-huong-dan .sub-buttons ul {

	display: block;

	margin-left: 0;

}



.btn-huong-dan .sub-buttons ul a {

	color: #fff;

	text-transform: none;

}



.btn-huong-dan .sub-buttons {

	margin-top: 0;

}



.btn-huong-dan .sub-button-item {

	margin: 5px 0;

	list-style: none;

}



.btn-huong-dan .sub-button-item a {

	text-decoration: none;

}



.btn-huong-dan {

	display: flex;

	text-align: center;

	flex-direction: row;

	flex-wrap: nowrap;

	justify-content: center;

}



.btn-huong-dan .button-group {

	font-style: normal;

	font-size: 16px;

	text-transform: uppercase;

	color: #fff;

	border-radius: 42px;

	background: var(--primary-color);

	position: relative;

	z-index: 9;

	margin: 15px;

	display: block;

	text-align: left;

	padding: 15px 30px;

}



.section_heading h2 {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 800;

	font-size: 40px;

	line-height: 48px;

	color: var(--primary-color);

	margin-bottom: 10px;

}



.home_5 {

	padding-top: 50px;

}



.home_5 h2 {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 800;

	font-size: 40px;

	line-height: 48px;

	color: var(--primary-color);

	margin-bottom: 10px;

}



ul#prod_filter li {

	font-size: 18px;

}



.mau-tam-op .sec_title h2 {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 800;

	font-size: 40px;

	line-height: 48px;

	color: var(--primary-color);

	margin-bottom: 10px;

}



.mau-tam-op .sec_title p {

	text-align: center;

	font-weight: normal;

	font-size: 16px;

	color: #333;

}



.mau-tam-op {

	box-sizing: border-box;

	display: flex;

	flex-direction: column;

	align-items: center;

	width: 100%;

  /*height: 100vh;*/

	position: relative;

}



.mau-tam-op .tab-container {

	width: 100%;

	border: none;

	background-color: #fff;

}



.mau-tam-op .tabs {

	display: flex;

	overflow: auto;

	position: relative;

	margin-bottom: 20px;

}



.mau-tam-op .tab p {

	margin-bottom: 1em;

}



.mau-tam-op .tabs:after {

	display: block;

	content: '';

	z-index: 1;

	background: #adaaaa;

	position: absolute;

	width: 100%;

	height: 2px;

	top: 65.5%;

}



.mau-tam-op .tabs button {

	width: 100%;

	padding: 0;

	border: none;

	cursor: pointer;

	background-color: transparent;

	color: #333;

	z-index: 99;

}



.mau-tam-op .tabs button img {

 /*box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);*/

	border-radius: 99px;

}



.mau-tam-op .tabs button.active img {

	border: 1px solid #e31937;

}



.mau-tam-op .tabs button img {

	text-align: center;

	margin: 0 auto;

}



.mau-tam-op .tabs button.active,

.mau-tam-op .tabs button:hover {

	opacity: 1;

}



.mau-tam-op .tab-content {

	padding: 0;

}



.mau-tam-op .tab-content img {

	border-radius: 8px;

	max-width: 100%;

}



.mau-tam-op .hidden {

	display: none;

}



.products_list .item .prod_link a, .products_list_related .item .prod_link a {

	font-size: 13px !important;

}



.sticky_policy {

	z-index: 999;

}



#cau-tao-section {

	margin-top: 25px;

}



#mau-sac-section {

	padding-top: 25px;

}



.call-to-action {

	display: flex;

	flex-direction: row;

	flex-wrap: nowrap;

	justify-content: space-evenly;

}



#call-to-action {

	margin-top: 15px;

	width: 100vw;
	position: relative;

	left: 50%;

	right: 50%;

	margin-left: -50vw;

	margin-right: -50vw;

}



.button-call-to-action a {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 500;

	font-size: 19px;

	color: #FFFFFF;

	padding: 15px 72px;

	background: var(--primary-color);

	border-radius: 15px;

	-webkit-transition: 0.3s ease-in-out;

	-moz-transition: 0.3s ease-in-out;

	-ms-transition: 0.3s ease-in-out;

	-o-transition: 0.3s ease-in-out;

	transition: 0.3s ease-in-out;

}



.button-call-to-action {

	margin-top: 20px;

	float: left;

}



.prod_5 .section_heading {

	margin-bottom: 30px;

}



.prod_5 .section_heading:before {

	background: transparent;

}



#quote-carousel .avatar img {

	width: 125px;

	display: block;

	clear: both;

	margin: 0 auto;

	border-radius: 99px;

	border: 1px solid #e31937;

	float: right;

	margin-right: 19px;

}



#quote-carousel .grid-container {

	padding-left: 0;

	padding-right: 0;

	background: #fcf0e9;

	border-radius: 12px;

	display: flex;

	flex-direction: row;

	align-content: center;

	align-items: center;

}



#quote-carousel .col-right img {

	border-radius: 0 12px 12px 0;

}





form#prod_search path,

.rate_slide path,

.contact_fix_btn path {

	fill: var(--primary-color) !important;

}



.prod_2 .sec_des .sec_link path,

.view_more_products2 path {

	stroke: var(--primary-color);

}



#quote-carousel .grid-50 {

	padding-right: 0;

}



#quote-carousel {

	border-radius: 12px;

	padding: 0;

    /*border: 1px solid #e31937;*/

	border: 1px solid transparent;

	border-radius: 11px;

}



#quote-carousel button.slick-arrow {

	opacity: 1;

}



#quote-carousel .slick-prev {

	left: -46px;

	transform: rotate(180deg);

}



#quote-carousel .slick-next {

	right: -46px;

}



#quote-carousel .slick-arrow {

	top: 50%;

	height: 29px;

	width: 44px;

	margin-top: -13px;

	position: absolute;

	font-size: 0;

	cursor: pointer;

	background-color: transparent;

	border: none;

	background-image: url(https://kosmos.vn/wp-content/uploads/2024/10/right-arrow.png);

	background-repeat: no-repeat;

	background-size: contain;

}



#quote-carousel .slick-prev:before, .slick-next:before {

	opacity: 0;

}



#quote-carousel .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

	opacity: 0;

}



/*ss*/



#section_6 .grid-50 {

	padding-right: 0;

}



#section_6 {

	border-radius: 12px;

	padding: 0;

    /*border: 1px solid #e31937;*/

	border: 1px solid transparent;

	border-radius: 11px;    

	background-image: url(https://kosmos.vn/wp-content/uploads/2024/11/background-section-gioi-thieu-san-nhua-kosmos-spc.png);

}



#section_6 button.slick-arrow {

	opacity: 1;

}



#section_6 .slick-prev {

	left: -37px;

	transform: rotate(180deg);

}



#section_6 .slick-next {

	right: -37px;

}



#section_6 .slick-arrow {

	top: 50%;

	height: 29px;

	width: 44px;

	margin-top: -13px;

	position: absolute;

	font-size: 0;

	cursor: pointer;

	background-color: transparent;

	border: none;

	background-image: url(https://kosmos.vn/wp-content/uploads/2024/10/right-arrow.png);

	background-repeat: no-repeat;

	background-size: contain;

}



#section_6 .slick-prev:before, .slick-next:before {

	opacity: 0;

}



#section_6 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

	opacity: 0;

}



.prod_9:after {

	background-image: url(https://kosmos.vn/wp-content/uploads/2024/10/viengo-5.png);

	content: "";

}



.section-quote {

	justify-content: space-between;

	align-items: center;

	max-width: 803px;

	margin: auto;

}



h2 {

	font-size: 40px;

}



h3 {

	font-size: 22px;

}



#phanloai h2 {

	font-family: 'Roboto';

	font-style: normal;

	font-weight: 800;

	color: var(--primary-color);

	margin: 40px 0;

	font-size: 40px;

}



#phanloai h3 {

	font-size: 22px;

}



section {

	clear: both;

	width: 100%;

}



.prod_2 .section_heading .sec_title:before {

	opacity: 0;

	display: none;

}



.prod_2 .section_heading {

	display: flex;

	flex-wrap: wrap;

	align-content: center;

	justify-content: flex-start;

	align-items: center;

}



.prod_2 .sec_des {

	padding-right: 15px;

}



.products_list {

	grid-template-columns: 1fr 1fr 1fr 1fr;

}



.prod_5 {

	background: #ffffff;

	padding-top: 0;

}



#call-to-active {

	margin-top: 21px;

}



#phanloai table tr:first-child {

	background: #e31937;

	color: #fff;

}



.prod_3 .section_heading .sec_title:before {

	background: transparent;

}



.ung-dung-section .tax_name_wrap {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	background: var(--primary-color);

	display: flex;

	justify-content: space-between;

	padding: 0px 13px 0px 21px;

	align-items: center;

}



.section-ung-dung .tax_container .item {

	position: relative;

	width: 49.33%;

	margin-bottom: 15px;

	padding: 0 30px;

	max-height: unset;

}



.huongdan-thicong-content ul {

	margin-left: 20px;

	margin-bottom: 5px;

}



.huongdan-thicong-content p {

	margin-bottom: 5px;

}



.huongdan-thicong-content li {

	list-style-type: disc;

}



.dieu-kien-bao-hanh .view_more_btn, #huongdan-thicong .news_link {

	text-align: center;

	margin-right: 10px;

}



.dieu-kien-bao-hanh .view_more_btn a, #huongdan-thicong .news_link a {

	padding: 7px 15px;

	font-family: 'Roboto';

	font-style: normal;

	font-size: 14px;

	text-transform: uppercase;

	color: #fff;

	border-radius: 100px;

	transition: 0.3s ease-in-out;

	background: var(--primary-color);

	position: relative;

	z-index: 9;

	margin-top: 0;

}



#huongdan-thicong {

	border-radius: 12px;

	padding: 25px 15px;    background: #d6d6d6ad;

}



#huongdan-thicong .section_heading {

	margin-bottom: 23px;

}



.prod_5 ul li {

	display: list-item;

	overflow: visible;

}



.dieu-kien-bao-hanh .item_title {

	background: var(--primary-color);

	float: left;

	color: #fff;

	font-size: 17px;

	padding: 1px 10px;

	margin: 0;

	margin-bottom: 11px;

	position: relative;

	margin-left: 21px;

}



.dieu-kien-bao-hanh ul {

	flex-direction: column;

	clear: both;

	margin-left: 32px;

	padding: 10px 0;

}



.dieu-kien-bao-hanh ul li {

	padding-bottom: 0;

}



.dieu-kien-bao-hanh .item_title h3 {

	padding: 0;

	margin: 0;

	color: #fff;

	padding-left: 8px;

	font-size: 19px;

}



.dieu-kien-bao-hanh p {

	margin-bottom: 4px;

}



.dieu-kien-bao-hanh {

	background: #f2f2f2;

}



.dieu-kien-bao-hanh .item_title h3:before {

	content: "";

	height: 36px;

	width: 36px;

	position: absolute;

	top: -5px;

	background-size: 23px;

	background-repeat: no-repeat;

	left: -25px;

	border: 1px solid #ccc;

	border-radius: 99px;

	background-color: #fff;

	background-position: center;

}



.dieu-kien-bao-hanh .item:first-child .item_title h3:before {

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACV0lEQVR4nO1WwWoUQRDti6hoIFHCVA0xexHUixF0qyZhdfEWv0KCMZfkqiJ+khq9mggGb1FvCiarMkx3RER0JXpSUKme7mR3cdzp2b1IUtCw9NL1Xr96VT1K7cf/GAb599/W3iEQEjqixXS8DmoYkU02xnTMcwb4oQbe0MjfZRnkdxrpnkG+/un4zMgOONKSKKOBXg9EQk8khw3SbYP8tUj+nQX0JQO+80KdP7AV189p5F8DkchOzMQG+fkuAD/SmMxvxRdOfYjOHpH1HqdPy54BWukg88wgv7LgngTSUjC4Btb5DXgjQ270PYN0UQNvdhB5aZWIaLGC7GxvrpGepLWp0dLEJxtjBmnNKyHlUKFh8prntXPgIY62hnVKiCeCwDN7g9xwXvYqjtaQNJ0xP3d2R/+DMc95w/k9ARXwcBK0mpcxmS9NwAA/cLW/1rlfhYTMBtcJd0sT0K520mq9/3WRQPqpgY0BvlKUS1o0NyO9LU8AaVsOFdVNSBjkH77VpFWLckkOR/bb0AhI2JuHEdhWwyiBD5FdSAi4hmRW9SmBDDIVbsKkvHOLciEvOAXuV2hDWhmUgAZ+bNWE+tWwQQTczqWrX6oKbiK67OZJO2SU94xi3hRCKjDyUUwtmyOiG6HnVVprHnJPqvTwWggJPZEcM8BP3dl1yaWqRNb1HFNLZnsp2YHe+PaUHJXAuz9IaH235+1sX0iBz3wcbx6VJb9lzxvO33xg8J5y3PLG/PcnGbc10s3WydmDatiR1qZGpZ0M8LK8BzJe7ZK3AXhZ/gt2+37s+fgDZRXl9jfZ9vAAAAAASUVORK5CYII=);

}



.dieu-kien-bao-hanh .item:nth-child(3) .item_title h3:before {

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEyElEQVR4nO1bWYgcZRD+TTwRj8Rku2p2kvVYH4xgwM1UddbgIioKHkgkDxqPeBBBIni86Iv6bHxQH0xiPFDQRx9EUUHxgLx5uyosWWa7ajYR44GiqEuyI9XTvc6ubqZn5p/dns188EPPwtZX3393VbVzHcAB2DigAV0jwA8J0HOK9KEify1IEwr0syAfUeC/a880IUDfCfL7grzb/qdSCK/Tfiq6vGJi1RAq0G2K9JIilRW56qfRfgV+QYFuHe/jYFFFHjpr+LQKlG4X4PfiEatzVIB/VOB3FegZAb63UgiviILShTby0dpNK6rOLRtdt+5Eey4HfHYZ+ALB0lWCtMP+R4HfsdGfZRPpsCK9rcC3HAwuOnXBhE4EdI5NUwH+Y8YhoD8F6A1Ful/7ab0JapfHbExieLECPSDIbyrQX/+K59/NB+ssP6r+B1XnjjNyE5eQHrG1KUh3ja8YOsN1GDYbFHm7An8syNNpR1snm29eyapuy3IFfj4ROi3IL0sxHHSLBO3n8wX5lTrhe33Mqhko8s50KtkO6nKCqMDXm0/JVH/Cj1HkK5OenBIoXepyBoFwJPYNedo2x7aMVZ1bpsijSQ8+7HIK8y05xr5qaz1XCqXLkyNhwo4Rl1OMDV59kgBHseiALmvZkCDvrp2r9KjLORT58WSUn23ZiAB9GRvpo9DlHJXCxuHk0vN5y0YU+BczUh5Yf6bLOaQYrkyOqJ9aN4K1K6PXM65DSDbY+ELUshFNrnKuS9C2v9oTnG/0RrhZ9KZ0ztGb0s2iN6Vzjt6U9tljFseK+jaca21sJZ3uOowsfB0ZYSmGg0lothZPSuJcivyRhWKdZ0Srh8/Lyte2YIljwTyV/i6vLoEAH5ovcC5IP/gMmJutZvhqoR463DKhxjFh2lH3e2+jbIEg73GeUEvTZOcTDO+zsK0vfidI32ZIkXzTrXzO0inRmuFC+jtb3ojKvvib5ZNi2G8+t0QmWLrZ1o/FfdNdMc+CbRe39E/NZ7qpOSLgG+sTZGkOJ8+Czce6dW3p2M2ZSD5xQyfEedw6o90mOBYNLJlCy2n0r9sFZ462CoZbl4pgwXBrQ5Io4G1LRXAU8Lae4LnojTD2pnR1Sa3hitVILZFNqxKUrm1IMolDa+eWIXWj4PjVtj9jcZsCv9btghX41cxEtYs4fTYzNQob1uRdsPk4M7pAnzZdSlUeGDlZkR6xCp60biLPguM6MqQnzWfz3ZMDPN7YAR73QrYIfP9BUhV7VAcE6QO3SHxWg+k1gioFurORA1Zw6o+P72iGT4DG7NXWF7+zdSJAT9eHTGf3Nu/yWfeY8D2Vhc/e45O/z0RZvSFC3mQbhEUMrcXPHazSm8TwkkZ86bFk9VruWIDGBerxmn7LHQsQoH21Cwfd4/KEqtuy3Aq/LU1SdSPH+7BpNdvJ+j2woNXyjWAxptlnK+239enagCDdkFbLZwrpLBQsBzT3O4ak/WofiTRrz76fSDaxdAff6fIEAXps3vO0Vta/J0tT4NcF+Is6oVMR8IMubxDkXRmuiZmbIP0WfwawiJ8iHBWC4d3zOx+XKW/P1IA3a8BsNdIuz5BieEpddX19G/X2dpM3TOLQKgV60RLZivS9PR8MNvYtpBP/AP/dBX+DWva/AAAAAElFTkSuQmCC);

}



.dieu-kien-bao-hanh .item:nth-child(2) .item_title h3:before {

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAADJklEQVR4nO2Yu0+UQRDAV0WMz0LFm4GLjfg6o9GczBwk5iwxloa/wYiFmhBBbagUFa1FtEQLIr5QCy1EjdFISQPG6O0cMYZOC2jwzMIdt/eJ4N3tHiH5fsk2cN/szM7szkOpkJCQkPkY20ybBPiOWRNbmjaq5YYgnRXkTHadUcsNQe60DOhUyw0JDfBIRqkVgtyugSc08tOMallVrAfMN4L0QiP90kjnjUxVCb5HDqzXyIOWcplUpGFfsQbobYn9tgwN9GQc4+u8Km+eQ0EeCmz8slQPaOBXtixBev2jJrnBi/IZpVaaUwoo35VRyapSL3FGJasE+VqBEcCPvIRTCvjSnOLIvxd724t5hQToXMATF5wqr6OJegGatE7+iutnVJCv571AU+naw7udGSDAA3nl+f18MV+uARlzJ5A+5L1MD5woP46NezTydDZ0ptO1DQd9JbJ0beOhbHjm9tpVtgGC1G1dsIe+SwltPRT/E6qLKwL0OS8w0ezbAInQcStcR1U56GiizorJnyOxWLXvanSsvnmNyc65b79tjWPJBtinYRJY0UkPqNesYvsBAXprhe0xVSop4FPW239LVQgNdNt6Uk+WLMgkFCseL6sKoYG6LM93lCxIkC5a2bHbqZYL73vDSVbWETptxWKfqhACdN/yfOuSXOJyEFeXeBzj263LNOmt1P379Zqa80A0UafKQZC/WKdxQnkmDdTiLJEZ7HrdtI/KMxrpudNS4ivw3lyBNdM+Ih1RnpAIH7UOa9pZSW2X04L0cVjFVyvHjMRi1YI8bBnQ762hEeC7zoRn0cg9hQ2Ng1Laxow+Cts+bnclW5A7Ar12m/LR1AvQ44KNkHuKqVDnDRug3kBTP+BtRmTmNgL8JuCJTxoSyRIv7HBA1pCOJtYqn8waUeiJrDcGzRu+ULIzScr8RiM9C34vwAPelQ+OFu2MaWfsmVIAuE8j3zRLgO9poHf/+r0GaqvYaNFG6ninmR7kmv5ilvlGI/enapp2qKXGTC4E+KoGGltUceBRk2Gdzn1cInUUNc2/KYNnwmx2it1q/mb+53SzkJCQkBBVJn8AE0wBjduDS3sAAAAASUVORK5CYII=);

}



.prod_5 {

	padding-bottom: 19px;

}



#phanloai .slick-prev {

	transform: rotate(180deg);

	bottom: 0;

	margin-top: -18px;

}



#phanloai .slick-arrow {

	height: 29px;

	width: 44px;

	position: absolute;

	font-size: 0;

	cursor: pointer;

	background-color: transparent;

	border: none;

	background-image: url(https://kosmos.vn/wp-content/uploads/2024/10/right-arrow.png);

	background-repeat: no-repeat;

	background-size: contain;

	opacity: 1;

}



#phanloai .slick-prev:before, .slick-next:before {

	opacity: 0;

}



#phanloai .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

	opacity: 0;

}



#phanloai button.slick-next.slick-arrow {

	right: 0;

}



#phanloai #phanloai .slick-prev {

	left: 0;

}



.prod_2 .sec_video {

	padding-left: 0;

	margin-top: 0;

}



.prod_2 .sec_video iframe {

	height: 450px;

}



#dac-diem-noi-bat .dac-diem-noi-bat .grid-25 {

	width: 17.9%;

	box-shadow: none;

	border-radius: 23px;

	text-align: center;

	margin-right: 30px;

	position: relative;

	margin-bottom: 79px;

	padding: 54px 10px 37px 10px;

	box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);

	min-height: 174px;

	background: #fff;

}



.dac-diem-noi-bat .grid-25:nth-child(1){
	border: 2.5px solid #ffed00;
}



.dac-diem-noi-bat .grid-25:nth-child(5) {
	border: 2.5px solid #e31e39;
}



.dac-diem-noi-bat .grid-25:nth-child(2),

.dac-diem-noi-bat .grid-25:nth-child(6) {

	border: 2.5px solid #0065b1

}



.dac-diem-noi-bat .grid-25:nth-child(3) {

	border: 2.5px solid #00a551;

}



.dac-diem-noi-bat .grid-25:nth-child(7) {

	border: 2.5px solid #e21d39;

}



.dac-diem-noi-bat .grid-25:nth-child(4),

.dac-diem-noi-bat .grid-25:nth-child(8) {

	border: 2.5px solid #6e6f71

}



.dac-diem-noi-bat .grid-25:nth-child(2n) {

	margin-right: 0;

}



#dac-diem-noi-bat .dac-diem-noi-bat .grid-25:nth-child(5n) {

	margin-right: 0!important;

}



#dac-diem-noi-bat .icon-dacdiem {

	position: absolute;

	top: -67px;

	border: none;

	padding-bottom: 32px;

	padding-top: 16px;

	box-shadow: none;

	border-radius: 50%;

	left: 22%;

	height: 120px;

	width: 120px;

	overflow: hidden;

	z-index: 9;

}



.dac-diem-noi-bat .icon-dacdiem img {

	height: 120px;

	width: 120px;

	position: absolute;

	top: 0;

	padding: 10px;

}



.dac-diem-noi-bat .icon-title {

	padding: 15px 0;

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25 {

	width: 18.6%;

	border-radius: 23px;

	text-align: center;

	margin-right: 20px;

	position: relative;

	margin-bottom: 0;

	padding: 54px 10px 37px 10px;

	box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);

	min-height: 199px;

	display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    justify-content: center;

}



#huong-dan-su-dung .icon-dacdiem {

	position: absolute;

	top: -67px;

	border: none;

	padding-bottom: 32px;

	padding-top: 16px;
	box-shadow: none;

	border-radius: 50%;

	height: 120px;

	width: 120px;

	overflow: hidden;

	z-index: 9;

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(1) {

	border: 2.5px solid #e21836;

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(2),

#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(6) {

	border: 2.5px solid #0065ae;

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(4) {

	border: 2.5px solid #e01d3b

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(5n) {

	margin-right: 0!important;

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(3) {

	border: 2.5px solid #00a351;

}



#huong-dan-su-dung .dac-diem-noi-bat .grid-25:nth-child(5) {

	border: 2.5px solid #0065b3;

}



blockquote {

	padding-left: 0;

	border-left: none;

	padding: 0 30px;

	margin-top: 30px;

}



.section-ung-dung .tax_container .tax_name {

	line-height: 27px;

}



.section.prod_7 .sec_cont, .section_11 .sec_cont p {

	max-width: unset;

}



.section-ung-dung .tax_container .item:hover img {

	transform: unset;

}



.prod_5:before {

	background-image: none;

}



.prod_5 .img:before {

	background-image: none;

}



.prod_2 .section_heading .sec_title {

	padding-right: 0;

	width: 100%;

	text-align: center;

}



.reviewer {

	width: 100%;

	float: left;

	padding-top: 10px;

	font-weight: bold;

}



.section-ung-dung .item .tax_name_wrap {

	position: absolute;

	bottom: 0;

	left: 0;

	width: auto;

	background: var(--primary-color);

	display: flex;

	justify-content: flex-start;

	padding: 4px 13px 2px 24px;

	align-items: center;

	flex-wrap: nowrap;

}



.section-ung-dung .item .tax_name_wrap {

	width: auto;

	display: flex;

	justify-content: flex-start;

}



.prod_3 .tax_container .item .tax_name_wrap {

	width: 100%;

}



.section-ung-dung .tax_container .item .tax_name_wrap {

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-direction: row;

	flex-wrap: nowrap;

	align-content: center;

}



.cau-tao-section h2 {

	color: var(--primary-color);

}



.prod_4 .section_heading .sec_title:before {

	background: transparent;

}



.prod_9 {

	background-image: url(https://kosmos.vn/wp-content/uploads/2024/10/viengo-5.png);

}



.buttons button {

	z-index: 9;

}



.buttons {

	z-index: 9;

}



.cau_tao_mobile {

	display: none;

}



.prod_2 {

	background-color: #eeeeee;

}



.chung-chi img {

	max-height: 70vh;

	max-width: 100%;

	margin: 0 auto;

	display: block;

	clear: both;

}



.prod_2 .section_heading {

	display: flex;

	flex-wrap: wrap;

	align-content: center;

	justify-content: flex-start;

	align-items: flex-start;

}



.grid-cau-tao {

    display: flex;

    align-items: center;

    /* Shadow đều 4 phía */

    box-shadow: 0 0 8px rgba(73, 73, 73, 0.78);

    border-radius: 12px;    margin-top: 15px;

}



.grid-cau-tao .grid-100 {

	padding: 15px;



}



.cot-sosanh {

    display: flex;

    gap: 12px;

}



.cot-sosanh>div{

	background-color: #ebebeb;    

	padding: 15px;

    border-radius: 6px;

}



.tieuchuan-kythuat-mobile {

	display: none;

}



.sticky-contacts {

	z-index: 99;

}



#tieuchuan-kythuat-section {

	padding-top: 30px;

}



iframe {

	border-radius: 12px;

}



.cau-tao-tam-op section p {

	padding-top: 10px;

	margin-bottom: 10px;

}



.tab-container-mobile {

	display: none;

}

/*Youtube*/

.youtube-container {

	display: block;

	width: 100%;

    /*max-width: 600px;*/;

}



.youtube-player {

	display: block;

	margin 20px auto;

    padding-bottom: 56.25%;

	overflow: hidden;

	position: relative;

	width: 100%;

	height: 100%;

	cursor: hand;

	cursor: pointer;

	display: block;

	border-radius: 12px;

}



.section_heading .youtube-container {

	display: block;

	width: 100%;

    /*max-width: 600px;*/

	height: 450px;

}



img.youtube-thumbnail {

	bottom: 0;

	display: block;

	left: 0;

	margin: auto;

	max-width: 100%;

	width: 100%;

	height: 450px;

	position: absolute;

	right: 0;

	top: 0;

	height: auto;

	border-radius: 12px;

}



div.youtube-play-btn {

	height: 72px;

	width: 72px;

	left: 50%;

	top: 50%;

	margin-left: -36px;

	margin-top: -36px;

	position: absolute;

	background: url("https://kosmos.vn/wp-content/uploads/2024/11/play-icon.png") no-repeat center center;

	background-size: 72px 72px;

}



.youtube-iframe {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}



.mobile {

	display: none!important;

}



.dieu-kien-bao-hanh ul li ul li {

	list-style-type: disc;

	width: 100%;

	float: left;

	padding: 0;

	margin: 4px;

}



.avatar-reviewer {

	display: flex;

	flex-direction: column;

	flex-wrap: nowrap;

	align-content: center;

	justify-content: flex-start;

	align-items: center;

}



.hidden-icon {

	display: none;

}



@media only screen and (max-width: 767px) {

	.tab-container-desktop {

		display: none;

	}



	.tab-container-mobile {

		display: block;

	}



	.mau-tam-op .tab p {

		min-height: 10px;

	}



	#huong-dan-su-dung .dac-diem-noi-bat .grid-25 {

		width: 30.5%;

		margin-right: 10px;

		margin-bottom: 52px;

	}



	#huong-dan-su-dung .dac-diem-noi-bat .icon-dacdiem {

		left: 8%;

	}



	.cau_tao_mobile {

		display: block;

	}



	.cau_tao_desktop {

		display: none;

	}



	.tax_container .item {

		width: 50%;

	}



	h2 {

		font-size: 25px!important;

	}



	.prod_1 .cont .title {

		font-size: 21px;

		text-align: left;

		margin-bottom: 0;

	}



	.call-to-action {

		display: flex!important;

	}



	.button-call-to-action {

		margin: 20px 6px 0;

	}



	.button-call-to-action a {

		font-size: 14px !important;

		padding: 15px 10px!important;

	}



	.mau-tam-op .tabs button {

		width: 20%;

		margin-top: 22px;

	}



	.mau-tam-op .tabs:after {

		opacity: 0;

	}



	.mau-tam-op .tabs {

		display: flex;

		overflow: auto;

		position: relative;

		margin-bottom: 20px;

		flex-direction: row;

		flex-wrap: wrap;

		justify-content: center;

	}



	ul#prod_filter li {

		max-width: 40%;

		text-align: center;

		line-height: 1.25;

	}



	.prod_4 #prod_filter {

		overflow: scroll;

		justify-content: center;

		display: flex;

		flex-direction: row;

		flex-wrap: nowrap;

		align-content: center;

		align-items: center;

	}

}



@media screen and (max-width: 575px) {



	.cau-tao-tam-op {

		padding-bottom: 5px!important;

	}



	#tieuchuan-kythuat-section {

		padding-top: 0;

	}



	.goal-item span {

		width: 100%!important;

	}



	.avatar-reviewer {

		display: flex;

		flex-direction: row;

		flex-wrap: nowrap;

		align-content: center;

		justify-content: flex-start;

		align-items: center;

	}



	.avatar {

		width: 60%;

	}



	.reviewer {

		width: 40%;

		text-align: left;

	}



	#quote-carousel .avatar img {

		margin-right: 0;

	}



	.reviewer {

		padding-left: 10px;

	}



	.custom-list-style ol {

		margin-left: 15px;

	}



	.custom-list-style {

		background: #eee;

		padding: 30px 15px !important;

		padding-bottom: 0 !important;

	}



	.mobile {

		display: block!important;

	}



	.desktop {

		display: none!important;

	}



	.mau-tam-op .tab p {

		font-size: 12px;

	}



	.avatar-reviewer {

		padding-top: 15px;

	}



	#huongdan-thicong .section_heading {

		margin-bottom: 0;

	}



	#huongdan-thicong.section_heading > .sec_title {

		line-height: 27px;

		padding-top: 10px;

		margin-bottom: 0;

		padding-bottom: 0;

	}



	.section_heading .youtube-container {

		height: 252px;

	}



	.sticky-menu__item:has(.sticky-menu__link[href="#section_9"]) {

		display: none;

	}



	#huongdan-thicong:before, #huongdan-thicong:after {

		background-image: none;

	}



	#huongdan-thicong .grid-100 {

		border: 1px solid #e41234;

		padding: 16px;

		border-radius: 8px 8px 0 0;

		position: relative;

		border-bottom: none;

		margin-bottom: 0 !important;

	}



	#huongdan-thicong .huongdan-thicong-content .text-content {

		border: 1px solid #e41234;

		border-top: none;

		padding: 16px;

		border-radius: 0 0 8px 8px;

		padding-top: 0;

	}



	#huong-dan-su-dung .dac-diem-noi-bat .grid-25 {

		width: 47%;

		margin-right: 10px;

		margin-bottom: 52px;

		min-height: 205px;

	}



	.dieu-kien-bao-hanh ul {

		display: block;

	}



	.item-number-0 .slick-track span {

		padding: 0;

	}



	.grid-cau-tao {

		flex-direction: column;

		display: flex;

	}



	.prod_2 {

		background-color: transparent;

	}



	.prod_5 .item {

		max-height: unset;

	}



	.btn-huong-dan .button-group h3 {

		font-size: 16px;

	}



	.btn-huong-dan .button-group .sub-buttons {

		font-size: 14px;

	}



	#huong-dan-su-dung .dac-diem-noi-bat {

		margin-top: 12%!important;

	}



	.mobile-grid-100 {

		z-index: 99;

		margin-bottom: 15px;

	}



	.huongdan-thicong-content {

		display: flex;

		flex-direction: column-reverse;

	}



	.tieuchuan-kythuat-mobile {

		display: block;

	}



	.mau-tam-op .tabs button img {

		width: 54px;

	}



	.mau-tam-op .sec_title h2 {

		line-height: 35px;

	}



	.mau-tam-op .sec_title p {

		line-height: 23px;

	}



	.section_heading > .sec_title h2 {

		margin-bottom: 10px !important;

	}



	.section_heading {

		margin-bottom: 0;

	}



	#dac-diem-noi-bat .icon-dacdiem {

		top: -49px;

	}



	#huong-dan-su-dung .icon-dacdiem {

		top: -49px;

	}



	.btn-huong-dan .button-group {

		font-size: 15px;

		border-radius: 24px;

		margin: 5px;

		padding: 5px 14px;

	}



	.tieuchuan-kythuat-desktop {

		display: none;

	}



	.huongdan-thicong-content .image {

		margin-top: 0px;

		padding: 0;

	}



	.section-ung-dung .tax_container .item {

		width: 100%;

	}



	.dac-diem-noi-bat .icon-dacdiem img {

		height: 100px;

		width: 100px;

	}



	.dac-diem-noi-bat .icon-dacdiem {

		top: -46px;

	}



	.dac-diem-noi-bat .grid-25 {

		padding: 34px 5px 19px 4px;

	}



	.dac-diem-noi-bat .icon-title {

		font-size: 15px;

	}



	.nhan_bao_gia {

		padding: 10px 0px;

	}



	.prod_2 .sec_video, .prod_2 .sec_des {

		width: 100%;

	}



	.prod_2 .sec_video iframe {

		height: auto;

		min-height: 205px;

	}



	#quote-carousel .slick-prev {

		left: -18px;

		top: 47.6%;

	}



	#quote-carousel .slick-next {

		right: -18px;

	}



	#quote-carousel .grid-50 {

		padding-left: 0;

	}



	#quote-carousel .col-right img {

		border-radius: 12px;

	}



	#quote-carousel .grid-container {

		flex-direction: column;

		align-content: center;

	}



	.section-ung-dung {

		margin-top: 20px;

		clear: both;

		display: block;

		float: left;

	}



	#dac-diem-noi-bat .dac-diem-noi-bat .grid-25 {
		width: 45%;
		margin-right: 15px;
        padding: 40px 10px 37px 10px;
        min-height: 157px;
        margin-bottom: 51px;
        z-index: 99;

	}
.bao-gia .title-bao-gia p {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 24px;
}
.home_5 {
    padding-top: 0;
}
.section_heading h2 {
    line-height: 32px;
}
	.dac-diem-noi-bat .icon-dacdiem {

		left: 19%!important;

	}



	.dac-diem-noi-bat .grid-25:nth-child(4n) {

		margin-right: 0!important;

	}



	.dieu-kien-bao-hanh .item_title {

		border-radius: 8px;

	}



	.dieu-kien-bao-hanh .item_title h3 {

		font-size: 13px;

	}



	.dieu-kien-bao-hanh .img>img {

		border-radius: 12px;

	}



	.tieu-chuan-ky-thuat_desktop {

		display: none;

	}



	.prod_5 .item {

		overflow: inherit;

		margin-bottom: 16px;

		border: none;

	}



	.section-ung-dung .tax_container .item {

		padding: 0 4px;

	}



	.hotline-bar {

		height: 45px;

		width: 180px;

		left: 56px;

	}



	.section-quote__hotline .hotline-phone-ring {

		left: 0;

	}



	#section_9 {

		display: none;

	}



	#huongdan-thicong img {

		margin-top: 15px;

	}



	.dieu-kien-bao-hanh {

		margin: 10px;

	}



	.products_list {

		grid-template-columns: 1fr 1fr;

	}



	.products_list .item .prod_link a {

		padding: 8px 15px;

	}



	#huongdan-thicong .news_link a {

		padding: 7px 10px;

		font-size: 12px;

		display: block;

		border-radius: 10px;

	}



	.prod_5 .section_heading {

		margin-bottom: 17px;

	}



	.prod_5 .item {

		overflow: hidden;

	}



 /* Lọc */

	.section-loc-san-pham .main-content {

		flex-direction: column;

		padding: 0;

	}



	.section-loc-san-pham #sidebar {

		position: unset !important;

	}



	.section-loc-san-pham .grid-20,

    .section-loc-san-pham .grid-80 {

		width: 100%;

	}



	.mobile_btn_gr {

		position: absolute;

	}



	.product-item {

		margin: 5px;

		padding: 10px;

	}



	.column-products .product-item {

		padding: 10px;

	}



	.grid_loai_san_pham a {

		background-size: 19px;

		padding-left: 25px;

		font-size: 13px;

		text-align: left;

	}



	.grid-85 {

		padding-left: 0;

	}



	.grid_loai_san_pham {

		display: flex;

		flex-wrap: wrap;

		gap: 2px;

		justify-content: center;

		align-content: center;

		align-items: center;

		margin-top: 13px;

	}



	.wpc-filters-button-text {

		font-size: 12px;

	}



	.section-loc-san-pham .top-loai-san-pham::before {

		top: -3%;

	}



	.section-loc-san-pham .flex-container {

		display: block;

	}



	.column-products {

		grid-template-columns: repeat(2, 1fr);

		gap: 8px;

	}



	.section-loc-san-pham .right-column {

		padding: 0;

	}



	#sidebar {

		display: none;

	}



	.wpc-filters-open-button-container {

		display: block;

	}

}