@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

@font-face {
	font-family: Cyber;
	src: url("https://assets.codepen.io/605876/Blender-Pro-Bold.otf");
	font-display: swap;
}
html {
	scroll-behavior: smooth;
  }  

/* Main */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

body {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'RobotoRegular';
	font-size: 15px;
	line-height: 1.5;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
	color: #fff;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 8px;
}

.slick-slide img {
	display: inline-block !important;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.text-align-center {
	text-align: center !important;
}

.menu_top {
	display: none;
}

.fixwidth {
	max-width: 1200px;
	margin: auto;
}

button:focus {
	outline: none !important;
}

.fixpage {
	max-width: 1200px;
	margin: auto;
}

.maincontent {
	width: 1366px;
	margin: auto;
	max-width: 1366px;
	overflow: hidden;
}

.maincontent img {
	max-width: 100%;
}

a {
	text-decoration: none !important;
}

.wrap {
	text-align: center;
}

#sub_img_detail {
	margin-top: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	background-color: #999;
}

#wrapper {
	overflow-x: hidden;
}

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

a,
input,
textarea {
	outline: none;
	padding: 0px;
}

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

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

.hidden {
	display: none;
}

.none {
	display: none;
}

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

.wrap-main,
.wrap-content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 40px 0;
}

.wrap-home {
	max-width: 100%;
	padding: 0px;
}

.wrap-content {
	margin: auto;
}

/* General */
.title-main {
	margin: 1.5rem 0;
	text-align: center;
}

.title-main span {
	text-transform: uppercase;
	color: #333;
	font-size: 28px;
	font-family: 'RobotoCondensedBold';
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}

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

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

.social {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social li {
	display: inline-block;
	vertical-align: top;
}

.social li:last-child {
	margin-right: 0px;
}

.control-carousel {
	position: absolute;
	top: calc(50% - 30px/2);
	margin-bottom: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #eee;
	z-index: 2;
	background-color: #fff;
	color: #ccc;
	cursor: pointer;
}

.control-carousel:hover {
	background-color: var(--color-red);
	border-color: var(--color-red);
	color: #fff;
}

.prev-carousel {
	left: 0px;
}

.next-carousel {
	right: 0px;
}

.pagetitle {
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-family: 'RobotoBold';
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}

/* Header */


.header_left {
	max-width: 410px;
}

.boxmenu_middle {
	width: 50%;
}

.boxmenu_middle h2 {
	text-shadow: 2px 7px 5px rgb(0 0 0 / 30%), 0px -4px 10px rgb(255 255 255 / 30%);
	font-weight: 700;
	letter-spacing: 8px;
	font-size: 40px;
	text-transform: uppercase;
	background: red;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'Alfa Slab One', cursive; */
}

/* .boxmenu_middle h6 {
	text-transform: uppercase;	
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
} */
.logo_none{
	display: none;
}

:root {
	--box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
	--border-radius-small: 5px;
	--red: #db261b;
	--green: rgba(72, 187, 120, 0.8);
	--body-bg: rgba(237, 242, 247, 1)
}

.product-card {
	/* display: flex;
	justify-content: space-between; */
	width: 70%;
	height: auto;
	margin: auto;
	background: #fff;
	border-radius: 0.5rem;
	position: relative;
	box-shadow: var(--box-shadow);
}
.product-card .card__body{
	text-align: center;
	padding: 7% 10%;
}

.product-card .card__body h3{
	font-weight: 600;
	color: #db261b;
	font-size: 26px;
}

.product-card .card__info{
	padding: 0 14%;
	margin-top: 25px;
	text-align: left;
	/* font-weight: 600;
	color: #db261b;
	font-size: 24px; */
}

.card__info ul li a img{
	margin-right: 5px;
	max-width: 40px;
}

.card__info ul li a{
	transition: 0.5s;
	height: 55px;
	line-height: 55px;
	color: #000;
	font-size: 17px;
}

.card__info ul li:hover a{
	color: #db261b;
}

.card__button{
	border-radius: 10px;
	margin: auto;
	text-align: center;
    background: #db261b;
    width: 220px;
    padding: 6px 10px;
}
.card__button p{
	margin-bottom: 0px;
}
.typewriter {
	/* font-family: sans-serif; */
	color: #fff;
	display: block;
  }
  .typewriter-text {
	padding-right: 10px;
	color: #fff;
	border-right: solid #fff 3px;
	text-transform: uppercase;
	animation: cursor 1s ease-in-out infinite;
	font-weight: 600;
  }
  @keyframes cursor {
	from { border-color: #fff; }
	to { border-color: transparent; }
  }
  
  @media (max-width: 767.98px) {
	.typewriter { font-size: 17px; }
  }
  @media (min-width: 768px) {
	.typewriter { font-size: 22px; }
  }
  


.product-card__promotion {
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	width: 7.5rem;
	height: 2.25rem;
	background: var(--red);
	border-radius: var(--border-radius-small);
	position: absolute;
	left: -1rem;
	top: 0.5rem;
	transform: rotate(-15deg);
	transition: transform 0.25s cubic-bezier(.29, -0.54, .81, .95);
	line-height: 1;
	box-shadow: var(--box-shadow);
}

.product-card:hover .product-card__promotion {
	transform: rotate(0deg);
}
.box-mxh{
	flex-direction: column;
}
.product-card__footer {
	display: flex;
	align-items: center;
	align-self: flex-end;
	width: 100%;
	height: 3.5rem;
	background: #e2e8f0;
	border-radius: 0 0 0.5rem;
}

.product-card__button {
	border: none;
	padding: 0.5rem 1rem;
	margin-right: 1rem;
	border-radius: var(--border-radius-small);
	margin-left: auto;
	font-size: 0.8rem;
	text-transform: uppercase;
	background: var(--green);
	color: #ffffff;
	font-weight: bold;
	transition: background 0.25s cubic-bezier(.29, -0.54, .81, .95);
}

.product-card__button:hover {
	--green: rgba(72, 187, 120, 1);
	background: var(--green);
}




.boxmenu_middle .line {
	margin-bottom: -20px;
	width: 100%;
	height: 2rem;
	overflow: hidden;
	padding: 0;
}

.pop-outin {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	animation: 2s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
	0% {
		color: black;
		transform: scale(0);
		opacity: 0;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

	25% {
		color: red;
		transform: scale(1.2);
		opacity: 1;
		text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
	}

	50% {
		color: black;
		transform: scale(1);
		opacity: 1;
		text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		/* animate nothing to add pause at the end of animation */
		transform: scale(1);
		opacity: 1;
		text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
	}
}

.fromtop {
	animation: 2s anim-fromtop linear infinite;
}

@keyframes anim-fromtop {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	25% {
		opacity: 1;
		transform: translateY(0%);
	}

	50% {}

	100% {}
}


/*==========SEARCH=============*/
.frm_timkiem {
	position: relative;
	width: 100%;
	padding: 10px;
}

.frm_timkiem button {
	top: 0px;
	background: none;
	outline: none;
	border: none;
	right: 10px;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	z-index: 999;
	top: 10px;
}

.frm_timkiem button span {
	margin-right: 10px;
}

.frm_timkiem .input {
	text-indent: 10px;
	outline: none;
	transition: all ease 0.5s;
	border-radius: 20px;
	padding: 5px 0px;
	padding-right: 20px;
	border: 0;
	width: 100%;
	z-index: 99;
	color: #333;
	background: #c9c9c9;
	font-size: 14px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}

.frm_timkiem .input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.frm_timkiem .input::-moz-placeholder {
	color: #c8c8c8;
}

.frm_timkiem .input:-ms-input-placeholder {
	color: #c8c8c8;
}

.frm_timkiem .input:-moz-placeholder {
	color: #c8c8c8;
}


/* Menu */
/*=====menu======*/
.diachi-top {
	background: url(../images/img-data/map.png) no-repeat left center;
	padding-left: 20px;
	line-height: 30px;
}

.header-top {
	background: #f2f2f2;
}

.header {
	/* background-image: url('/assets/images/header.jpg'); */
	padding: 10px;
	/* background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 0; */
}

.header_logo {
	position: relative;
	z-index: 10000;
	padding-right: 20px;
}

.header_logo img {
	transition: all 0.3s;
	max-height: 85px;
}

.boxmenu_right {}

.icon-head .icon-img {
	padding-right: 0px;
}

.icon-head .icon-info {
	line-height: 1.2;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 3px 3px 5px #000;
	font-family: 'UTMAvoBold';
}

.icon-head .icon-info div:nth-child(1) {
	color: #e60707;
	font-size: 19px;
}

.icon-head .icon-info div:nth-child(2) {
	color: #e60707;
	font-size: 19px;
}


.header_banner {
	display: block;
}

.header-height {
	height: 56px;
}

#menu_top {
	height: 56px;
	/* background: #e6e7e4; */
	position: relative;
	z-index: 99;
}

.menu {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.catagory {
	width: 270px;
	position: relative;
}

.catagory-title {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 15px;
	background: #246a34;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	line-height: 50px;
	cursor: pointer;
}



/* Slideshow */
.catagory-list__fix {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	overflow-y: scroll;
	background: #fff;
	max-height: 394px;
}

.catagory-list__fix::-webkit-scrollbar {
	width: 0px;
	height: 5px;
}

.catagory-list__fix::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

.catagory-list__fix::-webkit-scrollbar-track {
	background-color: #c3c3c3;
}

.catagory-list__fix::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}

.catagory-list__fix::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #c3c3c3;
	border-radius: 3px;
}

.catagory-list__fix::-webkit-scrollbar-corner {
	background-color: #ffffff;
}

.catagory-list__fix::-webkit-resizer {
	background-color: #666;
}

.catagory-list__fix>ul {}

.catagory-list__fix>ul>li {
	position: relative;
	padding: 0 10px;
}

.catagory-list__fix>ul>li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	height: 40px;
	line-height: 39px;
	color: #191919;
	font-size: 15px;
	border-bottom: 1px dashed #BFBFBF;
	font-family: 'RobotoRegular';
}



.menu ul.menu_cap_cha {
	margin: 0;
	position: relative;
	width: 100%;
}

.menu ul.menu_cap_cha li {
	transition: all ease-in-out 0.2s;
	position: relative;
}

.menu ul.menu_cap_cha li.first-li {
	position: initial !important;
}

.menu ul.menu_cap_cha li.menulicha:last-child {
	padding-right: 0;
	float: right;
}

.menu ul.menu_cap_cha li.menulicha>a {
	font-family: 'RobotoRegular';
	color: #000;
	font-size: 17px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 0px 20px;
	height: 56px;
	line-height: 56px;
}

.menu ul.menu_cap_cha li.menulicha>a:hover,
.menu ul.menu_cap_cha li.active>a {
	color: #db261b;
	font-weight: 600;
}

.none_boder_r {
	border-right: 0 !important;
}

.no_bg {
	background-image: none !important;
}

.menu_cap_cha .desk-hide {
	display: none;
}

/*---menu cấp con---*/
.menu_cap_con {
	position: absolute;
	display: none;
	transition: all ease 0.5s;
	left: 0px;
	top: 100%;
	background: linear-gradient(126deg, rgba(235, 191, 11, 1) 10%, rgba(238, 139, 24, 1) 29%, rgba(247, 31, 19, 1) 80%);
	z-index: 99;
}

.menu_cap_con li {
	padding: 0 !important;
}

.menu_cap_con li a {
	display: block;
	width: 100%;
	min-width: 220px;
	font-size: 15px;
	font-family: 'RobotoRegular';
	float: none !important;
	transition: all ease 0.2s;
	line-height: initial !important;
	padding: 12px 10px !important;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0px;
	color: #fff !important;
}

.menu_cap_con li:last-child a {
	border-bottom: none;
}

.fixed .menu_cap_con li,
.tail_menu .menu_cap_con li {
	background: linear-gradient(126deg, rgba(235, 191, 11, 1) 10%, rgba(238, 139, 24, 1) 29%, rgba(247, 31, 19, 1) 80%) !important;
}

.menu_cap_con li:hover {
	background: #d90000 !important
}

.menu_cap_cha li:hover .menu_cap_con {
	display: block;
}

.menu_cap_con li:hover .menu_cap_2 {
	display: block;
}

.menu_cap_2 {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background: #f00;
}

.menu ul.menu_cap_cha li.menulicha.spkhac .menu_cap_2 {
	position: absolute;
	right: 100%;
	left: auto;
	top: 0;
}

.menu_cap_2 li:hover .menu_cap_3 {
	display: block;
}

.menu_cap_3 {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background: #f00;
}

.menu_cap_3 li:hover .menu_cap_4 {
	display: block;
}

.menu_cap_4 {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}

.menu_cap_cha .thicong_list {
	width: 720px;
}

.menu_cap_cha .thicong_list:after {
	clear: both;
	content: '';
	display: block;
}

.menu_cap_cha .thicong_list li {
	width: 50%;
	float: left;
}

.menu_cap_cha .thicong_list li a {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

#search button {
	position: absolute;
	top: 7px;
	right: 10px;
	border: none;
	width: 13px;
	height: 19px;
	background: none;
	outline: none;
}

.fixed {
	position: fixed !important;
	width: 100%;
	max-width: 100%;
	top: 0px !important;
	z-index: 999;
	-webkit-animation: fadeInDown 1.3s ease backwards;
	-moz-animation: fadeInDown 1.3s ease backwards;
	-o-animation: fadeInDown 1.3s ease backwards;
	-ms-animation: fadeInDown 1.3s ease backwards;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#000000)";
	/*IE 8*/
	-moz-box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.3);
	/*FF 3.5+*/
	-webkit-box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.3);
	/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.3);
	/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000);
	/*IE 5.5-7*/
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}




/* Slider*/
.wrap_slider {
	background: #F2F2F2;
}

.item_slider {
	position: relative;
}

.item_slider img {
	position: relative;
	width: 100%;
}

.slider_info {
	position: absolute;
	top: 0;
	left: 0%;
	bottom: 0;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	opacity: 0;
	justify-content: space-between;
}

.slider_info--text {
	width: 50%;
	margin: auto;
}

.item_slider .thumb::before {
	display: none;
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	bottom: 0;
	width: 450px;
	background: -moz-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(left, #fff -10%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	z-index: 1;
}

#slider .owl-item.active .item_slider .slider_info,
#slider_mb .owl-item.active .item_slider .slider_info {
	opacity: 1;
	-webkit-animation: fadeInRight 1s ease backwards;
	-moz-animation: fadeInRight 1s ease backwards;
	-o-animation: fadeInRight 1s ease backwards;
	-ms-animation: fadeInRight 1s ease backwards;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

#slider .owl-item.active .owl-lazy,
#slider_mb .owl-item.active .owl-lazy {
	opacity: 1
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(0%, -20%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

.thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	/*padding-bottom: calc(439/850 * 100%);*/
}

.slider_info__name {
	color: #fff;
	font-size: 65px;
	font-family: 'RobotoCondensedBold';
	padding-bottom: 10px;
	text-align: center;
}

.button-more {
	display: inline-block;
	vertical-align: top;
	color: #010101;
	position: relative;
	z-index: 2;
	background: #fff;
	border: none !important;
	font-family: "RobotoRegular";
	padding: 12px 30px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 4px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.button-more:hover {
	color: #fff;
	background: #1a9edc;
}

.btn-main:after,
.btn-main:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: -4px;
	top: 0;
	right: 0;
	border: solid 1px #1a9edc;
	z-index: -1;
}

.btn-main:after {
	right: -4px;
	top: -4px;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.slider_info__desc {
	font-size: 18px;
	font-family: 'RobotoMedium';
	color: #fff;
	text-align: center;
}

.slider_info1 {
	position: absolute;
	left: 50%;
	bottom: 10%;
	background: rgba(259, 148, 41, 0.8);
	z-index: 2;
	padding: 15px 30px;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(-26deg) skewY(0deg) translate(-50%, 0);
	/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-26deg, 0deg) translate(-50%, 0);
	/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-26deg, 0deg) translate(-50%, 0);
	/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-26deg, 0deg) translate(-50%, 0);
	/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-26deg, 0deg) translate(-50%, 0);
}

.slider_info__name1 {
	color: #fff;
	font-size: 30px;
	font-family: 'RobotoRegular';
	text-align: center;
	white-space: nowrap;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(26deg) skewY(0deg) translate(0, 0);
	/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(26deg, 0deg) translate(0, 0);
	/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(26deg, 0deg) translate(0, 0);
	/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(26deg, 0deg) translate(0, 0);
	/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(26deg, 0deg) translate(0, 0);
}


/* Slideshow */
.catagory-list {
	width: 270px;
	overflow-y: scroll;
	background: #fff;
	max-height: 394px;
}

.catagory-list::-webkit-scrollbar {
	width: 0px;
	height: 5px;
}

.catagory-list::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

.catagory-list::-webkit-scrollbar-track {
	background-color: #c3c3c3;
}

.catagory-list::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}

.catagory-list::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #c3c3c3;
	border-radius: 3px;
}

.catagory-list::-webkit-scrollbar-corner {
	background-color: #ffffff;
}


.catagory-list::-webkit-resizer {
	background-color: #666;
}

.catagory-list>ul {}

.catagory-list>ul>li {
	padding: 0 10px;
	position: relative;
}

.catagory-list>ul>li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	height: 40px;
	line-height: 39px;
	border-bottom: 1px dashed #BFBFBF;
	color: #191919;
	font-size: 15px;
	font-family: 'RobotoRegular';
}


.catagory-list>ul>li>ul,
.catagory-list__fix>ul>li>ul {
	display: none;
}

.catagory-list>ul>li>ul>li>a,
.catagory-list__fix>ul>li>ul>li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 28px;
	position: relative;
	height: 38px;
	line-height: 38px;
	color: #191919;
	font-size: 15px;
	font-family: 'RobotoRegular';
	margin-right: 20px;
}

.catagory-list>ul>li>ul>li:hover>a,
.catagory-list__fix>ul>li>ul>li:hover>a {
	color: #f00;
}

/* */
.item_visao{
	display: flex;
	align-items: center;
}

.info_visao{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.info_visao h4{
	text-transform: capitalize;
	font-weight: 700;
}

.info_visao .info_content{
	text-align: left;
	font-size: 17px;
}

/* */
.slideshow {
	position: relative;
	width: 100%;
}

/*.slideshow:after{content:'';position: absolute;top:0;left:0;width:100%;height:45%;background: linear-gradient(rgba(0,0,0,0.7), rgba(255,255,255,0)); z-index: 99;}*/
.slideshow a {
	display: block;
	cursor: pointer;
}

.slideshow a img {
	width: 100%;
}

.slideshow:hover .control-slideshow {
	opacity: 0.3;
}

.slideshow .control-slideshow:hover {
	opacity: 0.8;
}

.control-slideshow {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px/2);
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	cursor: pointer;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
}

.control-slideshow i {
	color: #ffffff;
}

.prev-slideshow {
	left: 20px;
	padding-right: 3px;
}

.next-slideshow {
	right: 20px;
	padding-left: 3px;
}

.row-flex-xs {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}


/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
	margin-bottom: 25px;
}

.breadCrumbs .wrap-content {
	padding: 0.75rem 10px;
	max-width: 1200px;
}

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

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: var(--color-gray);
}

.wrap_gioithieu {}

.wrap_gioithieu .fixwidth {
	padding-top: 50px;
	padding-bottom: 35px;
	border-bottom: 1px dashed #000;
}

.gt_noidung {
	text-align: center;
	color: #191919;
	line-height: 1.5;
	font-size: 17px;
}

.xemgt {
	display: block;
	width: 118px;
	margin-top: 20px;
	background: #006600;
	color: #fff;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-family: 'Roboto Slab', serif;
	margin: auto;
	border-radius: 5px;
}

.xemgt:hover {
	color: #ff0;
}


.wrap_thicong {
	padding: 50px 0;
}

.title {
	text-transform: uppercase;
	/* font-family: 'Roboto Slab', serif; */
	font-size: 30px;
	background: url(../images/img-data/bg_title.png) no-repeat bottom center;
	padding-bottom: 25px;
	color: #db261b;
	margin-bottom: 30px;
	text-align: center;
}

.title-mt {
	font-weight: 600;
	text-transform: uppercase;
	/* font-family: 'Roboto Slab', serif; */
	font-size: 30px;
	padding-bottom: 10px;
	color: #db261b;
	text-align: center;
}

.mota-index{
	font-size: 17px;
	margin: auto;
	max-width: 900px;
	text-align: center;
}

.title2 {
	font-weight: 600;
	position: relative;
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	padding-bottom: 10px;
	color: #db261b;
	text-align: left;
}

.title2::after {
	content: '';
	width: 10%;
	height: 3px;
	background: linear-gradient(126deg, rgba(235, 191, 11, 1) 10%, rgba(238, 139, 24, 1) 29%, rgba(247, 31, 19, 1) 80%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrap_qc {
	padding-top: 50px;
}

.background-dv {
	padding: 60px 0;
}


.paging_ajax {
	text-align: center;
	margin-top: 20px;
}

.paging_ajax a {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0 3px;
	min-width: 30px;
	text-align: center;
	cursor: pointer;
}

.paging_ajax a:hover,
.paging_ajax a.current {
	background: #4f4f4f;
	color: #fff;
}


.wrap_product {
	padding-bottom: 50px;
}

.wrap_product_index {
	padding-top: 50px;
}

.toppd0 {
	padding-top: 0;
}

.loadkhung_product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}


.loadkhung_mauco {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.loadkhung_product1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.boxproduct_item {}

.boxproduct_item .boxproduct_img {
	padding: 5px;
	border: 1px solid #ddd;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000)";
	/*IE 8*/
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	/*FF 3.5+*/
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000);
	/*IE 5.5-7*/
}

.boxproduct_item .boxproduct_img span {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.boxproduct_item .boxproduct_img img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

.boxproduct_item:hover .boxproduct_img img {
	transform: scale(1.1);
}

.boxproduct_item .boxproduct_info {
	text-align: center;
}

.boxproduct_item .boxproduct_name {
	margin-top: 10px;
	position: relative;
}

.boxproduct_item .boxproduct_name a {
	transition: all 0.5s;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'RobotoMedium';
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.boxproduct_item:hover .boxproduct_name a {
	color: #f00;
}

.boxproduct_item .boxproduct_price {
	color: #545151;
	line-height: 1.6;
	font-size: 15px;
	font-family: 'RobotoRegular';
}

.boxproduct_item .boxproduct_price span {
	color: #f00;
}

.boxproduct_item .boxproduct_mota {
	color: #545151;
	line-height: 1.6;
	font-size: 15px;
	font-family: 'RobotoRegular';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item_dv {
	width: 100%;
	padding: 10px 0;
	display: block;
}

.item_dv .pic-news {
	max-width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.item_dv .pic-news img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}

.item_dv:hover .pic-news img {
	width: 100%;
	transform: scale(1.05);
	transition: all 0.5s;
}

.item_dv .info-news {
	text-align: center;
}

.item_dv .name-news a {
	color: #fff600;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
	font-family: 'RobotoMedium';
}

.item_dv .desc-news {
	color: #fff;
	margin-top: 5px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.title-video {
	font-family: 'Roboto Slab', serif;
	font-size: 29px;
	background: url(../images/img-data/line.png) no-repeat bottom center;
	padding-bottom: 15px;
	color: #db261b;
	margin-bottom: 30px;
	text-align: center;
}

.loadkhung_video {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 28px;
}

.tailvideo_item1 {
	position: relative;
	margin-bottom: 12px;
}

.tailvideo_item1 .name-video {
	text-align: center;
}

.tailvideo_item1 .name-video a {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s;
}

.tailvideo_item1:hover .name-video a {
	color: #f00;
}

.tailvideo_item1 .pic-video {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.tailvideo_item1 .pic-video:before {
	content: '';
	background: url('../images/img-data/play.png') no-repeat;
	background-size: 100% 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9
}

.tailvideo_item1 .pic-video img {
	display: block;
	width: 100%;
	transform: scale(1.0);
	transition: all 0.4s;
}

.tailvideo_item1:hover .pic-video img {
	transform: scale(1.1);
}


.pagination-home {
	margin-top: 30px;
}

.pagination {
	flex-wrap: wrap;
}

/*====BOX TIN TUC====*/
.news-item-box {
	padding: 40px 0;
	background: #f2f2f2;
}

.flex-news {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.news-item {
	width: 50%;
	padding: 10px 15px;
}

.news-item__centent {
	padding: 10px;
	background: #fff;
	display: flex;
}

.news-item__img {
	display: block;
	overflow: hidden;
	width: 200px;
	float: left;
}

.news-item__img img {
	transition: all ease 0.3s;
}

.news-item__item:hover .news-item__img img {
	transform: scale(1.04);
}

.news-item__item {
	background: #fff;
}

.news-item__info {
	width: calc(100% - 200px);
	padding-left: 15px;
}

.news-item__name a {
	text-transform: uppercase;
	color: #000000;
	font-family: 'RobotoCondensedBold';
	font-size: 16px;
}

.news-item__ngaytao {
	color: #cc0000;
	font-size: 15px;
	font-family: 'RobotoCondensedRegular';
}

.main_news {
	font-size: 24px;
	font-family: 'Muli-Bold';
	margin-bottom: 20px;
}

.wrap_bottom {
	padding-top: 40px;
}

.left_bottom {
	width: 49%;
	position: relative;
	min-height: 305px;
}

.right_bottom {
	width: 49%;
}

.title-bottom {
	color: #000;
	font-family: 'UTM-HelvetIns';
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 5px;
	background: url(../images/img-data/line.png) no-repeat left bottom;
}

.title-bottom::before {
	content: '';
	background: #c5c5c5;
	position: absolute;
	right: 0%;
	bottom: 0px;
	width: calc(100% - 85px);
	height: 1px;
}

.rows {
	margin: 0 -15px;
}

.simply-scroll-list li {
	padding: 10px 20px;
}

.news_bt {
	width: 100%;
	padding: 15px;
	display: block;
	border-radius: 40px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color=#000000)";
	/*IE 8*/
	-moz-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.3);
	/*FF 3.5+*/
	-webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.3);
	/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.3);
	/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#000000);
	/*IE 5.5-7*/
}

.news_bt .pic-news {
	float: right;
	width: 30%;
}

.news_bt .pic-news img {
	width: 100%;
	border-bottom-right-radius: 30px;
}

.news_bt .info-news {
	float: left;
	width: 68%;
}

.news_bt .name-news a {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: bold;
}

.news_bt .name-news:hover a {
	color: var(--color-red);
}

.news_bt .desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.slider-nav {
	margin-bottom: 20px;
}

.slick-slide .item_kh_img {
	max-width: 195px;
	margin: auto;
	transform: scale(0.6);
	transition: all 0.5s;
	border-radius: 50%;
}

.slick-slide .item_kh_img img {
	border-radius: 50%;
}

.slick-current .item_kh_img {
	transform: scale(1);
}

.item_kh_info {
	text-align: center;
}

.item_kh_info .mota_kh {
	font-size: 13px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item_kh_info .name_kh {
	font-size: 15px;
	font-family: 'RobotoMedium';
	color: #333;
	text-align: center;
}

.item_kh_info .diachi_kh {
	font-size: 15px;
	font-family: 'RobotoMedium';
	color: #333;
	text-align: center;
}

.item_kh_info i {
	font-size: 24px;
	display: block;
	margin: 15px 0;
	color: #333;
	text-align: center;
}

.roll_news {
	width: 100%;
	position: relative;
	height: 408px;
	overflow: hidden;
}

.title_bottom {
	position: relative;
	color: #f00;
	font-size: 24px;
	font-family: 'UTM HelvetIns';
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.title_bottom:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 2px;
	background: #d9d9d9;
	bottom: 5px;
	left: 0px;
}

.title_bottom:after {
	content: '';
	position: absolute;
	width: 120px;
	height: 1px;
	background: #d9d9d9;
	bottom: 0px;
	left: 0px;
}

.tailvideo_item_owl {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	overflow: hidden;
}

.tailvideo_item_owl:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/img-data/play.png) no-repeat;
	background-size: 100% 100%;
}

.socialpage {
	color: #fff;
}

.socialpage a {
	color: #fff;
}

.socialpage .socialpage-name a {
	font-size: 16px;
	color: #fff;
}

.socialpage-img {
	width: 55px;
}

.socialpage-name {
	width: calc(100% - 55px);
	padding-left: 15px;
}

.socialpage-btn {
	background: #e3a90d;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 15px;
}

.mota_socialpage {
	margin-top: 10px;
}

.bacground-xam {
	padding-top: 40px;
	background-color: #0000008c;
}

/*====BOX ĐỐI TÁC====*/
.wrap_socialpage {
	padding: 60px 0;
	background: #003300;
}

/*====BOX FOOTER====*/
.boxfooter_container {
	color: #fff;
	position: relative;
	font-size: 15px;
}

.boxfooter_container .khung {
	background: transparent;
	padding: 5px;
}

.footer_name {
	font-family: 'UTM HelvetIns';
	font-size: 42px;
	color: #db261b;
	text-align: center;
	margin-bottom: 10px;
	padding: 20px;
}

.boxfooter_left {
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.boxfooter_middle {
	margin-bottom: 10px;
	width: 100%;
}

.boxfooter_middle1 {
	margin-bottom: 10px;
	width: 100%;
}

.boxfooter_right {
	margin-bottom: 10px;
	width: 100%;
}

.ft0icon {
	width: 40px;
}

.ft0icon_info {
	width: calc(100% - 40px);
	padding-left: 10px;
}

/*
.boxfooter_left b,.boxfooter_left strong{ font-family: 'SFUEurostile-Bold'; }
.boxfooter_info{color:#fff; margin-bottom:10px;}


.boxfooter_title{position: relative; color:#fff; text-transform: uppercase; font-size:17px; padding-bottom:10px; margin-bottom:20px; font-family: 'Muli-Bold'; }
.boxfooter_title::before{content:''; position: absolute; left: 0px; bottom: 0px; background: #fff; height: 3px; width:40px;}

.box_chinhsach_item{ padding: 4px 0;margin-bottom:0px; }
.box_chinhsach_item a{color:#fff;font-size:15px; font-weight: 500;}
.box_chinhsach_item a:hover{color:#ff0;}
 


.social2{ padding-top: 20px; }
.social2 span{ display: inline-block; line-height: 28px; margin-right: 10px; font-weight: 500; }
*/
.bottom-contact1 iframe {
	display: block;
	width: 100%;
	height: 500px;
}

.validation-newsletter {
	display: flex;
}

.validation-newsletter input {
	width: calc(100% - 40px);
	padding: 5px 60px 5px 15px;
	font-style: italic;
	width: 100%;
	outline: none;
	color: #bcc0c4;
	background-color: #565f66;
	border: none;
}

.validation-newsletter button {
	height: 40px;
	width: 40px;
	background-color: #fbcd13;
	border: none;
}

.boxfooter_bottom {
	background: #000;
	padding: 15px;
	text-align: center;
	font-size: 14px;
}

.boxfooter_bottom .fixwidth {
	padding: 0;
}


/* Sản Phẩm Detail */
.wrap_left_detail {
	width: 270px;
	float: left
}

/* Slideshow */
.title-left-detail {
	background: #d90000;
	text-align: center;
	font-size: 18px;
	font-family: 'RobotoMedium';
	padding: 8px 10px;
	color: #fff;
}

.catagory-list-detail {
	width: 270px;
	border: 1px solid #ddd;
	background: #fff;
}

.catagory-list-detail>ul {}

.catagory-list-detail>ul>li {
	padding: 0 10px;
	position: relative;
}

.catagory-list-detail>ul>li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	height: 40px;
	line-height: 39px;
	border-bottom: 1px dashed #BFBFBF;
	color: #191919;
	font-size: 15px;
	font-family: 'RobotoRegular';
}

.catagory-list-detail>ul>li:last-child>a {
	border-bottom: none;
}

.catagory-list-detail>ul>li>ul {
	display: none;
}

.catagory-list-detail>ul>li>ul>li>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 28px;
	position: relative;
	height: 38px;
	line-height: 38px;
	color: #191919;
	font-size: 15px;
	font-family: 'RobotoRegular';
	margin-right: 20px;
}

.catagory-list-detail>ul>li>ul>li:hover>a {
	color: #f00;
}


.wrap_right_detail {
	width: calc(100% - 300px);
	float: right
}

.mota_page_product {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #ebebeb;
}

.mota_page_product .main_news {
	margin-bottom: 10px;
}

.noidung_page_product {
	margin-top: 20px;
}

.pro_catagory {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.pro_catagory div {
	width: calc((100% / 6) - 6px);
	margin: 5px 3px;
}

.pro_catagory div a {
	display: block;
	color: #666;
	line-height: 1.3;
	border: 1px solid #e1e1e1;
	border-radius: 2px 2px;
	padding: 8px 10px;
	text-align: center;
	font-size: 13px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pro_catagory div a:hover {
	border: 1px solid #ff0000;
}

.border-top-0 {
	border-top: none;
}

.muangay1 {
	display: inline-block;
	background: #82ae46;
	border: 1px solid #82ae46;
	color: #fff;
	padding: 6px 8px;
	width: 100%;
	max-width: 140px;
	border-radius: 4px;
	transition: all 0.4s;
	text-align: center;
	font-size: 16px;
}

.muangay1:hover {
	background: #fff;
	color: #82ae46;
}

.muangay2 {
	display: inline-block;
	background: #f00;
	border: 1px solid #f00;
	color: #fff !important;
	padding: 6px 8px;
	width: 100%;
	max-width: 140px;
	border-radius: 4px;
	transition: all 0.4s;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.muangay2:hover {
	background: #cd0d15;
	border: 1px solid #cd0d15;
	color: #ff0 !important;
}

.mota_page {
	margin-bottom: 20px;
}

.noidung_page {
	margin-top: 20px;
}

.grid-pro-detail {
	margin-bottom: 50px;
}

.left-pro-detail {
	position: relative;
	float: left;
	width: 49%;
	text-align: center;
	margin-right: 2%;
	background: white;
}

.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
}

.right-pro-detail {
	width: 49%;
	float: right;
}

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

.owl-thumb-pro {
	padding: 0px 40px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

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

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

.title-pro-detail {
	text-transform: capitalize;
	font-size: 24px;
	display: block;
	font-weight: 700;
}

.social-plugin-pro-detail {
	margin-bottom: 5px;
	margin-top: 0px !important;
}

.desc-pro-detail {
	margin-top: 0.6rem;
}

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

.attr-pro-detail li {
	padding: 4px 0;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
	min-width: 95px;
	display: inline-block;
}

.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.price-new-pro-detail {
	font-weight: 700;
	font-size: 17px;
	color: var(--color-red);
}

.price-old-pro-detail {
	font-weight: 500;
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
}

.size-pro-detail {
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}

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

.quantity-pro-detail button {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}

.quantity-pro-detail button.quantity-plus-pro-detail {
	border-left: 0px;
}

.quantity-pro-detail button.quantity-minus-pro-detail {
	border-right: 0px;
}

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

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

.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
	background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
}

.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

.tags-pro-detail {
	margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: var(--color-red);
	border-radius: 3px;
}

.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
	font-size: 10px;
	float: left;
	margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0px;
	list-style: none;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
	background: #333;
	color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
}

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

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

.tabs-pro-detail {
	margin-top: 20px;
}

/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}

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

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

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

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

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

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

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

/* Bài viết */
.news {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	display: block;
}

.news:nth-child(2n) {
	float: right;
}

.news:nth-child(2n+1) {
	clear: both;
}

.news .pic-news {
	float: left;
	margin-right: 4%;
	width: 36%;
}

.news .pic-news img {
	width: 100%;
}

.news .info-news {
	float: left;
	width: 60%;
}

.news .name-news a {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: bold;
}

.news .name-news:hover a {
	color: var(--color-red);
}

.news .time-news {
	color: var(--color-gray);
	margin-bottom: 0.25rem;
}

.news .desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}

.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}

.share b {
	display: block;
	margin-bottom: 5px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 17px;
	list-style: square;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
}

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


/* Contact */
.top-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.top-contact .article-contact {
	width: 48%;
}

.form-contact {
	width: 47%;
}

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

.input-contact input,
.input-contact textarea {
	width: 100%;
	padding: 0px;
	outline: none;
	font-size: 14px;
}

.input-contact input {
	text-indent: 10px;
}

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

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

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

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

.bottom-contact2 {
	position: relative;
	height: 400px;
}

.bottom-contact2 iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}




/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
	text-align: center;
	margin-top: 20px;
}

.pagination-ajax .pagination {
	justify-content: center !important;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 3px 2px;
	color: #333;
	background: #eee;
	border: 1px solid rgba(161, 161, 161, 0.4);
	font-size: 12px;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
}

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

/* Popup custom */
.modal-custom .modal-footer {
	padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
	font-size: 14px;
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

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

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

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

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

/* Transition All */
.transition {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}




div.menu_mobi,
div.menu_mobi_add {
	display: none;
}

.menu_mobi_add .menulicha i {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 16px;
}

/* Responsive */
@media(max-width:1199px) {
	.logo_none{
		display: block;
	}
	.menu ul.menu_cap_cha li.menulicha>a {
		font-size: 15px;
		padding: 0px 10px;
	}
}

@media(max-width:1024px) {
	
	.box-mxh{
		margin-top: 20px;
		flex-direction: row;
	}
	.header{
		display: none;
	}

	.header-top {
		padding: 5px 0;
	}

	.topleft ul li:first-child a {
		padding-left: 10px;
	}

	.slider_info__name1 {
		font-size: 25px;
	}

	.slider_info1 {
		padding: 12px 20px;
	}

	.wrap-main,
	.wrap-content {
		width: 97%;
	}

	.fixwidth {
		width: 97%;
	}

	.header-height {
		display: none;
	}

	.topleft ul li a:hover,
	.topleft ul li a.active {
		color: #f00;
	}

	.topleft .d-flex {
		display: none !important;
	}

	.menu_mobi_add ul li ul {
		width: 100%;
	}

	.menu_mobi_add ul li ul li a {
		padding-left: 20px;
	}

	.menu_mobi_add ul li ul li ul li a {
		padding-left: 30px;
	}

	.menu_mobi_add ul li ul li ul li ul li a {
		padding-left: 40px;
	}

	div.menu_mobi_add {
		background: #ffffff;
		display: block;
		position: fixed;
		left: -100%;
		top: 0;
		z-index: 99999;
		color: #080808;
		height: 100vh;
		overflow: auto;
		line-height: 1.5;
		padding-top: 40px;
		padding-bottom: 20px;
		width: 85%;
		min-width: 140px;
		max-width: 440px;
		box-shadow: inset -4px 0px 8px rgb(0 0 0 / 30%);
		transition: 0.5s;
	}

	div.menu_mobi_active {
		left: 0;
		transition: 0.5s;
	}

	.close_menu {
		position: absolute;
		top: 5px;
		right: 7px;
		font-size: 20px;
		background: rgb(0, 0, 0, 0.2);
		width: 35px;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
	}

	div.menu_mobi_add ul {
		list-style: none;
	}

	.icon_menu_mobi {
		font-size: 18px;
		text-decoration: none;
		display: block;
		cursor: pointer;
		display: block;
		cursor: pointer;
		margin-bottom: 0;
	}

	.menu_baophu {
		background: #000;
		opacity: 0.8;
		z-index: 998;
		left: 0px;
		top: 0px;
		position: fixed;
		width: 100%;
		height: 100%;
		display: none;
	}

	a.home_mobi {
		color: #fff;
		text-decoration: none;
		float: right;
		font-size: 20px;
		display: none;
	}

	.close_menu {
		position: absolute;
		top: 5px;
		right: 7px;
		font-size: 20px;
		background: rgb(0, 0, 0, 0.2);
		width: 35px;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
	}

	div.menu_mobi_add ul li a,
	div.menu_mobi_add ul li span {
		text-decoration: none;
		color: #000;
		display: block;
		border-bottom: 1px solid rgb(0, 0, 0, 0.2);
		padding: 12px 40px 12px 10px;
		font-size: 14px;
		position: relative;
	}

	.menu ul.menu_cap_cha {
		display: none !important;
	}

	div.menu_mobi {
		display: block;
		background: #cd0d15;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
		cursor: pointer;
		display: block;
		width: 35px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
		text-align: center;
	}

	.diachi-top {
		display: none;
	}

	.loadkhung_product1 {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 15px;
	}

	.vert .simply-scroll-clip {
		height: 423px !important;
	}

	.pro_catagory div {
		width: calc((100% / 5) - 6px);
	}

	.catagory-list {
		display: none;
	}

	.wrap_slider {
		max-width: 100% !important;
		width: 100%;
	}

	.slideshow {
		padding: 0px;
		width: 100%;
	}

	/*.header_left { max-width: initial; width: 100%; padding-bottom: 5px; text-align: center;}
    .boxmenu_right{ display: none !important; }
    .header { padding: 6px 0;}
    .boxmenu_middle { max-width: initial; width: 100%; display: flex; justify-content: space-between;}*/

	.boxfooter_right,
	.boxfooter_middle,
	.boxfooter_middle1,
	.boxfooter_left {
		width: 50%;
	}

	.boxfooter_left,
	.boxfooter_middle {
		margin-bottom: 20px;
	}

	.loadkhung_product {
		grid-gap: 20px;
	}

	.wrap_gioithieu {
		margin-top: 0;
	}
}

@media(max-width:1000px) {
	.loadkhung_mauco {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-card {
		/* display: flex;
		justify-content: space-between; */
		width: 100%;
		/* height: 70vh; */
	}
	.product-card .card__body{
		padding: 7% 5%;
	}
	.product-card .card__info{
		padding: 0 1%;
	}
	.card__info ul{
		margin-bottom: 20px !important;
	}
	.card__info ul li a{
		height: 25px;
		line-height: 25px;
		font-size: 15px;
	}
	.card__info ul li a img{
		max-width: 20px;
	}
	.header .fixwidth {
		flex-wrap: wrap;
	}

	.loadkhung_product {
		grid-gap: 15px;
	}

	.loadkhung_product1 {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}



	.left-content {
		display: none;
	}

	.right-content {
		width: 100%;
	}

	.news {
		width: 100%;
		float: none !important;
	}

	.title-bottom,
	.title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.mota_page_product {
		padding: 10px;
	}

	.noidung_page_product {
		padding: 10px;
	}

	.main_news {
		font-size: 20px;
	}

	.breadCrumbs .wrap-content {
		padding: 0.75rem 0px;
	}

	.wrap_left_detail {
		display: none;
	}

	.wrap_right_detail {
		width: 100%;
	}

	.toolbar {
		display: block;
	}

	.scrollToTop {
		bottom: 60px;
	}
}

@media(max-width:769px) {
	.ol-cards > li > .ol-title{
		font-size: 1rem !important;
	}
	.product-card .card__body h3{
		padding-top: 20px;
	}
	.tach-ra{
		margin-top: 30px;
	}
	.box-dich-vu-left p::before{
		content: none !important;
	}
	.ol-cards > li > .descr{
		display: none;
	}
	.blog-tuyendung .card-header {
		font-size: 18px !important;
		letter-spacing: 2px !important;
	}

	.header_logo img {
		transition: all 0.3s;
		max-height: 75px;
	}

	.header_logo {
		padding-right: 0;
	}

	.loadkhung_product1 {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	.loadkhung_product {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}

	.pro_catagory div {
		width: calc((100% / 4) - 6px);
	}

	.top-contact {
		flex-wrap: wrap;
	}

	.left-pro-detail,
	.right-pro-detail,
	.top-contact .form-contact,
	.top-contact .article-contact {
		width: 100%;
		margin: 0px;
	}

	.left-pro-detail,
	.top-contact .article-contact {
		margin-bottom: 30px;
	}

	.wrap_about .fixwidth {
		flex-wrap: wrap;
	}

	.wrap_bottom .fixwidth {
		flex-wrap: wrap;
	}

	.left_bottom {
		width: 100%;
		margin-bottom: 30px;
	}

	.right_bottom {
		width: 100%;
	}

	.slider_info__name1 {
		font-size: 20px;
	}

	.slider_info1 {
		padding: 8px 15px;
	}


	.gt_left {
		min-height: 350px;
		width: 100%;
		margin-bottom: 15px;
	}

	.gt_right {
		width: 100%;
		padding-left: 0;
	}

	.footer_name {
		font-size: 35px;
	}

	.loadkhung_video {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
}

@media(max-width:767px) {
	.icon-head .icon-img {
		padding-right: 8px;
		width: 55px;
	}

	.icon-head .icon-info div:nth-child(2) {
		color: #e60707;
		font-size: 18px;
	}

	.header_logo img {
		max-height: 65px;
	}
}

@media(max-width:700px) {
	.icon-head .icon-info div:nth-child(2) {
		font-size: 16px;
	}

	.header_logo img {
		max-height: 60px;
	}

	.pro_catagory div {
		width: calc((100% / 3) - 6px);
	}

	.email {
		display: none;
	}

	.boxproduct_item .boxproduct_name a {
		transition: all 0.5s;
		color: #333;
	}

	.left_dv {
		display: none;
	}

	.right_dv {
		width: 100%;
		min-height: 400px;
	}
}

@media(max-width:440px) {
	.loadkhung_video {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}

	.footer_name {
		font-size: 32px;
	}

	.header_left {
		width: 23%;
	}

	.boxmenu_middle {
		width: 75%;
	}

	.boxmenu_right {
		display: none !important;
	}

	.loadkhung_product,
	.loadkhung_product1 {
		grid-gap: 12px;
	}

	.boxfooter_container .fixwidth {
		flex-wrap: wrap;
	}

	.slider_info__name1 {
		font-size: 15px;
	}

	.slider_info1 {
		padding: 5px 8px;
	}

	.boxfooter_left {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.boxfooter_middle {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.boxfooter_middle1 {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.boxfooter_right {
		width: 100%;
	}

	.news .pic-news,
	.news .info-news {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0px;
	}

	.news .info-news {
		margin-top: 15px;
	}

	.news_bt .info-news {
		margin-top: 0px;
		text-align: left;
	}

	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}
}

@media(max-width:369px) {
	.cart-pro-detail {
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		width: 100%;
		text-align: center;
		margin: 0px !important;
		font-size: 12px;
	}

	.cart-pro-detail a:first-child {
		margin-bottom: 5px !important;
	}

	.cart-pro-detail a i {
		display: none;
	}
}


.button-book button {
	margin-top: 10px;
}

.button-book .custom-btn {
	letter-spacing: 2px;
	font-size: 17px;
	width: 150px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 0 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	/* background: transparent; */
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		7px 7px 20px 0px rgba(0, 0, 0, .1),
		4px 4px 5px 0px rgba(0, 0, 0, .1);
	outline: none;
}

/* 5 */
.btn-5 {
	width: 150px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none;
	background: rgb(255, 27, 0);
	background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
}

.btn-5:hover {
	color: #f0094a;
	background: transparent;
	box-shadow: none;
}

.btn-5:before,
.btn-5:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #f0094a;
	box-shadow:
		-1px -1px 5px 0px #fff,
		7px 7px 20px 0px #0003,
		4px 4px 5px 0px #0002;
	transition: 400ms ease all;
}

.btn-5:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
	width: 100%;
	transition: 800ms ease all;
}


.cybr-btn {
	--primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 1%));
	--shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
	--primary-hue: 0;
	--primary-lightness: 50;
	--color: hsl(0, 0%, 100%);
	--font-size: 18px;
	--shadow-primary-hue: 180;
	--label-size: 9px;
	--shadow-secondary-hue: 60;
	--shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%);
	--clip: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
	--border: 4px;
	--shimmy-distance: 5;
	--clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
	--clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
	--clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
	--clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
	--clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
	--clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
	--clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
	font-family: 'Cyber', sans-serif;
	color: var(--color);
	cursor: pointer;
	background: transparent;
	text-transform: uppercase;
	font-size: var(--font-size);
	outline: transparent;
	letter-spacing: 2px;
	position: relative;
	font-weight: 700;
	border: 0;
	min-width: 160px;
	height: 45px;
	line-height: 45px;
	transition: background 0.2s;
}

.cybr-btn:hover {
	--primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.8%));
}

.cybr-btn:active {
	--primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.6%));
}

.cybr-btn:after,
.cybr-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	clip-path: var(--clip);
	z-index: -1;
}

.cybr-btn:before {
	background: var(--shadow-primary);
	transform: translate(var(--border), 0);
}

.cybr-btn:after {
	background: var(--primary);
}

.cybr-btn__tag {
	position: absolute;
	padding: 1px 4px;
	letter-spacing: 1px;
	line-height: 1;
	bottom: -5%;
	right: 5%;
	font-weight: normal;
	color: hsl(0, 0%, 0%);
	font-size: 3px;
}

.cybr-btn__glitch {
	position: absolute;
	top: calc(var(--border) * -1);
	left: calc(var(--border) * -1);
	right: calc(var(--border) * -1);
	bottom: calc(var(--border) * -1);
	background: var(--shadow-primary);
	text-shadow: 2px 2px var(--shadow-primary), -2px -2px var(--shadow-secondary);
	clip-path: var(--clip);
	animation: glitch 2s infinite;
	display: none;
}

.cybr-btn:hover .cybr-btn__glitch {
	display: block;
}

.cybr-btn__glitch:before {
	content: '';
	position: absolute;
	top: calc(var(--border) * 1);
	right: calc(var(--border) * 1);
	bottom: calc(var(--border) * 1);
	left: calc(var(--border) * 1);
	clip-path: var(--clip);
	background: var(--primary);
	z-index: -1;
}

@keyframes glitch {
	0% {
		clip-path: var(--clip-one);
	}

	2%,
	8% {
		clip-path: var(--clip-two);
		transform: translate(calc(var(--shimmy-distance) * -1%), 0);
	}

	6% {
		clip-path: var(--clip-two);
		transform: translate(calc(var(--shimmy-distance) * 1%), 0);
	}

	9% {
		clip-path: var(--clip-two);
		transform: translate(0, 0);
	}

	10% {
		clip-path: var(--clip-three);
		transform: translate(calc(var(--shimmy-distance) * 1%), 0);
	}

	13% {
		clip-path: var(--clip-three);
		transform: translate(0, 0);
	}

	14%,
	21% {
		clip-path: var(--clip-four);
		transform: translate(calc(var(--shimmy-distance) * 1%), 0);
	}

	25% {
		clip-path: var(--clip-five);
		transform: translate(calc(var(--shimmy-distance) * 1%), 0);
	}

	30% {
		clip-path: var(--clip-five);
		transform: translate(calc(var(--shimmy-distance) * -1%), 0);
	}

	35%,
	45% {
		clip-path: var(--clip-six);
		transform: translate(calc(var(--shimmy-distance) * -1%));
	}

	40% {
		clip-path: var(--clip-six);
		transform: translate(calc(var(--shimmy-distance) * 1%));
	}

	50% {
		clip-path: var(--clip-six);
		transform: translate(0, 0);
	}

	55% {
		clip-path: var(--clip-seven);
		transform: translate(calc(var(--shimmy-distance) * 1%), 0);
	}

	60% {
		clip-path: var(--clip-seven);
		transform: translate(0, 0);
	}

	31%,
	61%,
	100% {
		clip-path: var(--clip-four);
	}
}

.cybr-btn:nth-of-type(2) {
	--primary-hue: 260;
}

.btn-xemthem {
	text-align: center;
	margin: 20px 0;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

figure {
	margin: 0 !important;
}

figure.snip1084 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	overflow: hidden;
	/* min-width: 220px; */
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	text-align: center;
}

figure.snip1084 * {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

figure.snip1084 img {
	opacity: 1;
	width: 100%;
}

figure.snip1084 figcaption {
	top: 50%;
	left: 30px;
	right: 30px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-shadow: 1px 1px 2px #c8c8c8;
	color: red;
	font-size: 20px;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	-webkit-transform: translateY(75%);
	transform: translateY(75%);
}

figure.snip1084 figcaption h2 span {
	font-weight: 800;
}

figure.snip1084 figcaption p {
	font-size: 0.9em;
	font-weight: 500;
	opacity: 0;
	margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
	border-top: 1px double #fff;
	border-bottom: 1px double #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.snip1084:after {
	border-right: 1px double #fff;
	border-left: 1px double #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.snip1084 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

figure.snip1084.red {
	background: #36100c;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
	opacity: 0.2;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.grid__item {
	background-color: #fff;
	border-radius: 0.4rem;
	overflow: hidden;
	/* box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1); */
	cursor: pointer;
	transition: 0.2s;
}

.grid__item:hover {
	transform: translateY(-0.5%);
	box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
}

.card__img {
	display: block;
	width: 100%;
	height: 18rem;
	object-fit: cover;
}

.card__content {
	padding: 1.4rem 1.5rem;
}

.card__header {
	font-size: 25px;
	font-weight: 500;
	color: #0d0d0d;
	margin-bottom: 10px;
}

.card__text {
	font-size: 18px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	color: #3d3d3d;
	margin-bottom: 2rem;
}

.card__btn {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	color: #3363ff;
	background-color: #e6ecff;
	border: none;
	border-radius: 0.4rem;
	transition: 0.2s;
	cursor: pointer;
}

.card__btn span {
	margin-left: 1rem;
	transition: 0.2s;
}

.card__btn:hover,
.card__btn:active {
	background-color: #dce4ff;
}

.card__btn:hover span,
.card__btn:active span {
	margin-left: 1.5rem;
}

/* */
.blog-tuyendung .card-header {
	background: linear-gradient(126deg, rgba(235, 191, 11, 1) 10%, rgba(238, 139, 24, 1) 29%, rgba(247, 31, 19, 1) 80%) !important;
	color: #fff !important;
	font-family: 'Alfa Slab One', cursive;
	font-size: 19px;
	letter-spacing: 3px;
	text-align: center;
}

.blog-card {
	display: flex;
	flex-direction: column;
	margin: 1rem auto;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.6%;
	background: #fff;
	line-height: 1.4;
	font-family: sans-serif;
	border-radius: 5px;
	overflow: hidden;
	z-index: 0;
}

.blog-card a {
	color: inherit;
}

.blog-card a:hover {
	color: #5ad67d;
}

.blog-card:hover .photo {
	transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
	position: relative;
	z-index: 0;
	height: 200px;
}

.blog-card .photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details .ul {
	margin: auto;
	padding: 0;
	list-style: none;
}

.blog-card .details {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
	transition: left 0.2s;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size: 0.9rem;
}

.blog-card .details a {
	-webkit-text-decoration: dotted underline;
	text-decoration: dotted underline;
}

.blog-card .details .ul .li {
	display: inline-block;
}

.blog-card .details .author:before {
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	content: "";
}

.blog-card .details .date:before {
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	content: "";
}

.blog-card .details .tags .ul:before {
	font-family: "Font Awesome 5 Pro";
	content: "";
	margin-right: 10px;
}

.blog-card .details .tags li {
	margin-right: 2px;
}

.blog-card .details .tags .li:first-child {
	margin-left: -4px;
}

.blog-card .description {
	padding: 1rem;
	background: #fff;
	position: relative;
	z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
	font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
	line-height: 1;
	margin: 0;
	font-size: 1.7rem;
}

.blog-card .description h2 {
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #a2a2a2;
	margin-top: 5px;
}

.blog-card .description .read-more {
	text-align: right;
}

.box-tuyen-dung .blog-card .description .read-more a {
	color: red;
	display: inline-block;
	position: relative;
}

.blog-card .description .read-more a:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin-left: -10px;
	opacity: 0;
	vertical-align: middle;
	transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
	margin-left: 5px;
	opacity: 1;
}

.blog-card p {
	position: relative;
	margin: 1rem 0 0;
}

.blog-card p:first-of-type {
	margin-top: 1.25rem;
}

.box-tuyen-dung .blog-card p:first-of-type:before {
	content: "";
	position: absolute;
	height: 5px;
	background: red;
	width: 35px;
	top: -0.75rem;
	border-radius: 3px;
}

.blog-card:hover .details {
	left: 0%;
}

@media (min-width: 640px) {
	.blog-card {
		flex-direction: row;
		max-width: 700px;
	}

	.blog-card .meta {
		flex-basis: 40%;
		height: auto;
	}

	.blog-card .description {
		flex-basis: 60%;
	}

	.blog-card .description:before {
		transform: skewX(-3deg);
		content: "";
		background: #fff;
		width: 30px;
		position: absolute;
		left: -10px;
		top: 0;
		bottom: 0;
		z-index: -1;
	}

	.blog-card.alt {
		flex-direction: row-reverse;
	}

	.blog-card.alt .description:before {
		left: inherit;
		right: -10px;
		transform: skew(3deg);
	}

	.blog-card.alt .details {
		padding-left: 25px;
	}
}

@media (max-width: 530px) {
	.container-fluid {
		left: 0;
		margin: 10px 0;
		position: relative;
		top: 0;
		transform: none;
	}
}

.box-tuyen-dung-right .blog-card {
	background-color: white;
	border-radius: 1px;
	box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);
	height: 450px;
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
}

@media (max-width: 580px) {
	.box-tuyen-dung-right .blog-card {
		height: 350px;
		overflow: visible;
	}
}

.box-tuyen-dung-right .media {
	background-position: center;
	background-size: cover;
	height: 100%;
}

.box-tuyen-dung-right .card-body {
	color: #7A7A7A;
	height: 100%;
	padding: 30px 20px 50px;
}

@media (max-width: 530px) {
	.box-tuyen-dung-right .card-body {
		background-color: white;
	}
}

.box-tuyen-dung-right .tagline {
	font-size: 8px;
	text-transform: uppercase;
}

.box-tuyen-dung-right .titles {
	color: #252830;
	font-family: "Playfair Display SC";
	font-size: 30px;
	font-weight: 400;
}

.box-tuyen-dung-right .divider {
	background: #7A7A7A;
	height: 2px;
	margin: 25px auto;
	width: 40px;
}

.box-tuyen-dung-right .paragraph {
	font-weight: 300;
}

.box-tuyen-dung-right .read-more {
	bottom: 25px;
	color: #7A7A7A;
	cursor: pointer;
	left: 50%;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	top: auto;
	transform: translateX(-50%);
}

.box-tuyen-dung-right .read-more:hover,
.box-tuyen-dung-right .read-more:focus,
.box-tuyen-dung-right .read-more:visited {
	color: #252830;
	text-decoration: none;
}

@media (max-width: 530px) {
	.box-tuyen-dung-right .col-xs-6 {
		width: 100%;
	}
}


.title_footer {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 3%;
	color: #f1b64e;
	font-weight: 600;
}

.boxfooter_bottom a:hover {
	color: yellow !important;
}

.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	/* float: left; */
	/* width: 300px;
	height: 200px; */
	/* margin: 0 0 0 25px; */
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	border-radius: 14px;
	/* width: 300px;
	height: 200px; */
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



/* */
.dich-vu-height{
	height: 440px;
	overflow: auto;
}

/* width */
div.dich-vu-height::-webkit-scrollbar {
    width: 4px;
}

/* Track */
div.dich-vu-height::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
div.dich-vu-height::-webkit-scrollbar-thumb {
    background: #bebcbc;
}

/* Handle on hover */
div.dich-vu-height::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ol-cards {
  --flapWidth: 1.3rem;
  --flapHeigth: 1rem;
  --iconSize: 2rem;
  --numberSize: 2rem;
  --colGapSize: 0.5rem;
  width: min(100%, 40rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}
.ol-cards > li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards > li > .icon {
  grid-area: icon;
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(
    0 var(--flapHeigth),
    100% 0,
    100% 100%,
    0 calc(100% - var(--flapHeigth))
  );
  background-color: var(--accent-color);
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.2)
  );
  z-index: -1;
}

.ol-cards > li > .ol-title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 24px;
}
.ol-cards > li > .descr {
	line-height: 20px;
  grid-area: descr;
}
.ol-cards > li::after {
  grid-area: nr;
  content: counter(ol-cards-count, decimal-leading-zero);
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 700;
}
@media (max-width: 40rem) {
  .ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 0.5rem;
    --iconSize: 2rem;
    --numberSize: 2rem;
    --colGapSize: 1rem;
  }
}



.banner-bottom .box {
    /* max-width: 75em; */
    margin: auto;
    font-family: "Open Sans", Arial, Helvetica, Verdana, Sans-Serif;
  }
  
  .banner-bottom .top-banner {
    /* background-image: url("https://s33.postimg.cc/qgse0v9tr/home_Banner.jpg"); */
    color: #fff;
    /* background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat; */
    padding-top: 15em;
  }
  
  .banner-bottom .top-banner--text {
    color: inherit;
    padding: 1.875em 2.3125em 2.5em 2.3125em;
    background: #f1b94cad;;
  }
  .banner-bottom .top-banner--text h1 {
    line-height: 1.1;
    color: inherit;
    font-weight: normal;
    font-size: 3rem;
  }
  .banner-bottom .top-banner--text p {
    margin: 0;
  }
  
  @media screen and (min-width: 50em) {
    .banner-bottom .top-banner {
      display: flex;
      height: 300px;
      align-items: center;
      padding-top: 0;
      /* background-image: linear-gradient(75deg, #434bfc9e 50%, rgba(255, 255, 255, 0) 50%), url("https://s33.postimg.cc/qgse0v9tr/home_Banner.jpg"); */
    }
  
    .banner-bottom .top-banner--text {
      background-color: transparent;
      max-width: 40%;
      padding-top: 0;
      padding-bottom: 0;
    }
    .banner-bottom .top-banner--text h1 {
      margin-bottom: 1rem;
      margin-left: 0;
    }
  }
  @media screen and (min-width: 75em) {
    .banner-bottom .top-banner--text {
      max-width: calc(400/950 * 100%);
      padding-left: 6.25em;
      padding-right: 3.125em;
    }
  }




  .butnha-ae button {
	background: #db261b;
	color: #fff;
	border: 3px solid #db261b;
	border-radius: 50px;
	padding: 0.5rem 1.6rem;
	font: 24px;
	outline: none;
	cursor: pointer;
	position: relative;
	transition: 0.2s ease-in-out;
	letter-spacing: 2px;
  }
  
  

  .button-jittery button {
	animation: jittery 4s infinite;
  }
  .button-jittery button:hover {
	animation: heartbeat 0.2s infinite;
  }
  
  @keyframes jittery {
	5%, 50% {
	  transform: scale(1);
	}
	10% {
	  transform: scale(0.9);
	}
	15% {
	  transform: scale(1.15);
	}
	20% {
	  transform: scale(1.15) rotate(-5deg);
	}
	25% {
	  transform: scale(1.15) rotate(5deg);
	}
	30% {
	  transform: scale(1.15) rotate(-3deg);
	}
	35% {
	  transform: scale(1.15) rotate(2deg);
	}
	40% {
	  transform: scale(1.15) rotate(0);
	}
  }
  @keyframes heartbeat {
	50% {
	  transform: scale(1.1);
	}
  }


  .box-dich-vu-left p {
    background-color: #eee;
    font-family:Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 10px auto;
    padding: 15px;
    border-right: 5px solid #db261b;
    position: relative;
    counter-increment: number;
}


.box-dich-vu-left p::before {
    content: counter(number);
    background-color: #db261b;
    border-left: 1px solid #db261b;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    position: absolute;
    left: -30px;
    top: 0px;
}

.background-xam{
	background-color: #000000a1;
	padding: 50px 0;
}

.noidung_mauco{
	color: #fff;
}

/* */


/* */
:root {
	/* dark shades of primary color*/
	--clr-primary-1: hsl(205, 86%, 17%);
	--clr-primary-2: hsl(205, 77%, 27%);
	--clr-primary-3: hsl(205, 72%, 37%);
	--clr-primary-4: hsl(205, 63%, 48%);
	/* primary/main color */
	--clr-primary-5: #f1b64e;
	/* lighter shades of primary color */
	--clr-primary-6: hsl(205, 89%, 70%);
	--clr-primary-7: hsl(205, 90%, 76%);
	--clr-primary-8: hsl(205, 86%, 81%);
	--clr-primary-9: hsl(205, 90%, 88%);
	--clr-primary-10: hsl(205, 100%, 96%);
	/* darkest grey - used for headings */
	--clr-grey-1: hsl(209, 61%, 16%);
	--clr-grey-2: hsl(211, 39%, 23%);
	--clr-grey-3: hsl(209, 34%, 30%);
	--clr-grey-4: hsl(209, 28%, 39%);
	/* grey used for paragraphs */
	--clr-grey-5: hsl(210, 22%, 49%);
	--clr-grey-6: hsl(209, 23%, 60%);
	--clr-grey-7: hsl(211, 27%, 70%);
	--clr-grey-8: hsl(210, 31%, 80%);
	--clr-grey-9: hsl(212, 33%, 89%);
	--clr-grey-10: hsl(210, 36%, 96%);
	--clr-white: #fff;
	--clr-red-dark: hsl(360, 67%, 44%);
	--clr-red-light: hsl(360, 71%, 66%);
	--clr-green-dark: hsl(125, 67%, 44%);
	--clr-green-light: hsl(125, 71%, 66%);
	--clr-black: #222;
	--ff-primary: "Roboto", sans-serif;
	--ff-secondary: "Open Sans", sans-serif;
	--transition: all 0.3s linear;
	--spacing: 0.1rem;
	--radius: 0.25rem;
	--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	--max-width: 1170px;
	--fixed-width: 620px;
}

.review {
	/* background: var(--clr-white);
	
	border-radius: var(--radius);
	box-shadow: var(--light-shadow); */
	padding: 1.5rem 2rem;
	transition: var(--transition);
	text-align: center;
}
.review:hover {
	box-shadow: var(--dark-shadow);
}
.img-container {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.person-img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
}
.img-container::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f10e";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	transform: translateY(25%);
	background: var(--clr-primary-5);
	color: var(--clr-white);
}
.img-container::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--clr-primary-5);
	position: absolute;
	top: -0.25rem;
	right: -0.5rem;
	border-radius: 50%;
}
#author {
	margin-bottom: 0.25rem;
}
#job {
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	color: var(--clr-primary-5);
	font-size: 0.85rem;
}
#info {
	margin-bottom: 0.75rem;
}

/* */

.footer-form div, .footer-form p {
    color: #BABECC;
    text-shadow: 1px 1px 1px #FFF;
  }
  
  .footer-form form {
    padding: 0 15px;
  }
  
  .segment {
    padding: 32px 0;
    text-align: center;
  }
  
  .footer-form button, .footer-form input {
    border: 0;
    outline: 0;
    font-size: 15px;
    border-radius: 10px;
    padding: 9px;
    background-color: #EBECF0;
    text-shadow: 1px 1px 0 #FFF;
  }
  
  .footer-form label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .footer-form input {
    margin-right: 0px;
    box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
  }
  .footer-form input:focus {
    box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
  }
  
  .footer-form button {
    color: #61677C;
    font-weight: bold;
    box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 600;
  }
  .footer-form button:hover {
    box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
  }
  .footer-form button:active {
    box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
  }
  .footer-form button .icon {
    margin-right: 8px;
  }
  .footer-form button.unit {
    border-radius: 8px;
    line-height: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    font-size: 19.2px;
  }
  .footer-form button.unit .icon {
    margin-right: 0;
  }
  .footer-form button.red {
    display: block;
    width: 100%;
    color: #AE1100;
  }
  
  .footer-form .input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .footer-form .input-group label {
    margin: 0;
    flex: 1;
  }

  .item_visao:hover .img_visao img{
	animation: okanhem 2s infinite ease-in;
  }

  @keyframes okanhem {
	0%{
		transform: rotateY(0deg);
	}

	50%{
		transform: rotateY(180deg);
	}

	100%{
		transform: rotateY(360deg);
	}
  }