/* Fonts */
@font-face {
	font-family: 'Roboto_r';
	src: url('../fonts/Roboto-Regular.woff');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto_b';
	src: url('../fonts/Roboto-Bold.woff');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto_bl';
	src: url('../fonts/Roboto-Black.woff');
	font-display: swap;
}

@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.woff2') format('woff2'),
        url('../fonts/UTMHelvetIns.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_m';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed_bl';
    src: url('../fonts/RobotoCondensed-Black.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_sm';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* @keyframe */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes pulse-animation {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
	10% {
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.6, 1.6, 1.6);
		opacity: 0;
	}
}
@keyframes border-animation {
	0% {
		transform: scale3d(0.6, 0.6, 0.6);
		opacity: 0;
	}
	20% {
		transform: scale3d(1.2, 1.2, 1.2);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.4, 1.4, 1.4);
		opacity: 0;
	}
}
:root {
	--color-main: #2557ae;
	--color-social: #2557ae;
	--color-hover: #2557ae;
	--color-text: #2557ae;
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Roboto_r';
}


.wrap-content {
	max-width: 1300px;
	margin: 0px auto;
}
.max-width {
	width: 90%;
	max-width: 1300px;
	margin: 0px auto;
}

.mw-700 {
	max-width: 700px;
}
img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.social-plugin {
	display: flex;
	margin-top: 10px;
}
.scale-img {
	overflow: hidden;
}
.scale-img img, .scale-img picture {
	transition: all 0.5s;
}

.scale-img:hover > img, .scale-img:hover > picture {
	transform: scale(1.2, 1.2);
}

.hover-img {
	position: relative;
	overflow: hidden;
	display: block;
}

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.text-split1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.line1{
	-webkit-line-clamp: 1;
}
.line2{
	-webkit-line-clamp: 2;
}
.line3{
	-webkit-line-clamp: 3;
}
.line4{
	-webkit-line-clamp: 4;
}
.line7{
	-webkit-line-clamp: 7;
}
.line6{
	-webkit-line-clamp: 6;
}



.p-relative {
	position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
	transition: 0.3s all;
}
.gutter-x-20{--bs-gutter-x: 20px;}    
.gutter-x-5{--bs-gutter-x: 5px;}   
/*   Header   */
/* .header {
	padding: 20px 0px;
} */
.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* .cart-head {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	color: #fff;
} */
.cart-head:hover {
	color: #fed402;
}
.cart-head i {
	font-size: 20px;
}
.cart-head .count-cart {
	position: absolute;
	left: 30px;top:-5px;
	z-index: 999;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 20px!important;
	display: inline-block;
	width: 20px;background-color:red;
	font-size: 12px;
}
.menu-head {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menu-head a {
	color: #fff;
}
.menu-head a:hover {
	color: #fed402;
}
.line-head {
	background-color: #72b2fd;
	height: 32px;
	width: 1px;
}

/* slideshow */
.slideshow {
	position: relative;
}
/* Search */
.search {
	width: 100%;
	max-width: 700px;
	position: relative;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #143364;
}
.search input {
	width: calc(100% - 50px);
	font-size: 13px;
	color: #333;
	border-radius: 30px;
	border: none;
	height: 50px;
}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search label {
    height: 52px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 35px;
	line-height: 40px;
	background-color: #BD413A;
	font-family: 'Roboto_m';
	position: absolute;right: 0px;
	top: -1px;bottom: -1px;right: -1px;
	width: 162px;
}
.search label i {
	font-weight: bold;
	color: #999;
}

.box-search {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ds-item-search {
	width: calc(100% - 70px);
}
.ds-item-search a {
	font-size: 14px;
	color: #333;
}
.show-search {
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
	width: 100%;
	margin: 0px;
	text-align: left;
}
.box-search .price-product .price-new {
	color: #f00;
	font-size: 14px;
	font-family: 'Roboto_b';
}
.box-search .price-product .price-old {
	color: #999;
	text-decoration-line: line-through;
}

/* Mmenu */
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #0d6efd;
	border-radius: 5px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
	background: #fff;
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.btn-close-menu{
	position: absolute;
	right: 20px;
	top: 20px;
}
.menu-mobile ul{
	padding: 0px;
}
.menu-mobile ul li{
    position: relative;
  
}

.menu-mobile ul li > span i {
    transition: transform 0.3s ease; /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a{
	display: block;
	padding-right: 30px;
	color: #333;
	font-size: 15px;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.menu-mobile ul li a i{
	margin-right: 10px;
}
.menu-mobile ul li li a{
	font-weight: normal;
}
.menu-mobile ul li a:hover{
	color: #f00;
}
.menu-mobile ul li .scroll{
    position: absolute;
    right: 0px;
    top: 9px;
    background: #333362;
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
	align-items: center;
    cursor: pointer;
}
.menu-mobile ul li:hover{color: #f00;}
.menu-mobile ul ul li .scroll{
	background: none;
	color: #333362;
}
.menu-mobile ul li ul{
	padding-left: 10px;
}
.company{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}
.company p{margin-bottom: 5px;font-size: 13px;}
.company p span{
	color: #007bff;
}
.head-menu{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-menu img{
	max-width: 80px;
}
.search-menu{
	width: 100%;
	position: relative;
	margin: 10px 0px;
}
.search-menu input
{
	width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}
.search-menu p{
	position: absolute;
	right: 10px;
	bottom: 8px;
}

/* Menu */

#menu {
	display: none;
}

#hamburger {
	display: none;
	width: 35px;
	height: 23px;
	position: relative;
	cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #ffffff;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

.mm-slideout {
	z-index: unset;
}

.wrap-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border-top: 1px solid #ffffff1f;
}

.menu-head-left {
	position: relative;
}
.title-menu {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	line-height: 40px;
	display: block;
}

.menu-product-list {
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 250px;
	background: #fff;
	border-radius: 2px;
}

.menu-product-list ul {
	padding: 0px;
	margin-bottom: 0px;
}

.menu-product-list ul ul {
	position: absolute;
	width: 750px;
	background: #fff;
	left: 100%;
	top: 0px;
	border: 1px solid #999;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	height: 100%;
	overflow-x: hidden;
}

.menu-product-list ul ul ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: none;
	display: block;
	height: auto;
}
.menu-product-list ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
	position: absolute;
	right: 10px;
	top: 10px;
}
.menu-product-list ul ul li a span {
	position: absolute;
	right: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #00a3ff;
}

.menu-product-list ul li a:hover {
	color: #f00;
}

.menu-product-list ul ul li a {
	border-bottom: none;
	font-weight: bold;
}
.menu-product-list ul ul ul li a {
	font-weight: normal;
}
.menu {
	position: relative;
	z-index: 99;
	width:100%;
}
.menu .wrap-content {
	position: relative;
}
.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	background: #fff;
}
.menu ul {
	width: 100%;
	padding: 0px;
	margin: 0;
	list-style: none;
}

.menu ul li {
	position: relative;
	z-index: 99;
}
.menu ul.ulmn > li {
	/* flex: auto; */
}
.menu ul li.line {
	width: 1px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	flex: none;
}
.menu ul li a {
	font-size: 15px;
	color: #fff;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	display: block;
	line-height: 49.5px;
	text-transform: uppercase;
	font-family: 'Roboto_b';
	padding: 0px 18px;
}
/* .menu ul li a::before{position: absolute;content: '';width: 100%;height: 2px;background-color: #214F99;border-radius: 5px;left: 0px;bottom: 9px; transform-origin: right;transform: scaleX(0); transition: transform 0.5s;} */
.menu ul > li > a.active::before,.menu ul> li:hover > a::before{transform-origin: left;transform: scaleX(1);}

.menu ul li a img {
	vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
	color: #BD413A;
}
.menu ul li ul {
	position: absolute;
	min-width: 250px;
	left: 0;
	background: #fff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.menu ul li:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.7s;
}
.menu ul li ul li {
	text-align: left;
	border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
	border-bottom: 0px;
}
.menu ul li ul li a {
	font-size: 14px;
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
}
.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}
.menu ul li ul li a:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background:red;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 30px;
}
.menu ul li ul li a:hover {
	padding-left: 40px;
}

a.cart-header {
	position: relative;
}
a.cart-header span {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 11px;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 50%;
}
.cart-head{
	display: flex;align-items: center;
}

/*   SLider */
.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 22.5px);
}
.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 2px solid #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #00a3ff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.control-owl button:hover {
	opacity: 1;
}
.control-owl button.owl-prev {
	left: 20px;
}
.control-owl button.owl-next {
	right: 20px;
}
/* DT */

.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin-bottom: 20px;
}
.title-detail h1 {
	font-size: 25px;
	color: #333362;
	text-align: left;
	text-transform: uppercase;
	font-family: 'UTM_HelvetIns';
}
.title-main {
	position: relative;
	text-align: center;
}
.title-main span {
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'UTM_HelvetIns';
	color: #333362;
}
.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.title-cat-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.title-cat-main span {
	display: block;
	color: #999;
	background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.title-cat-main span:hover,
.title-cat-main span.active {
	background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
	color: #000;
}
/* News */
.grid-tintuc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.news {
	display: block;
	margin-bottom: 20px;
	display: block;
}
.pic-news {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.pic-news img {
	width: 100%;
}
a.views {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 7px 20px;
	border-radius: 20px;
	color: #000;
	font-size: 16px;
}
a.views:hover {
	border: solid 1px #fed402;
	color: #fed402;
}
.info-news {
}
.info-news h3 {
}
.name-news {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-height: 40px;
	-webkit-line-clamp: 2 !important;
	font-weight: 400;
}
a.name-news.name1 {
	font-size: 25px;
	line-height: 32px;
	max-height: 64px;
}
.name-news:hover {
	color: #fed402;
}
.time-news {
	color: #fed402;
	margin-bottom: 0px;
	font-size: 12px;
	margin: 7px 0;
	font-style: italic;
	font-weight: 500;
}
.desc-news {
	color: #333333;
	margin: 0px;
}
.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
}
.list-news-other {
	padding-left: 17px;
	list-style: square;
}
.list-news-other li {
	margin-bottom: 2px;
}
.list-news-other li a {
	text-transform: none;
	color: #333333;
}
.list-news-other li a:hover {
	color: #fed402;
}
/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}

.tt-toc{
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Roboto-Bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.box-readmore li ul > li {
	margin: 0;
	margin-bottom: 8px;
}
.box-readmore li ul > li:before {
	content: counters(item, '.') ' ';
}
.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
	display: none;
}
.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px;
}
.box-readmore ul li:before {
	content: counters(item, '.') '. ';
	display: table-cell;
	padding-right: 5px;
}
.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}
.box-readmore ul li a:hover {
	color: #767676;
}

/* Partner */
.info-partner {
	background: #f8f8f8;
	padding: 15px 0px;
}

/* Footer */

.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: #fff;
}
.info-footer {
	background: url(../images/image/bg_ft.jpg)no-repeat;background-size: cover;
	padding: 60px 0px;
}
.title-footer {
	margin-bottom: 0.75rem;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto_b';
}
.title-footer1 {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto Condensed_bl';
}
.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 22%;
	text-align: center;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 23%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 20%;
}
.info-footer .flex-footer .box-footer:nth-child(4) {
	width: 23%;
}
.social-footer{margin-top: 10px;display: flex;align-items: center;}
.social-footer span{margin-right: 10px;font-family: 'Roboto_b';}
.map-footer {
	position: relative;
	width: 100%;
	height: 200px;
}
.map-footer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.footer-powered {
	padding: 10px 0px;
	background: #BD413A;
	color: #fff;
}
.flex-powered {
	display: flex;
	justify-content: center;
	align-items: center;
}
.statistic span {
	position: relative;
	padding: 0px 5px;
}

/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #777;
}
.title-tags:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	width: 30px;
}
.flex-tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.flex-tags a {
	color: #171717;
	display: inline-block;
	font-size: 14px;
	font-family: 'Roboto_m';
}
.footer-tags{padding: 20px 0px;background-color: #F4F4F4;}
.flex-tags a:hover,.footer-ul li a:hover{color: #BD413A;transition: all 0.3s;}
/*   TC   */
.item-criteria a {
	display: flex;
	align-items: center;
	color: #333;
}
.item-criteria a .ds-criteria {
	width: calc(100% - 60px);
	margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: var(--color-main);
}
.item-criteria a .ds-criteria p {
	-webkit-line-clamp: 2;
	margin: 0px;
}

/* About */
.flex-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-about {
	width: 55%;
	position: relative;
}

.photo-about {
	width:43.1%;
	position: relative;
}
.title-about {
	margin-bottom: 10px;
	
}
.title-about h3 {
	font-size: 30;
	color: #333;
	text-transform: uppercase;
}
.view-about {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto_sm';
	line-height: 50px;
	width: 155px;border-radius: 5px;
	background-color: #BD413A;
	display: inline-block;
	margin-top: 20px;
}
.view-about span {
	position: relative;
	z-index: 1;
}

.view-about img{position: relative;top: 1px;}

/* Service */
.item-service {
	position: relative;
}
.item-service h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 17px;
	margin: 0px;
}
/* Video */
.flex-video {
	display: flex;
	justify-content: space-between;
}
.wr-video {
	width: 49%;
}
.wr-form {
	width: 49%;
}

.video-main {
	position: relative;
}
.list-video {
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.img-video span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid #ff000066;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f00;
	background: #ffffffa8;
	font-size: 27px;
	cursor: pointer;
	transition: all 1s;
}
.item-video:hover span{
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3{text-align: center;font-size: 16px;margin-top: 10px;}
/* Sort */
.sort-select {
	display: flex;
	justify-content: end;
	margin: 20px 0px;
	position: relative;
}

.sort-select .click-sort {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 10px 6px 8px;
	margin: 0px;
}

.sort-select-main {
	display: grid;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
	position: absolute;
	padding: 0 7px;
	top: 30px;
	right: 0;
	width: 160px;
	z-index: 2;
}

.sort-select-main p {
	border-bottom: 1px solid #f1f1f1;
	margin: 0px;
	order: 2;
}

.sort-select-main p:has(.check) {
	order: 1;
}

.sort a {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 3px;
	display: block;
	cursor: pointer;
}

.sort a.check i {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 16px;
	border: 2px solid transparent;
	border-radius: 100px;
	vertical-align: middle;
}

.sort a.check i::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -4px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.sort-select .sort-show {
	padding-right: 12px;
	position: relative;
}

.sort-select .sort-show::before {
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	content: '';
	height: 0;
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
}

/* Product */
.filter {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 10px;
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
	display: none;
}
.flex-product-main {
	display: flex;
	gap: 20px;
}
.flex-product-main .left-product {
	width: 250px;
	border: 1px solid #f1f1f1;
	padding: 20px;
	border-radius: 5px;
}
.flex-product-main .right-product {
	width: calc(100%);
}
.wrap-product-sale {
	overflow: hidden;
}
.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}

.product {
	display: block;
	position: relative;
}


.product .pic-product {
	background: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #cdcccc;
	padding: 5px;
}
.product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.product .pic-product > a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
}
.first_img {
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	height: 100%;
}
.product:hover .first_img {
	transform: scale(0);
}
.second_img {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	transition: all 0.5s ease;
	height: 100%;
}
.product:hover .second_img {
	right: 0;
	top: 0;
	transition: all 0.5s ease;
}
.product .name-product {
	margin-bottom: 5px;
	font-weight: normal;
}
.product .name-product a {
	font-size: 15px;
    color: #191919;
    font-weight: 500;
	font-family: 'Roboto_m';
	margin-top: 10px;
	line-height: 1.5;
}
.product .name-product a:hover {
	color: #ff2e00;
}
.product .name-product .text-split {
	-webkit-line-clamp: 2;
}
.product .price-product {
	color: #555;
}
.product .price-new {
	font-size: 16px;
	color: #BD413A;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto_b';
}
.product .price-old {
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	color: #989898;
	text-transform: uppercase;
	font-family: 'Roboto_m';
}
.product .price-per {
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;right: 10px;top: 10px;background-color: #BD413A;
	border-radius: 5px;
	font-family: 'Roboto_b';
	width: 54px;
	line-height: 28px;
}
.sp__hot{position: absolute;top:10px;left: 5px;}
.box-cat {
	text-align: center;
}
.box-cat h3 {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.box-cat:hover h3 {
	color: #f00;
}
.cart-product {
	margin: 5px 0 0 0px;
}
.cart-product span {
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
	border-radius: 5px;
	display: inline-block;
	line-height: 34px;
	font-size: 13px;
	font-weight: 700;
}
.cart-add {
	margin-left: 10px;
	background-color: #00a5d9;
	width: 155px;
}
.cart-add:hover {
	background-color: #fed402;
}
.cart-buy {
	background-color: #ff2e00;
	width: 93px;
	height: 33px;
}
.cart-buy:hover {
	background-color: #fed402;
}
.grid-product {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18.34px;
}

.grid-product > * {
	max-width: 100%; /* Giới hạn kích thước */
	min-width: 0; /* Ngăn phần tử mở rộng quá mức */
  }
.grid-product .product .product-info {
	margin-top: 10px;
	color: #333;
}
.grid-product .product .product-info h3 {
	font-size: 17px;
	color: #333;
}
.grid-product .product .product-info .price span {
	color: #f00;
}


/* product detail */

.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.grid-pro-detail .left-pro-detail {
	width: 40%;
}

.grid-pro-detail .right-pro-detail {
	width: 55%;
}

.detail-product {
	display: flex;
	justify-content: space-between;
}
.detail-product .left-pro-detail {
	width: 40%;
	border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
	width: 57%;
}
.detail-product .right-pro-detail ul {
	list-style: none;
	padding: 0px;
}
.detail-product .right-pro-detail ul li {
	margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
	font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #f00;
}
.tabs-pro-detail .tab-content{
	border:1px solid #ddd;
	border-top: none;
	padding: 20px;

}
.nav-tabs li a{
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	font-family: 'Roboto_b';
}
.title-main1 span {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto_b';
    text-transform: uppercase;
    text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{color: #fff;background-color: #333362;}
/* css block actions  */
.ul-actions {
	display: flex;
	justify-content: center;
	margin: 20px;
	gap: 15px;
	align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 80px;
	text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
	border-color: #fd6e1d;
}
.ul-actions .box__tabr {
	align-items: center;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	min-height: 55px;
	padding: 4px;
	height: 60px;
	width: 80px;
}
.icon-action {
	background-image: url('../images/icon_chitiet@2x-min.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-size: 300px 180px;
}
.icon-dnb {
	background-position: 0 0;
	height: 28px;
	width: 28px;
}
.icon-tskt {
	background-position: -105px 0;
	height: 30px;
	width: 30px;
}
.icon-ttsp {
	background-position: -140px 0;
	height: 19px;
	width: 23px;
}
.ul-actions p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px;
	white-space: normal;
	color: #000;
}
/* modal-detail */
.modal-detail::-webkit-scrollbar {
	width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
	width: 10px;
	background: #4d90e0;
	border-radius: 10px;
	height: 50px;
}
.modal-detail {
	position: fixed;
	z-index: 999;
	background: #000000c4;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.content-modal-detail {
	background: #fff;
	max-width: 1200px;
	margin: 0px auto;
	min-height: 100vh;
}
.content-modal-detail .tabs {
	display: flex;
	cursor: pointer;
	padding: 0;
	list-style: none;
	justify-content: center;
	border-bottom: 1px solid #e0e0e0;
	position: sticky;
	top: 0px;
	background: #fff;
	z-index: 99;
}
.content-modal-detail .tabs li {
	padding: 20px 20px;
	margin-right: 5px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
	color: #2d9cdb;
	border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
	padding: 20px;
	max-width: 900px;
	margin: 0px auto;
}
.content-modal-detail .tab-content.active {
	display: block;
}

.close-tab {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 10;
}

.btn-closemenu {
	position: fixed;
	top: 10px;
	right: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	line-height: 21px;
	padding: 7px;
	text-align: right;
	width: 72px;
}

.btn-closemenu::before {
	transform: rotate(45deg);
}
.btn-closemenu::after {
	transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
	background-color: #333;
	content: '';
	left: 13px;
	height: 14px;
	position: absolute;
	top: 10px;
	width: 1px;
}
.cursor-pointer {
	cursor: pointer;
}

/* Contact */
.contact-map {
	position: relative;
	height: 500px;
	margin-top: 30px;
}
.contact-map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.frm_contact {
	border: 1px solid #ddd;
	padding: 30px;
}
/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}
.breadCrumbs ol {
	margin: 0px;
}
.breadCrumbs ol li a {
	color: #333;
}
.breadCrumbs ol li a:hover {
	color: #f00;
}

/* paging */
.paging-product {
	position: relative;
}
.pagination {
	margin: 20px 0px;
}
.pagination li span {
	cursor: pointer;
}

.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}
.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}
.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: 0.1;
	border-color: #1182fc;
	opacity: 0.5;
}
.btn-frame .zoomIn {
	animation-name: zoomIn;
}
.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}
.btn-frame .pulse {
	animation-name: pulse;
}

.grid-properties {
	display: flex;
	gap: 10px;
}
.grid-properties span {
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
	border: 1px solid #f00;
	color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
	content: '';
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
	bottom: 0;
	position: absolute;
	right: -0.9375rem;
}
.grid-properties span.outstock {
	pointer-events: none;
	background-color: #fafafa;
	color: rgba(0, 0, 0, 0.26);
	cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

[x-cloak] {
	display: none !important;
}

/* CSSS T */

a.views_dm {
	width: 140px;
	height: 38px;
}
.effect_button {
	transform-style: preserve-3d;
	transform: translateZ(-25px);
	transition: transform 0.25s;
	position: relative;
	display: inline-flex;
	z-index: 1;
}
.effect_button:after,
.effect_button:before {
	position: absolute;
	content: 'xem thêm';
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f00;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: -1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.effect_button:before {
	color: #fff;
	background: #f00;
	transform: rotateY(0deg) translateZ(25px);
}
.effect_button:after {
	color: #f00;
	transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
	transform: translateZ(-25px) rotateX(-90deg);
}

/* News */
.grid-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.item-news {
	--tw-bg-opacity: 1;
	background-color: #f1f1f1;
	padding: 1rem;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 19%);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.item-news:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
}

.item-news .ds-news {
	width: 100%;
}

.ds-news span {
	display: block;
	line-height: 25px;
	color: #999;
	font-size: 13px;
	margin: 10px 0px 0px;
	font-style: italic;
}

.ds-news h3 {
	font-size: 15px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	-webkit-line-clamp: 2 !important;
	font-family: 'Roboto_b';
}

.ds-news .desc {
	color: #333;
}

.item-news:hover h3 {
	color: #f00;
}

.item-news-all a {
	display: flex;
	justify-content: space-between;
}
.item-news-all a .ds-news {
	width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
	text-transform: capitalize;
	font-size: 14px;
}
.flex-news-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.news-left {
	width: 68%;
}
.news-right {
	position: sticky;
	top: 20px;
	width: 30%;
	background: #f1f1f1cc;
	padding: 20px;
	box-shadow: 0px 0px 5px #99999978;
}

a.btn_link {
	position: relative;
	margin: 5px;
	height: 36px;
	width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
	content: 'facebook';
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(0 165 217 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	content: 'google map';
}
div.slick.in-page:not(.slick-initialized) {
	display: flex;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}
.attr-pro-detail {
	margin: auto;
	padding: 0;
}
.baonoidung iframe {
	max-width: 100% !important;
}
.baonoidung img {
	height: auto !important;
}
.baonoidung * {
	max-width: 100% !important;
}
.baonoidung table {
	display: block;
	overflow-y: auto;
}
div.desc-pro-detail ul li {
	margin-bottom: 0.75rem;
	list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
	margin-bottom: 0 !important;
}
div.baonoidung ul li {
	margin-bottom: 0.75rem;
	list-style-type: disc;
}
div.baonoidung ol li {
	margin-bottom: 0.75rem;
	list-style-type: decimal;
}
.price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #ff2e00;
}
.price-old-pro-detail {
	font-weight: 500;
	color: #666;
	text-decoration: line-through;
	padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
	color: #fff !important;
	background: #232323;
}
.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-right: 20px;
	font-weight: 500;
}
.quantity-pro-detail span {
	line-height: 40px;
	padding: 0;
	width: 30px;
	height: 40px;
	color: #000;
	cursor: pointer;
	font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0;
}
.quantity-pro-detail input {
	height: 40px;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 20px;
	padding: 5px;
	font-weight: 700;
}
.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart-pro-detail a {
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	font-family: 'Roboto_b';
	overflow: hidden;
	font-size: 17px;
}
.cart-pro-detail a.addnow {
	color: #fff;
	border-radius: 10px;
}
.cart-pro-detail a.addnow:hover {
	background-color: #f00;
	color: #fff;
	border-color: #f00;
}
.cart-pro-detail a.buynow {
	width: 49%;
	background-color: #000;
}
.cart-pro-detail a.buynow:hover {
	background-color: #f00;
	color: #fff;
}
.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}
.btn_pro_dt{width: 49%;line-height: 56px;margin-bottom: 10px;}

/* Swipper */

.swiper .swiper-wrapper {
	width: inherit;
	height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
	margin: 0;
	width: 100%;
	height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
	padding: 0;
	margin: 0px;
	overflow: hidden;
}

/* Popup */
.modal-title{
	font-size: 20px;
}
/* CSS cho loading */
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.loading {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 5px solid #3498db;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.form_lienhe .newsletter-input span{font-size: 14px;color: #000;margin-bottom: 10px;display: inline-block;}
.form_lienhe .row{margin-bottom: 10px;}
.btn_dk1{font-size: 14px;color: #fff;background-color: #333362;border-radius: 30px;border: none;display: inline-block;margin: auto;}
.center{text-align: center;margin-top: 20px;}
.form_lienhe .form-control{font-size: 15px;}
.modal-header{background-color: #333362;}
.modal-title{color: #fff;}
.btn-close{background-color: #fff;}
.form_lienhe label{font-size: 15px;margin-bottom: 5px;font-family: 'Roboto_b';}
.btn_dk{background-color: #333362;color: #fff;text-align: center;width: 100%;border-radius: 30px;}
.form_lienhe input{height: 45px;}


/* //customer */
.slogan{font-size:14px;}
.title_h2{font-size:36px;font-family: 'Roboto_sm';color:#333362;position: relative;}
.title_h2::after{position: absolute;content: '';background: #BD413A;height: 3px;left: 0px;width: 100px;bottom: -10px;}
.title_h1{width: 0px;height: 0px;overflow: hidden;}
.nd_top{margin-bottom: 30px;}
.img_line{line-height: 1;margin-top: 5px;margin-bottom: 5px;}
.img_line img{margin: auto;}
h1,h2,h3,h4,p,ul{margin: 0px;padding: 0px;}
.tv{font-size: 14px;color:#000;font-family: 'SVNProductSans';}
.tv1{font-size: 15px;color:#fff;}
.tv1 span{font-family: 'SFProDisplay_b';}
.al-center{align-items: center;}
.hd_top{background-color: #214F99;padding: 3px 0px;}
.flex1{display: flex;align-items: center;}
.justify{justify-content: space-between;}
.hl_r{margin-left: 10px;}
.logo-header{max-width: 107px;width: 100%;text-align: center;}
.search-res{position: relative;}
.search1 .search{position: absolute;right: 0px;top: 40px;width: 0px;opacity: 0;z-index: 9;}
.search1{cursor: pointer;padding: 0px 10px;}
.search1 .search-res.active .search{border: 1px solid #d9d9d9;}
.search1{display: none;}
.tv{font-size: 24px;color: #BD413A;font-family: 'Roboto_bl';line-height: 1;}
.tv1{font-size:15px;color: #000;margin-bottom: 3px;}
.tv1 span{font-family: 'Roboto_b';color: #000000;}
.tv2{font-size:13px;color: #000;}
.tv2 span{font-family: 'Roboto_b';color: #000;}
.hotline{align-items: center;}
.text-cart{font-size: 14px;text-transform: capitalize;}
.menu ul li a.baogia{display: flex;align-items: center;background-color: #BD413A;}
.baogia img{margin-right: 5px;}
.search__top .box_s{width: calc(100% - 162px);padding-left: 20px;}
.search__top .fal{font-weight: bold;color: #214F99;}
.name-product{font-size: 16px;color: #000;font-family: 'Roboto_b';margin-bottom: 5px;}


/* //gioithieu */
.about_slogan{font-size: 22px;color: #25253B;font-family:'Roboto_m';text-transform: uppercase;}
.title-about h2{font-size:30px;color: #BD413A;font-family:'Roboto Condensed_bl'}
.about_ct{font-size: 16px;color: #3D3D3D;text-align: justify;font-family: 'Roboto_m';line-height: 1.8;}
.box_thongke{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap:20px;margin-top: 30px;}
.name_tk{font-size: 15px;color: #1A242B;font-family: 'Roboto_b';text-transform: uppercase;}
.about_box{padding:60px 0px;background: url(../images/image/bg_gt.jpg)no-repeat;background-size:cover;}
.criteria_name{font-size: 70px;font-family: 'Roboto_bl';background: linear-gradient(90deg,rgba(51, 51, 98, 1) 0%, rgba(189, 65, 58, 1) 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1;display: flex;}
.info_tk{flex: 1;padding-left: 10px;}
.title_sp_bc{font-size: 36px;color: #333362;font-family: 'Roboto_sm';position: relative;margin-bottom: 20px;}
.title_sp_bc::after {
    position: absolute;
    content: '';
    background: #BD413A;
    left: 0px;
    height: 3px;
    bottom: 0px;
    width: 100px;
}
.gh_id{justify-content: space-between;}
.sp_bc_id{padding-top: 50px;}


/* //danhmuc_sp */
.flex2{display: flex;flex-wrap: wrap;}
.danhmuc_l{width: 23%;text-align: center;}
.danhmuc_r{width: 75%;}
.danhmuc_list{justify-content: space-between;}
.name_ha_city{font-size: 20px;color: #333362;font-family: 'Roboto_sm';text-transform: uppercase;margin-bottom: 10px;}
.box_item_ha{background-color: #F5F5F5;border-radius: 10px;padding: 20px;}
.danhmuc_l .swiper-pagination{position: relative;margin-top: 10px;top: 0px;}
.danhmuc_l .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #BD413A;
}
.danhmuc_l .swiper-pagination-bullet {
    padding: 5px!important;
}
.center{text-align: center;}
.btn_xt{font-size: 18px;color: #fff;font-family: 'Roboto_sm';width: 300px;line-height: 50px;border-radius: 10px;display: inline-block;background-color: #BD413A;margin-top: 20px;}
.btn_xt img{position: relative;top: -1px;}
.box_item_ha + .box_item_ha{margin-top: 30px;}


/* //tieuchi */
.box_tc_id{justify-content: space-between;}
.img_tc{width: 19%;}
.info_tc{width: 80%;text-align: center;}
.box_tc_id{background-color: #333362;border-radius: 10px;overflow: hidden;padding: 20px;}
.name_tc{font-size: 24px;color: #fff;font-family: 'Roboto_m';border-bottom: 1px solid #fff;line-height: 1.2;margin-bottom: 5px;}
.desc_tc{font-size: 18px;color: #F5F5F5;}
.box_tc_id:nth-child(1){margin-bottom: 20px;}
.tieuchi_id{padding: 50px 0px;}

/* //danpham_list */
.title-main_sp{font-size: 30px;color: #fff;font-family: 'Roboto_sm';line-height: 60px;background-color: #BD413A;padding: 0px 20px;}
.title-main_sp img{position: relative;top: -2px;margin-right: 10px;}
.noidung_top_id{border-radius: 10px;overflow: hidden;background-color: #F3F3F3;margin-bottom: 30px;}
.grid_ul{display: grid;grid-template-columns: repeat(8, 1fr);grid-gap:20px;padding:20px;}
.img_cat{border-radius: 10px;overflow: hidden;;}
.grid-sp{display: grid;grid-template-columns: repeat(5, 1fr);grid-gap:20px}
.sp_list_id{margin-bottom: 50px;}
.sp_list_id .btn_xt{background-color: #333362;}	

/* //doitac */
.box_dt_id .wrap-content{border-radius: 10px;border: 5px solid #BD413A;box-shadow: 0px 0px 10px #BD413A;}
.box_panner_id{padding: 20px 0px;}

/* //blog */
.tt_l{width: 49%;}
.tt_r{width: 49%;}
.flex_tt_vd{justify-content: space-between;}
.img_tt{width: 35%;border-radius: 10px;overflow: hidden;;}
.info_tt{width: 63%;}
.box_tintuc_item{justify-content: space-between;}
.name_tt{font-size: 17px;color: #000;font-family: 'Roboto_b';}
.desc_tt{font-size: 14px;color: #000000;text-align: justify;line-height: 1.8;}
.news-time1{font-size: 13px;color: #2E75B6;font-family: 'Roboto_m';font-style: italic;margin: 5px 0px;}
.fotorama__stage{border-radius: 10px;overflow: hidden;}
.fotorama__thumb{border-radius: 10px;overflow: hidden;}
.fotorama__thumb-border{border-radius: 10px;}
.tintuc_vd_id{padding: 50px 0px;}


/* DANKY */
.frm_contact .title_h2{font-size: 45px;color: #fff;}
.frm_contact .slogan{font-size: 17px;color: #fff;}
.img_dk{margin: 10px 0px;}
.bg_sdt{font-size: 32px;color: #D02D28;font-family: 'UTM_HelvetIns';-webkit-text-stroke-color: #FFF;text-transform: uppercase;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color: color(display-p3 1 1 1);}
.form_dk_id{background: url(../images/image/bg_dk.jpg)no-repeat;background-size: cover;}
.frm_contact input{height: 48px;border-radius: 0px;}
.frm_contact #content-contact{height: 110px;border-radius: 0px;}
.img_dk img{margin: auto;}
.slogan_dk{font-size: 18px;color: #fff;font-family: 'SFProDisplay_b';}
.slogan_dk1{font-size: 15px;color: #FFFFFF;}
.form_dk_id{padding: 80px 0px;}
.form_dk_id .btn_dk{background-color: #D02D28;text-transform: uppercase;font-family: 'SFProDisplay_b';font-size: 16px;border: none;}
.form_dk_id .btn_reset{background-color: #2B60EE;text-transform: uppercase;font-family: 'SFProDisplay_b';font-size: 16px;border: none;}


/* video */
.btn_video{position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);cursor: pointer;}

/* //footer */
.desc_content2{line-height: 2.2;}

.google_map iframe{width: 100%!important;}
.footer-ul li a{color: #fff;font-size: 14px;}
.footer-ul{padding-left: 15px;}
.news-name a{font-size: 17px;font-family:'Roboto_b';color: #000;line-height: 1.5;}
.news-time{margin:10px 0px}
.new_img_dt{border-radius:10px;}
.name_dv {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.desc-news {
    color: #333333;
    margin: 0px;
}
.statistic{padding-left: 120px;background: url(../images/image/tk.png)no-repeat left top;margin-top: 30px;line-height: 2.2;}

/* hovver */
.tieuchi_item img{transform: rotateY(0deg);transition: all 0.3s;}
.tieuchi_item:hover img{transform: rotateY(180deg);transition: all 0.3s;}
.img_tc img{margin: auto;}
.name_tc:hover{color: #214F99;transition: all 0.3s;}
.btn_xt:hover{background-color: #214F99;color: #fff;transition: all 0.3s;}
.btn_xt_da:hover{background-color: #214F99;color: #fff;transition: all 0.3s;}
.da_item .img_da img{transform:scale(1,1);transition: all 0.3s;overflow: hidden;}
.da_item:hover .img_da img{transform:scale(1.2,1.2);transition: all 0.3s;}
.da_item{overflow: hidden;border-radius: 10px;}
.name_da:hover{color: red;transition: all 0.3s;}

.blue_table, .blue_table td {
    border: 1px solid #D5EAFF;
    padding: 2px;
    width: 100%;
    clear: both;
    height: 30px;
    font-size: 14px;
    text-align: center;
}
.blue_table td{
	padding: 10px 0px;
}
.blue_table th {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #322F66;
    font-family: Tahoma;
    height: 30px;
    font-size: 14px;
    text-align: center;
	line-height: 40px;
}
.blue_table .icon{position: relative;top: -2px;}

.blue_table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}
	
.blue_table .txt {
    color: #322F66;
}
.blue_table .txt_tx {
    color: #CA3133;
}

.img_tt_dt{border-radius: 10px;overflow: hidden;;}
.ds-news h3:hover,.news-name a:hover{color: #BD413A;transition: all 0.3s;}




/* //detail */
.grid_dm_dt{display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;margin-bottom: 20px;}

.img_dm_item{width: 38%;}
.info_dm_item{width: 58%;}
.dm_item{justify-content: space-between;padding: 10px;background: #F1F1F1;box-shadow: 0px 0px 5px 1px #ccc;;}
.name_dm_item{font-size: 14px;font-family: 'Roboto_m';color: #000;}
.dm_item:hover{background-color: #05458c;transition: all 0.3s;color: #fff;}
.dm_item:hover .name_dm_item{color: #fff;transition: all 0.3s;}
.title-detail1 h1{font-family: 'UTM_HelvetIns';color: #333362;font-size: 25px;margin-bottom: 5px;}
.attr-pro-detail li{border-top: 1px solid #d9d9d9;padding: 5px 0px;}
.desc_pro_detail{margin-top: 10px;margin-bottom:10px;}
.title-main_td{color: #fff;background-color: #05458c;}
.cate-dt-document .act-txt{color: red;}
.cate-dt-document .see .act-txt{color:#05458c;}
.items-baseline:last-child{border-bottom: 1px solid #d9d9d9;}





.content-main{font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;}
.content-main menu,.content-main ol,.content-main ul {line-height: unset;}
.social-footer li{list-style: none;}
.content-main .h2, h2{font-size: 1.5rem;}
.content-main .h3, h3{font-size: 1.2rem;}
.content-main .h4, h4{font-size: unset;}
.content-main h1,.content-main h2,.content-main h3,.content-main h4,.content-main h5,.content-main h6{line-height: 1.2;}
.content-main  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.content-main p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}	
.content-main ol,.content-main ul,.content-main dl {
    padding: 0 40px;
}
.content-main li {
	display: list-item;
    unicode-bidi: isolate;
}
.content-main ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


/* // */

.content-text{font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;}
.content-text menu,.content-text ol,.content-text ul {line-height: unset;}
.social-footer li{list-style: none;}
.content-text .h2, h2{font-size: 1.5rem;}
.content-text .h3, h3{font-size: 1.2rem;}
.content-text .h4, h4{font-size: unset;}
.content-text h1,.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6{line-height: 1.2;}
.content-text  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.content-text p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}	
.content-text ol,.content-text ul,.content-text dl {
    padding: 0 40px;
}
.content-text li {
	display: list-item;
    unicode-bidi: isolate;
}
.content-text ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}
td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
	border: 1px solid #000;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
table{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
}

/* //cart_detail */
.cate-dt-btn .call .btn-blue.btncall {
    display: flex;
    gap: 1rem;
    align-items: center;
	width: 49%;
}

.cate-dt-btn .btncall {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    width: 100% !important;
	line-height: 56px;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
}
.btn-blue {
    background-color: #0058CE;
    width: max-content;
    overflow: hidden;
}
.cate-dt-btn .call-contents {
    width: 100%;
    top: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-height: 0rem;
    transition: 0.8s;
    transition-duration: 1s;
    border-radius: 0.8rem;
    margin-top: 1rem;
}
.cate-dt-btn .call-contents-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}
.cate-dt-btn .call-contents-link .icon {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background: lightblue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.cate-dt-btn .call-contents-link .txt-name {
    font-weight: 700;
	color: #000;
}
.cate-dt-btn .call-contents-link .txt-val {
	color: #000;
    transition: 0.4s;
}
.call{width:49%;}

.cate-dt-btn .call:hover .call-contents {
    max-height: 30rem;
}
.cate-dt-btn .call {
	align-self: flex-start;
}
.call-contents .txt{text-align: start;}
.call-contents a{padding: 5px 10px;}

.title-main.title-main_td span{font-size: 1.5rem;color: #fff;}
.title-main.title-main_td{padding: 5px 0px;}
.cate-dt-document {
    display: flex;
    padding: 1rem 0;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.cate-dt-document .act {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.cate-dt-document .act-link:nth-child(2) {
    margin-left: 0.5rem;
}


.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 520px;
    z-index: 10;
    background: var(--color-main);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart-fixed i {
    font-size: 20px;
}
.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: var(--color-main);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}


/* .//fixbar */
.fixedbar {
    position: fixed;
    display: flex;
    flex-direction: column;
}
.fixedbar {
    position: fixed;
    bottom: 10rem;
    right: 1.5rem;
    z-index: 7;
    transition: 0.5s linear;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.fixedbar-list {
    flex-shrink: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    margin-bottom: 1rem;
}
.fixedbar-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background: #3385FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: 0.4s;
    z-index: 2;
}
.fixedbar-it:nth-child(1) {
    transform: translateY(calc(100% + 1rem));
}
.fixedbar-it {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    opacity: 0;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.fixedbar-it:nth-child(2) {
    transform: translateY(calc(200% + 2rem));
}
.fixedbar-it:nth-child(3) {
    transform: translateY(calc(300% + 3rem));
}
.zalo-link {
    width: 4rem;
    height: 4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.fixedbar-it .ttp {
    padding: 0.3rem 1rem;
    background: white;
    position: absolute;
    right: calc(100% + 1rem);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    opacity: 0;
    transition: 0.4s;
    white-space: nowrap;
}
.zalo-link img {
    width: 2rem;
    height: 2rem;
}
.fixedbar-it .ttp::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.zalo-tooltip {
    width: max-content;
    background: #ffffff;
    padding: 1rem;
    position: absolute;
    right: calc(100% + 1.5rem);
    bottom: 0;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.8rem;
}
.zalo-tooltip::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid white;
    position: absolute;
    bottom: 2rem;
    left: 100%;
}
.zalo-tooltip::after {
    content: "";
    width: 1.5rem;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}
.zalo-item {
    display: flex;
    align-items: center;
}
.zalo-item:not(:first-child) {
    margin-top: 0.8rem;
}
.fixedbar-btn i:nth-child(1) {
    animation: phoneRing 1s 
linear infinite;
}
.fixedbar-btn i {
    color: #ffffff;
}
.fixedbar-btn .ttp {
    padding: 0.3rem 1rem;
    background: white;
    position: absolute;
    right: calc(100% + 1rem);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    transition: 0.4s;
    white-space: nowrap;
}


.fixedbar-list.active .fixedbar-it {
    transform: translateY(0%);
    opacity: 1;
}
.fixedbar-list.active .fixedbar-it {
    transform: translateY(0%);
    opacity: 1;
}
.fixedbar-list.active .fixedbar-it {
    transform: translateY(0%);
    opacity: 1;
}

.zalo-item .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    flex-shrink: 0;
}
.zalo-item .text .name {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1;
}
.zalo-item .text .num {
    font-size: 0.9rem;
    color: #322F66;
    transition: 0.4s;
}
.zalo-item .icon img {
    width: inherit;
    height: inherit;
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }

  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }

  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }

  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }

  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.fixedbar-btn i:nth-child(2) {
    display: none;
}

.fixedbar-it:hover .ttp {
    opacity: 1;
}
.zalo.multiple:hover .zalo-tooltip {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: visible;
}
.option-vat {
    margin: 20px 0px;
}
.option-vat label{display: flex;flex-wrap: wrap;align-items: center;}
.option-vat label input{margin-right: 10px;}
.total-procart_giamgiavat,.total-procart_vat{display: none;}
.information-cart_vat{display: none;}
.information-cart_vat.active{display: unset;}
.baogia:hover span{color: #fff!important;}
.header.fixed{position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;animation: fadeInDown;animation-duration: 1.5s;box-shadow: 0px 0px 10px #8888;background: #fff;}
.view-about:hover{background-color: #333362;color: #fff;transition: all 0.3s;}
.addnow{cursor: pointer;}
.box_tc_id:hover{background-color: #164996;transition: all 0.3s;}
.box_tc_id .img_tc{transform: rotateY(0deg);transition: all 0.3s;}
.box_tc_id:hover .img_tc{transform: rotateY(180deg);transition: all 0.3s;}
.name_tt:hover{color: #BD413A;transition: all 0.3s;}
.header ul li{list-style: none;}
.name_tc_tt{font-size: 16px;font-family: 'Roboto_b';color: #000;margin-top: 10px;}
.tieuchi_tt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.tieuchi_tt{margin-top: 20px;}
.cart-fixed.btn_baogia{bottom:450px;}
.modal-dialog{max-width: 700px;}
.form_1 textarea{height: 120px;}
.btn-file-mau {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    background: #05458C;
}

.form_1 .item-baogia input{height: unset;}
.btn-file-mau:hover{background-color: #BD413A;color: #fff;}
.btn_dk:hover{color: #fff;}
.desc_tc{min-height: 60px;}

.km-detail {
    padding: 3px 5px;
    background: #FE0002;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    display: inline-block;
}
.dt_flex_gia{display: flex;align-items: center;}
.img_tc_tt{flex-shrink: 0;}
.info_tc_tt{flex: 1;padding-left: 10px;}



/* //danhmuc_trangtrong */
#left .title {
    width: 100%;
    height: 45px;
    background: url(../images/image/h2_danhmuc.jpg) no-repeat;
    padding-left: 20px;
    line-height: 45px;
}

#left .title h2 {
    font-family: 'Roboto_b';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
	line-height: 45px;
}

#danhmuc_left {
    width: 100%;
    border: 1px solid #ccc;
    background: #ccc;
}

.left1 {
    width: 100%;
    float: left;
    position: relative;
}

.title_left {
    width: 250px;
    height: 40px;
    background: url(../images/image/h2_danhmuc.jpg);
    line-height: 40px;
    text-align: center;
    position: relative;
}

.title_left:after {
    content: '';
    width: 248px;
    height: 15px;
    background: url(../images/image/bg_bong.jpg) no-repeat;
    position: absolute;
    left: 1px;
    bottom: -15px;
}

.title_left h2 {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'RobotoCondensedRegular';
    font-weight: normal;
}

.box_left2 {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 12px;
}

.content_left {
    width: 100%;
    float: left;
    padding-top: 15px;
    border: 1px solid #ccc;
    border-top: 0px;
}

.left2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.title_left2 {
    width: 225px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    background: url(../images/image/h2_hotro.jpg) no-repeat;
    margin-top: 10px;
    margin-left: -5px;
}

.title_left2 h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    font-size: 14px;
}

.content_left2 {
    padding: 10px;
    padding-top: 15px;
    border: 1px solid #ccc;
    border-top: 0px;
    width: 100%;
    float: left;
}

.content_fanpage {
    width: 100%;
    float: left;
    overflow: hidden;
}
.ddsmoothmenu-v ul li{list-style: none;}
.danhmuc_l.danhmuc_l_detail{ max-width: 280px;width: 100%;text-align: start;}
.danhmuc_r.danhmuc_r_detail{width: 77%;}
.news_dt_tc.news-right{background-color: #333362;border-radius: 10px;}
#danhmuc_left i{
	    float: right;
		right: 20px;
		position: relative;
		margin: auto;
		top: 3px;
}
.sp_detail_bt .product{padding: 10px;}