@charset "UTF-8";

/*main*/
:root {
	--color-tra-blue: #4e71a80d;
	--color-min-blue: #2E87FA;
	--color-blue: #334573;
	--color-dark-blue: #3A5073;
	--color-min-red: #e5acac;
	--color-tra-red: #cb34340d;
	--color-red: #E13343;
	--color-dark-red: #c70017;
	--animate-delay: 0.5s;
	--footer-color: #fff;
	--four-color: #4E71A8;
	--hover-color: black;
	--main-color: #4E71A8;
	--sec-color: #fb4141;
	--thir-color: #6e6e6e
}

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

@font-face {
	font-family: 'SVN-Gilroy';
	src: url('../fonts/SVN-GilroyMedium.woff2') format('woff2'), url('../fonts/SVN-GilroyMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'SVN-Gilroy';
	src: url('../fonts/SVN-GilroyBold.woff2') format('woff2'), url('../fonts/SVN-GilroyBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.paytone-one-regular {
	font-family: "Paytone One", serif;
	font-weight: 400;
	font-style: normal;
}

.anton-regular {
	font-family: "Anton", serif;
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: 'SVN-Gilroy';
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

body {
	top: 0 !important
}

.skiptranslate {
	display: none !important;
}

a {
	color: inherit;
	transition: .3s
}

a:hover {
	text-decoration: none
}

h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0
}

figure {
	margin-bottom: 0
}

button,
input,
textarea {
	border: none;
	outline: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.w-clear:after {
	clear: both;
	content: "";
	display: block
}

.hidden {
	display: none
}

.clear {
	clear: both
}

.none {
	display: none
}

.hidden-seoh {
	height: 0;
	margin: 0;
	overflow: hidden;
	visibility: hidden
}

.wrapper {
	margin: 0 auto;
	padding: 0 15px;
	position: relative
}

.wrap-content {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	width: 100%;
}

.wrap-content_lg {
	margin: 0 auto;
	max-width: 1290px;
	padding: 0 15px
}

img {
	height: auto;
	max-width: 100%
}

img:not([src]) {
	visibility: hidden
}

img.lazy {
	opacity: 0
}

img:not(.initial) {
	transition: opacity 1s
}

img.error,
img.initial,
img.loaded {
	opacity: 1
}

img.img-fluid,
img.img-full,
img.img-responsive {
	height: auto;
	width: 100% !important
}

div[data-slick] {
	display: none
}

div[data-slick].loaded {
	display: block
}

.custom-select,
.form-control,
.form-control-plaintext:not(textarea) {
	height: calc(1em + 1.25rem + 8px)
}

.text-sm {
	font-size: .875rem !important
}

.breadCrumbs {
	background-color: var(--color-tra-blue);
}

.breadCrumbs .wrapper {
	padding: .75rem 15px
}

.breadCrumbs .wrapper .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0
}

.breadCrumbs .wrapper .breadcrumb-item a {
	color: #212529
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
	color: #6c757d
}

.breadcrumb-item a span {
	color: #333;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #333;
}

.breadcrumb {
	background: none;
	padding: 1rem 0;
}

.widthBox {
	width: 100%;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
	position: relative
}

.w100 {
	height: auto;
	width: 100%
}

.cl-m {
	color: #1e4071
}

.row-50 {
	margin: 0 -25px
}

.padding-50 {
	padding: 0 25px
}

.row-20 {
	margin: 0 -10px
}

.padding-20 {
	padding: 0 10px
}

.row-10 {
	margin: 0 -5px
}

.padding-10 {
	padding: 0 5px
}

.row-0 {
	margin: 0 0
}

.padding-0 {
	padding: 0 0
}

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

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

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

/*menu*/
.block-menu {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.block-menu.sticky {
	position: fixed;
}

#fix {
	position: sticky;
	top: 0;
	z-index: 9999;
}

#fix .headerBottom {
	background: transparent;
}

.menu {
	width: 65%;
	max-width: 750px;
}

.menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu ul.primary-menu {
	display: flex;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 0;
	justify-content: space-between;
	width: 100%;
}

.menu ul.primary-menu>li {
	text-align: center;
}

.menu ul.primary-menu>li>a {}

.menu ul li {
	position: relative;
	z-index: 9 !important;
}

.menu ul li .d-flex {
	align-items: center;
	gap: 10px;
	margin-left: 20px;
}

.menu ul li .d-flex .icon-search i {
	font-size: 20px;
}

.menu ul li .d-flex .cart {
	font-size: 20px;
	padding: 5px;
	color: #212529;
	position: relative;
}

.menu ul li .d-flex .cart:hover {}

.menu ul li .d-flex .cart .count-cart {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	background: #ec2d3f;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	border-radius: 100%;
	z-index: 1000;
}

.menu ul li a {
	display: block;
	position: relative;
	color: #333;
	padding: 10px 0px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	z-index: 9;
}

.menu ul li a.has-child {
	padding-right: 16px;
	margin-right: 0px;
}

.menu ul li a.has-child::after {
	content: "";
	position: absolute;
	bottom: calc(50% - 2px);
	right: 5px;
	width: 5px;
	height: 5px;
	border: 1px solid #333;
	border-top: 0px;
	border-left: 0px;
	transform: rotate(45deg);
	transition: all 0.3s ease-out;
}

.menu ul li a.active,
.menu ul li:hover>a {
	color: var(--color-blue);
}

.menu ul li:hover>a.has-child:after,
.menu ul li a.active.has-child:after {}

.menu ul li>a:before {
	content: '';
	width: 0px;
	height: 3px;
	background: var(--color-red);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}

.menu ul li:hover>a:before,
.menu ul li a.active:before {
	width: 32px;
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	background-color: #fafafa;
	border-radius: 0.25rem;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	transform: perspective(600px) rotateX(-90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	z-index: 999;
	 !;
	 !i;
	 !;
}

.menu ul li:hover>ul {
	transform: perspective(600px) rotateX(0);
	opacity: 1;
	visibility: visible;
	transition: all 0.7s;
}

.menu ul li ul li {
	padding-left: 0;
	padding-right: 0;
}

.menu ul li ul li a {
	font-weight: 600;
	font-size: 15px;
	text-align: left;
	color: #313131;
	border-bottom: 1px solid #ececec;
	text-transform: capitalize;
}

.menu ul li ul li:last-child>a {
	border-bottom: 0px;
}

.menu ul li ul li a.has-child {
	margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
	border-color: #313131;
	transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {}

.menu ul li ul li:hover>a.has-child:after,
.menu ul li ul li a.active.has-child:after {}

.menu ul li ul li a {
	padding: 10px 10px 9px 10px;
	text-transform: capitalize;
}

.menu ul li ul li ul {
	top: 0;
	left: 100%;
	margin-top: 0px;
}

/* mmenu*/
#menu {
	display: none
}

.mm-navbar__title {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	color: var(--color-blue) !important;
	 !i;
	 !;
}

#hamburger {
	display: block;
	height: 20px;
	position: relative;
	width: 35px;
	color: #fff;
}

#hamburger span,
#hamburger::after,
#hamburger::before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition-property: transform, top, bottom, left, opacity;
	transition: none .5s ease .5s;
	width: 100%
}

#hamburger::before {
	top: 0
}

#hamburger span {
	top: 50%;
	transform: translateY(-50%)
}

#hamburger::after {
	bottom: 0
}

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

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

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

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

.contact-mmobile {
	color: #000 !important
}

.mm-menu_opened {
	display: flex !important
}

.menu-m {}

.menu-m .menu-m-inside {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.head-mobi-left {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

.head-mobi-right {
	width: 70%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.logo-header img {
	max-height: 80px;
}

.mm-listitem>a {
	border-bottom: 1px solid #f0f0f0;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
}

.mm-btn:after,
.mm-btn:before {
	border: 2px solid var(--mm-color-button);
	border-bottom: none;
	border-right: none;
}

.header-mmenu {
	display: none
}

/*search-res*/
.search-res {
	position: relative
}

.search-res .icon-search {
	color: #212529;
	cursor: pointer;
	font-size: 17px;
	height: 40px;
	line-height: 38px;
	margin: 0;
	text-align: center;
	width: 40px;
	color: var(--color-blue);
	border: 2px solid var(--color-blue);
	border-radius: 7px;
}

.search-res .icon-search.active {
	background: #fff;
	border-radius: 100%;
	color: var(--color-blue);
}

.search-res .search-grid {
	background: #fff;
	border-radius: 25px;
	border: 2px solid var(--color-blue);
	height: 40px;
	line-height: normal;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 41px;
	transition: .3s;
	width: 0;
	z-index: 2
}

.search-res .search-grid input {
	border: none;
	color: #333;
	float: right;
	line-height: 38px;
	outline: 0;
	width: calc(100% - 40px);
}

.search-res .search-grid input::-moz-placeholder {
	color: #ccc;
}

.search-res .search-grid input::placeholder {
	color: #ccc
}

.search-res .search-grid button {
	background: #fff;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 17px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	outline: 0;
	text-align: center;
	width: 35px;
	color: var(--color-blue);
}

.search-res .search-grid.active {
	opacity: 1;
	width: 270px;
}

.book-res {}

.book-res a {
	background: var(--color-blue);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
}

/*newsletter*/
.newsletter .input-cell {
	margin-bottom: 10px
}

.newsletter .text-newsletter {
	border-radius: unset;
	height: 45px
}

.newsletter .btn-send .submit-newsletter {
	align-items: center;
	background: 0 0;
	color: #000;
	display: flex;
	justify-content: center;
	min-height: 45px;
	min-width: 100%;
	padding: 0 10px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content
}

.newsletter .btn-send .submit-newsletter:hover {
	background: #000;
	background: #ec2d3f;
	color: #fff;
	text-decoration: none
}

.newsletter::-webkit-input-placeholder {
	color: #ccc
}

.newsletter::-moz-placeholder {
	color: #ccc
}

.newsletter:-ms-input-placeholder {
	color: #ccc
}

.newsletter:-moz-placeholder {
	color: #ccc
}

#show_popup {
	padding: 0 !important
}

.fw-normal {
	font-weight: 400 !important
}

.text-main {
	color: var(--main-color)
}

.btn-main {
	background: var(--main-color);
	color: #fff;
	transition: .4s
}

.btn-main:hover {
	background: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color)
}

.btn-outline-main {
	background: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	transition: .4s
}

.btn-outline-main:hover {
	background: var(--main-color);
	color: #fff
}

.share-box {
	background: #f2f2f2;
	background: unset;
	border-radius: 10px;
	padding: 15px;
	padding: unset
}

.share-box p {
	margin-bottom: 3px
}

.wow {
	visibility: hidden
}

.article iframe,
.article object {
	max-width: 100% !important
}

.article table {
	width: 100%
}

.article:not(iframe):not(object):not(img) {
	max-width: 100% !important
}

.flex-box {
	display: flex !important;
	flex-wrap: wrap
}

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

.overflow-hidden {
	overflow: hidden
}

.cursor-pointer {
	cursor: pointer
}

.hover-scale {
	display: block;
	overflow: hidden
}

.hover-scale img {
	transition: .7s !important
}

.hover-scale:hover img {
	transform: scale(1.1)
}

.hover-rotateZ img {
	transition: .8s !important
}

.hover-rotateZ:hover img {
	transform: rotateZ(30deg)
}

.hover-rotateY img {
	transition: .8s !important
}

.hover-rotateY:hover img {
	transform: rotateY(180deg)
}

.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.yt {
	aspect-ratio: 139/106;
	position: relative
}

.transition {
	transition: .3s ease-out
}

.grecaptcha-badge {
	display: none !important;
	height: 0 !important;
	overflow: hidden;
	visibility: hidden !important;
	width: 0 !important
}

coccocgrammar {
	display: none
}

.modal-quickiew {
	max-width: 1000px !important
}

.fw-bold {
	font-weight: 700
}

.ft-italic {
	font-style: italic
}

.slick-data {
	display: none !important
}

.slick-data.loaded {
	display: block !important
}

.slick-data.slick-dotted {
	margin-bottom: 0
}

.alert-warning strong {
	font-weight: 700;
	font-weight: unset
}

#google_translate_element {
	opacity: 0;
	position: absolute;
	z-index: 999
}

a[aria-haspopup=true] {
	pointer-events: none
}

.list .tab-content>.tab-pane {
	display: block !important;
	height: 0;
	opacity: 0;
	visibility: hidden
}

.list .tab-content>.tab-pane.active {
	height: auto;
	opacity: 1;
	visibility: visible
}

.col-news {
	margin-bottom: 20px;
	padding: 0 10px
}

.row-news {
	margin: 20px -10px 0 -10px
}

.news_box {
	position: relative
}

.news_box:hover .news__name a {
	color: var(--hover-color)
}

.news__name {
	color: #000;
	margin: 15px 0 7px 0
}

.news__name a {
	color: inherit
}

.news__name.text-split {
	-webkit-line-clamp: 2
}

.news__desc.text-split {
	-webkit-line-clamp: 3
}

.othernews.share {
	margin-top: 20px
}

.othernews.share b {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}

.list-news-other {
	list-style: disc;
	padding-left: 17px;
	width: 100%;
}

.list-news-other li {
	padding: 7px 0
}

.list-news-other li:not(:last-child) {
	border-bottom: 1px solid #eee
}

.list-news-other li a {
	color: #333;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
}

.list-news-other li a:hover {
	color: var(--color-red);
}

.box.news {
	position: relative
}

.box.news--pic {
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	position: relative
}

.box.news--abs__date {
	background: #9acd32;
	border-bottom-right-radius: 20px;
	display: inline-block;
	left: 0;
	padding: 5px 5px;
	pointer-events: none;
	position: absolute;
	top: 0
}

.box.news--abs__date p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: underline
}

.box.news--abs__date span {
	color: #fff
}

.box.news--content {
	padding: 15px 0
}

.box.news--name {
	color: #000;
	font-size: 16px;
	font-weight: 700
}

.box.news--name:hover {
	color: #1e4071
}

.box.news--date {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 10px
}

.box.news--date p {
	color: #6b6b6b
}

.box.news--date p img {
	margin-right: 5px
}

.box.news--desc {
	color: #000;
	margin-bottom: 10px
}

.box.news--btn {
	color: #1e4071;
	font-size: 14px;
	font-weight: 700
}

.box.news--btn:hover {
	color: #fb4141
}

.section-du-an .box__duan {
	margin: 10px 0
}

.row-product {
	margin: 25px -12px 0 -12px
}

.col-product {
	margin-bottom: 24px;
	padding: 0 12px
}

.product_box {
	position: relative
}

.product_box:hover .product__name a {
	color: var(--hover-color)
}

.product__info {
	position: relative
}

.product__name {
	color: #000;
	font-size: 20px;
	text-align: center
}

.product__name a {
	color: inherit
}

.product__name.text-split {
	-webkit-line-clamp: 2
}

.product__price {
	align-items: baseline;
	display: flex;
	justify-content: center
}

.price__pro_new a,
.price__pro_new strong {
	color: #c00;
	font-size: 20px
}

.product__price .price__pro_new+.price__pro_old {
	margin-left: 7px
}

.discount-pro-detail {
	background-color: #ec2d3f;
	border-radius: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 9px
}

.left-pro-detail {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	margin-bottom: 20px;
	max-width: 40%;
	padding-right: 10px;
	position: relative;
	text-align: center
}

.left-pro-detail .MagicZoom {
	background-color: #fff;
	position: relative;
	z-index: 10;
	border: 1px solid #eee;
	padding: 5px;
}

.right-pro-detail {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	margin-bottom: 20px;
	max-width: 60%;
	padding-left: 30px
}

.tabs-pro-detail {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 2rem;
	max-width: 100%
}

.grid-pro-detail {
	margin-bottom: 3rem
}

.gallery-thumb-pro {
	margin-top: 10px;
	position: relative
}

.control-pro-detail {
	top: calc(50% - 12.5px)
}

.control-pro-detail button {
	background-color: transparent;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	height: 25px;
	opacity: 1;
	width: 25px
}

.control-pro-detail button.owl-prev {
	left: 10px
}

.control-pro-detail button.owl-next {
	right: 10px
}

.title-color,
.title-size {
	color: #4ea8cd;
	font-weight: 400
}

.thumb-pro-detail {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	cursor: pointer;
	display: block !important;
	overflow: hidden
}

.thumb-pro-detail img {
	border-bottom: 0 !important;
	box-shadow: none !important;
	filter: brightness(100%) !important;
	padding-bottom: 0 !important
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #333
}

.title-pro-detail {
	color: #212529;
	color: #333;
	font-size: 22px;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
	text-transform: capitalize
}

.top-info-pro-detail {
	align-items: baseline;
	display: flex;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0
}

.top-info-pro-detail li+li {
	border-left: 1px solid #eae4e8
}

.top-info-pro-detail li:first-child {
	padding-right: 7px
}

.top-info-pro-detail li:last-child {
	padding-left: 7px
}

.top-info-pro-detail li a,
.top-info-pro-detail li span {
	color: #007bff;
	font-weight: 700;
	margin-left: 2px
}

.comment-pro-detail {
	align-items: center;
	display: flex;
	justify-content: flex-start
}

.social-plugin-pro-detail {
	align-items: center;
	display: flex;
	margin-bottom: 1rem;
	margin-top: 1rem !important;
}

.desc-pro-detail {
	margin-bottom: 1rem
}

.attr-pro-detail {
	list-style: none;
	margin-bottom: 15px;
	margin: 0;
	padding: 0
}

.attr-pro-detail li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.attr-pro-detail li:last-child {
	margin-bottom: 0
}

.attr-label-pro-detail {
	color: #212529;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.attr-content-pro-detail {
	margin-bottom: 0
}

.price-new-pro-detail {
	color: var(--color-red);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

.price-old-pro-detail {
	color: #a7abaf;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
	text-decoration: line-through
}

.tabs-pro-detail .nav-tabs {
	justify-content: center;
	gap: 10px;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
	border-bottom: 2px solid transparent;
	border: 0;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
	border-bottom-color: #fff;
	color: var(--color-blue);
	background: var(--color-tra-blue);
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
	border-bottom-color: #555;
	font-weight: 700
}

.contact-article {
	margin-bottom: 3rem
}

.contact-input {
	margin-bottom: 15px;
	position: relative
}

.contact-input textarea {
	height: 150px;
	resize: none
}

.contact-input .custom-file-label::after {
	content: attr(title)
}

.contact-map {
	height: 500px;
	position: relative
}

.contact-map iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important
}

.col-photo {
	margin-bottom: 20px;
	padding: 0 10px
}

.row-photo {
	margin: 20px -10px 0 -10px
}

.box:hover a,
.box:hover h3 {
	color: var(--color-red) !important;
}

.box.photo {
	text-align: center
}

.box.photo .hover-scale {
	border-radius: 5px
}

.box.photo .name {
	color: var(--color-blue);
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: capitalize;
}

.cart-fixed {
	align-items: center;
	background: var(--main-color);
	border-radius: 100%;
	color: #fff !important;
	display: flex !important;
	height: 40px;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 40px
}

.cart-fixed .count-cart {
	background: #ec2d3f;
	border-radius: 100%;
	color: #fff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 1000
}

.popup-cart .total-procart {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 15px 0
}

.popup-cart .total-procart p:last-child {
	font-size: 19px
}

#popup-cart .card-cover {
	background: 0 0;
	bottom: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999
}

#popup-cart .cart-background {
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .4s cubic-bezier(.645, .045, .355, 1);
	visibility: hidden;
	z-index: -1
}

#popup-cart .price-new-cart {
	color: var(--color-blue);
	font-weight: 500;
	font-size: 16px;
}

#popup-cart .cart-dialog {
	background: #fff;
	bottom: 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
	max-width: 90vw;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(120%);
	transition: transform .35s ease, right .25s ease, visibility 0s;
	transition: transform .5s;
	width: 480px;
	z-index: 1000
}

#popup-cart .wrap-cart {
	border-color: #e7e7e7;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	overscroll-behavior: none;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	width: 100%
}

#popup-cart .wrap-cart::-webkit-scrollbar {
	border-radius: 3px;
	height: 10px;
	width: 5px
}

#popup-cart .wrap-cart::-webkit-scrollbar-button {
	height: 0;
	width: 0
}

#popup-cart .wrap-cart::-webkit-scrollbar-track {
	background-color: #d4d4d4
}

#popup-cart .wrap-cart::-webkit-scrollbar-track-piece {
	background-color: #e7e7e7
}

#popup-cart .wrap-cart::-webkit-scrollbar-thumb {
	background-color: #d4d4d4;
	height: 60px
}

#popup-cart .wrap-cart::-webkit-scrollbar-corner {
	background-color: #e7e7e7
}

#popup-cart .wrap-cart::-webkit-resizer {
	background-color: #e7e7e7
}

#popup-cart .info-procart {
	padding-right: 0
}

#popup-cart .link-to-cart {
	background: var(--main-color);
	border-radius: 5px;
	border: 1px solid var(--main-color);
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 10px 0;
	transition: .4s;
	font-weight: 600;
	text-transform: capitalize;
}

#popup-cart .link-to-cart:hover {
	background: #fff;
	color: var(--main-color)
}

#popup-cart .buymore-cart {
	text-decoration: underline
}

#popup-cart .procart {
	padding: 15px 0
}

#popup-cart .quantity-counter-procart {
	border-color: #f9f9f9;
	border-radius: 0;
	margin-left: 0
}

#popup-cart .cart-header {
	padding: 15px 10px
}

#popup-cart .close-cart {
	background: 0 0;
	border: none;
	color: #333;
	font-size: 25px;
	height: 25px;
	outline: 0;
	width: 25px
}

#popup-cart .cart-title {
	color: var(--main-color);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#popup-cart .cart-header strong {
	color: var(--color-blue);
}

#popup-cart .cart-footer {
	padding: 15px 10px
}

#popup-cart .cart-footer .total-procart {
	padding: 6px 0
}

#popup-cart .cart-footer .total-procart p:first-child {
	font-weight: 400
}

#popup-cart .cart-footer .total-procart p:last-child {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-blue);
}

#popup-cart .cart-body {
	flex-grow: 1;
	position: relative
}

#popup-cart .del-procart {
	color: #ec2d3f;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 7.5px);
	width: 15px
}

#popup-cart.opened .cart-background {
	opacity: 1;
	visibility: visible
}

#popup-cart.opened .card-cover {
	left: 0 !important;
	transition-delay: 0s
}

#popup-cart.opened .cart-dialog {
	right: 0;
	transform: translateX(0);
	transition-delay: .1s;
	transition-duration: .3s;
	transition: transform .35s ease, right .25s ease, visibility 0s;
	width: 480px
}

#popup-cart.opened {
	width: 85%
}

.no-cart {
	border-top: 1px solid #f9f9f9;
	padding: 15px 10px
}

.no-cart p {
	margin: 10px 0
}

.no-cart a {
	color: #1a73e8;
	display: inline-block;
	text-decoration: underline
}

.no-cart .form-search {
	margin: 30px auto 0 auto;
	position: relative;
	width: 50%
}

.no-cart input {
	border: 1px solid #ccc;
	height: 40px;
	outline: 0;
	padding: 0 40px 0 20px;
	width: 100%
}

.no-cart button {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 100%;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px
}

.buymore-cart {
	color: var(--main-color);
	cursor: pointer;
	margin: 0;
	text-transform: capitalize;
	font-weight: 300;
}

.buymore-cart:hover {
	color: var(--color-blue);
}

.buymore-cart i {
	font-size: 12px;
	margin-right: 2px;
	margin-top: 5px;
	vertical-align: top
}

.wrap-cart {
	background: #fff;
	border: 1px solid #d8d8d8;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	padding: 20px 15px
}

.procart {
	padding: 15px 10px
}

.procart+.procart {
	border-top: 1px solid #f1f1f1
}

.top-cart .procart {
	padding: 15px 0
}

.number-pro-cart {
	font-size: 13px
}

.pic-procart {
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	position: relative
}

.pic-procart .del-procart {
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 15px;
	left: -7.5px;
	position: absolute;
	top: -7.5px;
	width: 15px
}

.pic-procart .del-procart i {
	display: block
}

.pic-procart .del-procart:hover {
	color: red
}

.pic-procart img {
	border: 1px solid #ededed;
	display: block
}

.price-info-cart strong {
	margin-right: 10px
}

.price-info-cart del {
	color: #8f9bb3;
	font-size: 12px
}

.name-procart a {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	transition: .3s
}

.name-procart a:hover {
	color: #ec2d3f
}

.properties-procart {
	display: block;
	font-size: 13px
}

.properties-procart p {
	display: inline-block;
	margin-bottom: 0
}

.properties-procart p:first-child {
	margin-right: 10px
}

.properties-procart p strong {
	font-weight: 700
}

.quantity-counter-procart {
	align-items: stretch;
	border: 1px solid #f9f9f9;
	display: flex;
	height: 25px;
	line-height: normal;
	margin-left: calc(100% - 90px);
	margin-top: 5px;
	text-align: center;
	width: 90px
}

.counter-procart {
	background-color: #f9f9f9;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: 700;
	outline: 0;
	width: 30%
}

.counter-procart:focus,
.counter-procart:hover {
	color: #ec2d3f
}

.counter-procart:disabled,
.counter-procart:disabled:hover {
	color: #ccc;
	cursor: not-allowed
}

.counter-procart-minus {
	line-height: 25px
}

.counter-procart-plus {
	line-height: 25px
}

.quantity-counter-procart .quantity-procart {
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #333;
	outline: 0;
	padding: 0;
	text-align: center;
	width: 40%
}

.price-procart {
	-ms-flex: 0 0 95px;
	flex: 0 0 95px;
	max-width: 95px;
	text-align: right
}

.info-procart {
	flex-grow: 1;
	padding: 0 15px
}

.price-new-cart {
	color: var(--color-blue);
	margin-bottom: 0;
	font-weight: 500;
}

.total-procart {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	padding: 5px 0
}

.total-price {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-blue);
}

hr.hr-md {
	margin: .5rem 0
}

.link-to-payment {
	background: var(--main-color);
	border-radius: 0;
	border-radius: 5px;
	border: 1px solid var(--main-color);
	color: #fff;
	display: block;
	font-weight: 700;
	margin-top: 15px;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .4s
}

.link-to-payment:hover {
	background: #fff;
	color: var(--main-color)
}

.section-cart {
	background: #fff;
	border-radius: 5px
}

.section-cart.top {
	padding: 15px
}

.section-cart.bot {
	border-radius: 0 0 5px 5px;
	padding: 15px
}

.section-cart h4 {
	border-bottom: 1px solid #eae4e8;
	color: var(--main-color);
	font-size: 16px;
	font-weight: 700;
	padding: 15px
}

.section-cart>p {
	font-size: 14px;
	margin-bottom: 15px
}

.title-cart {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 25px;
	position: relative
}

.title-cart a {
	color: #000;
	font-size: 14px;
	font-weight: 400
}

.title-cart a:hover {
	color: #1e4071
}

.procart.procart-label {
	background: var(--main-color);
	color: #fff;
	font-weight: 700;
	padding: 10px
}

.input-cart {
	margin-bottom: .5rem;
	position: relative
}

.input-cart textarea {
	height: 100px;
	resize: none
}

.input-cart select {
	cursor: pointer
}

.payments-cart {
	margin-bottom: 5px;
	min-height: auto;
	text-align: left
}

.payments-cart:last-child {
	margin-bottom: 0
}

.payments-cart input {
	top: calc(50% - .625rem)
}

.payments-label {
	background: #eee;
	border-radius: 3px;
	color: #313131 !important;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
	padding: 10px 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.payments-label::after,
.payments-label::before {
	top: calc(50% - .5rem)
}

.payments-label.active {
	background: var(--color-blue);
	color: #fff !important
}

.payments-info {
	background: #f5efef;
	border-radius: 5px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden
}

.payments-info p {
	margin-bottom: 1em
}

.payments-info.active {
	height: auto;
	margin-top: 5px;
	opacity: 1;
	padding: 10px 15px;
	visibility: visible
}

.btn-cart {
	background: var(--main-color);
	border: 1px solid var(--main-color);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	text-transform: uppercase
}

.btn-cart:hover {
	background: #fff;
	color: var(--main-color)
}

.empty-cart {
	color: #23527c !important;
	display: block;
	padding: 25px 30px;
	text-align: center;
	width: 100%
}

.empty-cart i {
	color: red;
	font-size: 70px
}

.empty-cart p {
	color: #333;
	font-size: 18px;
	margin: 15px 0
}

.empty-cart span {
	border-radius: 3px;
	border: 1px solid #2e9ef2;
	display: inline-block;
	font-size: 16px;
	max-width: 325px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%
}

.color-pro-detail {
	align-items: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c6c6c6;
	cursor: pointer;
	display: block;
	display: flex;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 9px 23px;
	position: relative
}

.color-pro-detail.active::after {
	box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.color-pro-detail:hover .color-tooltip {
	display: block
}

.capacity-pro-detail,
.magic-pro-detail,
.origin-pro-detail,
.size-pro-detail {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	overflow: hidden;
	padding: 3px 10px;
	position: relative
}

.capacity-pro-detail+.capacity-pro-detail,
.magic-pro-detail+.magic-pro-detail,
.origin-pro-detail+.origin-pro-detail,
.size-pro-detail+.size-pro-detail {
	margin-left: 5px
}

.capacity-pro-detail.active,
.magic-pro-detail.active,
.origin-pro-detail.active,
.size-pro-detail.active {
	border-color: #000;
	color: #000
}

.capacity-pro-detail.active::before,
.magic-pro-detail.active::before,
.origin-pro-detail.active::before,
.size-pro-detail.active::before {
	background: #080808;
	border-radius: 100%;
	content: "";
	font-size: 10px;
	height: 24px;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: -13px;
	top: -15px;
	transform: rotate(45deg);
	width: 26px
}

.capacity-pro-detail.active::after,
.magic-pro-detail.active::after,
.origin-pro-detail.active::after,
.size-pro-detail.active::after {
	background-repeat: no-repeat;
	background-size: contain;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
	content: "";
	height: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 6px
}

.capacity-pro-detail input[type=radio],
.color-pro-detail input[type=radio],
.magic-pro-detail input[type=radio],
.origin-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	display: none
}

.quantity-pro-detail {
	align-items: center;
	display: flex;
	justify-content: space-between;
	line-height: normal;
	max-width: 130px;
	text-align: center;
	width: 100%
}

.quantity-pro-detail span {
	background: #fff;
	border: 1px solid #ced4da;
	color: #a4aaaf;
	cursor: pointer;
	height: 44px;
	padding: 0;
	width: 44px
}

.quantity-pro-detail span i {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	transition: .3s;
	width: 44px
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0;
	border-radius: 0 5px 5px 0
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-radius: 5px 0 0 5px;
	border-right: 0
}

.quantity-pro-detail span:hover i {
	color: #000
}

.quantity-pro-detail input {
	border-bottom: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	font-size: 14px;
	height: 44px;
	padding: 5px;
	text-align: center;
	width: calc(100% - 88px)
}

.cart-pro-detail {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1rem;
}

.cart-pro-detail a {
	padding: 8px 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	cursor: pointer;
}

.btn-outline-pro {
	border: 2px solid var(--color-blue);
	color: var(--color-blue);
	border-radius: 7px;
}

.btn-pro {
	border: 2px solid var(--color-blue);
	color: var(--color-blue);
	border-radius: 7px;
}

.btn-outline-pro:hover {
	background: var(--color-blue);
	color: #fff;
}

.btn-pro:hover {
	background: var(--color-blue);
	color: #fff;
}

.group-quantity-pro-detail {
	width: 130px
}

.group-cart-pro-detail {
	-ms-flex: 0 0 calc(100% - 130px);
	flex: 0 0 calc(100% - 130px);
	max-width: calc(100% - 130px);
	padding-left: 10px
}

.cart-product {
	margin-bottom: 0
}

.cart-product span {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	float: left;
	padding: 7px 5px;
	text-align: center;
	text-transform: capitalize;
	width: 49%
}

.cart-add {
	background-color: #ec2d3f;
	margin-right: 2%
}

.cart-add:hover {
	background-color: #c31829
}

.cart-buy {
	background-color: #28a745
}

.cart-buy:hover {
	background-color: #207d36
}

.cuppon-row p {
	background: url(../images/coupon-icon.webp) no-repeat left center;
	line-height: 22px;
	padding-left: 25px
}

.cuppon-row a {
	color: var(--main-color)
}

.lb-header-cuppon svg {
	margin-right: 5px;
	width: 30px
}

.cuppon-payment button {
	background: var(--main-color);
	border-radius: 5px;
	color: #fff;
	height: 42px;
	width: 100%
}

.color-tooltip {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: none;
	font-size: 11px;
	left: 50%;
	line-height: 20px;
	padding: 2px 8px;
	position: absolute;
	top: 0;
	transform: translate(-50%, calc(-100% - 10px))
}

.color-tooltip::after {
	background: #333;
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 3px 2.5px 0 2.5px;
	bottom: -4px;
	content: "";
	height: 8px;
	left: calc(50% - 4px);
	position: absolute;
	transform: rotate(45deg);
	width: 8px
}

.cupponBox {
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .15));
	min-height: 100px;
	padding: 10px;
	position: relative
}

.cupponBox::before {
	background-clip: padding-box;
	background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, .9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;
	color: #fff;
	content: "";
	height: 100%;
	left: -3px;
	position: absolute;
	top: 0;
	width: 10px
}

.cuppon__slick--items {
	padding: 7px
}

.cuppon__slick {
	margin: 0 -7px
}

.cupponBox_icon {
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px
}

.cupponBox_info {
	-ms-flex: 0 0 calc(100% - 90px);
	flex: 0 0 calc(100% - 90px);
	max-width: calc(100% - 90px);
	padding-left: 10px
}

.cupponBox_info h3 {
	color: var(--main-color);
	font-size: 15px;
	font-weight: 700;
	transition: .3s
}

.cupponBox_info p {
	margin: 4px 0
}

.cupponBox_info button {
	background: var(--main-color);
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 2px 15px
}

.cupponBox_info a {
	text-decoration: underline
}

.status_card {
	height: 0;
	opacity: 0;
	pointer-events: none
}

.status_card.active {
	height: auto;
	opacity: 1
}

.section-main {
	margin-bottom: 25px;
	margin-top: 15px
}

.title-main {
	margin-bottom: 1.5rem;
	text-align: center
}

.title-main h2 {
	color: #1e4071;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.time-main {
	color: #999;
	margin-bottom: .75rem
}

.time-main i {
	margin: 3px 7px 0 0;
	vertical-align: top
}

.time-main span {
	display: inline-block;
	vertical-align: top
}

.header-container {
	text-align: start
}

.header-container h2 {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 1rem;
	position: relative;
}

.header-container h2:before {
	content: '';
	width: 70px;
	height: 3px;
	background: var(--color-blue);
	position: absolute;
	bottom: 0;
	left: 0;
}

.titleMain2 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.titleMain2 h2 {
	color: #333;
	font-size: 27px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 1rem;
	position: relative;
}

.titleMain2 h2 b {
	font-weight: 600;
}

.bar {
	height: 4px;
	width: 85px;
	background: var(--color-blue);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 16px;
	margin: 0px auto;
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #fff;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-name: MOVE-BG
}

@keyframes MOVE-BG {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(85px)
	}
}

.titleMain {
	margin-bottom: 30px
}

.titleMain h2 {
	color: #212529;
	font-size: 32px;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content
}

.titleMain h2::before {
	background: #000;
	content: "";
	height: 1px;
	opacity: .2;
	position: absolute;
	right: calc(100% + 15px);
	top: 50%;
	width: 160px
}

.titleMain h2::after {
	background: #000;
	content: "";
	height: 1px;
	left: calc(100% + 15px);
	opacity: .2;
	position: absolute;
	top: 50%;
	width: 160px
}

.titleMain p {
	color: #212529;
	text-align: center
}

.pagination-cus .page-item {
	margin: 0 4px
}

.pagination-cus .page-item:first-child .page-link {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-cus .page-item:last-child .page-link {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination-cus .page-item.active .page-link {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff
}

.pagination-cus .page-item:not(:first-child) .page-link {
	margin-left: 0
}

.pagination-cus .page-link {
	border: 0;
	color: var(--main-color);
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	width: 35px;
	font-size: 15px;
	font-weight: 600;
}

.pagination-cus .page-link:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
	z-index: 2
}

.pagination-ajax {
	text-align: center
}

.pagination-ajax a {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #666 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 35px;
	line-height: 33px;
	margin: 0 3px 3px 3px;
	text-decoration: none !important;
	vertical-align: top;
	width: 35px
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff !important
}

.pagination-ajax a.first {
	background-color: #fff !important;
	position: relative;
	text-indent: -9999px
}

.pagination-ajax a.first::before {
	background-color: transparent;
	background-image: url(../images/page-first.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.pagination-ajax a.last {
	background-color: #fff !important;
	position: relative;
	text-indent: -9999px
}

.pagination-ajax a.last::before {
	background-color: transparent;
	background-image: url(../images/page-last.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.pagination-ajax a.prev {
	background-color: #fff !important;
	position: relative;
	text-indent: -9999px
}

.pagination-ajax a.prev::before {
	background-color: transparent;
	background-image: url(../images/page-prev.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.pagination-ajax a.next {
	background-color: #fff !important;
	position: relative;
	text-indent: -9999px
}

.pagination-ajax a.next::before {
	background-color: transparent;
	background-image: url(../images/page-next.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.box-readmore {
	background: rgba(128, 128, 128, .15);
	border-radius: 5px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	padding: 8px 15px
}

.box-readmore ul {
	counter-reset: item;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 8px;
	padding-left: 0 !important
}

.box-readmore ul li {
	counter-increment: item;
	display: table;
	margin-bottom: 5px
}

.box-readmore ul li a {
	color: #333;
	cursor: pointer;
	font-weight: 600
}

.box-readmore ul li a:hover {
	color: #767676
}

.box-readmore ul li::before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 5px
}

.box-readmore ul li ul>li {
	margin-bottom: 8px;
	margin: 0
}

.box-readmore ul li ul>li::before {
	content: counters(item, ".") " "
}

.mobile_menu_section {
	flex-direction: column;
	padding: 10px 0;
	font-weight: 500;
	color: #333;
	 !i;
	 !;
	font-size: 16px;
}

.mobile_menu_section .mobile_menu_section-title {
	color: var(--color-blue);
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.mobile_menu_section img,
.mobile_menu_section svg {
	height: 14px;
	margin-right: 5px;
	max-height: 14px;
	max-width: 14px;
	width: 14px
}

.mobile_menu_section .mobile_menu_help {
	align-items: center;
	display: flex
}

.mobile_menu_help svg path {
	fill: #333;
}

.border-animation {
	animation: squares 3s linear 0s infinite;
	border-radius: 50%;
	border: 1px solid var(--color-blue);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.border-animation.border-2 {
	animation-delay: 1s
}

.border-animation.border-3 {
	animation-delay: 2s
}

@keyframes squares {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1
}

.animated.infinite {
	animation-iteration-count: infinite
}

.zoomIn {
	animation-name: customzoomIn
}

@keyframes customzoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		background-position: 100% 50%;
		color: red;
		opacity: 0;
		opacity: 1;
		transform: translateY(12px)
	}
}

.swing-vertical {
	animation: top-image-bounce 2s infinite ease-in-out
}

@keyframes top-image-bounce {
	0% {
		transform: translateY(-8px)
	}
}

.vibration-icon {
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.blink_me {
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: blinker;
	-webkit-animation-timing-function: linear;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: blinker;
	animation-timing-function: linear
}

@keyframes blinker {
	0% {
		opacity: 1
	}
}

@keyframes customfadeIn {
	0% {
		opacity: 0
	}

	to {
		-webkit-transform: rotate(359deg);
		filter: hue-rotate(360deg);
		opacity: 0;
		opacity: 1;
		transform: rotateY(360deg);
		transform: translateZ(0)
	}
}

@keyframes customfadeOut {
	0% {
		opacity: 1
	}
}

@keyframes customfadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0)
	}
}

@keyframes customfadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100px, 0)
	}
}

@keyframes customfadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(100px, 0, 0)
	}
}

@keyframes customfadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(-100px, 0, 0)
	}
}

.text-nhapnhay {
	animation: my .7s infinite
}

@keyframes my {
	0% {
		color: #ffc853
	}
}

.rotate360 {
	animation: rotation 2s infinite linear
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0)
	}
}

.blink {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: blink;
	animation-timing-function: linear
}

@keyframes blink {
	0% {
		opacity: 1
	}
}

@keyframes gradient {
	0% {
		background-position: 0 50%
	}
}

.menu-slide .col-lg-3 {
	flex: 0 0 270px;
	max-width: 270px
}

.menu-slide .col-lg-9 {
	flex: 0 0 calc(100% - 270px);
	max-width: calc(100% - 270px)
}

.cont-menu {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between
}

.cont-menu a {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 10px)
}

.icon-mn1 {
	margin-right: 15px
}

.wrapper-dropdown-menu {
	border: 1px solid #1e4071;
	height: 100%;
	position: relative
}

.wrapper-dropdown-menu-slide {
	background: #fff;
	height: 100%;
	padding-bottom: 0;
	padding-top: 0
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
	display: block
}

.scroll-second-menu {
	height: 100%;
	max-height: calc(100% - 1px);
	overflow-y: auto;
	width: 100%
}

.scroll-second-menu::-webkit-scrollbar {
	height: 10px;
	width: 5px
}

.scroll-second-menu::-webkit-scrollbar-button {
	height: 0;
	width: 0
}

.scroll-second-menu::-webkit-scrollbar-track {
	background-color: #d4d4d4
}

.scroll-second-menu::-webkit-scrollbar-track-piece {
	background-color: #e7e7e7
}

.scroll-second-menu::-webkit-scrollbar-thumb {
	background-color: #d4d4d4;
	height: 60px
}

.scroll-second-menu::-webkit-scrollbar-corner {
	background-color: #e7e7e7
}

.scroll-second-menu::-webkit-resizer {
	background-color: #e7e7e7
}

.second-menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.second-menu>li {
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	height: 50px;
	padding: 0 10px
}

.second-menu>li>a {
	color: #000;
	position: relative;
	width: 100%
}

.second-menu>li>a img {
	margin-right: 10px;
	max-height: 20px;
	max-width: 20px
}

.second-menu>li .sub-menu {
	background: #fff;
	border-top: 0;
	border: 1px solid #1e4071;
	height: calc(100% + 2px);
	left: 100%;
	top: -1px;
	transform: rotate3d(0, 1, 0, 90deg)
}

.second-menu>li .sub-menu li {
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	height: 50px;
	justify-content: flex-start;
	padding: 0 10px;
	position: unset
}

.second-menu>li:hover {
	background: #1e4071;
	border-color: #1e4071
}

.second-menu>li:hover>.sub-menu {
	transform: rotate3d(0, 0, 0, 0deg)
}

.second-menu>li:hover>a {
	color: #fb4141;
	text-decoration: none
}

.second-menu .text-second-menu {
	display: block;
	overflow: hidden;
	padding: 9.2px 25px 9.2px 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap
}

.sub-menu {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: absolute;
	transform-origin: 0 0 0;
	transform: rotate3d(1, 0, 0, -90deg);
	transition: all .5s ease;
	width: 240px;
	z-index: 99
}

.sub-menu li {
	position: relative;
	text-align: left
}

.sub-menu li a {
	color: #000;
	position: relative;
	text-transform: capitalize;
	width: 100%
}

.sub-menu li a.has-child {
	margin-right: 0;
	padding-right: 15px
}

.sub-menu li a.has-child::after {
	border-color: #313131;
	border-left: 0;
	border-top: 0;
	border: 1px solid #fafafa;
	bottom: calc(50% - 2px);
	content: "";
	height: 5px;
	position: absolute;
	right: 15px;
	transform: rotate(-45deg);
	transform: rotate(45deg);
	transition: all .3s ease-out;
	width: 5px
}

.sub-menu li ul {
	left: 100%;
	margin-left: 0;
	margin-top: 0;
	top: -3px;
	transform: rotate3d(0, 1, 0, 90deg)
}

.sub-menu>li:hover {
	background: #1e4071 !important;
	border-color: #1e4071 !important
}

.sub-menu>li:hover>a {
	color: #fb4141;
	text-decoration: none
}

.sub-menu>li:hover>.sub-menu {
	transform: rotate3d(0, 0, 0, 0deg)
}

.sub-menu li:hover>ul {
	transform: rotate3d(0, 0, 0, 0deg)
}

.sub-menu li a.active.has-child:after,
.sub-menu ul li ul li:hover>a.has-child:after {
	border-color: #1e4071
}

.custom__scroll::-webkit-scrollbar {
	height: 5px;
	width: 5px
}

.custom__scroll::-webkit-scrollbar-button {
	height: 0;
	width: 0
}

.custom__scroll::-webkit-scrollbar-track {
	background-color: #1e4071
}

.custom__scroll::-webkit-scrollbar-track-piece {
	background-color: #fff
}

.custom__scroll::-webkit-scrollbar-thumb {
	background-color: #1e4071;
	border-radius: 3px;
	height: 50px
}

.custom__scroll::-webkit-scrollbar-corner {
	background-color: #fff
}

.hover-transformY:hover img {
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: spinY;
	-moz-animation-timing-function: linear;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-name: spinY;
	-ms-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: spinY;
	-webkit-animation-timing-function: linear;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: spinY;
	animation-timing-function: linear
}

@keyframes spinY {
	from {
		transform: rotateY(0)
	}
}

@keyframes hueRotate {
	from {
		filter: hue-rotate(0)
	}
}

.wrap-user {
	border-radius: 5px;
	border: 1px solid #18181824;
	margin-bottom: 10px;
	margin: auto;
	max-width: 550px;
	width: 100%
}

.title-user {
	-ms-flex-align: end;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-webkit-box-pack: justify;
	align-items: flex-end;
	background-color: #d4001b;
	border-radius: 5px 5px 0 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 12px 15px
}

.title-user span {
	color: #fff
}

.title-user a {
	color: #fff;
	font-size: 12px
}

.form-user {
	padding: 0 15px
}

.input-user {
	margin-bottom: .75rem
}

.input-user input {
	font-size: 14px
}

.button-user {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

.button-user input {
	font-size: 14px
}

.checkbox-user,
.radio-user {
	cursor: pointer
}

.checkbox-user input {
	height: auto;
	top: calc(50% - 1.25rem / 2)
}

.checkbox-user label {
	cursor: pointer;
	font-size: 14px
}

.checkbox-user label::after,
.checkbox-user label::before {
	top: calc(50% - 1rem / 2)
}

.radio-user {
	margin-right: 1rem
}

.radio-user:last-child {
	margin-right: 0
}

.radio-user label::after,
.radio-user label::before {
	top: calc(50% - 1rem / 2)
}

.note-user {
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding-top: .5rem
}

.poly .dropdown.poly-fw .dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	left: 0;
	right: 0
}

.poly .dropdown:hover .dropdown-menu {
	display: block
}

.poly .nav>li>a img {
	height: 24px;
	width: 24px
}

.poly .nav>li>a .caret {
	color: #999
}

.poly .navbar-nav>.open>a,
.poly .navbar-nav>.open>a:focus,
.poly .navbar-nav>.open>a:hover {
	background-color: transparent
}

.poly .nav>li>a {
	background-color: transparent;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	min-height: 15px;
	padding: 14px 7px;
	text-transform: uppercase
}

.poly .collapse,
.poly .dropdown,
.poly .dropup,
.poly .nav {
	position: static
}

.poly .container {
	position: relative
}

.poly .dropdown-menu {
	left: auto
}

.poly .mega-list .list-item {
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}

.poly .mega-list .list-item .item {
	-ms-flex-align: center;
	-ms-flex: 0 0 calc(25% - 10px);
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #666;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex: 0 0 calc(25% - 10px);
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden
}

.poly .mega-list {
	padding: 20px 15px
}

.poly .mega-list .list-item .item a {
	-ms-flex-align: center;
	-o-transition: all .4s ease-in-out;
	-webkit-box-align: center;
	-webkit-transition: all .4s ease-in-out;
	align-items: center;
	color: #666;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-weight: 400;
	height: 100%;
	padding-bottom: .45rem;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: .45rem;
	text-transform: uppercase;
	transition: all .4s ease-in-out;
	width: 100%
}

.poly .mega-list .list-item .item:hover a {
	background: #222;
	color: #fff
}

.poly .mega-list .list-item .item a span {
	font-size: 15px;
	margin-left: 2px
}

.poly .mega-list .list-brand .brand-item {
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem
}

.poly .mega-list .list-brand .brand-item .item {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	margin-bottom: 15px;
	text-align: center
}

.poly .mega-list .list-brand .brand-item .item a {
	display: block
}

.poly .mega-list .list-brand .brand-item .item a img {
	-o-transition: all .3s ease-in-out;
	-webkit-filter: grayscale(100%) contrast(25%);
	-webkit-transition: all .3s ease-in-out;
	filter: grayscale(100%) contrast(25%);
	margin: 0 auto;
	max-width: 100%;
	transition: all .3s ease-in-out;
	vertical-align: middle
}

.poly .mega-list .list-brand .brand-item .item:hover a img {
	-webkit-filter: inherit;
	filter: inherit
}

.poly .mega-list .list-item .item:hover a .img-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(0) hue-rotate(250deg) brightness(108%) contrast(105%)
}

.accordion-header .icon {
	transition: transform .3s ease
}

.accordion-header .icon.rotate {
	transform: rotate(90deg)
}

.faq__list__pro {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #c6c6c6;
	margin-top: 27px;
	padding: 29px
}

.faq__list__pro--title {
	margin-bottom: 26px;
	text-align: center
}

.faq__list__pro--title span {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-transform: capitalize
}

.accordion-header {
	background: #fff;
	border-radius: 15px !important;
	border: 1px solid #c6c6c6
}

.accordion-header h3 a {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize
}

#faqAccordion .card {
	border: unset;
	padding-bottom: 17px
}

.product__control__custome-next.product__control__custome.slick-arrow {
	right: -10px
}

.product__control__custome-prev.product__control__custome.slick-arrow {
	left: -10px
}

.btn__google.btn.btn-primary.btn-flat.rounded-0 {
	background: #181818
}

.box__product--name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
	display: -webkit-box;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
	min-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word
}

.box__product--price {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 10px
}

.box__product--null,
.box__product--regular {
	color: #898989;
	font-style: normal;
	font-weight: 600;
	line-height: normal
}

.box__product--sale {
	color: #d4001b;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: right
}

.box__product--null:hover {
	color: var(--sec-color)
}

.section-tin-tuc .box__tintuc {
	align-items: unset
}

.section-tin-tuc .box__tintuc--name {
	font-size: 17px
}

.left-pro-detail,
.right-pro-detail {
	flex: 0 0 50%;
	max-width: 50%
}

.section-tin-tuc .box__tintuc--btn {
	background: var(--main-color);
	bottom: 0;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	right: 0
}

.box__product--content article {
	max-height: 70%;
	overflow: hidden;
	position: relative
}

.box__product--content article::after {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%
}

.ul-tabs-pro-detail {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
	position: relative
}

.ul-tabs-pro-detail li {
	align-items: center;
	border-radius: 20px;
	color: #222;
	cursor: pointer;
	display: flex;
	font-family: var(--title-font);
	font-size: 16px;
	height: 40px;
	justify-content: center;
	margin: 0 5px 10px 5px;
	padding: 0 20px;
	position: relative
}

.ul-tabs-pro-detail li.active,
.ul-tabs-pro-detail li:hover {
	background: var(--main-color);
	color: #fff
}

.content-tabs-pro-detail {
	display: none;
	position: relative
}

.content-tabs-pro-detail.active {
	display: block
}

.ul-news li {
	color: #fff;
	font-size: 12px
}

.header__top {
	background: #181818;
	padding: 12px 0
}

.slogan__text {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center
}

.headerBottom__container {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.list__control__search {
	display: flex;
	gap: 55px;
	list-style: none;
	margin-bottom: 11px;
	padding-left: 30px
}

.list__control__search li a {
	align-items: center;
	color: #333;
	display: inline-flex;
	font-style: normal;
	font-weight: 500;
	gap: 7px;
	line-height: normal;
	text-align: center
}

.headerBottom {
	padding: 15px 0
}

.form-search input::placeholder {
	color: #b6b7b9;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-indent: 15px
}

.box__menu__list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none
}

.box__menu__list ul li a {
	align-items: center;
	border-bottom: unset;
	border-right: unset;
	border-top: unset;
	border: 1px dashed #b6b7b9;
	color: #898989;
	display: flex;
	flex-direction: column;
	font-style: normal;
	font-weight: 500;
	gap: 12px;
	line-height: normal;
	text-align: center
}

.icon__menu {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px
}

.box__menu__list {
	width: 40%
}

.box__menu__list ul li:last-child a {
	border-right: 1px dashed #b6b7b9
}

/*tagsSearch*/
.tagsSearch {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase
}

.tagsSearch__wrapper {
	padding: 32px 0
}

.tagsSearch__item {
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 5px;
	padding: 15px 10px;
	text-align: center
}

.tagsSearch__list {
	margin: 0 -5px
}

.tagsSearch__title {
	margin-bottom: 21px
}

.tagsSearch__list__custome {
	align-items: center;
	background: 0 0;
	display: flex !important;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.tagsSearch__list__slide {
	position: relative
}

.tagsSearch__list__custome.tagsSearch__list__prev {
	left: -10px
}

.tagsSearch__list__custome.tagsSearch__list__next {
	right: -10px
}

.list__products {
	display: grid;
	gap: 27px 21px;
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 30px
}

.list__products .box__product {
	margin: 0;
	padding: 8px 8px 20px 8px
}

.brand-catalogy__list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(9, 1fr)
}

a.brand-catalogy__item img {
	height: 20px;
	max-width: none;
	min-width: 86px;
	object-fit: contain
}

a.brand-catalogy__item {
	align-items: center;
	border-radius: 4px;
	border: 1px solid #e5e7eb;
	display: flex;
	height: 34px;
	justify-content: center;
	padding: 2px 4px;
	text-align: center
}

.list__brand-catalogy {
	margin-bottom: 20px
}

.list__filter__pro ul {
	align-items: center;
	display: flex;
	gap: 16px;
	list-style: none
}

.list__filter__pro ul li a {
	align-items: center;
	background: #f3f4f6;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	color: #333;
	cursor: pointer;
	display: flex;
	font-style: normal;
	font-weight: 500;
	gap: 6px;
	line-height: normal;
	padding: 11px 17px
}

.title__filter span {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal
}

.list__filter__pro {
	margin: 2rem 0
}

.title__filter {
	margin-bottom: 17px
}

.list__filter__pro ul li a.active {
	background: #fef2f2;
	border-color: #d4001b
}

.attr-content-pro-detail.capacity-detail {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c6c6c6;
	overflow: hidden;
	position: relative;
	text-align: center
}

.attr-content-pro-detail.capacity-detail a strong {
	color: #898989;
	font-style: normal;
	font-weight: 500 !important;
	text-align: center
}

.list__capacity {
	display: grid;
	gap: 19px;
	grid-template-columns: 1fr 1fr 1fr
}

span.price-new-capacity {
	color: #898989;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.attr-content-pro-detail.capacity-detail a {
	display: block;
	padding: 8px 0
}

.attr-content-pro-detail.capacity-detail.active {
	border-color: #d4001b
}

.attr-content-pro-detail.capacity-detail.active a strong {
	color: #d4001b
}

.attr-content-pro-detail.capacity-detail.active a span {
	color: #d4001b
}

.attr-content-pro-detail.capacity-detail.active:before {
	background-position: center center;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCAxNkg4LjkzNjgxQzE1LjA0NTEgMTYgMjAgMTAuOTk0MyAyMCA0LjgyMzMxVjBIOC44NDY1NEMzLjk2MTg5IDAgMCA0LjAwMjUzIDAgOC45MzczVjE2WiIgZmlsbD0iI0Q0MDAxQiIvPgogIDxwYXRoIGQ9Ik01IDguODYxMjRMNy42ODU4IDEwLjcwMzRDNy42ODU4IDEwLjcwMzQgMTAuNTI2NSA1Ljk1NDU1IDE0IDNDMTQgMyA4LjY1NDIzIDEwLjkxODcgOC40OTkyOCAxM0w1IDguODYxMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat;
	color: #fff;
	content: '';
	font-size: 10px;
	height: 16px;
	left: 0;
	padding-bottom: 2px;
	padding-left: 4px;
	position: absolute;
	top: 0;
	width: 20px
}

.attr-content-pro-detail--color {
	display: grid;
	gap: 19px;
	grid-template-columns: 1fr 1fr 1fr
}

.image__photo img {
	height: 34px;
	object-fit: cover;
	width: 34px
}

label.color-pro-detail.text-decoration-none.active {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d4001b
}

label.color-pro-detail.text-decoration-none.active:before {
	background-position: center center;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCAxNkg4LjkzNjgxQzE1LjA0NTEgMTYgMjAgMTAuOTk0MyAyMCA0LjgyMzMxVjBIOC44NDY1NEMzLjk2MTg5IDAgMCA0LjAwMjUzIDAgOC45MzczVjE2WiIgZmlsbD0iI0Q0MDAxQiIvPgogIDxwYXRoIGQ9Ik01IDguODYxMjRMNy42ODU4IDEwLjcwMzRDNy42ODU4IDEwLjcwMzQgMTAuNTI2NSA1Ljk1NDU1IDE0IDNDMTQgMyA4LjY1NDIzIDEwLjkxODcgOC40OTkyOCAxM0w1IDguODYxMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat;
	color: #fff;
	content: '';
	font-size: 10px;
	height: 16px;
	left: 0;
	padding-bottom: 2px;
	padding-left: 4px;
	position: absolute;
	top: 0;
	width: 20px
}

span.name__attr {
	color: #898989;
	font-style: normal;
	font-weight: 500;
	line-height: normal
}

.group__action__addCart {
	align-content: stretch;
	display: flex;
	gap: 14px
}

.btn__addCartPro {
	width: 145px
}

.btn__buyNowPro {
	width: calc(100% - 159px)
}

.btn__buyNowPro a {
	background: #d4001b;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	padding: 12px 0;
	text-align: center
}

.btn__addCartPro a {
	align-items: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d4001b;
	cursor: pointer;
	display: block;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 100%;
	justify-content: center
}

.btn__addCartPro a span {
	color: #d4001b;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center
}

a.btn-pro.btn__changeNew {
	background: #333;
	border-radius: 10px;
	display: block;
	padding: 12px 0
}

a.btn-pro.btn__changeNew span {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-transform: uppercase
}

.btn__changeNew__pro {
	margin-top: 14px;
	text-align: center
}

a.btn-pro.btn__changeNew p {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center
}

.form__sale__pro {
	background: #fff;
	border-radius: 15px;
	margin-bottom: 23px
}

.header__title__sale {
	background: #fde2e2;
	border-radius: 15px 15px 0 0;
	padding: 12px 23px
}

.header__title__sale span {
	align-items: center;
	color: #d4001b;
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	gap: 8px;
	line-height: normal;
	text-transform: uppercase
}

.content__sale__pro {
	border-radius: 0 0 15px 15px;
	border-top: 0;
	border: 1px solid #c6c6c6;
	padding: 9px 17px
}

.banner__catagory__item a {
	border-radius: 20px;
	display: block;
	overflow: hidden
}

.banner__catagory__item {
	margin-top: 40px
}

.info__product-detail--content {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #c6c6c6;
	padding: 32px
}

.info__product-detail--article {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #c6c6c6;
	height: 100%;
	padding: 20px 0
}

span.info__product-detail--content--title {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center
}

span.info__product-detail--article--title {
	color: #333;
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-top: unset;
	padding: 24px
}

.info__product-detail {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding-top: 71px
}

div#info-pro-detail {
	max-height: 500px;
	overflow: hidden;
	position: relative
}

.cps-block-content_btn-showmore {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .91) 50%, #fff 55%);
	bottom: 0;
	display: block;
	left: 0;
	margin-bottom: 0;
	padding-top: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%
}

a.btn-show-more.button__content-show-more {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	gap: 5px;
	justify-content: center;
	line-height: normal;
	text-align: center
}

.menu ul.primary-menu>li>a.active {}

a.btn__primary.btn-secon:hover {
	color: #fff
}

.frefix__user__info__container {
	border-radius: 10px;
	border: 1px solid #0000003b;
	margin-bottom: 20px;
	margin-top: 5rem;
	overflow: hidden
}

.frefix__user__info__list-group {
	border-radius: unset;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 10px;
	width: 100%
}

.frefix__user__info__list-group .list-group-item {
	background: #181818;
	border-radius: 0;
	border-radius: 10px 0 0 10px;
	border-right: unset;
	border: unset;
	box-shadow: unset;
	color: #fff;
	margin-bottom: 5px;
	outline: #fff
}

.frefix__user__info__tab-content {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px 2rem
}

.frefix__user__info__form-user {
	margin-top: 20px
}

.frefix__user__info__input-user {
	margin-bottom: 20px
}

.frefix__user__info__input-user .input-group-prepend .input-group-text {
	background-color: #f8f9fa;
	border: 1px solid #ced4da
}

.frefix__user__info__input-user .form-control {
	font-size: 14px;
	height: auto;
	padding: 10px
}

.frefix__user__info__button-user {
	text-align: center
}

.frefix__user__info__button-user .btn {
	font-size: 16px;
	padding: 10px;
	width: 100%
}

.frefix__user__info__input-user .custom-control-label {
	margin-left: 10px
}

.frefix__user__info__input-user .custom-radio {
	display: inline-block;
	margin-right: 20px
}

.tab-content.frefix__user__info__tab-content h3 {
	font-weight: 700;
	text-transform: uppercase
}

.frefix__user__info__list-group .list-group-item.active {
	background: #fff;
	border-color: #fff;
	color: #000
}

.container.frefix__user__info__container .col-md-3 {
	background: #181818;
	padding-left: 0;
	padding-right: 0
}

.frefix__user__info__list-group .list-group-item:hover {
	background: #ffffff3d;
	transition: all .3s linear
}

a.list-group-item.list-group-item-action.active:hover {
	color: #fff
}

.btn-primary {
	background: var(--color-blue);
	border-color: var(--color-blue);
}

.btn-primary:hover {
	background: #07328ce3
}

a.btn__google {
	border-radius: 4px !important;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
	margin: 0 auto;
	width: 80%
}

a.btn__google img {
	max-width: 25px
}

ul.technical-content li:nth-child(odd) {
	background: #f8f8f8
}

li.technical-content-item div {
	color: #333;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: start;
	width: 50%
}

li.technical-content-item p {
	color: #333;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 40%
}

ul.technical-content li {
	padding: 14px 23px !important
}

.btn__viewDetail__technical {
	margin: 40px 11px 0 11px;
	text-align: center
}

.btn__viewDetail__technical a {
	border-radius: 15px;
	border: 1px solid #c6c6c6;
	color: #333;
	display: block;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 15px;
	text-align: center
}

.info__product-detail .row .col-md-4 {
	height: 100%;
	position: sticky;
	top: 0
}

.technologyNews__item__title:hover {
	color: #d4001b
}

a.box__product--pic img {
	border-radius: 5px
}

.item-categories-outer a {
	-webkit-text-decoration: none;
	background-position: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90px;
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	display: block;
	min-height: 125px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%
}

.list__product__Cat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	position: relative
}

.item-categories-outer {
	width: 10%
}

.item-categories-outer a span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
	max-width: 114px;
	padding: 0 5px;
	width: 100%;
	word-break: break-word
}

.menu ul.primary-menu>li>a:hover {}

.list__filter__pro ul li a.checked,
.list__filter__pro ul li a:hover {
	background: #fef2f2;
	border-color: #d91e36
}

.keyword-autocomplete {
	background: #fff;
	border-radius: 0 0 20px 20px;
	border-top: unset;
	border: 1px solid #00000033;
	left: 0;
	max-height: calc(80px * 4);
	max-height: calc(98px * 5);
	overflow-x: hidden;
	overflow-y: auto;
	overflow: hidden;
	padding-bottom: 1rem;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%
}

.autocomplete_item {
	border-bottom: 1px solid #b3b3b333;
	display: block
}

.autocomplete_item a {
	align-items: center;
	display: flex !important;
	gap: .5rem;
	padding: .2rem !important
}

.autocomplete_item a picture {
	border-radius: 5px;
	border: 1px solid #18181854;
	max-width: 10%;
	max-width: 15%;
	min-width: 15%;
	min-width: 20%;
	padding: 2px
}

.autocomplete_item a section {
	flex-grow: 1;
	position: relative
}

.autocomplete_item a h3 {
	color: #222;
	font-size: 14px;
	margin: 0
}

.autocomplete_item a p {
	align-items: center;
	display: flex;
	float: none;
	gap: 10px;
	height: unset;
	line-height: unset;
	text-align: left;
	width: 100%
}

.autocomplete_item a p span {
	font-size: 14px
}

.autocomplete_item a p span.price-per {
	background: red;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	height: auto;
	line-height: unset;
	padding: 2.5px 5px;
	right: 0;
	top: 0;
	width: auto;
	z-index: 2
}

.box__search {
	position: relative;
	z-index: 99
}

form.form-search.search.w-clear.active {
	border-radius: 22px 22px 0 0
}

.box__product--main,
.box__product--sale {
	color: #d4001b;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: right
}

p.price-old-cart {
	text-decoration: line-through
}

.autocomplete_item:hover {
	background: #e1e1e145
}

.img__color__pro.text-center {
	margin-top: 5px
}

a.btn__primary:hover {
	background: #fff;
	box-shadow: 0 0 10px 0 #000;
	color: #181818
}

a.btn__primary:hover svg path {
	fill: #000
}

.btn__primary.btn-secon:hover {
	background: #fff;
	color: #000 !important
}

.box__menu__list ul li a:hover {
	color: #181818;
	transition: all .3s linear
}

.header__menu.sticky.animate__animated.animate__fadeInDown {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

.img__color__pro.text-center a {
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, .25)
}

.alert-warning {
	background: var(--color-tra-blue);
	border-color: var(--color-tra-blue);
	color: #333;
	font-weight: 500;
}

ul.technical-content {
	padding: 0 5px
}

.keyword__autoComplete {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 28px 0
}

.keyword__autoComplete span {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal
}

.keyword__autoComplete__container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px
}

.keyword__autoComplete__container a {
	background: #fff;
	border-radius: 500px;
	border: 1px solid #898989;
	color: #898989;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 16px 25px;
	text-align: center
}

.control__mobile {
	display: none
}

a.btn__primary svg path {
	fill: #181818
}

.technologyNews__navControl a svg path {
	fill: #181818
}

li.filter__pro__item a svg {
	height: 18px;
	width: 18px
}

.product__navSlide__container .slick-track {
	margin-left: auto
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

#popup .modal-content {
	background: 0 0;
	border: unset
}

#popup .modal-dialog {
	border: unset;
	max-width: 600px
}

#popup .modal-content .modal-header {
	border: unset;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 999
}

.text-decoration-line-through {
	text-decoration: line-through
}

/*animation star*/
.phone {
	animation: ring 4s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}

	5% {
		transform: rotate(30deg);
	}

	10% {
		transform: rotate(-28deg);
	}

	15% {
		transform: rotate(34deg);
	}

	20% {
		transform: rotate(-32deg);
	}

	25% {
		transform: rotate(30deg);
	}

	30% {
		transform: rotate(-28deg);
	}

	35% {
		transform: rotate(26deg);
	}

	40% {
		transform: rotate(-24deg);
	}

	45% {
		transform: rotate(22deg);
	}

	50% {
		transform: rotate(-20deg);
	}

	55% {
		transform: rotate(18deg);
	}

	60% {
		transform: rotate(-16deg);
	}

	65% {
		transform: rotate(14deg);
	}

	70% {
		transform: rotate(-12deg);
	}

	75% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	85% {
		transform: rotate(6deg);
	}

	90% {
		transform: rotate(-4deg);
	}

	95% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(-1deg);
	}
}

.leftright {
	transform: translateY(-100px);
	animation: exportmoveobject 3s infinite linear alternate;
}

@keyframes exportmoveobject {
	50% {
		left: 50px;
	}
}

/*tienich-phone*/
.social_fixed {
	position: fixed;
	right: 25px;
	bottom: 110px;
	z-index: 999999;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.support-online a {
	position: relative;
	text-align: left;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100rem;
	background: var(--color-blue);
	transition: 0.3s;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.support-online a:not(.cart-fixed) {
	animation: hueRotate infinite 600s;
}

.support-online a:hover {
	animation: unset;
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
	max-width: 40px;
	max-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}

.support-online .btn-support {
	cursor: pointer;
}

.kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -7.5px;
	right: -7.5px;
	position: absolute;
	transition: all 0.2s ease-in-out;
	border-radius: 100%;
	border: 2px solid transparent;
	transition: all 0.5s;
	background-color: rgba(30, 64, 113, 0.5);
	opacity: 0.75;
}

.kenit-alo-circle {
	width: 55px;
	height: 55px;
	top: -5px;
	left: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 1px solid rgba(30, 64, 113, 0.4);
	opacity: 0.1;
	border-color: var(--main-color);
	opacity: 0.5;
}

.social_fixed-phone {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 55px;
	line-height: 45px;
	color: #fff;
	z-index: 50;
	display: none;
	background: var(--main-color);
}

.social_fixed-phone ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

.social_fixed-phone ul li {
	flex: 0 0 100%/4;
	-ms-flex: 0 0 100%/4;
	max-width: 100%/4;
	width: 100%;
}

.social_fixed-phone ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	letter-spacing: 1px;
	line-height: 2;
	height: 100%;
	border-left: 1px solid rgba(30, 64, 113, 0.2);
	padding-top: 3px;
}

.social_fixed-phone ul li a i {
	font-size: 19px;
}

.social_fixed-phone img {
	display: block;
	margin: 0 auto;
	height: 19px;
	max-width: 100%;
}

/* Scroll Top */
.goTop {
	width: 45px;
	height: 45px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-blue);
	border-radius: 100rem;
	transition: 1s;
	margin: 0 auto;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.goTop i {
	color: #fff;
	font-size: 22px;
}

.goTop.hide {
	opacity: 0;
	visibility: visible;
	pointer-events: none;
}

/* slide */
.slide__main {
	position: relative;
}

.slide__main .slick-dots {
	bottom: 0;
	right: 0;
	text-align: end
}

.slide__main .slick-dots button:before {
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0 0 2px 0 #000000b3;
	color: transparent;
	display: inline-block;
	height: 12px;
	opacity: 1;
	width: 12px
}

.slide__main .slick-dots button {
	height: 12px;
	width: 12px
}

.slide__main .slick-dots li.slick-active button:before {
	background: #b6b7b9;
	border-color: #b6b7b9;
	color: transparent;
	opacity: 1
}

/* header */
#header {
	box-shadow: rgb(0 0 0 / 20%) 0px 15px 15px -14px;
	position: relative;
}

.dts-headTop {
	background: var(--color-blue);
	color: #fff;
}

.dts-headTop .wrap-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headTop_left {
	width: 49%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem;
	font-weight: 500;
	font-size: 13px;
}

.time_head svg {
	vertical-align: text-bottom;
	margin-right: 5px;
}

.headTop_right {
	width: 45%;
	text-align: right;
}

.list_social {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1.5rem;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 13px;
}

.temp__detail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.globe-icon {
	width: 38px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	border-radius: 50%;
	background: #f1f1f1;
	display: inline-block;
	transition: background 0.3s ease;
	text-align: center;
	color: #000;
	transform: rotate(15deg);
}

.globe-icon:hover {
	background: #ddd;
}

.dts-headBot {
	position: relative;
}

.dts-headBot .wrap-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 12px 10px;
}

.logoPc {
	max-width: 134px;
}

.headBot_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	max-width: 202px;
}

.icon_live {}

.icon_live a {
	display: flex;
	padding: 7px 7px;
	border-radius: 10px;
	background: var(--color-red);
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.5s;
}

.icon_live a svg {
	margin-right: 5px;
}

.icon_live a:hover {
	background: var(--color-blue);
}

.head-mb-left {
	display: none
}

/* list tin tuc */
.BoxListTT {
	font-family: Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #f4f4f4;
	margin: 20px;
}

.news-category {
	border-radius: 10px;
	color: white;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: calc((100% - 40px)/5);
}

.news-category::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--random-color);
	opacity: 0.9;
	z-index: 0;
}

.news-category * {
	position: relative;
	z-index: 1;
	color: #ffffffcc;
	font-weight: 500;
	font-size: 15px;
}

.news-category h3 {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff26;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: 700;
}

.news-category h3 a {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.news-category p {
	font-size: 14px;
	padding: 0 15px;
}

.news-category button {
	background: white;
	color: black;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 15px;
}

/* News First */
.dts-wrap-news1 {
	background: #F5F5F5;
	padding: 22px 0;
}

.dts-wrap-news1 .wrap-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.News1-Left {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

.slide_item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.infoSli {
	width: 90%;
	position: absolute;
	bottom: 3rem;
	left: 5%;
	background: #00000099;
	padding: 1rem;
	color: #fff;
	border-radius: 10px;
}

.descSli {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.nameSli {
	color: #FFF;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.infoSli span {
	font-weight: 500;
	font-size: 13px;
}

.slideshow {
	position: relative;
}

.slideshow .slick-dots {
	bottom: 1rem !important;
}

.slideshow .slick-dots li {
	margin: 0 9px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	padding: 0;
	transition: all 0.5s;
	border: none;
}

.slideshow .slick-dots li button:before {
	display: none;
}

.slideshow .slick-dots li.slick-active {
	width: 20px;
	border-radius: 10px;
}

.slideshow .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
}

.News1-Right {
	width: calc(50% - 22px);
}

.itemNewsnb {
	position: relative;
}

.picNewsnb {
	border-radius: 20px;
	margin-bottom: 10px;
	position: relative;
}

.infoNewsnb {
	color: #898989;
	font-size: 15px;
}

.ListNewsnb {
	font-size: 13px;
	text-transform: uppercase;
	color: var(--color-red);
	font-weight: 700;
	margin-bottom: 5px;
}

.nameNewsnb {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}

.nameNewsnb:hover {
	color: var(--color-red);
}

.infoNewsnb span {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.news-run {}

.news-run .owl-nav {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	gap: 5px;
	margin-top: 1rem;
}

.news-run .owl-nav .owl-prev,
.news-run .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	background: #333 !important;
	border-radius: 5px;
	transform: translate(0, 0%);
	transition: all 0.5s;
	margin: 0 !important;
	display: block;
}

.news-run .owl-nav .owl-next {}

.news-run .owl-nav .owl-prev span,
.news-run .owl-nav .owl-next span {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	font-size: 33px;
	line-height: 26px;
}

.news-run .owl-nav .owl-prev:hover,
.news-run .owl-nav .owl-next:hover {
	background: var(--color-red) !important;
}

/* News Second */
.dts-wrap-body {
	padding: 22px 0;
}

.dts-wrap-body .wrap-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.NewsBody-Left {
	width: calc(67% - 22px);
}

.title-desk1 {
	margin-bottom: 22px;
}

.title-desk1 h2 {
	display: inline-block;
	background: var(--color-red);
	color: #fff;
	padding: 10px 2rem;
	transform: skewX(-20deg);
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}

.title-desk1 h2 span {
	transform: skewX(20deg);
	display: inline-block;
}

.BoxNews_new {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 22px;
	margin-bottom: 1.5rem;
}

.itemNewsMoi {
	width: calc((100% - 22px)/2);
	position: relative;
}

.picNewsMoi {
	border-radius: 20px;
	margin-bottom: 10px;
}

.ListNewsMoi {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-red);
	font-weight: 700;
	margin-bottom: 5px;
}

.nameNewsMoi {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}

.nameNewsMoi:hover {
	color: var(--color-red);
}

.infoNewsMoi {
	color: #898989;
	font-size: 15px;
	font-weight: 500;
}

.infoNewsMoi span {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #6e6e6e;
}

.slide-banner {
	width: 100%;
}

.iSliBanner {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.infoSliBanner {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1rem 2rem 3rem;
	width: 100%;
	max-height: 100%;
	transition: all 0.5s;
	background-image: linear-gradient(0deg, #000000 0%, #4e71a800 100%);
	color: #fff;
}

.descSliBanner {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}

.nameSliBanner {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}

.infoSliBanner span {
	font-weight: 500;
}

.slide-banner .slick-dots {
	bottom: 1rem !important;
	text-align: right;
	padding-right: 1rem;
}

.slide-banner .slick-dots li {
	margin: 0 5px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	padding: 0;
	transition: all 0.5s;
	border: none;
}

.slide-banner .slick-dots li button:before {
	display: none;
}

.slide-banner .slick-dots li.slick-active {
	width: 20px;
	border-radius: 10px;
}

.slide-banner .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
}

.NewsBody-Right {
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}

.wrap-about {
	border-radius: 20px;
	background: #F5F5F5;
	border-top: 3px solid var(--color-min-blue);
	padding: 20px 20px;
	text-align: center;
	transition: all 0.4s;
	width: 100%;
}

.wrap-about:hover {
	box-shadow: #3346754d 0px 2px 4px, #3346754d 0px 7px 13px -3px, #33467533 0px -3px 0px inset;
}

.pic-about {
	margin-bottom: 1rem;
}

.pic-about img {
	max-height: 208px;
}

.info-about {}

.info-about small {
	color: var(--color-min-blue);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: block;
}

.name-about {
	color: #333;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.desc-about {
	color: #898989;
	font-size: 16px;
	margin-bottom: 1rem;
}

.viewall {}

.viewall a {
	color: var(--color-min-blue);
	border: 2px solid var(--color-min-blue);
	display: inline-block;
	padding: 8px 20px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 7px;
	font-size: 15px;
	transition: all 0.5s;
}

.viewall a:hover {
	background: var(--color-min-blue);
	color: #fff;
}

.wrap-social-right {
	border-radius: 20px;
	background: #F5F5F5;
	border-top: 3px solid #F9A92F;
	padding: 20px 20px;
	text-align: center;
	transition: all 0.4s;
	width: 100%;
}

.title-right {
	margin-bottom: 1rem;
	color: #333;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.thongso_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
}

.namchay {
	width: calc((100% - 20px)/3);
	text-align: center;
	padding: 10px 10px;
}

.icon-cs {
	margin-bottom: 5px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-cs img {
	max-height: 36px;
}

.so-cs {
	color: #fff;
}

.so-cs b {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}

.so-cs b:after {
	content: 'K';
}

.so-cs span {
	display: block;
	font-weight: 600;
}

.item_thongso0 {
	background: #1C499F;
}

.item_thongso1 {
	background: #2E70FC;
}

.item_thongso2 {
	background: #DC1F27;
}

.wrap-youtube-subscribe {
	border-radius: 20px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 20px 20px;
	width: 100%;
}

.icon_kenh_yt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.icon_yt {
	width: 50px;
	height: 50px;
	border: 1px solid #CCC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_yt {
	width: calc(100% - 60px);
}

.info_yt b {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}

.info_yt b:after {
	content: '\f336';
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: 600;
	color: #2568EF;
	font-size: 12px;
	vertical-align: super;
	position: relative;
	margin-left: 5px;
}

.info_yt p {
	font-weight: 600;
	color: #898989;
	text-transform: capitalize;
}

.itemVideo {
	width: 100%;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	cursor: pointer;
}

.iconPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000038;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick_video {
	padding-bottom: 40px;
	margin-bottom: 1rem;
}

.slick_video .slick-prev,
.slick_video .slick-next {
	top: auto;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: #333;
	border-radius: 5px;
	transform: translate(0, 0%);
	transition: all 0.5s;
}

.slick_video .slick-prev {
	left: calc(100% - 65px);
}

.slick_video .slick-next {
	right: 0;
}

.slick_video .slick-prev:before,
.slick_video .slick-next:before {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	color: #fff;
	opacity: 1;
	font-size: 15px;
}

.slick_video .slick-prev:before {
	content: '\f053';
}

.slick_video .slick-next:before {
	content: '\f054';
}

.slick_video .slick-prev:hover,
.slick_video .slick-next:hover {
	background: var(--color-red);
}

.link_youtube {
	padding: 1rem 0;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon_youtube {
	width: calc(100% - 80px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.link_youtube a {
	width: 68px;
	text-align: center;
	display: inline-block;
	background: #2E87FA;
	font-weight: 600;
	color: #fff;
	padding: 7px 5px;
	border-radius: 2rem;
	transition: all 0.4s;
}

.link_youtube a:hover {
	background: var(--color-red);
}

.icon_youtube span {
	width: 39px;
}

.icon_youtube p {
	width: calc(100% - 49px);
	color: #898989;
	font-weight: 500;
	line-height: 20px;
}

.icon_youtube p b {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.title-right2 i {
	color: var(--color-red);
	animation: live_pill_pulse 2s infinite ease-in-out;
	font-size: 20px;
}

@keyframes live_pill_pulse {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .5
	}
}

.title-right2 {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ff0800;
	margin-bottom: 1rem;
}

.title-right2 span {
	width: 40px;
	height: 22px;
	display: inline-block;
	background: url(../images/live_ani.gif) no-repeat center -14px;
	background-size: 75px;
	position: relative;
	top: 3px;
	left: 6px;
}

.wrap-youtube-live {
	border-radius: 20px;
	background: #F5F5F5;
	border-top: 3px solid var(--color-red);
	padding: 20px 20px;
	width: 100%;
}

.item_live {
	position: relative;
	margin: 5px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	cursor: pointer;
}

.live-image {
	width: 40%;
	position: relative;
	border-radius: 9px;
	overflow: hidden;
}

.live-info {
	width: calc(60% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
}

.live-image span {
	background: var(--color-red);
	position: absolute;
	top: 7px;
	left: 5px;
	width: 21px;
	padding: 3px;
	border-radius: 5px;
}

.live-info b {
	font-weight: 700;
	text-transform: capitalize;
	color: #333;
}

.live-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.live-info span {
	color: #898989;
	font-weight: 600;
	font-size: 12px;
	display: block;
}

.item_live:hover .live-info b {
	color: var(--color-red);
}

.slick_live {
	padding-bottom: 40px;
}

.slick_live .slick-prev,
.slick_live .slick-next {
	top: auto;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: #333;
	border-radius: 5px;
	transform: translate(0, 0%);
	transition: all 0.5s;
}

.slick_live .slick-prev {
	left: calc(100% - 65px);
	transform: rotate(90deg);
}

.slick_live .slick-next {
	right: 0;
	transform: rotate(90deg);
}

.slick_live .slick-prev:before,
.slick_live .slick-next:before {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	color: #fff;
	opacity: 1;
	font-size: 15px;
}

.slick_live .slick-prev:before {
	content: '\f053';
}

.slick_live .slick-next:before {
	content: '\f054';
}

.slick_live .slick-prev:hover,
.slick_live .slick-next:hover {
	background: var(--color-red);
}

.wrap-quangcao {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.wrap-quangcao img {
	transition: all 0.5s;
}

.wrap-quangcao:hover img {
	transform: scale(1.2);
}

.wrap-dknt {
	border-radius: 20px;
	background: #F5F5F5;
	padding: 20px;
	border-top: 3px solid #589241;
}

.title-right3 {
	text-align: center;
	margin-bottom: 1rem;
}

.title-right3 b {
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.title-right3 span {
	color: #898989;
	font-size: 15px;
}

.newsletter_container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.newsletter_input {
	width: 100%;
}

.newsletter_input input {
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	outline: none !important;
	box-shadow: none !important;
	padding: 12px 10px !important;
	height: auto;
	font-size: 14px !important;
	font-weight: 500;
	border-radius: 0;
}

.newsletter_button {
	width: 100%;
	position: relative;
}

.newsletter_button input {
	width: 100%;
	text-align: center;
	height: auto;
	padding: 12px 10px 12px 10px !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	background: #589241;
	color: #fff;
}

.newsletter_button input:hover {
	background: var(--color-red);
}

.newsletter_button label {
	margin: 0;
	position: absolute;
	top: calc(50% - 12px);
	right: calc(50% - 3.5rem);
	color: #fff;
}

/*wrap-list-news*/
.dts-wrap-list-news {
	padding: 22px 0;
}

.BoxListNews {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 2rem;
}

.iListNews {
	width: calc((100% - 6rem)/4);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 2rem 22px;
	text-align: center;
	transition: all 0.5s;
	top: 0;
}

.iListNews:hover {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 5px 5px 5px;
	top: -5px;
}

.bg-News {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
}

.iListNews a {
	position: relative;
	z-index: 9;
	color: #fff;
	display: block;
}

.PicListNews {
	margin-bottom: 1rem;
}

.InfoListNews {}

.nameListNews {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 1rem;
}

.descListNews {
	font-weight: 500;
	margin-bottom: 1rem;
	-webkit-line-clamp: 4;
}

.viewallList {
	display: inline-block;
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 7px 20px;
	border-radius: 7px;
	transition: all 0.4s;
}

.viewallList:hover {
	background: #000000;
	color: #fff !important;
}

/* xuhuong */
.dts-wrap-xuhuong {
	padding: 22px 0 0;
	max-width: 1920px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.xuhuongLeft {
	width: 35%;
	max-width: 650px;
}

.xuhuongRight {
	width: 65%;
	padding: 0 3rem 0 2rem;
}

.rotate img {
	animation: rotate 10s infinite linear;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.iconPlayxh {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.news-run3 {}

.news-run3 .owl-dots {
	margin-top: 2rem !important;
	 !i;
	 !;
}

.news-run3 .owl-dots .owl-dot span {
	width: 40px;
	height: 6px;
	margin: 5px 7px;
}

.news-run3 .owl-dots .owl-dot.active span,
.news-run3 .owl-dots .owl-dot:hover span {
	background: var(--color-red);
}

/*footer*/
.footer {}

.logo-ft {
	padding: 1rem 0 1.5rem;
	background: #212121;
	text-align: center;
}

.footer_wrapper {
	padding: 3rem 0 3rem;
	background: #111111;
}

.footer_wrapper .wrap-content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	color: #fff;
	gap: 22px;
}

.Footer-col {
	width: calc((100% - 44px)/3);
	border-radius: 20px;
	background: #212121;
	padding: 20px 20px;
	position: relative;
}

.Footer-col:nth-child(2) {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	align-content: center;
}

.picMscontent {}

.picMscontent img {
	max-height: 208px;
}

.infoMscontent {}

.infoMscontent small {
	display: block;
	color: #F6D730;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.infoMscontent b {
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.infoMscontent p {
	color: #898989;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
}

.footer_social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 10px;
}

.footer_social li {
	transition: all 0.4s;
}

.footer_social li:hover {
	transform: rotate(45deg);
}

.Footer-title {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.itemNewsFooter {
	margin: 7px 0;
	width: 100%;
}

.itemNewsFooter a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.picNewsFooter {
	width: 40%;
	border-radius: 10px;
}

.infoNewsFooter {
	width: calc(60% - 15px);
}

.nameNewsFooter {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-line-clamp: 2;
	margin-bottom: 7px;
}

.infoNewsFooter span {
	color: #898989;
}

.itemNewsFooter:hover .nameNewsFooter {
	color: var(--color-red);
}

.slick_footer {
	padding-bottom: 3rem;
}

.slick_footer .slick-prev,
.slick_footer .slick-next {
	top: auto;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: #333;
	border-radius: 5px;
	transform: translate(0, 0%);
	transition: all 0.5s;
}

.slick_footer .slick-prev {
	left: calc(100% - 65px);
}

.slick_footer .slick-next {
	right: 0;
}

.slick_footer .slick-prev:before,
.slick_footer .slick-next:before {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	color: #fff;
	opacity: 1;
	font-size: 15px;
}

.slick_footer .slick-prev:before {
	content: '\f053';
}

.slick_footer .slick-next:before {
	content: '\f054';
}

.slick_footer .slick-prev:hover,
.slick_footer .slick-next:hover {
	background: var(--color-red);
}

.viewFooter {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.viewFooter a {
	display: inline-block;
	background: #333333;
	color: #fff;
	padding: 6px 15px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 7px;
	transition: all 0.3s;
}

.viewFooter a i {
	font-size: 8px;
}

.viewFooter a:hover {
	background: var(--color-blue);
}

.footer-copyright {
	padding: 1.5rem 0;
	background: #212121;
}

.footer-copyright .wrap-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	width: 45%;
	font-size: 16px;
	color: #898989;
	font-weight: 500;
}

.copyright b {
	color: #F6D730;
}

.list-csach {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-csach li {
	display: inline-block;
}

.list-csach li a {
	color: #898989;
	position: relative;
	margin: 0 0rem;
	padding: 0 1rem;
	font-weight: 500;
	text-transform: capitalize;
}

.list-csach li a:before {
	content: '/';
	position: absolute;
	top: 0;
	left: 0;
}

.list-csach li:first-child a:before {
	display: none;
}

.list-csach li a:hover {
	color: #F6D730;
}

/*questions*/
.question__container {
	max-width: 1000px;
	margin: 0px auto;
}

.question__item .i-box-question h5 {
	padding: 8px 10px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	text-align: left;
	gap: 1rem;
	background: var(--color-blue);
}

.question__item .i-box-question h5 span {
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	width: calc(100% - 52px);
}

.question__item .i-box-question h5.active span {
	color: #fff;
}

.question__item .i-box-question h5.active i {
	transform: rotate(90deg);
}

.question__item .i-box-question h5 i {
	font-size: 20px;
	width: 42px;
	height: 42px;
	background: var(--color-red);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.i-desc-question {
	padding: 10px 1rem 1rem;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: justify;
}

.question__item {
	cursor: pointer;
	margin-bottom: 1rem;
	overflow: hidden;
}

.i-box-question {
	background: #fff;
	border: 2px solid var(--color-blue);
	border-radius: 20px;
	overflow: hidden;
}

.i-desc-question {
	display: none
}

.i-box-question.active .i-desc-question {
	display: block
}

/*search full*/
.search-icon {
	position: relative;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	text-align: center;
	color: #000;
	border-radius: 0;
	background: none;
	transition: all 0.5s;
}

.search-icon.active {
	background: var(--color-blue);
	color: #fff;
	border-radius: 50%;
}

.search {
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 850px;
	margin: 0px auto 1rem;
}

.form-search {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-search input {
	width: calc(100% - 90px);
	color: #898989;
	background: #fff;
	height: auto;
	padding: 15px 10px;
	font-size: 14px;
	border-radius: 5px;
}

.form-search button {
	height: 51px;
	width: 80px;
	background: var(--color-red);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-search button:hover {
	background: var(--color-dark-red);
}

.form-search button i {
	color: #fff;
	font-size: 18px;
}

.dropdown {
	display: none;
	position: absolute;
	width: 100%;
	background: var(--color-blue);
	color: white;
	padding: 20px;
	border-radius: 0 0 7px 7px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown.show {
	display: block;
}

.search-box {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}

.news-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 10px;
}

.news-category {}

.news-category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-category ul li {
	margin: 5px 0;
}

.news-category ul li a {
	color: #ffffffcc;
	text-decoration: none;
	text-transform: capitalize;
}

.news-category ul li a:hover {
	color: #fff;
}

.viewallnews {
	text-align: center;
}

.viewallnews a {
	border-radius: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	display: inline-block;
	color: #898989;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 4rem;
}

.viewallnews a i {
	margin-left: 5px;
	transition: all 0.2s;
}

.viewallnews a:hover {
	border: 1px solid var(--color-blue);
	background: var(--color-blue);
	color: #fff;
}

.viewallnews a:hover i {
	transform: rotate(90deg);
}

/* about detail */
.Boxts_about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2rem;
}

.ts-run {
	width: calc((100% - 3rem)/4);
	padding: 2rem 1rem;
	border-radius: 10px;
	text-align: center;
	transition: all .5s;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
	background: #fff;
	z-index: 1;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.ts-run:before {
	content: "";
	width: 100%;
	height: 0%;
	background: var(--color-blue);
	position: absolute;
	bottom: 0%;
	left: 0;
	z-index: -1;
	transition: all .5s;
}

.ts-run:hover:before {
	height: 100%;
}

.icon-ts {
	width: 70px;
	height: 70px;
	margin: 0 auto 1rem;
	background: #dfe8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: var(--color-blue);
	font-size: 30px;
}

.ts-run p {
	line-height: 40px;
}

.ts-run p b {
	position: relative;
	font-size: 60px;
	font-family: "Anton", serif;
	font-weight: 400;
	transition: all 0.4s;
}

.ts-run p b:after {
	content: '+';
	vertical-align: super;
}

.ts-run p span {
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: var(--color-blue);
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.4s;
}

.ts-run:hover p b,
.ts-run:hover p span {
	color: #fff;
}

/* News */
.BoxNewsFull {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.BoxNews {
	width: calc(100% - 340px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 22px;
	margin-bottom: 1.5rem;
}

.BoxNewsRight {
	width: 320px;
	position: sticky;
	top: 0;
	right: 0;
}

.danhmuc-news1-right {
	border: 1px solid #cfcfcf;
	border-top: 3px solid var(--color-blue);
	border-radius: 20px;
	margin-bottom: 2rem;
	background: #fff;
	overflow: hidden;
}

.ContNewsRight {
	padding: 0 10px 40px;
}

.titleRight {
	font-weight: 700;
	background: #FFF;
	text-align: center;
	color: var(--color-blue);
	padding: 14px 1rem;
	border-bottom: 1px solid #cfcfcf;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 1rem;
}

.itemNews {
	margin-bottom: 1rem;
}

.itemNews a {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	color: #333;
}

.picNews {
	width: 35%;
}

.picNews img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.infoNews {
	width: calc(65% - 1rem);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
}

.timeNews {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: var(--color-dark-blue);
	width: 100%;
}

.nameNews {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	width: 100%;
}

.nameNews:hover {
	color: var(--color-blue);
}

.infoNews p {
	color: #898989;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
}

.NewsRight {
	margin-bottom: 10px;
}

.NewsRight a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #333;
}

.picNewsRight {
	width: 40%;
	border-radius: 7px;
}

.nameNewsRight {
	width: calc(60% - 5px);
	font-size: 14px;
	-webkit-line-clamp: 2;
	font-weight: 700;
}

.nameNewsRight:hover {
	color: var(--color-red);
}

.nameNewsRight span {
	-webkit-line-clamp: 2;
}

.ContNewsRight .slick-prev,
.ContNewsRight .slick-next {
	top: auto;
	bottom: 10px;
	width: 30px;
	height: 30px;
	background: #333;
	border-radius: 5px;
	transform: translate(0, 0%);
	transition: all 0.5s;
}

.ContNewsRight .slick-prev {
	left: calc(100% - 75px);
	transform: rotate(90deg);
}

.ContNewsRight .slick-next {
	right: 10px;
	transform: rotate(90deg);
}

.ContNewsRight .slick-prev:before,
.ContNewsRight .slick-next:before {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	color: #fff;
	opacity: 1;
	font-size: 15px;
}

.ContNewsRight .slick-prev:before {
	content: '\f053';
}

.ContNewsRight .slick-next:before {
	content: '\f054';
}

.ContNewsRight .slick-prev:hover,
.ContNewsRight .slick-next:hover {
	background: var(--color-red);
}

.menu-right {
	padding: 0 22px;
	margin: 0;
	list-style: none;
}

.menu-right li {
	margin-bottom: 5px;
}

.menu-right li a {
	padding: 2px 0;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	color: #333;
	display: block;
	transition: all 0.5s;
}

.menu-right li a i {
	margin-right: 5px;
}

.menu-right li a:hover {
	padding-left: 5px;
}

.menu-right li ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}

.menu-right li ul li {}

.menu-right li ul li a {
	font-size: 14px;
	font-weight: 500;
}

.menu-right li ul li a i {
	font-size: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.menu-right li a:hover {
	color: var(--color-red);
}

/* NewsDetail */
.LeftNewsDetail {
	width: calc(100% - 340px);
	margin-bottom: 1.5rem;
}

.NewsRightDetail {
	width: 320px;
	position: sticky;
	top: 0;
	right: 0;
}

.BoxTags {}

.tags-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.tags-title i {
	font-weight: 600;
	color: var(--color-red);
	font-size: 20px;
	vertical-align: text-bottom;
}

.tags-list {}

.tags-list a {
	display: inline-block;
	background: var(--color-tra-blue);
	padding: 5px 10px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	color: var(--color-blue);
	transition: all 0.3s;
	font-size: 15px;
	margin-bottom: 3px;
}

.tags-list a:hover {
	background: var(--color-red);
	color: #fff;
}

/*select lang*/
.Lang-icon {
	position: relative;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	text-align: center;
	color: #000;
	border-radius: 0;
	background: none;
	transition: all 0.5s;
}

.Lang-icon.active {
	background: var(--color-blue);
	color: #fff;
	border-radius: 50%;
}

.dropdownLang {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	color: var(--color-blue);
	padding: 20px;
	border-radius: 0 0 7px 7px;
	top: 100%;
	right: 0;
	max-width: 800px;
	transform: translateX(-0%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdownLang.show {
	display: block;
}

.menuLanguage {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 10px;
}

.menuLanguage a {
	display: inline-block;
	width: calc((100% - 30px)/4);
	font-weight: 600;
	font-size: 15px;
}

.menuLanguage a:hover {
	color: var(--color-red);
}

/*album detail*/
.BoxAlbum {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1rem;
	margin-bottom: 2rem;
}

.itemAlbumDetail {
	width: calc((100% - 2rem)/3);
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	transition: all 0.5s;
	cursor: pointer;
}

.itemAlbumDetail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.itemAlbumDetail:hover .viewAlbum {
	bottom: 0;
}

.itemAlbumDetail:hover img {
	transform: scale(1.2);
}

.itemAlbumDetail:hover .viewAlbum a:hover {
	right: 0;
	background: #fff;
	color: var(--color-pink)
}

.picAlbum {
	width: calc((100% - 2rem) / 3);
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	transition: all 0.5s;
	cursor: pointer;
}

.video_item {
	width: calc((100% - 2rem)/3);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.video_item:hover .iconPlay svg rect {
	fill: var(--color-red);
}

.video_item .iconPlay svg {
	animation: zoom 1s linear 1s infinite;
	max-width: 85px;
}

.iconPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.itemVideo .iconPlay svg {
	animation: zoom 1s linear 1s infinite;
}

/* responsive */
@media screen and (max-width: 1366px) {}

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

	.list__products__slide .slick-prev,
	.list__products__slide .slick-next {
		top: 100%;
		width: 40px;
		height: 40px;
		box-shadow: 0 0 5px #0c9447ad;
		border-radius: 7px;
		transform: translate(0, -100%);
	}

	.list__products__slide {
		padding-bottom: 4rem;
	}

	.list__products__slide .slick-prev:before,
	.list__products__slide .slick-next:before {
		color: var(--color-blue);
	}

	.list__products__slide .slick-prev {
		left: calc(50% - 45px);
	}

	.list__products__slide .slick-next {
		right: calc(50% - 45px);
	}
}

@media screen and (max-width: 1230px) {
	.menu-m {
		padding: 10px 0
	}

	.menu-slide .col-lg-3 {
		display: none
	}

	.menu-slide .col-lg-9 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.block-menu {
		background: #fff
	}

	.block-menu.sticky {
		background: #fff
	}

	.search-res .icon-search {}

	.search-res .icon-search.active {
		color: #fff;
		background: var(--color-blue);
	}

	.mb15_1230 {
		margin-bottom: 15px
	}
}

@media (max-width: 1200px) {
	.row-20 {
		margin: 0;
	}
}

@media (max-width: 1100px) {}

@media (max-width: 1024px) {

	.header-mmenu,
	.header-mobi {
		display: block;
		border-top: 5px solid var(--color-blue);
	}

	.head-mobi {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 10px;
	}

	.menu {
		display: none;
	}

	.logoPc {
		display: none;
	}

	.head-mb-left {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 1rem;
	}

	.bar-menu {
		background: var(--color-blue);
		width: 50px;
		height: 50px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logoMb img {
		max-height: 90px;
	}

	.news-category {
		width: calc((100% - 30px) / 4);
	}

	.news-category h3 a {
		font-size: 15px;
	}

	.nameSli {
		font-size: 18px;
	}

	.nameNewsnb {
		font-size: 16px;
	}

	.nameNewsMoi {
		font-size: 16px;
	}

	.info-about small {
		font-size: 14px;
	}

	.name-about {
		font-size: 22px;
	}

	.title-right {
		font-size: 20px;
	}

	.info_yt p {
		font-size: 13px;
	}

	.info_yt b {
		font-size: 18px;
	}

	.nameSliBanner {
		font-size: 20px;
		line-height: 25px;
	}

	.title-right2 {
		font-size: 20px;
	}

	.ListNewsMoi {
		font-size: 12px;
	}

	.title-right3 b {
		font-size: 20px;
	}

	.BoxListNews {
		gap: 10px;
	}

	.iListNews {
		width: calc((100% - 30px) / 4);
	}

	.nameListNews {
		font-size: 20px;
	}

	.xuhuongRight {
		padding: 0 1rem 0 1rem;
	}

	.dts-wrap-xuhuong {
		align-items: stretch;
	}

	.xuhuongLeft img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.title-desk1 h2 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	#show_popup {
		transform: scale(.8)
	}

	.mb15_991 {
		margin-bottom: 15px
	}

	.mb10_991 {
		margin-bottom: 10px
	}

	.title-cart {
		font-size: 15px
	}

	.cupponBox_info h3 {
		font-size: 14px
	}

	.quantity-pro-detail {
		max-width: 105px
	}

	.quantity-pro-detail span {
		width: 35px;
		height: 35px
	}

	.quantity-pro-detail span i {
		line-height: 35px;
		width: 35px;
		height: 35px
	}

	.quantity-pro-detail input {
		height: 35px;
		width: calc(100% - 70px)
	}

	.group-quantity-pro-detail {
		width: 105px
	}

	.group-cart-pro-detail {
		flex: 0 0 calc(100% - 105px);
		-ms-flex: 0 0 calc(100% - 105px);
		max-width: calc(100% - 105px)
	}

	.procart {
		padding: 8px 0
	}

	.procart+.procart {
		border-top: 1px solid #f1f1f1
	}

	.pic-procart {
		flex: 0 0 60px;
		-ms-flex: 0 0 60px;
		max-width: 60px
	}

	.pic-procart .del-procart {
		top: 0;
		left: 0;
		position: static;
		margin: 5px auto 0 auto
	}

	.cover-list-pro {
		border-radius: 0;
		box-shadow: none
	}

	.section-cart.bot,
	.section-cart.top {
		padding: 0
	}

	.section-cart h4 {
		font-size: 15px;
		padding: 0 0 15px 0;
		margin-bottom: 15px
	}

	.section-cart>p {
		font-size: 13px;
		margin-bottom: 5px
	}

	.section-cart .list-procart {
		padding: 0;
		border: 0;
		border-radius: 0
	}

	.gallery-thumb-pro {
		margin-top: 5px
	}

	.left-pro-detail {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
		padding-right: 0
	}

	.right-pro-detail {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
		padding-left: 0
	}

	.section-main .form-search {
		width: 100%
	}

	.tabs-pro-detail .nav-tabs .nav-link {
		font-size: 13px !important
	}

	.header__menu {
		display: none
	}

	.header__top {
		display: none
	}

	.top-cart {
		margin-top: 2rem
	}

	.cart-sticky {
		position: sticky;
		top: 60px
	}

	.d-lg-list {
		display: list-item !important
	}
}

@media screen and (max-width: 870px) {
	.dts-headTop .wrap-content {
		flex-wrap: wrap;
		padding: 5px 0 10px;
		gap: 5px;
	}

	.headTop_left {
		width: 100%;
		justify-content: center;
		gap: 1rem;
	}

	.headTop_right {
		width: 100%;
		text-align: center;
	}

	.list_social {
		justify-content: center;
	}

	.News1-Left {
		width: 100%;
		margin-bottom: 1rem;
	}

	.News1-Right {
		width: 100%;
	}

	.slide_item {
		width: calc(100% - 10px);
		margin: 0px auto;
	}

	.slideshow {
		padding-bottom: 30px;
	}

	.slideshow .slick-dots {
		bottom: 0 !important;
		 !i;
		 !;
	}

	.slideshow .slick-dots li {
		background: #ccc;
	}

	.slideshow .slick-dots li.slick-active {
		background: var(--color-blue);
	}

	.infoSli {
		bottom: 1rem;
		width: calc(100% - 2rem);
		left: 1rem;
	}

	.NewsBody-Left {
		width: 100%;
		margin-bottom: 2rem;
	}

	.NewsBody-Right {
		width: 100%;
		gap: 1rem;
	}

	.wrap-about {
		width: calc((100% - 1rem)/2);
		order: 1;
	}

	.wrap-youtube-subscribe {
		width: calc((100% - 1rem)/2);
		order: 2;
	}

	.wrap-social-right {
		order: 3;
	}

	.wrap-youtube-live {
		width: 100%;
		order: 6;
	}

	.wrap-quangcao {
		order: 4;
		width: calc((100% - 1rem)/2);
	}

	.wrap-quangcao img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wrap-dknt {
		order: 5;
		width: calc((100% - 1rem)/2);
	}

	.slick_live .slick-next {
		transform: rotate(0deg);
	}

	.slick_live .slick-prev {
		transform: rotate(0deg);
	}

	.PicListNews {
		width: 60px;
		margin: 0px auto 1rem;
	}

	.iListNews {
		padding: 15px 10px;
	}

	.nameListNews {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.viewallList {
		font-size: 13px;
		padding: 6px 15px;
	}

	.BoxNews_new {
		gap: 10px;
	}

	.itemNewsMoi {
		width: calc((100% - 10px)/2);
	}

	.title-desk1 h2 span {
		font-size: 18px;
	}

	.xuhuongLeft {
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
	}

	.xuhuongRight {
		width: 100%;
		padding: 1rem 10px;
	}

	.news-run3 .owl-dots .owl-dot span {
		width: 20px;
		margin: 5px 5px;
	}

	.Footer-col:nth-child(1) {
		width: calc((100% - 1rem)/2);
	}

	.Footer-col:nth-child(3) {
		width: calc((100% - 1rem)/2);
	}

	.Footer-col:nth-child(2) {
		width: 100%;
		order: 1;
	}

	.footer_wrapper .wrap-content {
		gap: 1rem;
	}

	.copyright {
		width: 100%;
		text-align: center;
	}

	.footer-copyright .wrap-content {
		flex-wrap: wrap;
		gap: 10px;
	}

	.list-csach {
		width: 100%;
		text-align: center;
	}

	.footer_wrapper {
		padding: 1rem 0 1rem;
	}

	.BoxNews {
		width: 100%;
		gap: 10px;
	}

	.BoxNewsRight {
		display: none;
	}

	.LeftNewsDetail {
		width: 100%;
	}

	.NewsRightDetail {
		display: none;
	}

	.video_item {
		width: calc((100% - 1rem) / 2);
	}
}

@media screen and (min-width: 768px) {
	.wrapper {
		max-width: 750px
	}
}

@media screen and (max-width: 768px) {
	#show_popup {
		transform: scale(.7)
	}

	.all__list {
		padding: 12.5px 0
	}

	.list__product {
		padding: 12.5px 0
	}

	.list__products {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.list__filter__pro ul {
		flex-wrap: wrap;
		gap: 10px
	}

	.list__capacity {
		grid-template-columns: 1fr 1fr;
		gap: 10px
	}

	.list-news-other {
		width: 100%
	}

	.row-news {
		margin: 15px -5px 0 -5px
	}

	.row-product {
		margin: 20px -5px 0 -5px
	}

	.row.product {
		margin-top: -7px;
		margin-bottom: -7px
	}

	.col-news {
		padding: 0 5px;
		margin-bottom: 10px
	}

	.col-product {
		padding: 0 5px;
		margin-bottom: 10px
	}

	.brand-catalogy__list {
		grid-template-columns: repeat(3, 1fr)
	}

	.control__mobile {
		display: block
	}

	.wrap-content_lg {
		padding: 5px
	}

	.slide__container {
		display: block;
		padding: 5px 0
	}

	.titleMain h2 {
		font-size: 24px
	}

	.title-pro-detail {
		font-size: 20px
	}

	.faq__list__pro--title {
		margin-bottom: 10px
	}

	.faq__list__pro--title span {
		font-size: 18px
	}

	.faq__list__pro {
		margin-bottom: 15px;
		padding: 10px
	}

	.accordion-header h3 a {
		font-size: 14px
	}

	.box.news--name {
		font-size: 14px
	}

	.box.news--content {
		padding: 10px 0
	}

	.box.news--pic {
		border-radius: 5px
	}

	.mb15_767 {
		margin-bottom: 15px
	}

	.keyword__autoComplete__container {
		gap: 5px
	}

	.keyword__autoComplete__container a {
		font-size: 12px;
		padding: 10px
	}

	.group__action__addCart {
		flex-direction: column
	}

	.ts-run {
		width: calc((100% - 1rem) / 2);
	}

	.Boxts_about {
		gap: 1rem;
	}
}

@media screen and (min-width: 701px) {}

@media screen and (max-width: 700px) {
	.news-category {
		width: calc((100% - 20px) / 3);
	}
}

@media screen and (max-width: 650px) {
	.iListNews {
		width: calc((100% - 10px) / 2);
	}

	.Footer-col:nth-child(1),
	.Footer-col:nth-child(3) {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.nameSli {
		font-size: 16px;
		line-height: 20px;
		-webkit-line-clamp: 2;
		margin: 0;
	}

	.infoSli span {
		display: none;
	}

	.infoSli {
		bottom: 10px;
		width: calc(100% - 20px);
		left: 10px;
		padding: 10px;
	}
}

@media screen and (min-width: 576px) {
	#show_popup {
		transform: scale(.6);
	}

	.wrapper {
		max-width: 570px;
	}

	.mb15_576 {
		margin-bottom: 15px;
	}

	.social_fixed {
		bottom: 80px;
	}

	.item-categories-outer {
		width: 70px !important;
	}

	.item-categories-outer a {
		min-height: 90px !important;
		background-size: 40px !important;
	}

	.item-categories-outer a span {
		font-size: 10px !important;
	}

	\ 
}

@media (max-width: 575px) {
	.wrap-about {
		width: 100%;
	}

	.wrap-youtube-subscribe {
		width: 100%;
	}

	.wrap-quangcao {
		width: 100%;
	}

	.wrap-dknt {
		width: 100%;
	}

	.headTop_left {
		gap: 10px;
	}

	.list_social {
		gap: 10px;
	}
}

@media (max-width: 525px) {
	.news-category {
		width: calc((100% - 10px) / 2);
	}

	.menuLanguage a {
		width: calc((100% - 20px) / 3);
	}

	.Footer-col:nth-child(1) {
		order: 1;
	}

	.Footer-col:nth-child(2) {
		order: 2;
	}

	.Footer-col:nth-child(3) {
		order: 3;
	}

	.ts-run p b {
		font-size: 50px;
	}

	.ts-run p {
		line-height: 30px;
	}

	.ts-run {
		padding: 1rem 1rem;
	}
}

@media (max-width: 475px) {
	.logoMb img {
		max-height: 70px;
	}

	.bar-menu {
		width: 45px;
		height: 45px;
	}

	.head-mb-left {
		gap: 10px;
	}
}

@media (max-width: 425px) {}
}

@media (max-width: 425px) {}

@media (max-width: 375px) {
	.mb15_375 {
		margin-bottom: 15px
	}
}