@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--main-color: #ec1c22;
  	--sub-color: #be0000;
  	--bg-color: #f4f2f3;
  	--body-color: #1e1e1e;
  	--line-color: #eaeaea;
  	--grey-color: #686868;
  	--btn-color: #f79031;
  	/*--btn-cart-color: #120936;*/
}
html {
	scrollbar-width: thin;
}
body{
	font-family: 'Roboto', sans-serif;
	color: var(--body-color);
	font-size: 15px;
	line-height: 1.7;
}
*,
*:before,
*:after {
  	box-sizing: border-box;
}
a {text-decoration: none !important;color: var(--main-color)}
a:hover {color: var(--main-color)}
p{margin-bottom: 0}
.h1, .h2, .h3, h1, h2, h3 {
  	margin: 0;
}
button:focus {
  outline: unset;
}
input:focus-visible {
  outline: unset;
}
.fullwidth{width: 100%;}
.fullheight{height: 100%;}
.container{padding: 0;width: 100%}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding{padding: 0;}
.center{text-align: center;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.flex{display: flex;}
.flex-bw{display: flex;justify-content: space-between;}
.flex-se{display: flex;justify-content: space-evenly;}
.editor {
	max-width: 100%;
}
.editor img, .editor table, .editor iframe {
	max-width: 100%;
	height: auto;
}
ul{list-style-type: none;padding: 0;margin: 0}
.no-padding-right{padding-right: 0;}
.no-padding-left{padding-left: 0;}
.items-center {
	display: flex;
	align-items: center;
}
input.form-control {
	height: 40px;
	border: none;
}
.main-header {
	background: var(--bg-color);
}
.header-top .box-header-top {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}
.slogan {
  	font-size: 13px;
  	font-family: 'Saira', sans-serif;
  	font-style: italic;
  	font-weight: 500;
  	color: var(--main-color);
}
.header-top-right {
	display: flex;
	font-size: 13px;
	width: 320px;
}
.item-header-top {
	text-align: right;
}
.item-header-top:first-child {
	width: calc(100% - 110px);
	padding-right: 5px;
}
.item-header-top:last-child {
	width: 110px;
}
.item-header-top a {
	float: right;
}
.item-header-top img {
	width: 16px;
}
.item-header-top span {
	font-weight: 600;
}
.item-header-top:not(:last-child) span {
	color: var(--sub-color);
}
.item-header-top:last-child i {
	color: var(--sub-color);
	font-size: 16px;
}
.item-header-top:last-child span {
	color: var(--body-color);
}
/*.item-header-top:not(:last-child):after {
	content: "/";
	padding: 0 10px;
	color: #ccc;
}*/
.header-center {
	padding: 10px 0;
	border-top: 1px solid var(--line-color);
	border-bottom: 1px solid var(--line-color);
}
.header-center .box-header-center {
	display: flex;
	justify-content: space-between;
}
.logo {
	width: 280px;
}
.header-search {
	width: calc(100% - 600px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-time {
	display: flex;
	justify-content: space-between;
	width: 320px;
	margin: auto 0;
}
.item-time-head {
  	font-size: 13px;
  	text-align: right;
}
.item-time-head:first-child {
  	width: calc(100% - 110px);
  	padding-right: 5px;
}
.item-time-head:last-child {
	width: 110px;
}
.item-time-head a {
	color: var(--body-color);
	float: right;
}
.item-time-head a img {
	width: 16px;
}
.item-time-head a img, .item-time-head a i {
	margin-right: 4px;
}
.search-form select {
  	border: none;
  	background: none;
  	width: 95px;
}
.space-form {
	width: 14px;
	display: inline-block;
	text-align: center;
	color: var(--line-color);
	font-size: 16px;
}
.search-form input {
	border: none;
	background: none;
	margin-right: 60px;
	width: calc(100% - 179px);
}
.search-form button {
	border: none;
	background: var(--main-color);
	position: absolute;
	z-index: 9;
	border-radius: 0 5px 5px 0;
	top: 0;
	height: 100%;
	width: 70px;
	right: 0;
}
.search-form {
	background: #fff;
	border-radius: 5px;
	padding: 6px 15px;
	border: 1px solid var(--line-color);
	font-size: 13px;
	position: relative;
	width: calc(100% - 60px);
}
.block-menu {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.block-quote {
	width: 181px;
}
.ul-menu-first {
	display: flex;
	align-items: center;
	width: calc(100% - 181px);
	justify-content: space-around;
}
.ul-menu-first > li {
	padding: 10px 0;
}
.ul-menu-first > li:not(:last-child) {
  	margin-right: 30px;
}
.ul-menu-first > li > a {
	color: var(--body-color);
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
}
.p-help {
	margin-left: 5px;
}
.ul-menu-seccond {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	width: 100%;
	z-index: 999;
	display: none;
}
.ul-menu-seccond > li {
	float: left;
	width: 25%;
	padding: 15px 20px;
}
.ul-menu-seccond > li > a {
	color: var(--main-color);
	display: flex;
	align-items: center;
	font-weight: 500;
	border-bottom: 1px solid var(--line-color);
	padding-bottom: 4px;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.ul-menu-third > li > a {
	color: var(--body-color);
	text-transform: capitalize;
}
.ul-menu-first > li.has-sub:hover .ul-menu-seccond {
	display: unset;
}
#nav-menu {
	background: #fff;
	position: fixed;
	width: 0;
	height: 100%;
	z-index: 1001;
	top: 0;
	right: 0;
	transition: width .7s;
}
#nav-menu.open-nav {
	width: 80%;
	transition: width .7s;
}
.nav-list {
	margin: 0 25px;
	overflow-y: scroll;
	height: calc(100% - 145px);
	scrollbar-width: none;
}
.ul-menu-mobile-first > li {
  	margin-bottom: 10px;
  	border: 1px solid var(--line-color);
}
.ul-menu-mobile-first > li > a {
	padding: 5px 15px;
	padding-right: 40px;
	width: 100%;
	display: inline-block;
	color: var(--body-color);
	position: relative;
}
.p-help-mobile {
	position: absolute;
	width: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	right: 0;
	top: 0;
	justify-content: center;
	background: #ccc;
	color: #000;
}
.ul-menu-mobile-seccond {
  	padding: 0 15px;
  	line-height: 32px;
  	display: none;
}
.ul-menu-mobile-seccond > li {
  	margin: 10px 0;
  	padding-bottom: 5px;
}
.ul-menu-mobile-seccond > li:not(:last-child) {
	border-bottom: 1px solid var(--line-color);
}
.ul-menu-mobile-seccond > li > a {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--main-color);
}
.ul-menu-mobile-third > li > a {
	color: var(--body-color);
}
.ic-open-nav {
	display: flex;
	align-items: center;
	margin-left: 10px;
	transition-duration: .5s;
}
.close-menu {
	position: absolute;
	left: 25px;
	top: 25px;
	cursor: pointer;
}
/*.close-menu svg {
	filter: brightness(0) invert(1);
}*/
.logo-menu {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 135px;
}
.logo-menu a {
	max-width: 220px;
	max-height: 70px;
	display: inline-block;
}
.bg-overlay {
	background-color: rgba(0,38,75,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	display: none;
}
#nav-menu.open-nav + .bg-overlay {
  	display: block;
}
.ul-menu-mobile-first > li.active > a {
	color: #fff;
	background: var(--main-color);
}
.ul-menu-mobile-first > li.active > a > .p-help-mobile {
	color: #fff;
	background: var(--main-color);
}
.ul-menu-mobile-first > li.active > .ul-menu-mobile-seccond {
	display: block;
}
.item-slider img {
/*	height: 360px;*/
	width: 100%;
	transition: all 1s;
}
.item-slider img:hover {
  	transform: scale(1.1);
}
.main-slider {
  	position: relative;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-slider .owl-dots button {
	margin: 0 4px;
}
.main-slider .owl-dots button span {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #000;
	border-radius: 100%;
}
.main-slider .owl-dots button.active span {
	content: "";
	width: 3px;
	height: 3px;
	display: inline-block;
	background: #d77500;
	border-radius: 100%;
	position: relative;
}
.main-slider .owl-dots button.active span:before {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #d77500;
	position: absolute;
	left: -3px;
	top: -3px;
}
.block-line-top {
  	border-top: 2px solid var(--main-color);
}
.block-sub-title {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	padding-bottom: 6px;
	position: relative;
}
.block-main-title {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid var(--line-color);
	position: relative;
}
.block-main-title::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--line-color);
	position: absolute;
	bottom: 0;
	left: 20px;
}
.main-title {
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	padding-left: 8px;
}
.sub-title {
	color: var(--grey-color);
	text-transform: uppercase;
	font-size: 17px;
	padding-left: 8px;
}
.main-title h3 i {
	font-size: 20px;
	margin-right: 6px;
}
.box-times {
	display: flex;
	align-items: center;
}
#day, #hours, #minutes, #second {
	-webkit-box-shadow: -1px 4px 2px -3px rgba(0,0,0,0.62);
	box-shadow: -1px 4px 2px -3px rgba(0,0,0,0.62);
	background-color: var(--main-color);
	color: #fff;
	padding: 4px 6px;
	font-size: 15px;
	border-radius: 4px;
	margin-right: 2px;
	text-align: center;
	margin-left: 2px;
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-weight: 300;
}
.space-times {
	color: var(--main-color);
}
.item-pro-sale-off .name {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
	color: var(--body-color);
}
.price {
  	display: flex;
  	align-items: center;
}
.new-price {
	color: var(--main-color);
	font-size: 13px;
	font-weight: 600;
}
.old-price {
	font-size: 11px;
	text-decoration: line-through;
	color: var(--grey-color);
	margin-left: 10px;
}
.section-sale-off .block-main-list .col-lg-2 {
	padding-right: 0;
}
.gird-pro-popular {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
}
.name {
	color: var(--body-color);
}
p.category {
	color: var(--grey-color);
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
}
.item-pro-popular .block-details {
	padding-top: 10px;
}
.item-pro-popular {
	margin-bottom: 40px;
}
.section-category-home .block-main-list {
	text-align: center;
	padding: 0 10px;
}
.ul-list-category > li {
  	display: inline;
}
.ul-list-category > li > a {
  	color: var(--grey-color);
  	font-size: 14px;
}
.ul-list-category > li:not(:last-child) > a:after {
  	content: "|";
  	margin: 0 4px;
}
.box-why-choose {
	margin: 40px 0;
}
.item-why-choose {
  	text-align: center;
  	margin-bottom: 10px;
}
.img-why-choose {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-color);
	border-radius: 100%;
	padding: 10px;
	margin: auto;
}
.item-why-choose .block-details {
	margin-top: 10px;
}
.name-why-choose { 
	color: #000;
}
.sub-why-choose {
	color: var(--grey-color);
	font-size: 13px;
}
.item-partner {
	width: 10%;
	float: left;
	padding: 10px;
}
.item-partner img {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .5s ease-in-out;
}
.item-partner:hover {
	border: 1px solid var(--line-color);
}
.item-partner:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}
.footer {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 30px 20px;
}
.tit-ft {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: var(--body-color);
}
.ul-social-media-ft li {
	margin-right: 15px;
	display: inline;
}
.ul-social-media-ft li a img {
  	width: 18px;
}
.block-social-media {
	margin-top: 20px;
}
.item-ft-suppport a {
	color: var(--body-color);
	font-size: 13px;
}
.item-ft-suppport img {
	width: 22px;
	margin-right: 4px;
}
.ft-support-red a span:last-child {
	color: var(--sub-color);
	font-weight: 600;
	font-size: 18px;
}
.ft-support-blue a span:last-child {
	color: var(--sub-color);
}
.ft-support-grey a span:last-child {
	font-weight: 400;
}
.ft-support-grey a i {
	font-size: 22px;
	margin-right: 4px;
	width: 22px;
	text-align: center;
}
.ul-policy-ft {
	list-style-type: "- ";
	list-style-position: inside;
}
.ul-policy-ft > li > a {
	color: var(--body-color);
	font-size: 14px;
}
.block-payment-ft {
	width: 180px;
	max-width: 100%;
}
.block-gov-ft {
	width: 90px;
	max-width: 100%;
}
.modal-header {
	border: none;
}
.modal-header .close {
	margin-top: 0;
	position: absolute;
	right: 8px;
	top: 8px;
}
.modal-title {
	font-size: 18px;
	color: var(--main-color);
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.bootstrap-select > .dropdown-toggle {
	height: 40px;
	border: none;
}
.bootstrap-select > .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
}
textarea.form-control {
	border: none;
}
.btn-taoyeucau {
	width: 100%;
	border: none;
	padding: 8px 0;
	background: #ecae1c;
	color: #fff;
	text-transform: uppercase;
}
#modalBaoGia .modal-content {
	background-image: url('../img/bg-modal.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0;
}
.modal-dialog {
	width: 800px;
	max-width: 90%;
	margin: auto;
}
.modal.fade.in {
	display: flex !important;
}
.section-breadcrumbs {
	padding: 15px 0;
	border-bottom: 1px solid var(--line-color);
}
.breadcrumbs span a {
	color: var(--grey-color);
	font-size: 14px;
}
.breadcrumbs span a:hover {
	color: var(--main-color);
}
.breadcrumbs span i {
	color: var(--grey-color);
	margin: 0 10px;
}
.breadcrumbs span.active {
	padding: 6px 18px;
	border: 1px solid var(--line-color);
	border-radius: 20px;
}
.details-name {
	text-transform: uppercase;
	color: var(--main-color);
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}
.line-grey {
	width: 100%;
	height: 1px;
	background: var(--line-color);
	margin: 10px 0;
}
.share-text {
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px;
}
.new-price-details {
	color: var(--main-color);
	font-size: 22px;
	font-weight: 600;
}
.old-price-details {
	color: var(--grey-color);
	text-decoration: line-through;
	font-size: 14px;
	margin-left: 15px;
}
.block-price-details {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.intro-name {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1465ac;
}
.block-short-desc .editor {
	font-size: 13px !important;
	color: var(--grey-color);
}
.box-support-online {
	border: 1px solid var(--btn-color);
	border-radius: 4px;
	padding: 18px 5px 10px 22px;
	border-left: 6px solid var(--sub-color);
	background: #f5f5f5;
	position: relative;
}
.name-sup-online {
	color: var(--sub-color);
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 10px;
	background: #f2e51c;
	position: absolute;
	border-radius: 20px;
	font-weight: 500;
	top: -15px;
}
.block-support {
  	margin: 25px 0;
  	margin-bottom: 15px;
}
.item-sup-onl {
	display: flex;
	align-items: center;
}
.item-sup-onl span {
	font-size: 13px;
}
.item-sup-onl span:first-child {
	margin-right: 6px;
}
.item-sup-onl span > img {
	width: 18px;
}
.item-sup-onl span > i {
	font-size: 18px;
	width: 18px;
	text-align: center;
}
.item-sup-onl span > a {
	color: var(--body-color);
}
.item-sup-onl.call-onl span > a {
	color: var(--sub-color);
	font-size: 18px;
	font-weight: 600;
}
.item-sup-onl.zalo-onl span > a {
	color: var(--sub-color);
}
.box-details-sup-online {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: calc(75% - 5px) calc(25% - 5px);
}
.img-support-onl {
  	max-width: 80px;
}
.product-image img {
  	border-radius: 10px;
}
.btn-add-cart {
	color: #f7c531;
	background: var(--sub-color);
	border-radius: 4px;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.notes {
	font-size: 12px;
	font-style: italic;
	color: var(--grey-color);
	margin-top: 10px;
}
.item-benifit {
	padding: 10px;
}
.item-benifit a {
	display: flex;
	align-items: center;
}
.block-benifit {
	background: var(--bg-color);
	border-radius: 10px;
}
.item-benifit > a > img {
	width: 50px;
}
.item-benifit .block-details {
	padding-left: 10px;
}
.item-benifit .block-details .name {
	color: var(--body-color);
	font-size: 14px;
	font-weight: 600;
}
.block-work-time {
	padding: 20px;
	background: var(--bg-color);
	border-radius: 10px;
	font-size: 14px;
	line-height: 26px;
}
.btn-tuvan {
	width: 100%;
	display: inline-block;
	background: #f4b218;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.block-nav-desc {
	background: var(--bg-color);
	overflow: auto;
	width: 100%;
	display: flex;
}
.block-nav-desc span {
	padding: 6px 25px;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
	min-width: 195px;
	text-align: center;
}
.block-nav-desc span.active, .block-nav-desc span:hover {
	color: #fff;
	background: var(--main-color);
	position: relative;
}
.block-nav-desc span.active:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--line-color);
	position: absolute;
	bottom: 0;
	left: calc(50% - 2px);
}
.nav-content-desc {
	display: none;
}
.nav-content-desc.active {
	display: block;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.svg') 50% 50% no-repeat #f9f9f9;
	background-color: rgba(0,38,75,0.7);
	display: none;
}
#modalDatIn .modal-title {
	padding: 0;
	margin-bottom: 10px;
}
#modalDatIn input.form-control, #modalDatIn .bootstrap-select > .dropdown-toggle {
	border: none;
	box-shadow: unset;
	border-bottom: 1px dotted var(--grey-color);
	border-radius: 0;
}
.box-ptvc {
	display: flex;
	justify-content: space-between;
}
.p-ptvc input[type="radio"] {
	height: 15px;
	width: 15px;
	margin-right: 10px;
}
.p-ptvc label {
	font-weight: 400;
	color: var(--grey-color);
}
.block-check-order {
	background: var(--bg-color);
}
.box-check-order-body {
  	padding: 20px;
}
.box-check-order {
  	border-bottom: 1px dotted var(--grey-color);
  	padding: 10px 0;
  	font-size: 14px;
}
.total-pri {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 600;
}
.item-product {
	margin-bottom: 15px;
}
.item-product .block-details {
	margin-top: 10px;
}
.item-product .block-details .name {
	overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.pagi {
	display: flex;
	justify-content: center;
}
.pagi a {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--body-color);
}
.pagi a:hover {
  	color: var(--main-color);
}
.pagi a.active {
	background: var(--main-color);
	color: #fff;
}
.item-news {
	box-shadow: 0 0 12px 0 var(--line-color);
	padding: 20px;
	margin-bottom: 20px;
}
.item-news .block-details {
	text-align: center;
	padding-top: 10px;
}
.item-news .name {
	font-size: 18px;
	margin-bottom: 10px;
}
.desc-news {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	-webkit-line-clamp: 5;
	height: 124px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: var(--grey-color);
}
.item-news .img-pro {
	overflow: hidden;
}
.item-news .img-pro img {
	transition-duration: 0.8s;
}
.item-news:hover .img-pro img {
	scale: 1.1;
	transition-duration: 0.8s;
}
.times-o img {
	width: 22px;
	margin-right: 8px;
}
.p-ft-notes {
	color: var(--main-color);
	text-align: center;
	font-size: 13px;
	font-style: italic;
}
.block-on-left {
	padding: 20px;
	box-shadow: 0 0 12px 0 var(--line-color);
}
.ul-on-left-first {
  	line-height: 32px;
}
.ul-on-left-first > li {
	margin-bottom: 15px;
}
.ul-on-left-first > li > a {
	color: var(--body-color);
	font-weight: 500;
	text-transform: uppercase;
}
.ul-on-left-seccond {
	padding-left: 15px;
}
.ul-on-left-seccond > li > a {
	color: var(--grey-color);
	font-size: 14px;
}
.box-on-left {
	margin-bottom: 40px;
}
.tit-on-left {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px dotted var(--grey-color);
}
.item-news-on-left {
	margin-bottom: 15px;
}
.item-news-on-left a {
	display: flex;
	justify-content: space-between;
}
.item-news-on-left a img {
  	width: 40%;
  	object-fit: cover;
	border-radius: 5px;
}
.item-news-on-left a .block-details {
	width: 60%;
	padding-left: 10px;
	padding-right: 4px;
}
.item-news-on-left a .name {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 19px;
	-webkit-line-clamp: 4;
	height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.block-title-pro-category {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	border-bottom: 1px solid var(--line-color);
	margin-bottom: 20px;
}
.title-pro-category a {
	color: var(--body-color);
	font-size: 18px;
	font-weight: 600;
}
.view-all a {
	color: var(--grey-color);
	font-size: 13px;
	font-style: italic;
}
.item-pro-category {
	box-shadow: 0 0 12px 0 var(--line-color);
	padding: 20px;
	margin-bottom: 20px;
}
.item-pro-category .block-details {
  	text-align: center;
}
.item-pro-category .block-details .name {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
}
.img-pro-category {
	position: relative;
}
.img-pro-category:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(230,239,238,.2);
	bottom: 0;
	right: 0;
}
.img-pro-category:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(230,239,238,.2);
	top: 0;
	left: 0;
}
.item-pro-category:hover .img-pro-category:before, .item-pro-category:hover .img-pro-category:after {
	width: 100%;
	height: 100%;
}
.section-content > .container > .row > .col-xs-12:first-child {
	padding-left: 0;
}
.section-content > .container > .row > .col-xs-12:last-child {
	padding-right: 0;
}
.item-employee {
	display: flex;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px 4px #cac7c7;
	margin-bottom: 20px;
}
.img-employee {
  	width: 40%;
  	text-align: center;
}
.item-employee .block-details {
	width: 60%;
	padding-left: 10px;
}
.img-employee a img {
	width: 150px;
	background: #e3e9ee;
	border-radius: 100%;
	max-width: 100%;
}
.item-employee .block-details .name {
	font-weight: 600;
	font-size: 22px;
	color: var(--grey-color);
	margin-bottom: 15px;
}
.position {
	color: #aaa;
	font-size: 14px;
	font-weight: 500;
}
.social-media-employee ul li a img {
  width: 18px;
  filter: brightness(0) invert(1);
}
.social-media-employee ul {
	margin-top: 10px;
}
.social-media-employee ul li {
	display: inline;
	margin-right: 10px;
}
.social-media-employee ul li a {
	background: var(--main-color);
	border-radius: 100%;
	padding: 5px;
	display: -webkit-inline-box;
}
.block-employee-details .name {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 10px;
}
.block-employee-details .editor {
  	color: var(--grey-color) !important;
}
.block-contact-employee {
	margin: 10px 0;
	display: flex;
}
.box-social-contact {
  	width: 50%;
}
.box-qrcode-contact {
  	width: 50%;
  	padding-left: 10px;
}
.item-social-contact {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.box-icon-ct {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.box-info-ct {
  	width: calc(100% - 60px);
}
.item-social-contact .box-info-ct .name {
	font-size: 15px;
	margin: 0;
}
.box-icon-ct a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-color);
	border-radius: 15px;
}
.box-icon-ct a i {
	font-size: 22px;
}
.box-icon-ct a img {
	width: 22px;
}
.p-from {
	font-size:15px;
}
.header-fixed-destop .header-bottom {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--bg-color);
	z-index: 999;
	box-shadow: 0 0 17px -5px #000;
}
.gird-product {
	display: grid;
	grid-template-columns: calc(100% / 6 - (75px / 6)) calc(100% / 6 - (75px / 6)) calc(100% / 6 - (75px / 6)) calc(100% / 6 - (75px / 6)) calc(100% / 6 - (75px / 6)) calc(100% / 6 - (75px / 6));
	grid-gap: 15px;
}
.copyright.center {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  color: var(--grey-color);
}











@media (min-width: 576px){
	.container {
	  max-width: 540px;
	}
}
@media (min-width: 768px){
	.container {
	  max-width: 720px;
	}
}
@media (min-width: 992px){
	.container {
	  max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container {
	  max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container {
  		max-width: 1320px;
	}
	.item-slider img {
  		height: auto;
  	}
	.item-banner img {
	  	height: auto;
	}
}

/*@media (min-width: 481px){
	.col-sm-6 {
	  	width: 50%;
	}
}*/
@media (max-width: 991px){
	.hide991 {
		display: none;
	}
	.show991 {
		display: block;
	}
	.container {
		max-width: 820px;
	}
	.logo {
	  	width: 220px;
	}
	.header-search {
  		width: calc(100% - 260px);
  	}
  	.header-menu-bar {
  		width: 40px;
  		display: flex;
		align-items: center;
  	}
  	.search-form input { 
  		min-width: 190px;
  	}
  	/*.item-slider img {
  		height: 226px;
  	}
  	.item-banner img {
	  	height: 110px;
	}*/
	.item-pro-sale-off {
		margin-bottom: 15px;
	}
	.gird-pro-popular {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.item-partner {
 	 	width: 12%;
 	}
 	.header-top .box-header-top {
	  	display: block;
		padding: 10px 0;
	}
	.header-top-right {
		margin-top: 6px;
		width: auto;
	}
	.gird-product {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 15px;
	}
	.header-fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 999;
		box-shadow: 0 0 17px -5px #000;
	}
}
@media (max-width: 767px){
	.show767 {
		display: block;
	}
	.hide767 {
		display: none;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.logo {
	  	width: 180px;
	}
	.header-search {
  		width: calc(100% - 220px);
  	}
  	.item-partner {
 	 	width: 20%;
 	}
 	.search-form button {
 		width: 58px;
 	}
 	.search-form input {
 	 	margin-right: 35px;
 	 	min-width: 0;
 	}
 	.section-content > .container > .row > .col-xs-12:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-content > .container > .row > .col-xs-12:last-child {
		padding-left: 0;
	}
}
@media(max-width: 480px){
	.hide480 {
		display: none;
	}
	.show480 {
		display: block;
	}
	.header-center {
		position: relative;
	}
	.header-search {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 10px 0;
		background: var(--bg-color);
	}
	.block-main-banner {
	  	grid-gap: 10px;
	  	grid-template-columns: 100%;
	}
	/*.item-slider img {
		height: auto;
	  	max-height: 270px;
	}
	.item-banner img {
		height: auto;
	  	max-height: 150px;
	}*/
	header {
	  	margin-bottom: 60px;
	}
	.search-form {
		border-radius: 5px;
		padding: 6px 10px;
		width: 100%;
		margin: 0 15px;
	}
	.search-form button {
		width: 40px;
		background: var(--grey-color);
		border-radius: 0 5px 5px 0;
	}
	.footer {
	  	padding: 20px 10px;
	}
	.ul-policy-ft li a {
	  	font-size: 12px;
	}
	.ul-policy-ft {
	  	line-height: 15px;
	}
	/*.item-ft-suppport a { 
		font-size: 14px;
	}*/
	.ft-support-grey a {
		font-size: 11px;
	}
	.tit-ft.tit-ft-scale {
		font-size: 14px;
	}
	.gird-pro-popular {
	  	grid-template-columns: 1fr 1fr;
	}
	.search-form input {
	  	margin-right: 0;
	  	min-width: 0;
	  	width: calc(100% - 149px);
	}
	.block-fixed-contact {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
	}
	.box-fixed-contact {
		display: flex;
		width: 100%;
	}
	.item-fixed-contact {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item-fixed-contact.bg-blue {
	  	background: #2a9cff;
	}
	.item-fixed-contact.bg-yellow {
	  	background: #e8a810;
	}
	.item-fixed-contact a {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.item-fixed-contact img {
		width: 18px;
		margin-right: 6px;
	}
	.box-icon-ct {
  		width: 40px;
  		height: 40px;
  	}
  	.box-info-ct {
	  	width: calc(100% - 50px);
	}
  	.box-icon-ct a i {
	  	font-size: 16px;
	}
	.box-icon-ct a img {
	  	width: 16px;
	}
	.item-social-contact .box-info-ct .name {
  		font-size: 13px;
  	}
  	.box-social-contact {
	  	width: 60%;
	}
	.box-qrcode-contact {
  		width: 40%;
  	}
  	.item-ft-suppport img {
	  	width: 16px;
	}
	.ft-support-grey a i {
  		font-size: 16px;
  		width: 16px;
  	}
	.block-line-top.has-swipe {
		position: relative;
	}
	/*.block-line-top.has-swipe:before {
		content: "\f105 \f105";
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		right: 0;
		top: 14px;
		color: var(--main-color);
		font-size: 12px;
		animation: leftToRight 2s infinite;
	}*/
	@keyframes leftToRight {
	    from {right: 5px}
	    to {right: -5px}
	}
	.gird-product {
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
	.block-nav-desc {
		overflow: unset;
		display: inline-block;
		background: transparent;
	}
	.block-nav-desc span.active:after {
		display: none;
	}
	.block-nav-desc span.active {
		border: 1px solid var(--main-color);
	}
	.block-nav-desc span {
		width: 100%;
		border-radius: 20px;
		border: 1px solid var(--line-color);
		margin-bottom: 4px;
	}
	.section-description-details .block-line-top {
		border: none;
	}
	.breadcrumbs span.active {
		border: none;
		padding: 0;
	}
}